Linux v2.6 Begins Testing
xose quotes Linus from the kernel list: "the naming should be familiar - it's the same deal as with 2.4.0.
One difference is that while 2.4.0 took about 7 months from the pre1 to
the final release, I hope (and believe) that we have fewer issues facing
us in the current 2.6.0. But very obviously there are going to be a
few test-releases before the real thing.
The point of the test versions is to make more people realize that they
need testing and get some straggling developers realizing that it's too
late to worry about the next big feature. I'm hoping that Linux vendors
will start offering the test kernels as installation alternatives, and
do things like make upgrade internal machines, so that when the real
2.6.0 does happen, we're all set." You all know what to do ;) Update: 07/14 17:49 GMT by S : OverNeith writes "Joe Pranevich has done it again! He's written another summary document on what to expect in the new and upcoming 2.6 Kernel!"
The biggest change for normal users is the preempt patch, it will make your system very responsive to interactive tasks (ie a graphical desktop) also the new schedulers should help here.
Jeroen
Secure messaging: http://quickmsg.vreeken.net/
You connect another computer to the serial port and use it as a console...
Or use multiple monitors, one for X, one for the console...
(with the serial solution you can automagicly log it and don't have to type anything from a screen)
Jeroen
Secure messaging: http://quickmsg.vreeken.net/
That's devfs. If you don't use that, they'll all be normal (hda, sdb, fd0, etc).
At least it wasn't mandatory as of 2.5.69 anyway.
Why isn't devfs the default now - it's been working fine for ages - for me anyway.
Get your own free personal location tracker
You don't have to wait - pretty much all of big stuff has already happened in the 2.5 series. 2.6 is the next stable series, which (usually) means no big architectural changes. What's going on now is testing to ensure that the 2.5 series is stable enough to be considered for a release as "2.6.0".
This space intentionally left blank.
For example. /dev/hda, /dev/hdb/, /dev/hdc now become /dev/discs/disc0, /dev/discs/disc1, /dev/discs/disc2
That is called devfs, and as far as I know is an optional thing. At least it was in 2.4-series, and I really really doubt it isn't in 2.5 and will be in 2.6. So just skipp the CONFIG_DEVFS_FS and CONFIG_DEVFS_MOUNT and use your old nodes.
Hey! That's my sig you're smoking there!
And better USB support with easier way for writing drivers for various USB gadgets.
were you expecting to see a sig here? perhaps you'd rather see the inside of an ambulance!
Last time I looked at ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/ must-fix/ there were still some showstoppers. It seems like they were updated about a month ago, so I guess progress must have been made on them...
The biggest problem I have with the newer kernels is probably some ACPI/IRQ routing bug in my board. It's a common problem with the NForce2 chipset (APIC doesn't work, so you have to boot with pci=noacpi or acpi=off). It's not the biggest inconvenience, but it causes half of my unused USB slots not to work...
I must say the snappiness of 2.6 is great! I'm looking forward to beta-testing. AFTER I backed up my drive, of course!
The best reference I've found is Dave Jones' website..... Linux 2.5 core updates.
Actually devfsd does (see here). Most distros use DevFS + devfsd these days (notable exeption off the top of my head is RedHat).
Rich
Actually, it *is*. It's in the portage tree under sys-kernel/development-sources development-sources-2.6.0_beta1.ebuild
My journal has hot
Yes, IPSEC is already in 2.5.xx, along with the NSA's SELINUX hooks, IBM's JFS filesystem, and SGI's XFS filesystem. Lots of VM and block I/O work, too.
C|N>K
Replying to point (2):
The scheduler in 2.6.xx is hyperthreading-aware.
It knows that switching a process from one hyperthread to another on the same cpu is less expensive than switching to another physical cpu (becaus both first- and second-level cache reside on-die), but it also tries to balance load on physical cpus.
While >=2.4.19 supported hypterthreading up to a certain point it happend that two processes were running on the same cpu while the other (physical) cpu was running idle. This does not happen with the new ht-aware scheduler.
Look here for a (compressed) version of the initial discussion.
-- Having problems sending big files over the net? Try out Efisto (http://efisto.org)
Haven't heard much about scheduler/hyperthreading interaction.
Should help though
http://gk.umtstrial.co.uk/~calum/2.5-kernel/
Might update it if I get a few hits.
Get your own free personal location tracker
Take a look at minion.de. They have patches for getting NVIDIA's driver going.
Re: Linux v2.6.0-test1
The whole thread is here Linux v2.6.0-test1
They're using the new NTFS drivers. Check out:
http://linux-ntfs.sourceforge.net/
I think it requires the CK patch to change it. The patch also includes other low latency features which can be quite useful.
Escher was the first MC and Giger invented the HR department.
Well, assuming that's a legitimate question and you're not just being a smart-ass (hard to tell)...
I used rfstool.
The ratio of people to cake is too big
To test this issue out, run Sawfish, and bind a key like Ctrl-Alt-B to a black-background xterm. Launch X, and run Sawfish. Hit Ctrl-Alt-B once and see what happens. It's consistant here across about 6 machines, all different hardware.. a 3-4 second delay, then anywhere from none to 4 xterms will open up. On 2.4.anything, it opens the xterm instantly, and only opens one of them, not 3, not none.
The other issue is that there's some underlying change in the TCP stack/net drivers that cause rsync and anything running over ssh/ipsec to fail with weird dropped-socket errors from the applications using them. Again, on 2.4, it works flawlessly.
It's very annoying, and both of these are blockers for me and most of the machines I'd be running this on. It happens with anything that involves keyboard shortcuts; menu accels, launched applications, keybindings, everything.
Changing to the different schedulers does not help; deadline, as, or cfq. 2.5.68 worked perfectly, and didn't have these anomalies, but every single kernel since that time, has had it. I've diffed, and I can't tell which of the dozens of changes actually broke this.
If anyone has a solution, I'm all ears.