[Xenial SRU] Xenial update to 4.4.98 stable release
Stefan Bader
stefan.bader at canonical.com
Thu Nov 16 15:43:25 UTC 2017
BugLink: http://bugs.launchpad.net/bugs/1732698
Patch "crypto: vmx - disable preemption to enable vsx in aes_ctr.c"
failed to apply due to some conflicting backports for bug #1613295
"AES-XTS poor performance in Ubuntu 16.04". Manually applied.
Patch "net: dsa: select NET_SWITCHDEV" introduces the need to explicitly
set CONFIG_NET_DSA(=n). Hence the additional UBUNTU patch to add this
to config.common.ubuntu.
-Stefan
---
The following changes since commit 2c88e3cc1d9150a52667dbae632785231ec8746e:
Linux 4.4.97 (2017-11-13 14:15:19 +0100)
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 930fce4150a05d5fb2c069b66618e0c76cb4dd5e:
Linux 4.4.98 (2017-11-16 15:50:52 +0100)
----------------------------------------------------------------
Akinobu Mita (2):
Input: mpr121 - handle multiple bits change of status register
Input: mpr121 - set missing event capability
Alison Schofield (1):
iio: trigger: free trigger resource correctly
Andrey Ryabinin (1):
crypto: x86/sha1-mb - fix panic due to unaligned access
Borislav Petkov (1):
x86/oprofile/ppro: Do not use __this_cpu*() in preemptible context
Brian Norris (2):
test: firmware_class: report errors properly on failure
selftests: firmware: add empty string and async tests
Carlo Caione (3):
platform/x86: hp-wmi: Fix detection for dock and tablet mode
platform/x86: hp-wmi: Fix error value for hp_wmi_tablet_state
platform/x86: hp-wmi: Do not shadow error values
Colin Ian King (1):
PKCS#7: fix unitialized boolean 'want'
Enrico Mioso (1):
cdc_ncm: Set NTB format again after altsetting switch for Huawei devices
Eric Biggers (3):
KEYS: trusted: sanitize all key material
KEYS: trusted: fix writing past end of buffer in trusted_read()
KEYS: fix NULL pointer dereference during ASN.1 parsing [ver #2]
Feras Daoud (1):
IB/ipoib: Change list_del to list_del_init in the tx object
Gerhard Bertelsmann (1):
can: sun4i: handle overrun in RX FIFO
Gilad Ben-Yossef (1):
IPsec: do not ignore crypto err in ah4 input
Greg Kroah-Hartman (1):
Linux 4.4.98
Gustavo A. R. Silva (1):
MIPS: microMIPS: Fix incorrect mask in insn_table_MM
Ilya Dryomov (1):
rbd: use GFP_NOIO for parent stat and data requests
Jason Gunthorpe (1):
PCI: mvebu: Handle changes to the bridge windows while enabled
Jonas Gorski (1):
MIPS: AR7: Defer registration of GPIO
Juergen Gross (1):
xen/netback: set default upper limit of tx/rx queues to 8
Julian Wiedmann (1):
s390/qeth: issue STARTLAN as first IPA command
Kai-Heng Feng (1):
Input: elan_i2c - add ELAN060C to the ACPI table
Lars-Peter Clausen (1):
adv7604: Initialize drive strength to default when using DT
Laurent Pinchart (1):
serial: sh-sci: Fix register offsets for the IRDA serial port
Li Bin (1):
workqueue: Fix NULL pointer dereference
Li Zhong (2):
KVM: PPC: Book 3S: XICS: correct the real mode ICP rejecting counter
crypto: vmx - disable preemption to enable vsx in aes_ctr.c
Liping Zhang (1):
netfilter: nft_meta: deal with PACKET_LOOPBACK in netdev family
Luis R. Rodriguez (2):
selftests: firmware: send expected errors to /dev/null
tools: firmware: check for distro fallback udev cancel rule
Maciej W. Rozycki (1):
video: fbdev: pmag-ba-fb: Remove bad `__init' annotation
Mark Rutland (1):
ARM: 8720/1: ensure dump_instr() checks addr_limit
Matija Glavinic Pecotic (1):
MIPS: Fix race on setting and getting cpu_online_mask
Matt Redfearn (2):
MIPS: SMP: Use a completion event to signal CPU up
MIPS: SMP: Fix deadlock & online race
Nate Watterson (1):
iommu/arm-smmu-v3: Clear prior settings when updating STEs
Noralf Trønnes (1):
drm: drm_minor_register(): Clean up debugfs on failure
Oswald Buddenhagen (1):
MIPS: AR7: Ensure that serial ports are properly set up
Paul Burton (1):
MIPS: Fix CM region target definitions
Peter Zijlstra (1):
x86/uaccess, sched/preempt: Verify access_ok() context
Richard Schütz (1):
can: c_can: don't indicate triple sampling support for D_CAN
Sinclair Yeh (1):
drm/vmwgfx: Fix Ubuntu 17.10 Wayland black screen issue
Stefan Bader (1):
UBUNTU: (config) Add NET_DSA=n
Takashi Iwai (2):
ALSA: seq: Fix OSS sysex delivery in OSS emulation
ALSA: seq: Avoid invalid lockdep class warning
Tony Lindgren (1):
ARM: omap2plus_defconfig: Fix probe errors on UARTs 5 and 6
Valentin Longchamp (1):
powerpc/corenet: explicitly disable the SDHC controller on kmcoge4
Vivien Didelot (1):
net: dsa: select NET_SWITCHDEV
Volodymyr Bendiuga (1):
phy: increase size of MII_BUS_ID_SIZE and bus_id
William wu (1):
usb: hcd: initialize hcd->flags to 0 when rm hcd
Makefile | 2 +-
arch/arm/configs/omap2plus_defconfig | 1 +
arch/arm/kernel/traps.c | 28 +++---
arch/mips/ar7/platform.c | 5 ++
arch/mips/ar7/prom.c | 2 -
arch/mips/include/asm/mips-cm.h | 4 +-
arch/mips/kernel/process.c | 4 +-
arch/mips/kernel/smp.c | 29 +++++--
arch/mips/mm/uasm-micromips.c | 2 +-
arch/powerpc/boot/dts/fsl/kmcoge4.dts | 4 +
arch/powerpc/kvm/book3s_hv_rm_xics.c | 5 +-
arch/sh/kernel/cpu/sh3/setup-sh770x.c | 1 -
arch/x86/crypto/sha-mb/sha1_mb_mgr_flush_avx2.S | 12 +--
arch/x86/include/asm/uaccess.h | 14 ++-
arch/x86/oprofile/op_model_ppro.c | 4 +-
crypto/asymmetric_keys/pkcs7_parser.c | 2 +-
debian.master/config/config.common.ubuntu | 1 +
drivers/block/rbd.c | 4 +-
drivers/crypto/vmx/aes_ctr.c | 6 ++
drivers/gpu/drm/drm_drv.c | 2 +-
drivers/gpu/drm/vmwgfx/vmwgfx_drv.c | 2 +-
drivers/iio/trigger/iio-trig-interrupt.c | 8 +-
drivers/iio/trigger/iio-trig-sysfs.c | 2 +-
drivers/infiniband/ulp/ipoib/ipoib_cm.c | 2 +-
drivers/input/keyboard/mpr121_touchkey.c | 24 +++--
drivers/input/mouse/elan_i2c_core.c | 1 +
drivers/iommu/arm-smmu-v3.c | 10 +--
drivers/media/i2c/adv7604.c | 3 +
drivers/net/can/c_can/c_can_pci.c | 1 -
drivers/net/can/c_can/c_can_platform.c | 1 -
drivers/net/can/sun4i_can.c | 12 ++-
drivers/net/usb/cdc_ncm.c | 28 ++++++
drivers/net/usb/huawei_cdc_ncm.c | 6 ++
drivers/net/xen-netback/netback.c | 6 +-
drivers/pci/host/pci-mvebu.c | 101 +++++++++++++---------
drivers/platform/x86/hp-wmi.c | 60 ++++++++-----
drivers/s390/net/qeth_core.h | 1 -
drivers/s390/net/qeth_core_main.c | 21 ++++-
drivers/s390/net/qeth_l2_main.c | 15 ----
drivers/s390/net/qeth_l3_main.c | 15 ----
drivers/staging/iio/trigger/iio-trig-bfin-timer.c | 4 +-
drivers/tty/serial/sh-sci.c | 17 ++--
drivers/usb/core/hcd.c | 1 +
drivers/video/fbdev/pmag-ba-fb.c | 2 +-
include/linux/phy.h | 8 +-
include/linux/preempt.h | 21 +++--
include/linux/usb/cdc_ncm.h | 1 +
include/sound/seq_kernel.h | 3 +-
kernel/workqueue_internal.h | 3 +-
lib/asn1_decoder.c | 4 +-
lib/test_firmware.c | 11 ++-
net/dsa/Kconfig | 5 +-
net/ipv4/ah4.c | 3 +
net/netfilter/nft_meta.c | 28 +++++-
security/keys/trusted.c | 71 +++++++--------
sound/core/seq/oss/seq_oss_midi.c | 4 +-
sound/core/seq/oss/seq_oss_readq.c | 29 +++++++
sound/core/seq/oss/seq_oss_readq.h | 2 +
tools/testing/selftests/firmware/fw_filesystem.sh | 10 ++-
tools/testing/selftests/firmware/fw_userhelper.sh | 28 +++++-
60 files changed, 452 insertions(+), 254 deletions(-)
More information about the kernel-team
mailing list