It's a bug that has been around since 2005. Linus first fixed it then but regressed it for s390 incompatibility reasons, It appeared again when folks recently noticed problems with Android kernels. For Ubuntu, RedHat and most other users the patch has been applied and posted to repositories.
http://news.softpedia.com/news/canon...s-509507.shtml
http://people.canonical.com/~ubuntu-...2016-5195.html
For those wanting to do a live patch of their kernel the method is here. (If you have to ask questions then you shouldn't be attempting this method). For the rest of us mere mortals the proper application is the standard
sudo apt update
sudo apt dist-upgrade
if you haven't already done it. I noticed an update yesterday or the day before that included snapd, and brought my kernel up to
Rasberry and Snapdragon 16.04 LTS kernels are also patched.
The Ubuntu Kernel Support schedule is here.
http://news.softpedia.com/news/canon...s-509507.shtml
Ubuntu users urged to patch their systems immediately Canonical urged all users to patch their systems immediately by installing
linux-image-4.8.0-26 (4.8.0-26.28) for Ubuntu 16.10,
linux-image-4.4.0-45 (4.4.0-45.66) for Ubuntu 16.04 LTS,
linux-image-3.13.0-100 (3.13.0-100.147) for Ubuntu 14.04 LTS, and
linux-image-3.2.0-113 (3.2.0-113.155) for Ubuntu 12.04 LTS, as well as
linux-image-4.4.0-1029-raspi2 (4.4.0-1029.36) for Ubuntu 16.04 LTS for Raspberry Pi 2.
The Xenial HWE kernel for Ubuntu 14.04 LTS was updated as well today, to version
linux-image-4.4.0-45 (4.4.0-45.66~14.04.1), and the
Trusty HWE kernel for Ubuntu 12.04 LTS to version linux-image-3.13.0-100 (3.13.0-100.147~precise1).
Please update your Ubuntu installations immediately by following the instructions provided by Canonical at https://wiki.ubuntu.com/Security/Upgrades.
linux-image-4.8.0-26 (4.8.0-26.28) for Ubuntu 16.10,
linux-image-4.4.0-45 (4.4.0-45.66) for Ubuntu 16.04 LTS,
linux-image-3.13.0-100 (3.13.0-100.147) for Ubuntu 14.04 LTS, and
linux-image-3.2.0-113 (3.2.0-113.155) for Ubuntu 12.04 LTS, as well as
linux-image-4.4.0-1029-raspi2 (4.4.0-1029.36) for Ubuntu 16.04 LTS for Raspberry Pi 2.
The Xenial HWE kernel for Ubuntu 14.04 LTS was updated as well today, to version
linux-image-4.4.0-45 (4.4.0-45.66~14.04.1), and the
Trusty HWE kernel for Ubuntu 12.04 LTS to version linux-image-3.13.0-100 (3.13.0-100.147~precise1).
Please update your Ubuntu installations immediately by following the instructions provided by Canonical at https://wiki.ubuntu.com/Security/Upgrades.
http://people.canonical.com/~ubuntu-...2016-5195.html
Code:
Patches: Package Source: linux (LP Ubuntu Debian) Upstream: released (4.9~rc2) Ubuntu 12.04 LTS (Precise Pangolin): released (3.2.0-113.155) Ubuntu 14.04 LTS (Trusty Tahr): released (3.13.0-100.147) Ubuntu Touch 15.04: DNE Ubuntu Core 15.04: pending (3.19.0-73.81) [B]Ubuntu 16.04 LTS (Xenial Xerus): released (4.4.0-45.66)[/B] Ubuntu 16.10 (Yakkety Yak): released (4.8.0-26.28) Ubuntu 17.04 (Zesty Zapus): needs-triage
sudo apt update
sudo apt dist-upgrade
if you haven't already done it. I noticed an update yesterday or the day before that included snapd, and brought my kernel up to
Code:
:~$ uname -mrs Linux 4.4.0-46-generic x86_64
The Ubuntu Kernel Support schedule is here.
Comment