Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
Open Source Upgrades Linux

Linux 2.6.37 Released 135

diegocg writes "Version 2.6.37 of the Linux kernel has been released. This version includes SMP scalability improvements for Ext4 and XFS, the removal of the Big Kernel Lock, support for per-cgroup IO throttling, a networking block device based on top of the Ceph clustered filesystem, several Btrfs improvements, more efficient static probes, perf support to probe modules, LZO compression in the hibernation image, PPP over IPv4 support, several networking microoptimizations and many other small changes, improvements and new drivers for devices like the Brocade BNA 10GB ethernet, Topcliff PCH gigabit, Atheros CARL9170, Atheros AR6003 and RealTek RTL8712U. The fanotify API has also been enabled. See the full changelog for more details."
This discussion has been archived. No new comments can be posted.

Linux 2.6.37 Released

Comments Filter:
  • Kernel locking (Score:5, Interesting)

    by iONiUM ( 530420 ) on Wednesday January 05, 2011 @05:04PM (#34769550) Journal

    Well I'm glad they officially fixed the kernel lock. Out of curiosity, how long until Ubuntu or Debian sees this integrated into their line? A year? Not trolling, I only started using Ubuntu recently, so I'm curious.

  • Re:Kernel locking (Score:5, Interesting)

    by Cyberax ( 705495 ) on Wednesday January 05, 2011 @05:09PM (#34769632)

    Ubuntu in about 6 months, 2.6.37 should be in the 11.04 release.

    In Debian Stable - in about 2 years (in the next release).

  • Re:Btrfs (Score:2, Interesting)

    by Anonymous Coward on Wednesday January 05, 2011 @05:39PM (#34770066)

    I've been using it for nearly 2 years without any issues whatsoever (I haven't even had to fiddle with it to keep it going). It's been in the kernel for over 1 year.

    They're well beyond "some sort of working version, even if it doesn't do much". Give it a try.

  • Re:Kernel locking (Score:5, Interesting)

    by Bootsy Collins ( 549938 ) on Wednesday January 05, 2011 @05:52PM (#34770210)
    Would someone mind explaining (for those of us who have some C experience, but aren't kernel hackers) what the Big Kernel Lock is? In particular, is this something that will impact the desktop user?
  • Re:Btrfs (Score:4, Interesting)

    by 0100010001010011 ( 652467 ) on Wednesday January 05, 2011 @06:38PM (#34770744)

    Before I committed ANY data to ZFS I sure as heck "played around with it" in virtual machines until I was comfortable doing about anything with it.

    "Pull" one of the drives. What happens?
    dd if=/dev/random of= to your disk in random places (skip/seek), what happens to your data.
    Pull all of the drives and replace it with a larger one.

    How are the user tools for btrfs? zpool & zfs are fairly well documented and have very simple short commands.

    Does it automatically share over nfs/samba like you can with ZFS on Solaris?

  • Versioning? (Score:2, Interesting)

    by fuzza ( 137953 ) <andrew.fureyNO@SPAMgmail.com> on Thursday January 06, 2011 @02:37AM (#34773902)

    So, what's the deal here - have they pretty much abandoned the old "odd minor releases for development, no new features in stable versions" plan, or what?

  • Re:Kernel locking (Score:5, Interesting)

    by Kjella ( 173770 ) on Thursday January 06, 2011 @03:41AM (#34774104) Homepage

    And this is one example of why the kernel doesn't have a stable ABI. You can bet tons of unmaintained third party drivers would use the BKL, so you could never get rid of it. From what I've understood purging it from every driver has been a pretty big job and only possible because all the drivers are in the kernel tree.

THEGODDESSOFTHENETHASTWISTINGFINGERSANDHERVOICEISLIKEAJAVELININTHENIGHTDUDE

Working...