Upgrade to Linux Kernel 4.9-RC6 in Ubuntu. Terminal commands to install Linux Kernel 4.9-RC6 in Ubuntu 16.10, Ubuntu 16.04, Linux Mint and other Ubuntu Derivatives. Linux Kernel 4.9-RC6 brings networking and rdma, there’s gpu fixes.
Announcing the release of Linux Kernel 4.9-RC6, Linus Torvalds wrote [https://lkml.org/lkml/2016/11/20/153]:
We’re getting further in the rc series, and while things have stayed pretty calm, I’m not sure if we’re quite there yet. There’s a few outstanding issues that just shouldn’t be issues at rc6 time, so we’ll just have to see. This may be one of those releases that have an rc8, which considering the size of 4.9 is perhaps not that unusual.
That said, nothing particular is bothering me all that much, but we’ve had some of the VMALLOC_STACK fixups continue to trickle in, so I worry that we’re not quite done there yet. And let’s see what Thorsten’s regression list looks like next week. So no decision yet, it could still go either way. The fact that rc6 is bigger than RC6 was is not a particularly great sign, though. But most of that seems to be just the usual timing
fluctuation: rc6 had networking updates, RC6 didn’t, for example. There are also some rdma updates etc that stand out. Nothing that looks particularly worrisome.
Aside from the aforementioned networking and rdma, there’s gpu fixes, some tooling and build fixes, and various arch updates (x86, powerpc, arm, xtensa). And misc fixes all over (i2c, sound, fuse, kvm..)
Go forth and test!
– Linus
64 Bit Ubuntu Systems
sudo apt-get update
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.9-rc6/linux-headers-4.9.0-040900rc6_4.9.0-040900rc6.201611201731_all.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.9-rc6/linux-headers-4.9.0-040900rc6-generic_4.9.0-040900rc6.201611201731_amd64.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.9-rc6/linux-headers-4.9.0-040900rc6-lowlatency_4.9.0-040900rc6.201611201731_amd64.deb
sudo dpkg -i 'linux-headers-4.9*.deb' 'linux-image-4.9*.deb'
After the installation of Kernel 4.9.RC6, restart the system.
On 32 Bit Ubuntu Systems
sudo apt-get update
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.9-rc6/linux-headers-4.9.0-040900rc6_4.9.0-040900rc6.201611201731_all.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.9-rc6/linux-headers-4.9.0-040900rc6-generic_4.9.0-040900rc6.201611201731_i386.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.9-rc6/linux-headers-4.9.0-040900rc6-lowlatency_4.9.0-040900rc6.201611201731_i386.deb
sudo dpkg -i 'linux-headers-4.9*.deb' 'linux-image-4.9*.deb'
After the installation of Kernel 4.9.RC6, restart the system.