Update to Kernel 4.10 RC5 on Linux Ubuntu Systems. Terminal commands to install Linux Kernel 4.10 RC5 on Ubuntu 16.10, Ubuntu 16.04 and other Ubuntu Derivatives. It brings 250 changes and the diffstat touches with more than 300 files.
Linux 4.10-rc5
Announcing the release, Linus Torvalds wrote:
Things seem to be calming down a bit, and everything looks nominal. There’s only been about 250 changes (not counting merges) in the last week, and the diffstat touches less than 300 files (with drivers and architecture updates being the bulk, but there’s tooling, networking and filesystems in there too). So keep testing, and I think we’ll have a regular release schedule.
http://lkml.iu.edu/hypermail/linux/kernel/1701.2/05343.html
Install Linux Kernel 4.10 RC5
On 32 Bit Systems
Run the following commands in terminal to install Linux Kernel 4.10 RC5 on Ubuntu Systems:
sudo apt-get update
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.10-rc5/linux-headers-4.100-041000rc5_4.100-041000rc5.201701221730_all.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.10-rc5/linux-headers-4.100-041000rc5-generic_4.100-041000rc5.201701221730_i386.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.10-rc5/linux-headers-4.100-041000rc5-lowlatency_4.100-041000rc5.201701221730_i386.deb
sudo dpkg -i linux-headers-4.10*.deb linux-image-4.10*.deb
sudo reboot
On 64 Bit Systems
Run the following commands in terminal to install Linux Kernel 4.10 RC5 on Ubuntu Systems:
sudo apt-get update
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.10-rc5/linux-headers-4.100-041000rc5_4.100-041000rc5.201701221730_all.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.10-rc5/linux-headers-4.100-041000rc5-generic_4.100-041000rc5.201701221730_amd64.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.10-rc5/linux-headers-4.100-041000rc5-lowlatency_4.100-041000rc5.201701221730_amd64.deb
sudo dpkg -i linux-headers-4.10*.deb linux-image-4.10*.deb
sudo reboot
Linux Kernel 4.10 RC5
v4.10-rc5 mainline build
These binary packages represent builds of the mainline or stable Linux kernel tree at the commit below:
v4.10-rc5 (7a308bb3016f57e5be11a677d15b821536419d36)
To obtain the source from which they are built fetch the commit from git://git.launchpad.net/~ubuntu-kernel-test/ubuntu/+source/linux/+git/mainline-crack v4.10-rc5 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.100-3.5.patch