Update To Linux Kernel 4.11 RC1 On Ubuntu

Linux Kernel 4.11 RC1 has been released. Install and update the Linux Kernel 4.11 RC1 on Ubuntu Systems. Announcing the release, Linus wrote:

“So two weeks have passed, the merge window is over, and 4.11-rc1 has been tagged and pushed out. This looks like a fairly regular release. It’s on the smallish side, but mainly just compared to 4.9 and 4.10 – so it’s not really _unusually_ small (in recent kernels, 4.1, 4.3, 4.5, 4.7 and now 4.11 all had about the same number of commits in the merge window).

It _does_ feel like there was more stuff that I was asked to pull than was in linux-next. That always happens, but seems to have happened more now than usually. Comparing to the linux-next tree at the time of the 4.10 release, almost 18% of the non-merge commits were not in Linux-next. That seems higher than usual, although I guess Stephen Rothwell has actual numbers from past merges. Now, about a quarter of the patches that weren’t in linux-next do end up having the same patch ID as something that was, so some of it was due to just rebasing. But still – we have about 13% of the merge window that wasn’t in linux-next when 4.10 was released.”

Linus

https://lkml.org/lkml/2017/3/5/149

Install Kernel 4.11.RC1

On 64 Bit Systems

Run the following commands in Terminal to install Linux Kernel 4.11-rc1 on 64 Bit Linux Ubuntu Systems:

sudo apt-get update
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.11-rc1/linux-headers-4.11.0-041100rc1_4.11.0-041100rc1.201703051731_all.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.11-rc1/linux-headers-4.11.0-041100rc1-generic_4.11.0-041100rc1.201703051731_amd64.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.11-rc1/linux-headers-4.11.0-041100rc1-lowlatency_4.11.0-041100rc1.201703051731_amd64.deb
sudo dpkg -i linux-headers-4.11-rc1*.deb linux-image-4.11-rc1*.deb
sudo reboot

On 32 Bit Systems

Run the following commands in Terminal to install Linux Kernel 4.11-rc1 on 32 Bit Linux Ubuntu Systems:

sudo apt-get update
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.11-rc1/linux-headers-4.11.0-041100rc1_4.11.0-041100rc1.201703051731_all.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.11-rc1/linux-headers-4.11.0-041100rc1-generic_4.11.0-041100rc1.201703051731_i386.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.11-rc1/linux-headers-4.11.0-041100rc1-lowlatency_4.11.0-041100rc1.201703051731_i386.deb
sudo dpkg -i linux-headers-4.11-rc1*.deb linux-image-4.11-rc1*.deb
sudo reboot

Kernel v4.11-rc1 mainline build

These binary packages represent builds of the mainline or stable Linux kernel tree at the commit below:
v4.11-rc1 (c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201)

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.11-rc1

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

Update To Linux Kernel 4.11 RC1 On Ubuntu originally posted on Source Digit – Latest Technology, Gadgets & Gizmos.