Slashdot Mirror


Linux Kernel 4.12 Officially Released (softpedia.com)

prisoninmate quotes Softpedia: After seven weeks of announcing release candidate versions, Linus Torvalds today informs the Linux community through a mailing list announcement about the general availability of the Linux 4.12 kernel series. Development on the Linux 4.12 kernel kicked off in mid-May with the first release candidate, and now, seven weeks later we can finally get our hands on the final release... A lot of great improvements, new hardware support, and new security features were added during all this time, which makes it one of the biggest releases, after Linux 4.9...

Prominent features of the Linux 4.12 kernel include initial support for AMD Radeon RX Vega graphics cards, intial Nvidia GeForce GTX 1000 "Pascal" accelerated support, implementation of Budget Fair Queueing (BFQ) and storage-I/O schedulers, more MD RAID enhancements, support for Raspberry Pi's Broadcom BCM2835 thermal driver, a lot of F2FS optimizations, as well as ioctl for the GETFSMAP space mapping ioctl for both XFS and EXT4 filesystems.

Linus said in announcing the release that "I think only 4.9 ends up having had more commits," also noting that 4.9 was a Long Term Support kernel, whereas "4.12 is just plain big."

"There's also nothing particularly odd going on in the tree - it's all just normal development, just more of it than usual."

6 of 55 comments (clear)

  1. Some links by cerberusss · · Score: 4, Informative

    There were two things that I didn't know about, so I figured I'd share those links:

    F2FS is a flash filesystem: https://en.wikipedia.org/wiki/...
    BFQ is a scheduler for I/O: http://www.phoronix.com/scan.p...

    --
    8 of 13 people found this answer helpful. Did you?
  2. Re:Is the kernel itself being improved ? by perpenso · · Score: 3, Informative

    The release notes I read seem to concern adding new capabilities to Linux, but not IMPROVING the code in the kernel. Are any changes happening there, or is it now perfect and set in stone forever ?

    They are waiting for you to implement those kernel improvements and to submit them. :-)

  3. Re:Is the kernel itself being improved ? by Hognoxious · · Score: 3, Funny

    Soon systemd will include its own kernel anyway, so there's no point.

    --
    Confucius say, "Find worm in apple - bad. Find half a worm - worse."
  4. Why are we adding more schedulers? by guruevi · · Score: 2

    I understand maintaining the old schedulers but schedulers to most newer hardware are actually detrimental. SSD and even some modern hard drives do best with the noop scheduler simply because the overhead of a scheduler is noticeable. Even on embedded devices, schedulers take up cycles. And if you really need one, there are literally dozens of them to choose from and even though you may want to have some variations in yours, why take them all up in the mainline kernel? Just keep them separate.

    --
    Custom electronics and digital signage for your business: www.evcircuits.com
  5. Re:I hope they will fix btrfs soon by jwhyche · · Score: 2

    Why is BRTRS broken?

    --
    I read at +2. If your post doesn't reach that level I will not see or respond to it.
  6. Re:I hope they will fix btrfs soon by jwhyche · · Score: 2

    Crap like this is why I stay away from what I call "vanity" file systems. It always seems there is some kind of issues with the filesystem itself or the tools you have to use to maintain it. I'll just stick to plan old ext3/4 file system. Vanity file systems may have their advantages but their issues always seem to outweigh them.

    An that is probably why I have never seen one of them in the wild. When it comes right down to it, in the linux world ext3/ext4 is king and for a good reason.

    --
    I read at +2. If your post doesn't reach that level I will not see or respond to it.