Update to Linux Kernel 4.10 rc7 on Ubuntu Systems. Linux Kernel 4.10 rc7 is released with driver fixes and improvements related to networking, GPU and HID accounts. Announcing the release, Linus said:
Anyway, rc7 is pretty small, with about half being driver fixes (networking, GPU and HID accounts for most of it), 20% arch updates (x86, sparc powerp, some arm64 crypto) and the rest is “misc”: filesystems, generic networking, VM, genksyms scripting etc. It’s all fairly small, and nothing particularly stands out (apart from me being reminded once more about how much I hate modversions – we hit another random architecture-specific tooling bug that was triggered by it). Shortlog appended for the people who want to get an overview of the details.
Linux Kernel 4.10 rc7
http://lkml.iu.edu/hypermail/linux/kernel/1702.0/03180.html
v4.10-rc7 mainline build
These binary packages represent builds of the mainline or stable Linux kernel tree at the commit below:
v4.10-rc7 (d5adbfcd5f7bcc6fa58a41c5c5ada0e5c826ce2c)
To obtain the source from which they are built fetch the commit below:
git://git.launchpad.net/~ubuntu-kernel-test/ubuntu/+source/linux/+git/mainline-crack v4.10-rc7
and apply the following patches on top in the order below:
0001-base-packaging.patch
0002-UBUNTU-SAUCE-add-vmlinux.strip-to-BOOT_TARGETS1-on-p.patch
0003-UBUNTU-SAUCE-tools-hv-lsvmbus-add-manual-page.patch
0004-UBUNTU-SAUCE-no-up-disable-pie-when-gcc-has-it-enabl.patch
0005-debian-changelog.patch
0006-configs-based-on-Ubuntu-4.10.0-6.8.patch
Install Linux Kernel 4.10 rc7
Run the following commands to install Linux Kernel 4.10 rc7 on 64 bit Linux Ubuntu Systems:
sudo apt-get update
sudo apt-get upgrade
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.10-rc7/linux-headers-4.10.0-041000rc7_4.10.0-041000rc7.201702051931_all.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.10-rc7/linux-headers-4.10.0-041000rc7-generic_4.10.0-041000rc7.201702051931_amd64.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.10-rc7/linux-headers-4.10.0-041000rc7-lowlatency_4.10.0-041000rc7.201702051931_amd64.deb
sudo dpkg -i *.deb
Run the following commands to install Linux Kernel 4.10 rc7 on 32 bit Linux Ubuntu Systems:
sudo apt-get update
sudo apt-get upgrade
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.10-rc7/linux-headers-4.10.0-041000rc7_4.10.0-041000rc7.201702051931_all.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.10-rc7/linux-headers-4.10.0-041000rc7-generic_4.10.0-041000rc7.201702051931_i386.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.10-rc7/linux-headers-4.10.0-041000rc7-lowlatency_4.10.0-041000rc7.201702051931_i386.deb
sudo dpkg -i *.deb
Please restart the system after executing the above commands.