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.9 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=unavailable 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 A12F1C47077 for ; Wed, 13 May 2020 09:52:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5E16E20769 for ; Wed, 13 May 2020 09:52:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1589363562; bh=IGnc9NEsJmYtWU+txtlSjnNhxD+3NvcHi5DLgFSY3gw=; h=From:To:Cc:Subject:Date:List-ID:From; b=Dy8/j4ZObhGZ+/xLHcxy5bpw0bKxWQrVw9tntlIYEItieBG5jJ7pOsvFjKFvulWiK IZ3j35aZAcYR5/7BTjRMeO8X3+NNu42LvPh8lqYfpLRzhD9S3/YvJ96F3pZdNzWbNf dQxVi4FxDdesPdl85x37azVTjMP69jQap/XAoAko= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2387826AbgEMJwl (ORCPT ); Wed, 13 May 2020 05:52:41 -0400 Received: from mail.kernel.org ([198.145.29.99]:54070 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1733241AbgEMJwh (ORCPT ); Wed, 13 May 2020 05:52:37 -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 3E2B020575; Wed, 13 May 2020 09:52:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1589363555; bh=IGnc9NEsJmYtWU+txtlSjnNhxD+3NvcHi5DLgFSY3gw=; h=From:To:Cc:Subject:Date:From; b=KyNkbbviCfT4owTYeFcoExKWklAhjVCZK+coQ867kKWd0K0cDMUvV7Elh6SueMdsz RXSRt++rdDuqZYh+QCT361WUxYpWKIqHrwQVXdVBA89AjFmOlGfEFc1TGs3X0JDRfl Vgc6roHRR9Uusc61CFJdZa3pCXNgUGO4d30f7Ql8= 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.6 000/118] 5.6.13-rc1 review Date: Wed, 13 May 2020 11:43:39 +0200 Message-Id: <20200513094417.618129545@linuxfoundation.org> X-Mailer: git-send-email 2.26.2 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-5.6.13-rc1.gz X-KernelTest-Tree: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git X-KernelTest-Branch: linux-5.6.y X-KernelTest-Patches: git://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git X-KernelTest-Version: 5.6.13-rc1 X-KernelTest-Deadline: 2020-05-15T09:44+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.6.13 release. There are 118 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 Fri, 15 May 2020 09:41:20 +0000. 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.6.13-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.6.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 5.6.13-rc1 Amir Goldstein fanotify: merge duplicate events on parent and child Amir Goldstein fsnotify: replace inode pointer with an object id Max Kellermann io_uring: don't use 'fd' for openat/openat2/statx Christoph Hellwig bdi: add a ->dev_name field to struct backing_dev_info Christoph Hellwig bdi: move bdi_dev_name out of line Yafang Shao mm, memcg: fix error return value of mem_cgroup_css_alloc() Ivan Delalande scripts/decodecode: fix trapping instruction formatting Julia Lawall iommu/virtio: Reverse arguments to list_add Josh Poimboeuf objtool: Fix stack offset tracking for indirect CFAs Paolo Bonzini kvm: ioapic: Restrict lazy EOI update to edge-triggered interrupts Arnd Bergmann netfilter: nf_osf: avoid passing pointer to local var Guillaume Nault netfilter: nat: never update the UDP checksum when it's 0 Janakarajan Natarajan arch/x86/kvm/svm/sev.c: change flag passed to GUP fast in sev_pin_memory() Suravee Suthikulpanit KVM: x86: Fixes posted interrupt check for IRQs delivery modes Josh Poimboeuf x86/unwind/orc: Fix premature unwind stoppage due to IRET frames Josh Poimboeuf x86/unwind/orc: Fix error path for bad ORC entry type Josh Poimboeuf x86/unwind/orc: Prevent unwinding before ORC initialization Miroslav Benes x86/unwind/orc: Don't skip the first frame for inactive tasks Jann Horn x86/entry/64: Fix unwind hints in rewind_stack_do_exit() Josh Poimboeuf x86/entry/64: Fix unwind hints in __switch_to_asm() Josh Poimboeuf x86/entry/64: Fix unwind hints in kernel exit path Josh Poimboeuf x86/entry/64: Fix unwind hints in register clearing code Rick Edgecombe x86/mm/cpa: Flush direct map alias during cpa Xiyu Yang batman-adv: Fix refcnt leak in batadv_v_ogm_process Xiyu Yang batman-adv: Fix refcnt leak in batadv_store_throughput_override Xiyu Yang batman-adv: Fix refcnt leak in batadv_show_throughput_override George Spelvin batman-adv: fix batadv_nc_random_weight_tq Tejun Heo iocost: protect iocg->abs_vdebt with iocg->waitq.lock Vincent Chen riscv: set max_pfn to the PFN of the last page Luis Chamberlain coredump: fix crash when umh is disabled Oscar Carter staging: gasket: Check the return value of gasket_get_bar_index() Luis Henriques ceph: demote quotarealm lookup warning to a debug message Jeff Layton ceph: fix endianness bug when handling MDS session feature bits Henry Willard mm: limit boost_watermark on small zones David Hildenbrand mm/page_alloc: fix watchdog soft lockups during set_zone_contiguous() Khazhismel Kumykov eventpoll: fix missing wakeup for ovflist in ep_poll_callback Roman Penyaev epoll: atomically remove wait entry on wake up Oleg Nesterov ipc/mqueue.c: change __do_notify() to bypass check_kill_permission() Daniel Kolesa drm/amd/display: work around fp code being emitted outside of DC_FP_START/END H. Nikolaus Schaller drm: ingenic-drm: add MODULE_DEVICE_TABLE Tomas Winkler mei: me: disable mei interface on LBG servers. Ulf Hansson amba: Initialize dma_parms for amba devices Ulf Hansson driver core: platform: Initialize dma_parms for platform devices Mark Rutland arm64: hugetlb: avoid potential NULL dereference Marc Zyngier KVM: arm64: Fix 32bit PC wrap-around Marc Zyngier KVM: arm: vgic: Fix limit condition when writing to GICD_I[CS]ACTIVER Sean Christopherson KVM: VMX: Explicitly clear RFLAGS.CF and RFLAGS.ZF in VM-Exit RSB path Christian Borntraeger KVM: s390: Remove false WARN_ON_ONCE for the PQAP instruction Jason A. Donenfeld crypto: arch/lib - limit simd usage to 4k chunks Jason A. Donenfeld crypto: arch/nhpoly1305 - process in explicit 4k chunks Steven Rostedt (VMware) tracing: Add a vmalloc_sync_mappings() for safe measure Steven Rostedt (VMware) tracing: Wait for preempt irq delay thread to finish Masami Hiramatsu tracing/kprobes: Reject new event if loc is NULL Masami Hiramatsu tracing/boottime: Fix kprobe event API usage Oliver Neukum USB: serial: garmin_gps: add sanity checking for data length Bryan O'Donoghue usb: chipidea: msm: Ensure proper controller reset using role switch API Oliver Neukum USB: uas: add quirk for LaCie 2Big Quadra Jason Gerecke HID: wacom: Report 2nd-gen Intuos Pro S center button status over BT Alan Stern HID: usbhid: Fix race between usbhid_close() and usbhid_stop() Jason Gerecke Revert "HID: wacom: generic: read the number of expected touches on a per collection basis" Jere Leppänen sctp: Fix bundling of SHUTDOWN with COOKIE-ACK Jason Gerecke HID: wacom: Read HID_DG_CONTACTMAX directly for non-generic devices Jason A. Donenfeld wireguard: send/receive: cond_resched() when processing worker ringbuffers Jason A. Donenfeld wireguard: socket: remove errant restriction on looping to self Dejin Zheng net: enetc: fix an issue about leak system resources Toke Høiland-Jørgensen wireguard: receive: use tunnel helpers for decapsulating ECN markings Jason A. Donenfeld wireguard: queueing: cleanup ptr_ring in error path of packet_queue_init Dan Carpenter net: mvpp2: cls: Prevent buffer overflow in mvpp2_ethtool_cls_rule_del() Dan Carpenter net: mvpp2: prevent buffer overflow in mvpp22_rss_ctx() Roi Dayan net/mlx5e: Fix q counters on uplink representors Moshe Shemesh net/mlx5: Fix command entry leak in Internal Error State Moshe Shemesh net/mlx5: Fix forced completion access non initialized command entry Erez Shitrit net/mlx5: DR, On creation set CQ's arm_db member to right value Michael Chan bnxt_en: Fix VLAN acceleration handling in bnxt_fix_features(). Michael Chan bnxt_en: Return error when allocating zero size context memory. Michael Chan bnxt_en: Improve AER slot reset. Vasundhara Volam bnxt_en: Reduce BNXT_MSIX_VEC_MAX value to supported CQs per PF. Michael Chan bnxt_en: Fix VF anti-spoof filter setup. Toke Høiland-Jørgensen tunnel: Propagate ECT(1) when decapsulating as recommended by RFC6040 Tuong Lien tipc: fix partial topology connection closure Eric Dumazet selftests: net: tcp_mmap: fix SO_RCVLOWAT setting Eric Dumazet selftests: net: tcp_mmap: clear whole tcp_zerocopy_receive struct Eric Dumazet sch_sfq: validate silly quantum values Eric Dumazet sch_choke: avoid potential panic in choke_reset() Qiushi Wu nfp: abm: fix a memory leak bug Matt Jolly net: usb: qmi_wwan: add support for DW5816e Xiyu Yang net/tls: Fix sk_psock refcnt leak when in tls_data_ready() Xiyu Yang net/tls: Fix sk_psock refcnt leak in bpf_exec_tx_verdict() Anthony Felice net: tc35815: Fix phydev supported/advertising mask Willem de Bruijn net: stricter validation of untrusted gso packets Eric Dumazet net_sched: sch_skbprio: add message validation to skbprio_change() Baruch Siach net: phy: marvell10g: fix temperature sensor on 2110 Tariq Toukan net/mlx4_core: Fix use of ENOSPC around mlx4_counter_alloc() Scott Dial net: macsec: preserve ingress frame ordering Dejin Zheng net: macb: fix an issue about leak related system resources Florian Fainelli net: dsa: Do not make user port errors fatal Florian Fainelli net: dsa: Do not leave DSA master with NULL netdev_ops Ido Schimmel net: bridge: vlan: Add a schedule point during VLAN processing Roman Mashak neigh: send protocol value in neighbor create notification Jiri Pirko mlxsw: spectrum_acl_tcam: Position vchunk in a vregion list properly David Ahern ipv6: Use global sernum for dst validation with nexthop objects Eric Dumazet fq_codel: fix TCA_FQ_CODEL_DROP_BATCH_SIZE sanity checks Julia Lawall dp83640: reverse arguments to list_add_tail Jakub Kicinski devlink: fix return value after hitting end in region read Aya Levin devlink: Fix reporter's recovery condition Rahul Lakkireddy cxgb4: fix EOTID leak when disabling TC-MQPRIO offload Andy Shevchenko net: macb: Fix runtime PM refcounting Masami Hiramatsu tracing/kprobes: Fix a double initialization typo Sagi Grimberg nvme: fix possible hang when ns scanning fails during error recovery Christoph Hellwig nvme: refactor nvme_identify_ns_descs error handling Eric Whitney ext4: disable dioread_nolock whenever delayed allocation is disabled Ritesh Harjani ext4: don't set dioread_nolock by default for blocksize < pagesize Shubhrajyoti Datta tty: xilinx_uartps: Fix missing id assignment to the console Nicolas Pitre vt: fix unicode console freeing with a common interface Evan Quan drm/amdgpu: drop redundant cg/pg ungate on runpm enter Evan Quan drm/amdgpu: move kfd suspend after ip_suspend_phase1 Matt Jolly USB: serial: qcserial: Add DW5816e support Mika Westerberg thunderbolt: Check return value of tb_sw_read() in usb4_switch_op() ------------- Diffstat: Makefile | 4 +- arch/arm/crypto/chacha-glue.c | 14 ++- arch/arm/crypto/nhpoly1305-neon-glue.c | 2 +- arch/arm/crypto/poly1305-glue.c | 15 ++- arch/arm64/crypto/chacha-neon-glue.c | 14 ++- arch/arm64/crypto/nhpoly1305-neon-glue.c | 2 +- arch/arm64/crypto/poly1305-glue.c | 15 ++- arch/arm64/kvm/guest.c | 7 ++ arch/arm64/mm/hugetlbpage.c | 2 + arch/riscv/mm/init.c | 3 +- arch/s390/kvm/priv.c | 4 +- arch/x86/crypto/blake2s-glue.c | 10 +- arch/x86/crypto/chacha_glue.c | 14 ++- arch/x86/crypto/nhpoly1305-avx2-glue.c | 2 +- arch/x86/crypto/nhpoly1305-sse2-glue.c | 2 +- arch/x86/crypto/poly1305_glue.c | 13 ++- arch/x86/entry/calling.h | 40 +++---- arch/x86/entry/entry_64.S | 14 +-- arch/x86/include/asm/kvm_host.h | 4 +- arch/x86/include/asm/unwind.h | 2 +- arch/x86/kernel/unwind_orc.c | 61 ++++++++--- arch/x86/kvm/ioapic.c | 10 +- arch/x86/kvm/svm.c | 2 +- arch/x86/kvm/vmx/vmenter.S | 3 + arch/x86/mm/pat/set_memory.c | 12 ++- block/blk-iocost.c | 117 +++++++++++++-------- drivers/amba/bus.c | 1 + drivers/base/platform.c | 2 + drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 7 +- .../gpu/drm/amd/display/dc/dcn20/dcn20_resource.c | 31 ++++-- drivers/gpu/drm/ingenic/ingenic-drm.c | 1 + drivers/hid/usbhid/hid-core.c | 37 +++++-- drivers/hid/usbhid/usbhid.h | 1 + drivers/hid/wacom_sys.c | 4 +- drivers/hid/wacom_wac.c | 88 ++++------------ drivers/iommu/virtio-iommu.c | 2 +- drivers/misc/mei/hw-me.c | 8 ++ drivers/misc/mei/hw-me.h | 4 + drivers/misc/mei/pci-me.c | 2 +- drivers/net/ethernet/broadcom/bnxt/bnxt.c | 20 ++-- drivers/net/ethernet/broadcom/bnxt/bnxt.h | 1 - drivers/net/ethernet/broadcom/bnxt/bnxt_devlink.h | 2 +- drivers/net/ethernet/broadcom/bnxt/bnxt_sriov.c | 10 +- drivers/net/ethernet/cadence/macb_main.c | 24 ++--- drivers/net/ethernet/chelsio/cxgb4/sge.c | 39 ++++++- .../net/ethernet/freescale/enetc/enetc_pci_mdio.c | 2 +- drivers/net/ethernet/marvell/mvpp2/mvpp2_cls.c | 3 + drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c | 2 + drivers/net/ethernet/mellanox/mlx4/main.c | 4 +- drivers/net/ethernet/mellanox/mlx5/core/cmd.c | 6 +- drivers/net/ethernet/mellanox/mlx5/core/en_rep.c | 9 +- .../ethernet/mellanox/mlx5/core/steering/dr_send.c | 14 ++- .../ethernet/mellanox/mlxsw/spectrum_acl_tcam.c | 12 ++- drivers/net/ethernet/netronome/nfp/abm/main.c | 1 + drivers/net/ethernet/toshiba/tc35815.c | 2 +- drivers/net/macsec.c | 3 +- drivers/net/phy/dp83640.c | 2 +- drivers/net/phy/marvell10g.c | 27 ++++- drivers/net/usb/qmi_wwan.c | 1 + drivers/net/wireguard/queueing.c | 4 +- drivers/net/wireguard/receive.c | 8 +- drivers/net/wireguard/send.c | 4 + drivers/net/wireguard/socket.c | 12 --- drivers/nvme/host/core.c | 28 +++-- drivers/staging/gasket/gasket_core.c | 4 + drivers/thunderbolt/usb4.c | 3 + drivers/tty/serial/xilinx_uartps.c | 1 + drivers/tty/vt/vt.c | 9 +- drivers/usb/chipidea/ci_hdrc_msm.c | 2 +- drivers/usb/serial/garmin_gps.c | 4 +- drivers/usb/serial/qcserial.c | 1 + drivers/usb/storage/unusual_uas.h | 7 ++ fs/ceph/mds_client.c | 8 +- fs/ceph/quota.c | 4 +- fs/coredump.c | 8 ++ fs/eventpoll.c | 61 ++++++----- fs/ext4/ext4_jbd2.h | 3 + fs/ext4/super.c | 13 ++- fs/io_uring.c | 6 -- fs/notify/fanotify/fanotify.c | 9 +- fs/notify/inotify/inotify_fsnotify.c | 4 +- fs/notify/inotify/inotify_user.c | 2 +- include/linux/amba/bus.h | 1 + include/linux/backing-dev-defs.h | 1 + include/linux/backing-dev.h | 9 +- include/linux/fsnotify_backend.h | 7 +- include/linux/platform_device.h | 1 + include/linux/virtio_net.h | 26 ++++- include/net/inet_ecn.h | 57 +++++++++- include/net/ip6_fib.h | 4 + include/net/net_namespace.h | 7 ++ ipc/mqueue.c | 34 ++++-- kernel/trace/preemptirq_delay_test.c | 30 ++++-- kernel/trace/trace.c | 13 +++ kernel/trace/trace_boot.c | 20 ++-- kernel/trace/trace_kprobe.c | 8 +- kernel/umh.c | 5 + mm/backing-dev.c | 13 ++- mm/memcontrol.c | 15 +-- mm/page_alloc.c | 9 ++ net/batman-adv/bat_v_ogm.c | 2 +- net/batman-adv/network-coding.c | 9 +- net/batman-adv/sysfs.c | 3 +- net/bridge/br_netlink.c | 1 + net/core/devlink.c | 12 ++- net/core/neighbour.c | 6 +- net/dsa/dsa2.c | 2 +- net/dsa/master.c | 3 +- net/ipv6/route.c | 25 +++++ net/netfilter/nf_nat_proto.c | 4 +- net/netfilter/nfnetlink_osf.c | 12 ++- net/sched/sch_choke.c | 3 +- net/sched/sch_fq_codel.c | 2 +- net/sched/sch_sfq.c | 9 ++ net/sched/sch_skbprio.c | 3 + net/sctp/sm_statefuns.c | 6 +- net/tipc/topsrv.c | 5 +- net/tls/tls_sw.c | 7 +- scripts/decodecode | 2 +- tools/cgroup/iocost_monitor.py | 7 +- tools/objtool/check.c | 2 +- tools/testing/selftests/net/tcp_mmap.c | 7 +- tools/testing/selftests/wireguard/netns.sh | 54 +++++++++- virt/kvm/arm/hyp/aarch32.c | 8 +- virt/kvm/arm/vgic/vgic-mmio.c | 4 +- 125 files changed, 964 insertions(+), 459 deletions(-)