Update to Linux Kernel 4.10.3 on Ubuntu Linux Systems. Linux Kernel 4.10.3 brings various architecture and drivers’ changes. All users of the 4.10 kernel series must upgrade.
Install Linux Kernel 4.10.3
Run the following commands in Terminal to install Linux Kernel 4.10.3 on 64 Bit Linux Ubuntu Systems:
sudo apt-get update
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.10.3/linux-headers-4.10.3-041003_4.10.3-041003.201703142331_all.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.10.3/linux-headers-4.10.3-041003-generic_4.10.3-041003.201703142331_amd64.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.10.3/linux-headers-4.10.3-041003-lowlatency_4.10.3-041003.201703142331_amd64.deb
sudo dpkg -i linux-headers-4.10.3*.deb linux-image-4.10.3*.deb
sudo reboot
Run the following commands in Terminal to install Linux Kernel 4.10.3 on 32 Bit Linux Ubuntu Systems:
sudo apt-get update
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.10.3/linux-headers-4.10.3-041003_4.10.3-041003.201703142331_all.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.10.3/linux-headers-4.10.3-041003-generic_4.10.3-041003.201703142331_i386.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.10.3/linux-headers-4.10.3-041003-lowlatency_4.10.3-041003.201703142331_i386.deb
sudo dpkg -i linux-headers-4.10.3*.deb linux-image-4.10.3*.deb
sudo reboot
Linux Kernel v4.10.3 mainline build
These binary packages represent builds of the mainline or stable Linux kernel tree at the commit below:
v4.10.3 (adfb98cd3e937104d58ec60fec2e4f565a31c89d)
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.3
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