[Xenial SRU] Xenial update to 4.4.141 stable release
Stefan Bader
stefan.bader at canonical.com
Wed Sep 5 12:21:47 UTC 2018
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1790620
This should ideally get a second set of eyes as this
required quite some adjustments. See the comments in
the bug report.
-Stefan
---
The following changes since commit 9b4da3d1a3192c21d30bc7c87ed29363eca690cc:
UBUNTU: SAUCE: irda: Only insert new objects into the global database via setsockopt (2018-09-05 12:37:26 +0200)
are available in the git repository at:
git://git.launchpad.net/~smb/+git/linux-xenial stable-4.4
for you to fetch changes up to 66c0572a9a01f3e8f3cd55d3d5ed4692f7a45957:
Linux 4.4.141 (2018-09-05 12:56:48 +0200)
----------------------------------------------------------------
Alexander Kuleshov (1):
x86/boot: Simplify kernel load address alignment check
Andi Kleen (1):
x86/headers: Don't include asm/processor.h in asm/atomic.h
Borislav Petkov (9):
x86/cpufeature: Move some of the scattered feature bits to x86_capability
x86/cpu: Provide a config option to disable static_cpu_has
x86/fpu: Add an XSTATE_OP() macro
x86/fpu: Get rid of xstate_fault()
x86/cpufeature: Replace the old static_cpu_has() with safe variant
x86/cpufeature: Get rid of the non-asm goto variant
x86/alternatives: Add an auxilary section
x86/vdso: Use static_cpu_has()
x86/cpufeature: Speed up cpu_feature_enabled()
Brian Gerst (1):
x86/alternatives: Discard dynamic check after init
Dan Carpenter (2):
USB: serial: ch341: fix type promotion bug in ch341_control_in()
xhci: xhci-mem: off by one in xhci_stream_id_to_ring()
Dave Hansen (5):
x86/cpufeature, x86/mm/pkeys: Add protection keys related CPUID definitions
x86/mm/pkeys: Fix mismerge of protection keys CPUID bits
x86/cpufeature, x86/mm/pkeys: Fix broken compile-time disabling of pkeys
x86/cpufeature: Make sure DISABLED/REQUIRED macros are updated
x86/cpufeature: Add helper macro for mask check macros
Eric Dumazet (1):
netfilter: nf_queue: augment nfqa_cfg_policy
Florian Westphal (1):
netfilter: x_tables: initialise match/target check parameter struct
Greg Kroah-Hartman (1):
Linux 4.4.141
Hans de Goede (1):
ahci: Disable LPM on Lenovo 50 series laptops with a too old BIOS
Jann Horn (2):
ibmasm: don't write out of bounds in read handler
USB: yurex: fix out-of-bounds uaccess in read handler
Johan Hovold (2):
USB: serial: keyspan_pda: fix modem-status error handling
USB: serial: mos7840: fix status-register error handling
Nadav Amit (1):
vmw_balloon: fix inflation with batching
Nico Sneck (1):
usb: quirks: add delay quirks for Corsair Strafe
Oleg Nesterov (1):
uprobes/x86: Remove incorrect WARN_ON() in uprobe_init_insn()
Olli Salonen (1):
USB: serial: cp210x: add another USB ID for Qivicon ZigBee stick
Paul Burton (1):
MIPS: Fix ioremap() RAM check
Paul Menzel (1):
tools build: fix # escaping in .cmd files for future Make
Stefan Bader (1):
UBUNTU: SAUCE: RDMA/ucm: Blacklist UCM module
Steve Wise (1):
iw_cxgb4: correctly enforce the max reg_mr depth
Tetsuo Handa (2):
PM / hibernate: Fix oops at snapshot_write()
loop: remember whether sysfs_create_group() was done
Theodore Ts'o (1):
loop: add recursion validation to LOOP_CHANGE_FD
Tomasz Kramkowski (1):
HID: usbhid: add quirk for innomedia INNEX GENESIS/ATARI adapter
Yazen Ghannam (1):
x86/cpu: Add detection of AMD RAS Capabilities
Makefile | 2 +-
arch/mips/mm/ioremap.c | 37 +++--
arch/x86/Kconfig | 11 ++
arch/x86/Kconfig.debug | 10 --
arch/x86/entry/vdso/vma.c | 2 +-
arch/x86/include/asm/atomic.h | 1 -
arch/x86/include/asm/atomic64_32.h | 1 -
arch/x86/include/asm/cpufeature.h | 261 +++++++++----------------------
arch/x86/include/asm/cpufeatures.h | 10 ++
arch/x86/include/asm/disabled-features.h | 9 ++
arch/x86/include/asm/fpu/internal.h | 181 +++++++++++----------
arch/x86/include/asm/required-features.h | 1 +
arch/x86/kernel/apic/apic_numachip.c | 4 +-
arch/x86/kernel/cpu/common.c | 25 +--
arch/x86/kernel/head_64.S | 4 +-
arch/x86/kernel/uprobes.c | 2 +-
arch/x86/kernel/vm86_32.c | 2 +-
arch/x86/kernel/vmlinux.lds.S | 11 ++
debian.master/modprobe.d/common.conf | 3 +
drivers/ata/ahci.c | 59 +++++++
drivers/ata/libata-core.c | 3 +
drivers/block/loop.c | 78 +++++----
drivers/block/loop.h | 1 +
drivers/hid/hid-ids.h | 3 +
drivers/hid/usbhid/hid-quirks.c | 1 +
drivers/infiniband/core/ucm.c | 5 +
drivers/infiniband/hw/cxgb4/mem.c | 2 +-
drivers/misc/ibmasm/ibmasmfs.c | 27 +---
drivers/misc/vmw_balloon.c | 4 +-
drivers/usb/core/quirks.c | 4 +
drivers/usb/host/xhci-mem.c | 2 +-
drivers/usb/misc/yurex.c | 23 +--
drivers/usb/serial/ch341.c | 2 +-
drivers/usb/serial/cp210x.c | 1 +
drivers/usb/serial/keyspan_pda.c | 4 +-
drivers/usb/serial/mos7840.c | 3 +
fs/btrfs/disk-io.c | 2 +-
include/linux/libata.h | 1 +
kernel/power/user.c | 5 +
net/bridge/netfilter/ebtables.c | 2 +
net/ipv4/netfilter/ip_tables.c | 1 +
net/ipv6/netfilter/ip6_tables.c | 1 +
net/netfilter/nfnetlink_queue.c | 3 +
tools/build/Build.include | 4 +-
44 files changed, 406 insertions(+), 412 deletions(-)
More information about the kernel-team
mailing list