|
Linus Torvalds has announced the Linux Kernel mailing list Linux Kernel 3.15:
So I ended up doing an rc8 because I was a bit worried about some last-minute dcache fixes, but it turns out that nobody seemed to even notice those. We did have other issues during the week, though, so it was just as well . The futex fixes and cleanups may stand out, but as usual there's various other random fixes since rc8 in there too: mainly drivers (drm, networking, sound, usb etc), networking, scheduling and perf tooling.
But it's all been fairly small and quiet, which * may * of course be due to the fact that last week was also the first week of the merge window for 3.16. That might have distracted some developers. I'm not entirely convinced I liked the overlap, but it seemed to work ok, and unless people scream really loudly ( "Please do not _ever_ do that again") and give good reasons for doing so, I might end up doing that overlapping merge window in the future too if it ends up helping out with some particular timing issue.
That said, I also do not think it was such a wonderful experience that I'd want to necessarily do the overlap every time, without a good specific reason for doing so. It was kind of nice being productive during the last week or rc (which is usually quite boring and dead), but I think it might be a distraction when people should be worrying about the stability of the rc.
Of course, maybe the overlap ends up meaning that we get less noise during the last week of stabilization, and it actually helps. It could go either way. I'd be interested to hear what people thought, although I _suspect_ most people don ' t feel strongly either way.
Anyway, with 3.15 released, my "master" branch has already merged the work in my "next" branch on my local machine, and I'll be decommissioning the "next" branch once I push that all out. After that, any future merge window work will happen on "master", and we'll be back to the normal single-branch model for my tree.
Linux Kernel 3.15 new features:
EFI support mixed-mode, 64-bit and 32-bit Linux kernel support UEFI
Faster suspend and resume time
Sony DualShock 4 controller support
The new Linux kernel that allows newer laptop to play a better performance
Future CPU front AVX-512's extended support for RDSEED
Support and improvement of open source graphics driver NVIDIA Maxwell GPU and the VCE 2.0
Video encoding support AMD graphics cards
......
The installation of a distinction 64-bit and 32-bit, install the following order:
linux-headers-3.15.0-xxxxxx_all.deb
linux-headers-3.15.0-xxx-generic / lowlatency-xxx_i386 / amd64.deb
linux-image-3.15.0-xxx-generic / lowlatency-xxx_i386 / amd64.deb
Or directly with the following command to upgrade to Ubuntu Linux Kernel 3.15:
32-bit Ubuntu
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.15-utopic/linux-headers-3.15.0-031500-generic_3.15.0-031500.201406081435_i386.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.15-utopic/linux-headers-3.15.0-031500_3.15.0-031500.201406081435_all.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.15-utopic/linux-image-3.15.0-031500-generic_3.15.0-031500.201406081435_i386.deb
sudo dpkg -i linux-headers-3.15.0 -. * deb linux-image-3.15.0 -. * deb
64-bit Ubuntu
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.15-utopic/linux-headers-3.15.0-031500-generic_3.15.0-031500.201406081435_amd64.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.15-utopic/linux-headers-3.15.0-031500_3.15.0-031500.201406081435_all.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.15-utopic/linux-image-3.15.0-031500-generic_3.15.0-031500.201406081435_amd64.deb
sudo dpkg -i linux-headers-3.15.0 -. * deb linux-image-3.15.0 -. * deb |
|
|
|