From patchwork Thu Oct 19 09:52:51 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Bader X-Patchwork-Id: 828003 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=kernel-team-bounces@lists.ubuntu.com; receiver=) Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) by ozlabs.org (Postfix) with ESMTP id 3yHkkg6Sryz9t4c; Thu, 19 Oct 2017 20:52:59 +1100 (AEDT) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1e57VV-00023q-JB; Thu, 19 Oct 2017 09:52:53 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.86_2) (envelope-from ) id 1e57VU-0001ra-3m for kernel-team@lists.ubuntu.com; Thu, 19 Oct 2017 09:52:52 +0000 Received: from 1.general.smb.uk.vpn ([10.172.193.28] helo=canonical.com) by youngberry.canonical.com with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.76) (envelope-from ) id 1e57VT-0004Gd-RC for kernel-team@lists.ubuntu.com; Thu, 19 Oct 2017 09:52:51 +0000 From: Stefan Bader To: kernel-team@lists.ubuntu.com Subject: [Xenial SRU] Xenial update to 4.4.92 stable release Date: Thu, 19 Oct 2017 11:52:51 +0200 Message-Id: <1508406771-22930-1-git-send-email-stefan.bader@canonical.com> X-Mailer: git-send-email 2.7.4 X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" Skipped "nvme: protect against simultaneous shutdown invocations" because it was already applied for bug #1531539: * "[Ubuntu 16.04] Enable nvme block driver on Power". -Stefan --- The following changes since commit dbdd17a8b4d4191526bd4bbfae9a468e31925ede: Linux 4.4.91 (2017-10-19 09:55:45 +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 873569fbc99157cf82a40ffc10c5d4e63c6098ed: Linux 4.4.92 (2017-10-19 11:20:25 +0200) ---------------------------------------------------------------- Adrian Salido (1): HID: i2c-hid: allocate hid buffers for real worst case Alan Stern (8): USB: gadgetfs: Fix crash caused by inadequate synchronization USB: gadgetfs: fix copy_to_user while holding spinlock usb-storage: unusual_devs entry to fix write-access regression for Seagate external drives USB: dummy-hcd: fix connection failures (wrong speed) USB: dummy-hcd: fix infinite-loop resubmission bug USB: dummy-hcd: Fix erroneous synchronization change USB: g_mass_storage: Fix deadlock when driver is unbound USB: uas: fix bug in handling of alternate settings Alexander Shishkin (1): stm class: Fix a use-after-free Andrey Konovalov (2): uwb: properly check kthread_run return value uwb: ensure that endpoint is interrupt Arend Van Spriel (1): brcmfmac: setup passive scan if requested by user-space Casey Schaufler (1): lsm: fix smack_inode_removexattr and xattr_getsecurity memleak Christophe JAILLET (2): iio: adc: twl4030: Fix an error handling path in 'twl4030_madc_probe()' iio: adc: twl4030: Disable the vusb3v1 rugulator in the error handling path of 'twl4030_madc_probe()' Dan Carpenter (1): USB: devio: Don't corrupt user memory David Eccher (1): usb: gadget: inode.c: fix unbalanced spin_lock in ep0_write Dmitry Fleytman (1): usb: Increase quirk delay for USB devices Dragos Bogdan (2): iio: ad_sigma_delta: Implement a dedicated reset function iio: ad7793: Fix the serial interface reset Greg Kroah-Hartman (3): USB: core: harden cdc_parse_cdc_header USB: fix out-of-bounds in usb_set_configuration Linux 4.4.92 Guneshwor Singh (1): ALSA: compress: Remove unused variable Jan Kara (2): ext4: fix data corruption for mmap writes ext4: Don't clear SGID when inheriting ACLs Jani Nikula (1): drm/i915/bios: ignore HDMI on port A Jim Dickerson (1): usb: pci-quirks.c: Corrected timeout values used in handshake Li Jun (1): usb: gadget: mass_storage: set msg_registered after msg registered Luca Coelho (1): iwlwifi: add workaround to disable wide channels in 5GHz Lukas Wunner (2): iio: adc: mcp320x: Fix readout of negative voltages iio: adc: mcp320x: Fix oops on module unload Martin K. Petersen (1): scsi: sd: Do not override max_sectors_kb sysfs setting Mathias Nyman (1): xhci: fix finding correct bus_state structure for USB 3.1 hosts Matt Fornero (1): iio: core: Return error for failed read_reg Nicolai Stange (1): driver core: platform: Don't read past the end of "driver_override" buffer Nicolas Ferre (1): usb: gadget: udc: atmel: set vbus irqflags explicitly Olaf Hering (1): Drivers: hv: fcopy: restore correct transfer length Peter Zijlstra (1): sched/cpuset/pm: Fix cpuset vs. suspend-resume bugs Shu Wang (1): ftrace: Fix kmemleak in unregister_ftrace_graph Stefan Popa (1): staging: iio: ad7192: Fix - use the dedicated reset function avoiding dma from stack. Takashi Iwai (2): ALSA: usb-audio: Check out-of-bounds access by corrupted buffer descriptor ALSA: usx2y: Suppress kernel warning at page allocation failures Theodore Ts'o (1): ext4: don't allow encrypted operations without keys Yoshihiro Shimoda (2): usb: renesas_usbhs: fix the BCLR setting condition for non-DCP pipe usb: renesas_usbhs: fix usbhsf_fifo_clear() for RX direction Makefile | 2 +- drivers/base/platform.c | 3 +- drivers/gpu/drm/i915/intel_bios.c | 7 +++ drivers/hid/i2c-hid/i2c-hid.c | 3 +- drivers/hv/hv_fcopy.c | 4 ++ drivers/hwtracing/stm/core.c | 2 +- drivers/iio/adc/ad7793.c | 4 +- drivers/iio/adc/ad_sigma_delta.c | 28 +++++++++ drivers/iio/adc/mcp320x.c | 25 +++++--- drivers/iio/adc/twl4030-madc.c | 10 +++- drivers/iio/industrialio-core.c | 4 +- drivers/net/usb/usbnet.c | 4 ++ drivers/net/wireless/brcm80211/brcmfmac/cfg80211.c | 19 ++---- .../net/wireless/brcm80211/brcmfmac/fwil_types.h | 5 ++ drivers/net/wireless/iwlwifi/iwl-nvm-parse.c | 70 ++++++++++++++++++---- drivers/scsi/sd.c | 19 ++++-- drivers/staging/iio/adc/ad7192.c | 4 +- drivers/usb/core/config.c | 16 +++-- drivers/usb/core/devio.c | 6 +- drivers/usb/core/hub.c | 2 +- drivers/usb/gadget/function/f_mass_storage.c | 27 +++------ drivers/usb/gadget/function/f_mass_storage.h | 14 ----- drivers/usb/gadget/legacy/inode.c | 49 ++++++++++++--- drivers/usb/gadget/legacy/mass_storage.c | 20 +------ drivers/usb/gadget/udc/atmel_usba_udc.c | 4 +- drivers/usb/gadget/udc/dummy_hcd.c | 56 +++++++++++++++-- drivers/usb/host/pci-quirks.c | 8 +-- drivers/usb/host/xhci.h | 2 +- drivers/usb/renesas_usbhs/fifo.c | 21 ++++++- drivers/usb/storage/uas-detect.h | 15 ++--- drivers/usb/storage/uas.c | 10 ++-- drivers/usb/storage/unusual_devs.h | 7 +++ drivers/uwb/hwa-rc.c | 2 + drivers/uwb/uwbd.c | 12 ++-- fs/ext4/acl.c | 22 ++++--- fs/ext4/inode.c | 24 ++++++-- fs/ext4/namei.c | 12 ++++ fs/xattr.c | 2 +- include/linux/cpuset.h | 6 ++ include/linux/iio/adc/ad_sigma_delta.h | 3 + include/uapi/linux/usb/ch9.h | 1 + kernel/cpuset.c | 16 ++++- kernel/power/process.c | 5 +- kernel/sched/core.c | 7 +-- kernel/trace/ftrace.c | 14 ----- security/smack/smack_lsm.c | 55 ++++++++--------- sound/core/compress_offload.c | 3 +- sound/usb/card.c | 20 +++++++ sound/usb/usx2y/usb_stream.c | 6 +- 49 files changed, 462 insertions(+), 218 deletions(-)