Kernel 4.9.1 Released. Here’s how to install and update to Linux Kernel 4.9.1 on Ubuntu, Debian and Linux Mint Systems. Kernel 4.9.1 is released with many USB, EXT4 and Driver updates. Announcing the release of Kernel 4.9.1, Greg KH wrote:
I’m announcing the release of the 4.9.1 kernel. All users of the 4.9 kernel series must upgrade.
The updated 4.9.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.9.y
and can be browsed at the normal kernel.org git web browser:
http://git.kernel.org/?p=linux/kernel/git/stable/linux-st…
Thanks,
greg k-h
https://lkml.org/lkml/2017/1/6/199
Install Kernel 4.9.1 on 64 Bit Systems
Run the following commands in Terminal to install and update to Linux Kernel 4.9.1 on 64 Bit Linux Ubuntu Systems:
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.9.1/linux-headers-4.9.1-040901_4.9.1-040901.201701060531_all.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.9.1/linux-headers-4.9.1-040901-generic_4.9.1-040901.201701060531_amd64.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.9.1/linux-headers-4.9.1-040901-lowlatency_4.9.1-040901.201701060531_amd64.deb
sudo dpkg -i linux-headers-4.9*.deb linux-image-4.9*.deb
sudo reboot
Install Kernel 4.9.1 on 32 Bit Systems
Run the following commands in Terminal to install and update to Linux Kernel 4.9.1 on 32 Bit Linux Ubuntu Systems:
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.9.1/linux-headers-4.9.1-040901_4.9.1-040901.201701060531_all.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.9.1/linux-headers-4.9.1-040901-generic_4.9.1-040901.201701060531_i386.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.9.1/linux-headers-4.9.1-040901-lowlatency_4.9.1-040901.201701060531_i386.deb
sudo dpkg -i linux-headers-4.9*.deb linux-image-4.9*.deb
sudo reboot
Kernel 4.9.1 Source
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.9.1 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.9.0-2.3.patch