I'm announcing the release of the 4.4.20 kernel. All users of the 4.4 kernel series must upgrade. The updated 4.4.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.4.y and can be browsed at the normal kernel.org git web browser: http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary thanks, greg k-h ------------ Makefile | 2 arch/arc/Makefile | 14 ++++ arch/arc/include/asm/arcregs.h | 6 - arch/arc/include/asm/entry.h | 4 - arch/arc/include/asm/irqflags-compact.h | 2 arch/arc/mm/cache.c | 9 ++ arch/arm64/boot/dts/rockchip/rk3368.dtsi | 2 arch/arm64/include/asm/elf.h | 1 arch/arm64/include/uapi/asm/auxvec.h | 2 arch/parisc/include/uapi/asm/errno.h | 4 - arch/powerpc/kernel/eeh.c | 2 arch/um/include/asm/common.lds.S | 2 arch/x86/include/asm/tlbflush.h | 7 ++ arch/x86/kernel/uprobes.c | 22 +++--- drivers/acpi/cppc_acpi.c | 24 ++++--- drivers/acpi/nfit.c | 3 drivers/acpi/numa.c | 16 +++- drivers/acpi/scan.c | 6 - drivers/acpi/sysfs.c | 7 -- drivers/crypto/caam/caamalg.c | 13 ++- drivers/crypto/caam/caamhash.c | 1 drivers/crypto/nx/nx.c | 2 drivers/crypto/qat/qat_common/qat_algs.c | 4 - drivers/dma/sh/usb-dmac.c | 19 +++-- drivers/edac/edac_mc.c | 2 drivers/gpio/Kconfig | 1 drivers/gpu/drm/amd/amdgpu/amdgpu.h | 4 - drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c | 13 +++ drivers/gpu/drm/amd/amdgpu/amdgpu_gart.c | 4 - drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c | 5 - drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c | 4 - drivers/gpu/drm/amd/amdgpu/cik_sdma.c | 3 drivers/gpu/drm/i915/i915_gem_gtt.c | 1 drivers/hwmon/iio_hwmon.c | 24 +++---- drivers/i2c/busses/i2c-cros-ec-tunnel.c | 2 drivers/iio/industrialio-buffer.c | 23 +++++- drivers/input/keyboard/tegra-kbc.c | 2 drivers/input/serio/i8042.c | 17 ----- drivers/input/serio/libps2.c | 10 +- drivers/iommu/arm-smmu-v3.c | 7 +- drivers/iommu/dma-iommu.c | 3 drivers/mmc/host/Kconfig | 1 drivers/mmc/host/sdhci-acpi.c | 81 +++++++++++++++++++++++ drivers/nvme/host/pci.c | 71 ++++++++++++-------- drivers/of/base.c | 11 --- drivers/pci/msi.c | 2 drivers/pci/pci-sysfs.c | 18 ++--- drivers/pci/quirks.c | 12 +++ drivers/pinctrl/pinctrl-amd.c | 20 ----- drivers/platform/chrome/cros_ec_proto.c | 17 +++++ drivers/s390/block/dasd.c | 10 ++ drivers/scsi/aacraid/commctrl.c | 13 +++ drivers/scsi/megaraid/megaraid_sas_base.c | 6 - drivers/scsi/megaraid/megaraid_sas_fusion.c | 2 drivers/scsi/mpt3sas/mpt3sas_base.c | 22 +++--- drivers/staging/comedi/drivers/comedi_test.c | 46 +++---------- drivers/staging/comedi/drivers/daqboard2000.c | 2 drivers/staging/comedi/drivers/ni_mio_common.c | 12 ++- drivers/usb/chipidea/udc.c | 7 +- drivers/usb/class/cdc-acm.c | 5 - drivers/usb/class/cdc-acm.h | 1 drivers/usb/common/common.c | 1 drivers/usb/core/config.c | 69 +++++++++++++++++++- drivers/usb/core/devices.c | 10 +- drivers/usb/core/devio.c | 16 +++- drivers/usb/core/hcd-pci.c | 2 drivers/usb/core/hcd.c | 6 - drivers/usb/core/hub.c | 49 +++++++------- drivers/usb/core/urb.c | 3 drivers/usb/core/usb.h | 2 drivers/usb/dwc3/dwc3-pci.c | 2 drivers/usb/dwc3/gadget.c | 19 +++-- drivers/usb/gadget/legacy/inode.c | 2 drivers/usb/gadget/udc/fsl_qe_udc.c | 2 drivers/usb/host/ehci-hcd.c | 4 - drivers/usb/host/xhci-hub.c | 3 drivers/usb/host/xhci-mem.c | 9 +- drivers/usb/host/xhci-pci.c | 3 drivers/usb/host/xhci-ring.c | 16 ++-- drivers/usb/host/xhci.c | 7 +- drivers/usb/misc/usbtest.c | 7 +- drivers/usb/renesas_usbhs/fifo.c | 4 - drivers/usb/renesas_usbhs/mod_gadget.c | 9 +- drivers/usb/serial/ftdi_sio.c | 3 drivers/usb/serial/ftdi_sio_ids.h | 12 +++ drivers/usb/serial/mos7720.c | 2 drivers/usb/serial/mos7840.c | 4 - drivers/usb/serial/option.c | 31 +++++++++ drivers/usb/serial/usb-serial.c | 4 - drivers/vfio/pci/vfio_pci_intrs.c | 85 ++++++++++++++----------- drivers/virtio/virtio_ring.c | 2 fs/btrfs/ctree.h | 1 fs/btrfs/disk-io.c | 3 fs/btrfs/ioctl.c | 2 fs/btrfs/qgroup.c | 21 +++++- fs/btrfs/qgroup.h | 3 fs/seq_file.c | 4 - fs/sysfs/file.c | 8 ++ include/linux/acpi.h | 2 include/linux/i8042.h | 6 - include/linux/mfd/cros_ec.h | 15 ++++ include/linux/msi.h | 8 +- include/linux/pci_ids.h | 7 ++ include/linux/serio.h | 24 +++++-- include/uapi/linux/usb/ch9.h | 1 kernel/irq/msi.c | 19 +++-- kernel/sched/core.c | 5 + kernel/sched/cputime.c | 15 ++-- mm/hugetlb.c | 3 net/mac80211/cfg.c | 2 net/mac80211/tx.c | 6 - net/sunrpc/auth_gss/auth_gss.c | 8 +- net/sunrpc/xprtsock.c | 4 + sound/pci/hda/hda_intel.c | 32 +++++---- sound/usb/line6/pcm.c | 3 sound/usb/line6/pod.c | 12 +-- sound/usb/quirks.c | 2 tools/perf/arch/x86/util/intel-pt.c | 6 + tools/testing/nvdimm/test/nfit.c | 2 119 files changed, 845 insertions(+), 425 deletions(-) Adrian Hunter (2): perf intel-pt: Fix occasional decoding errors when tracing system-wide mmc: sdhci-acpi: Reduce Baytrail eMMC/SD/SDIO hangs Agrawal, Nitesh-kumar (1): pinctrl/amd: Remove the default de-bounce time Alan Stern (5): USB: hub: fix up early-exit pathway in hub_activate USB: hub: change the locking in hub_activate USB: validate wMaxPacketValue entries in endpoint descriptors USB: avoid left shift by -1 USB: fix typo in wMaxPacketSize validation Aleksandr Makarov (2): USB: serial: option: add WeTelecom WM-D200 USB: serial: option: add WeTelecom 0x6802 and 0x6803 products Alex Deucher (2): drm/amdgpu: avoid a possible array overflow drm/amdgpu: skip TV/CV in display parsing Alex Williamson (1): vfio/pci: Fix NULL pointer oops in error interrupt setup handling Alexey Khoroshilov (2): USB: serial: mos7720: fix non-atomic allocation in write path USB: serial: mos7840: fix non-atomic allocation in write path Alexey Klimov (1): USB: serial: fix memleak in driver-registration error path Andrej Krutak (3): ALSA: line6: Remove double line6_pcm_release() after failed acquire. ALSA: line6: Give up on the lock while URBs are released. ALSA: line6: Fix POD sysfs attributes segfault Andrew Donnellan (1): powerpc/eeh: eeh_pci_enable(): fix checking of post-request state Andrey Ryabinin (1): um: Don't discard .text.exit section Brian Norris (2): iio: fix sched WARNING "do not call blocking ops when !TASK_RUNNING" i2c: cros-ec-tunnel: Fix usage of cros_ec_cmd_xfer() Caesar Wang (1): arm64: dts: rockchip: add reset saradc node for rk3368 SoCs Christian König (1): drm/amdgpu: fix amdgpu_move_blit on 32bit systems Chunming Zhou (1): drm/amdgpu: record error code when ring test failed Dan Carpenter (3): usb: gadget: fsl_qe_udc: off by one in setup_received_handle() crypto: nx - off by one bug in nx_of_update_msc() ACPI / sysfs: fix error code in get_status() Dan Williams (1): tools/testing/nvdimm: fix SIGTERM vs hotplug crash Daniel Mentz (1): ARC: Call trace_hardirqs_on() before enabling irqs Daniele Palmas (1): USB: serial: option: add support for Telit LE920A4 Dave Carroll (1): aacraid: Check size values after double-fetch from user Denys Vlasenko (1): uprobes/x86: Fix RIP-relative handling of EVEX-encoded instructions Dmitry Torokhov (2): Input: i8042 - break load dependency between atkbd/psmouse and i8042 Input: i8042 - set up shared ps2_cmd_mutex for AUX ports Emmanouil Maroudas (1): EDAC: Increment correct counter in edac_inc_ue_error() Felipe Balbi (1): usb: dwc3: gadget: increment request->actual once Felix Fietkau (1): mac80211: fix purging multicast PS buffer queue Felix Kuehling (1): drm/amdgpu: Change GART offset to 64-bit Gavin Li (1): cdc-acm: fix wrong pipe type on rx interrupt xfers Giovanni Cabiddu (1): crypto: qat - fix aes-xts key sizes Greg Edwards (1): mpt3sas: Fix resume on WarpDrive flash cards Greg Kroah-Hartman (1): Linux 4.4.20 Heikki Krogerus (1): usb: dwc3: pci: add Intel Kabylake PCI ID Helge Deller (1): parisc: Fix order of EREFUSED define in errno.h Hoan Tran (2): ACPI: CPPC: Return error if _CPC is invalid on a CPU ACPI / CPPC: Prevent cpc_desc_ptr points to the invalid data Horia Geantă (2): crypto: caam - fix echainiv(authenc) encrypt shared descriptor crypto: caam - defer aead_set_sh_desc in case of zero authsize Ian Abbott (4): staging: comedi: daqboard2000: bug fix board type matching code staging: comedi: comedi_test: fix timer race conditions staging: comedi: ni_mio_common: fix AO inttrig backwards compatibility staging: comedi: ni_mio_common: fix wrong insn_write handler James Hogan (1): arm64: Define AT_VECTOR_SIZE_ARCH for ARCH_DLINFO Jason S. McMullan (3): PCI: Support PCIe devices with short cfg_size PCI: Add Netronome vendor and device IDs PCI: Limit config space size for Netronome NFP6000 family Jeff Mahoney (2): btrfs: waiting on qgroup rescan should not always be interruptible btrfs: properly track when rescan worker is running Jim Lin (1): usb: xhci: Fix panic if disconnect Keith Busch (1): NVMe: Don't unmap controller registers on reset Kirill A. Shutemov (1): hugetlb: fix nr_pmds accounting with shared page tables Konstantin Khlebnikov (1): sysfs: correctly handle read offset on PREALLOC attrs Li Jun (1): usb: chipidea: udc: don't touch DP when controller is in host mode Liav Rehana (1): ARC: use correct offset in pt_regs for saving/restoring user mode r25 Linus Walleij (1): gpio: Fix OF build problem on UM Lorenzo Pieralisi (2): ACPI / drivers: fix typo in ACPI_DECLARE_PROBE_ENTRY macro ACPI / drivers: replace acpi_probe_lock spinlock with mutex Lu Baolu (1): usb: misc: usbtest: add fix for driver hang Lubomir Rintel (1): USB: serial: option: add D-Link DWM-156/A3 Lucas Stach (1): of: fix reference counting in of_graph_get_endpoint_by_regs Lukasz Anaczkowski (1): ACPI / SRAT: fix SRAT parsing order with both LAPIC and X2APIC present Marc Ohlf (1): usb: ehci: change order of register cleanup during shutdown Marc Zyngier (1): genirq/msi: Make sure PCI MSIs are activated early Masahiro Yamada (1): Input: tegra-kbc - fix inverted reset logic Mathias Nyman (4): usb: define USB_SPEED_SUPER_PLUS speed for SuperSpeedPlus USB3.1 devices xhci: always handle "Command Ring Stopped" events xhci: don't dereference a xhci member after removing xhci xhci: Make sure xhci handles USB_SPEED_SUPER_PLUS devices. Mathieu Laurendeau (1): usb/gadget: fix gadgetfs aio support. Matthew Auld (1): drm/i915: fix aliasing_ppgtt leak Olga Kornievskaia (1): SUNRPC: allow for upcalls for same uid but different gss service Peter Zijlstra (1): sched/cputime: Fix NO_HZ_FULL getrusage() monotonicity regression Piotr Karasinski (1): ALSA: usb-audio: Add a sample rate quirk for Creative Live! Cam Socialize HD (VF0610) Quentin Schulz (1): hwmon: (iio_hwmon) fix memory leak in name attribute Robert Deliën (1): USB: serial: ftdi_sio: add PIDs for Ivium Technologies devices Robin Murphy (1): iommu/dma: Don't put uninitialised IOVA domains Ross Zwisler (1): libnvdimm, nd_blk: mask off reserved status bits Russell King (1): crypto: caam - fix non-hmac hashes Sebastian Andrzej Siewior (1): x86/mm: Disable preemption during CR3 read+write Sheng-Hui J. Chu (1): USB: serial: ftdi_sio: add device ID for WICED USB UART dev board Simon Horman (2): PCI: Add Netronome NFP4000 PF device ID PCI: Limit config space size for Netronome NFP4000 Stefan Haberland (1): s390/dasd: fix hanging device after clear subchannel Takashi Iwai (1): ALSA: hda - Manage power well properly for resume Thomas Gleixner (1): genirq/msi: Remove unused MSI_FLAG_IDENTITY_MAP Tomeu Vizoso (1): mfd: cros_ec: Add cros_ec_cmd_xfer_status() helper Trond Myklebust (1): SUNRPC: Handle EADDRNOTAVAIL on connection failures Vegard Nossum (1): fs/seq_file: fix out-of-bounds read Vineet Gupta (2): ARC: build: Better way to detect ISA compatible toolchain ARC: Elide redundant setup of DMA callbacks Viresh Kumar (1): usb: hub: Fix unbalanced reference count/memory leak/deadlocks Vittorio Gambaletta (VittGam) (1): ALSA: usb-audio: Add quirk for ELP HD USB Camera Wanpeng Li (1): sched/nohz: Fix affine unpinned timers mess Wei Yongjun (2): virtio: fix memory leak in virtqueue_add() usb: renesas_usbhs: gadget: fix return value check in usbhs_mod_gadget_probe() Will Deacon (2): iommu/arm-smmu: Fix CMDQ error handling iommu/arm-smmu: Don't BUG() if we find aborting STEs with disable_bypass Yinghai Lu (1): megaraid_sas: Fix probing cards without io port Yoshihiro Shimoda (3): usb: renesas_usbhs: clear the BRDYSTS in usbhsg_ep_enable() usb: renesas_usbhs: Use dmac only if the pipe type is bulk dmaengine: usb-dmac: check CHCR.DE bit in usb_dmac_isr_channel() jimqu (1): drm/amd/amdgpu: sdma resume fail during S4 on CI
Attachment:
signature.asc
Description: PGP signature