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_PASS,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 8E195C43381 for ; Tue, 26 Mar 2019 06:39:03 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 4A2C720870 for ; Tue, 26 Mar 2019 06:39:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1553582343; bh=IGry+IgcT4Zwa0YdtXvIYfnnOkL++fibVNyDPvvss/A=; h=From:To:Cc:Subject:Date:List-ID:From; b=CSyr3F8hAM9gCAE5rCvlSEnbVgBLsb+/+Zg0w4v3Lct1qsbfgSV+8pgN6zUjnJqFA j1O/N/jXoBFsvFgeEMlvaJYPL4MCa0/zkjrYmp9mj8g5hcNE+AJ0QFCLfE9XYnDjUO y1f43u9B9c1DFd3Y1Moe+smjHh7iqY4gxVNBHdhU= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732353AbfCZGjC (ORCPT ); Tue, 26 Mar 2019 02:39:02 -0400 Received: from mail.kernel.org ([198.145.29.99]:54016 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732110AbfCZGi6 (ORCPT ); Tue, 26 Mar 2019 02:38:58 -0400 Received: from localhost (unknown [104.132.152.111]) (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 CEDCE20863; Tue, 26 Mar 2019 06:38:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1553582337; bh=IGry+IgcT4Zwa0YdtXvIYfnnOkL++fibVNyDPvvss/A=; h=From:To:Cc:Subject:Date:From; b=fn2ZDSy3ebeu7wkWJxgGU26f0GBokhAg+dUMDR5yi1Pvl4qfToQLRJUMqOBYVQ1PT d2JMvyD7rRt5nLIWs+sLsZ7FATKJUO7B5nXJcYZS5KMPy0W5UQGaXldLsmxw+amZRl gReekDhRGq40Loynn01YxwiJSC0NnL1dkAsVFAIw= 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 5.0 00/52] 5.0.5-stable review Date: Tue, 26 Mar 2019 15:29:47 +0900 Message-Id: <20190326042700.963224437@linuxfoundation.org> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 User-Agent: quilt/0.65 X-stable: review X-Patchwork-Hint: ignore X-KernelTest-Patch: http://kernel.org/pub/linux/kernel/v4.x/stable-review/patch-5.0.5-rc1.gz X-KernelTest-Tree: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git X-KernelTest-Branch: linux-5.0.y X-KernelTest-Patches: git://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git X-KernelTest-Version: 5.0.5-rc1 X-KernelTest-Deadline: 2019-03-28T04:27+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 5.0.5 release. There are 52 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 Thu Mar 28 04:26:38 UTC 2019. 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/v5.x/stable-review/patch-5.0.5-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-5.0.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 5.0.5-rc1 Hui Wang ALSA: hda - Enforces runtime_resume after S3 and S4 for each codec Takashi Iwai ALSA: hda - Record the current power state before suspend/resume calls Vlastimil Babka mm, mempolicy: fix uninit memory access Waiman Long locking/lockdep: Add debug_locks check in __lock_downgrade() Jann Horn x86/unwind: Add hardcoded ORC entry for NULL Jann Horn x86/unwind: Handle NULL pointer calls better in frame unwinder Dongli Zhang loop: access lo_backing_file only when the loop device is Lo_bound Florian Westphal netfilter: ebtables: remove BUGPRINT messages Linus Torvalds aio: simplify - and fix - fget/fput for io_submit() Chao Yu f2fs: fix to avoid deadlock of atomic file operations Myungho Jung RDMA/cma: Rollback source IP address if failing to acquire device Tetsuo Handa drm/vkms: Fix flush_work() without INIT_WORK(). Kefeng Wang Bluetooth: hci_ldisc: Postpone HCI_UART_PROTO_READY bit set in hci_uart_set_proto() Jeremy Cline Bluetooth: hci_ldisc: Initialize hci_dev before open() Myungho Jung Bluetooth: Fix decrementing reference count twice in releasing socket Myungho Jung Bluetooth: hci_uart: Check if socket buffer is ERR_PTR in h4_recv_buf() Hans Verkuil media: v4l2-ctrls.c/uvc: zero v4l2_event zhangyi (F) ext4: brelse all indirect buffer in ext4_ind_remove_space() Lukas Czerner ext4: fix data corruption caused by unaligned direct AIO Jiufei Xue ext4: fix NULL pointer dereference while journal is aborted Takashi Iwai ALSA: ac97: Fix of-node refcount unbalance Hui Wang ALSA: hda - Don't trigger jackpoll_work in azx_resume Steve French SMB3: Fix SMB3.1.1 guest mounts to Samba Atish Patra clocksource/drivers/riscv: Fix clocksource mask Rasmus Villemoes irqchip/gic-v3-its: Fix comparison logic in lpi_range_cmp Josh Poimboeuf objtool: Move objtool_file struct off the stack Adrian Hunter perf probe: Fix getting the kernel map Ronnie Sahlberg cifs: allow guest mounts to work for smb3.11 Chen Jie futex: Ensure that futex address is aligned in handle_futex_death() Tyrel Datwyler scsi: ibmvscsi: Fix empty event pool access during host removal Tyrel Datwyler scsi: ibmvscsi: Protect ibmvscsi_head from concurrent modificaiton Quinn Tran scsi: qla2xxx: Fix FC-AL connection target discovery Bart Van Assche scsi: core: Avoid that a kernel warning appears during system resume Yishai Hadas net/mlx5: Fix DCT creation bad flow Michael Ellerman powerpc/security: Fix spectre_v2 reporting Michael Ellerman powerpc/vdso64: Fix CLOCK_MONOTONIC inconsistencies across Y2038 Archer Yan MIPS: Fix kernel crash for R6 in jump label branch function Yasha Cherikovsky MIPS: Ensure ELF appended dtb is relocated Yifeng Li mips: loongson64: lemote-2f: Add IRQF_NO_SUSPEND to "cascade" irqaction. Jan Kara udf: Fix crash on IO error during truncate Ilya Dryomov libceph: wait for latest osdmap in ceph_monc_blacklist_add() Robert Richter iommu/iova: Fix tracking of recently failed iova address Stanislaw Gruszka iommu/amd: fix sg->dma_address for sg->offset bigger than PAGE_SIZE Deepak Rawat drm/vmwgfx: Return 0 when gmrid::get_node runs out of ID's Thomas Zimmermann drm/vmwgfx: Don't double-free the mode stored in par->set_mode Christian König drm/amdgpu: fix invalid use of change_bit Wolfram Sang mmc: renesas_sdhi: limit block count to 16 bit for old revisions Alexander Shiyan mmc: mxcmmc: "Revert mmc: mxcmmc: handle highmem pages" Daniel Drake mmc: alcor: fix DMA reads Arnd Bergmann mmc: pxamci: fix enum type confusion Takashi Sakamoto ALSA: firewire-motu: use 'version' field of unit directory to identify model Jaroslav Kysela ALSA: hda - add Lenovo IdeaCentre B550 to the power_save_blacklist ------------- Diffstat: Makefile | 4 +- arch/mips/include/asm/jump_label.h | 8 +- arch/mips/kernel/vmlinux.lds.S | 12 ++- arch/mips/loongson64/lemote-2f/irq.c | 2 +- arch/powerpc/include/asm/vdso_datapage.h | 8 +- arch/powerpc/kernel/security.c | 23 ++--- arch/powerpc/kernel/vdso64/gettimeofday.S | 4 +- arch/x86/include/asm/unwind.h | 6 ++ arch/x86/kernel/unwind_frame.c | 25 ++++- arch/x86/kernel/unwind_orc.c | 17 ++++ drivers/block/loop.c | 2 +- drivers/bluetooth/h4_recv.h | 4 + drivers/bluetooth/hci_h4.c | 4 + drivers/bluetooth/hci_ldisc.c | 24 +++-- drivers/clocksource/timer-riscv.c | 5 +- drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c | 2 +- drivers/gpu/drm/vkms/vkms_crtc.c | 1 + drivers/gpu/drm/vmwgfx/vmwgfx_fb.c | 12 +-- drivers/gpu/drm/vmwgfx/vmwgfx_gmrid_manager.c | 2 +- drivers/infiniband/core/cma.c | 13 ++- drivers/iommu/amd_iommu.c | 7 +- drivers/iommu/iova.c | 5 +- drivers/irqchip/irq-gic-v3-its.c | 2 +- drivers/media/usb/uvc/uvc_ctrl.c | 2 +- drivers/media/v4l2-core/v4l2-ctrls.c | 2 +- drivers/mmc/host/alcor.c | 25 +++-- drivers/mmc/host/mxcmmc.c | 16 +--- drivers/mmc/host/pxamci.c | 2 +- drivers/mmc/host/renesas_sdhi_core.c | 8 +- drivers/net/ethernet/mellanox/mlx5/core/qp.c | 66 +++++++------ drivers/scsi/ibmvscsi/ibmvscsi.c | 23 ++++- drivers/scsi/qla2xxx/qla_init.c | 7 ++ drivers/scsi/scsi_lib.c | 6 +- fs/aio.c | 72 ++++++-------- fs/cifs/smb2pdu.c | 11 ++- fs/ext4/ext4_jbd2.h | 2 +- fs/ext4/file.c | 2 +- fs/ext4/indirect.c | 12 ++- fs/f2fs/segment.c | 43 ++++++--- fs/udf/truncate.c | 3 + include/linux/ceph/libceph.h | 2 + include/linux/fs.h | 8 +- kernel/futex.c | 4 + kernel/locking/lockdep.c | 3 + mm/mempolicy.c | 2 +- net/bluetooth/hci_sock.c | 3 +- net/bridge/netfilter/ebtables.c | 131 ++++++++------------------ net/ceph/ceph_common.c | 18 +++- net/ceph/mon_client.c | 9 ++ sound/ac97/bus.c | 2 +- sound/firewire/motu/motu.c | 20 ++-- sound/pci/hda/hda_codec.c | 57 ++++++++++- sound/pci/hda/hda_intel.c | 14 +-- tools/objtool/check.c | 3 +- tools/perf/util/probe-event.c | 6 +- 55 files changed, 471 insertions(+), 305 deletions(-)