From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.0 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS,T_DKIMWL_WL_HIGH,URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1A49BC2BCA1 for ; Fri, 7 Jun 2019 15:45:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id DD6D2214AE for ; Fri, 7 Jun 2019 15:45:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1559922318; bh=J0LYRP+LppoxHOmAdc2gQHJjrDiSpLZ6wrxVraJ2rNA=; h=From:To:Cc:Subject:Date:List-ID:From; b=VRyReVu8bbvhLjtudG4HZpJ41GminHsjI5rViZXNCRUkLyyunzl4cbevGniPTnGW3 m3o3DIUryB1L+G562nIw/hts/xHb6+SFRwmkEvEPYjJ6UafAAu7sYJTzF3B0KKcok6 JE2v7TfQ08rkeKdVn5lGduGSmEVoNZnuud/IH+pE= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731205AbfFGPpR (ORCPT ); Fri, 7 Jun 2019 11:45:17 -0400 Received: from mail.kernel.org ([198.145.29.99]:57006 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730622AbfFGPpO (ORCPT ); Fri, 7 Jun 2019 11:45:14 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 5112A21479; Fri, 7 Jun 2019 15:45:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1559922312; bh=J0LYRP+LppoxHOmAdc2gQHJjrDiSpLZ6wrxVraJ2rNA=; h=From:To:Cc:Subject:Date:From; b=qXthH++oyblHpzMDCwGMzK+Mght/DlC/AGasa9Xq+fHTEdnLvjEy1r8DguMar1gd7 VUnVu7zs5qKgaIxLeY1JEPTIrrdBhshKOvZJq2uauAAebEBI0ozu/q3YRcnBARvB/z ldZ+74f7sCjPgjidRGh8fyWP9CxR7bX7Hd6hR8jY= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , torvalds@linux-foundation.org, akpm@linux-foundation.org, linux@roeck-us.net, shuah@kernel.org, patches@kernelci.org, ben.hutchings@codethink.co.uk, lkft-triage@lists.linaro.org, stable@vger.kernel.org Subject: [PATCH 4.19 00/73] 4.19.49-stable review Date: Fri, 7 Jun 2019 17:38:47 +0200 Message-Id: <20190607153848.669070800@linuxfoundation.org> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 User-Agent: quilt/0.66 X-stable: review X-Patchwork-Hint: ignore X-KernelTest-Patch: http://kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.19.49-rc1.gz X-KernelTest-Tree: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git X-KernelTest-Branch: linux-4.19.y X-KernelTest-Patches: git://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git X-KernelTest-Version: 4.19.49-rc1 X-KernelTest-Deadline: 2019-06-09T15:38+00:00 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This is the start of the stable review cycle for the 4.19.49 release. There are 73 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know. Responses should be made by Sun 09 Jun 2019 03:37:11 PM UTC. Anything received after that time might be too late. The whole patch series can be found in one patch at: https://www.kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.19.49-rc1.gz or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.19.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 4.19.49-rc1 Nadav Amit media: uvcvideo: Fix uvc_alloc_entity() allocation alignment Frank Rowand of: overlay: set node fields from properties when add new overlay node Frank Rowand of: overlay: validate overlay properties #address-cells and #size-cells Nathan Chancellor scsi: lpfc: Fix backport of faf5a744f4f8 ("scsi: lpfc: avoid uninitialized variable warning") Nadav Amit x86/kprobes: Set instruction page as executable Nadav Amit x86/ftrace: Set trampoline pages as executable Steven Rostedt (VMware) x86/ftrace: Do not call function graph from dynamic trampolines Todd Kjos binder: fix race between munmap() and direct reclaim Todd Kjos Revert "binder: fix handling of misaligned binder object" Greg Kroah-Hartman Revert "x86/build: Move _etext to actual end of .text" Miguel Ojeda include/linux/module.h: copy __init/__exit attrs to init/cleanup_module Miguel Ojeda Compiler Attributes: add support for __copy (gcc >= 9) Daniel Vetter drm/lease: Make sure implicit planes are leased Vicente Bergas drm/rockchip: shutdown drm subsystem on shutdown Jernej Skrabec drm/sun4i: Fix sun8i HDMI PHY configuration for > 148.5 MHz Jernej Skrabec drm/sun4i: Fix sun8i HDMI PHY clock initialization Thomas Hellstrom drm/vmwgfx: Don't send drm sysfs hotplug events on initial master set Dmitry Osipenko drm/tegra: gem: Fix CPU-cache maintenance for BO's allocated using get_pages() Kees Cook gcc-plugins: Fix build failures under Darwin host Benjamin Coddington Revert "lockd: Show pid of lockd for remote locks" Roberto Bergantinos Corpas CIFS: cifs_read_allocate_pages: don't iterate through whole page array on ENOMEM Colin Ian King cifs: fix memory leak of pneg_inbuf on -EOPNOTSUPP ioctl case Tim Collier staging: wlan-ng: fix adapter initialization failure Dan Carpenter staging: vc04_services: prevent integer overflow in create_pagelist() George G. Davis serial: sh-sci: disable DMA for uart_console Grzegorz Halat vt/fbcon: deinitialize resources in visual_init() after failed memory allocation Roberto Sassu evm: check hash algorithm passed to init_desc() Roberto Sassu ima: show rules with IMA_INMASK correctly Jonathan Corbet doc: Cope with Sphinx logging deprecations Jonathan Corbet doc: Cope with the deprecation of AutoReporter Jonathan Corbet docs: Fix conf.py for Sphinx 2.0 Catalin Marinas arm64: Fix the arm64_personality() syscall wrapper redirection Zhenliang Wei kernel/signal.c: trace_signal_deliver when signal_group_exit Jiri Slaby memcg: make it work on sparse non-0-node systems Joe Burmeister tty: max310x: Fix external crystal register setup Jorge Ramirez-Ortiz tty: serial: msm_serial: Fix XON/XOFF Masahisa Kojima i2c: synquacer: fix synquacer_i2c_doxfer() return value Vadim Pasternak i2c: mlxcpld: Fix wrong initialization order in probe Lyude Paul drm/nouveau/i2c: Disable i2c bus access after ->fini() Thomas Huth KVM: s390: Do not report unusabled IDs via KVM_CAP_MAX_VCPU_ID Hui Wang ALSA: hda/realtek - Improve the headset mic for Acer Aspire laptops Kailang Yang ALSA: hda/realtek - Set default power save node to 0 Takashi Iwai ALSA: line6: Assure canceling delayed work at disconnection Ravi Bangoria powerpc/perf: Fix MMCRA corruption by bhrb_filter Cédric Le Goater KVM: PPC: Book3S HV: XIVE: Do not clear IRQ data of passthrough interrupts Harald Freudenberger s390/crypto: fix possible sleep during spinlock aquired Harald Freudenberger s390/crypto: fix gcm-aes-s390 selftest failures Sean Nyekjaer iio: adc: ti-ads8688: fix timestamp is not updated in buffer Ruslan Babayev iio: dac: ds4422/ds4424 fix chip verification Filipe Manana Btrfs: incremental send, fix file corruption when no-holes feature is enabled Filipe Manana Btrfs: fix fsync not persisting changed attributes of a directory Filipe Manana Btrfs: fix race updating log root item during fsync Filipe Manana Btrfs: fix wrong ctime and mtime of a directory after log replay Tomas Bortoli tracing: Avoid memory leak in predicate_parse() Steffen Maier scsi: zfcp: fix to prevent port_remove with pure auto scan LUNs (only sdevs) Steffen Maier scsi: zfcp: fix missing zfcp_port reference put on -EBUSY from port_remove Piotr Figiel brcmfmac: fix NULL pointer derefence during USB disconnect Mauro Carvalho Chehab media: smsusb: better handle optional alignment Alan Stern media: usb: siano: Fix false-positive "uninitialized variable" warning Alan Stern media: usb: siano: Fix general protection fault in smsusb Oliver Neukum USB: rio500: fix memory leak in close after disconnect Oliver Neukum USB: rio500: refuse more than one device at a time Maximilian Luz USB: Add LPM quirk for Surface Dock GigE adapter Oliver Neukum USB: sisusbvga: fix oops in error path of sisusb_probe Alan Stern USB: Fix slab-out-of-bounds write in usb_get_bos_descriptor Shuah Khan usbip: usbip_host: fix stub_dev lock context imbalance regression Shuah Khan usbip: usbip_host: fix BUG: sleeping function called from invalid context Carsten Schmid usb: xhci: avoid null pointer deref when bos field is NULL Andrey Smirnov xhci: Convert xhci_handshake() to use readl_poll_timeout_atomic() Fabio Estevam xhci: Use %zu for printing size_t type Henry Lin xhci: update bounce buffer with correct sg num Rasmus Villemoes include/linux/bitops.h: sanitize rotate primitives James Clarke sparc64: Fix regression in non-hypervisor TLB flush xcall ------------- Diffstat: Documentation/conf.py | 2 +- Documentation/sphinx/kerneldoc.py | 44 ++++-- Documentation/sphinx/kernellog.py | 28 ++++ Documentation/sphinx/kfigure.py | 40 +++--- Makefile | 4 +- arch/arm64/kernel/sys.c | 2 +- arch/mips/kvm/mips.c | 3 + arch/powerpc/kvm/book3s_xive.c | 4 +- arch/powerpc/kvm/powerpc.c | 3 + arch/powerpc/perf/core-book3s.c | 6 +- arch/powerpc/perf/power8-pmu.c | 3 + arch/powerpc/perf/power9-pmu.c | 3 + arch/s390/crypto/aes_s390.c | 156 +++++++++++++++------ arch/s390/crypto/des_s390.c | 7 +- arch/s390/kvm/kvm-s390.c | 1 + arch/sparc/mm/ultra.S | 4 +- arch/x86/kernel/ftrace.c | 49 ++++--- arch/x86/kernel/ftrace_64.S | 8 +- arch/x86/kernel/kprobes/core.c | 24 +++- arch/x86/kernel/vmlinux.lds.S | 6 +- arch/x86/kvm/x86.c | 3 + drivers/gpu/drm/drm_crtc.c | 4 + drivers/gpu/drm/drm_plane.c | 8 ++ drivers/gpu/drm/nouveau/include/nvkm/subdev/i2c.h | 2 + drivers/gpu/drm/nouveau/nvkm/subdev/i2c/aux.c | 26 +++- drivers/gpu/drm/nouveau/nvkm/subdev/i2c/aux.h | 2 + drivers/gpu/drm/nouveau/nvkm/subdev/i2c/base.c | 15 ++ drivers/gpu/drm/nouveau/nvkm/subdev/i2c/bus.c | 21 ++- drivers/gpu/drm/nouveau/nvkm/subdev/i2c/bus.h | 1 + drivers/gpu/drm/rockchip/rockchip_drm_drv.c | 9 ++ drivers/gpu/drm/sun4i/sun8i_hdmi_phy.c | 29 ++-- drivers/gpu/drm/tegra/gem.c | 4 +- drivers/gpu/drm/vmwgfx/vmwgfx_drv.c | 8 +- drivers/i2c/busses/i2c-mlxcpld.c | 2 +- drivers/i2c/busses/i2c-synquacer.c | 2 +- drivers/iio/adc/ti-ads8688.c | 2 +- drivers/iio/dac/ds4424.c | 2 +- drivers/media/usb/siano/smsusb.c | 33 +++-- drivers/media/usb/uvc/uvc_driver.c | 2 +- .../wireless/broadcom/brcm80211/brcmfmac/bcdc.c | 11 +- .../wireless/broadcom/brcm80211/brcmfmac/bcdc.h | 6 +- .../wireless/broadcom/brcm80211/brcmfmac/core.c | 4 +- .../broadcom/brcm80211/brcmfmac/fwsignal.c | 16 ++- .../broadcom/brcm80211/brcmfmac/fwsignal.h | 3 +- .../wireless/broadcom/brcm80211/brcmfmac/proto.c | 10 +- .../wireless/broadcom/brcm80211/brcmfmac/proto.h | 3 +- drivers/of/dynamic.c | 27 ++-- drivers/of/overlay.c | 61 ++++++-- drivers/s390/scsi/zfcp_ext.h | 1 + drivers/s390/scsi/zfcp_scsi.c | 9 ++ drivers/s390/scsi/zfcp_sysfs.c | 55 +++++++- drivers/s390/scsi/zfcp_unit.c | 8 +- drivers/scsi/lpfc/lpfc_nvme.c | 6 +- .../interface/vchiq_arm/vchiq_2835_arm.c | 9 ++ drivers/staging/wlan-ng/hfa384x_usb.c | 3 +- drivers/tty/serial/max310x.c | 2 +- drivers/tty/serial/msm_serial.c | 5 +- drivers/tty/serial/sh-sci.c | 7 + drivers/tty/vt/vt.c | 11 +- drivers/usb/core/config.c | 4 +- drivers/usb/core/quirks.c | 3 + drivers/usb/host/xhci-ring.c | 17 ++- drivers/usb/host/xhci.c | 24 ++-- drivers/usb/misc/rio500.c | 41 ++++-- drivers/usb/misc/sisusbvga/sisusb.c | 15 +- drivers/usb/usbip/stub_dev.c | 75 +++++++--- drivers/video/fbdev/core/fbcon.c | 2 +- fs/btrfs/inode.c | 14 +- fs/btrfs/send.c | 6 + fs/btrfs/tree-log.c | 20 +-- fs/cifs/file.c | 4 +- fs/cifs/smb2pdu.c | 3 +- fs/lockd/xdr.c | 4 +- fs/lockd/xdr4.c | 4 +- include/linux/bitops.h | 16 +-- include/linux/compiler-gcc.h | 4 + include/linux/compiler_types.h | 4 + include/linux/list_lru.h | 1 + include/linux/module.h | 4 +- include/linux/of.h | 6 + kernel/signal.c | 2 + kernel/trace/trace_events_filter.c | 8 +- mm/list_lru.c | 8 +- scripts/gcc-plugins/gcc-common.h | 4 + security/integrity/evm/evm_crypto.c | 3 + security/integrity/ima/ima_policy.c | 21 +-- sound/pci/hda/patch_realtek.c | 18 ++- sound/usb/line6/driver.c | 12 ++ sound/usb/line6/driver.h | 4 + sound/usb/line6/toneport.c | 15 +- virt/kvm/arm/arm.c | 3 + virt/kvm/kvm_main.c | 2 - 92 files changed, 878 insertions(+), 322 deletions(-)