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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 31B40ECAAA1 for ; Fri, 28 Oct 2022 12:04:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229682AbiJ1MEO (ORCPT ); Fri, 28 Oct 2022 08:04:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43074 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229515AbiJ1MEN (ORCPT ); Fri, 28 Oct 2022 08:04:13 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 663101D374E; Fri, 28 Oct 2022 05:04:12 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id E721B62807; Fri, 28 Oct 2022 12:04:11 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C6E97C433C1; Fri, 28 Oct 2022 12:04:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1666958651; bh=v0/XACyjWqWPvbBdAUhFQvBwb/XEXkFM772m4M/ztok=; h=From:To:Cc:Subject:Date:From; b=XACOoD8/q8+nO5RBvhKnyT98QohZeYdPyv6PyGJqsez9CLREhW7AcFZuHj+0LrTJS qpB2RZrsYA3BjHqDaCwYml/qTmBbIBAUYZdr/oK3XThT1V0az2zpKRrDnr0aQGwuAP 7+e3n1PoTqlcgNr9BrlyrCXO24GKscdfxZNYVxPM= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, linux@roeck-us.net, shuah@kernel.org, patches@kernelci.org, lkft-triage@lists.linaro.org, pavel@denx.de, jonathanh@nvidia.com, f.fainelli@gmail.com, sudipm.mukherjee@gmail.com, srw@sladewatkins.net Subject: [PATCH 5.15 00/78] 5.15.76-rc2 review Date: Fri, 28 Oct 2022 14:04:05 +0200 Message-Id: <20221028120302.594918388@linuxfoundation.org> X-Mailer: git-send-email 2.38.1 MIME-Version: 1.0 User-Agent: quilt/0.67 X-stable: review X-Patchwork-Hint: ignore X-KernelTest-Patch: http://kernel.org/pub/linux/kernel/v5.x/stable-review/patch-5.15.76-rc2.gz X-KernelTest-Tree: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git X-KernelTest-Branch: linux-5.15.y X-KernelTest-Patches: git://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git X-KernelTest-Version: 5.15.76-rc2 X-KernelTest-Deadline: 2022-10-30T12:03+00:00 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org This is the start of the stable review cycle for the 5.15.76 release. There are 78 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, 30 Oct 2022 12:02:44 +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.15.76-rc2.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.15.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 5.15.76-rc2 Seth Jenkins mm: /proc/pid/smaps_rollup: fix no vma's null-deref Avri Altman mmc: core: Add SD card quirk for broken discard Nick Desaulniers Makefile.debug: re-enable debug info for .S files Nathan Chancellor x86/Kconfig: Drop check for -mabi=ms for CONFIG_EFI_STUB Werner Sembach ACPI: video: Force backlight native for more TongFang devices Rob Herring perf: Skip and warn on unknown format 'configN' attrs Prathamesh Shete mmc: sdhci-tegra: Use actual clock rate for SW tuning correction Steven Rostedt (Google) tracing: Do not free snapshot if tracer is on cmdline sunliming tracing: Simplify conditional compilation code in tracing_set_tracer() Namjae Jeon ksmbd: fix incorrect handling of iterate_dir Namjae Jeon ksmbd: handle smb2 query dir request for OutputBufferLength that is too small Peter Collingbourne arm64: mte: move register initialization to C Alexander Aring fs: dlm: fix invalid derefence of sb_lvbptr Jerry Snitselaar iommu/vt-d: Clean up si_domain in the init_dmars() error path Charlotte Tan iommu/vt-d: Allow NVS regions in arch_rmrr_sanity_check() Felix Riemann net: phy: dp83822: disable MDI crossover status change interrupt Eric Dumazet net: sched: fix race condition in qdisc_graft() Yang Yingliang net: hns: fix possible memory leak in hnae_ae_register() Yang Yingliang wwan_hwsim: fix possible memory leak in wwan_hwsim_dev_new() Pieter Jansen van Vuuren sfc: include vport_id in filter spec hash and equal() Zhengchao Shao net: sched: sfb: fix null pointer access issue when sfb_init() fails Zhengchao Shao net: sched: delete duplicate cleanup of backlog and qlen Zhengchao Shao net: sched: cake: fix null pointer access issue when cake_init() fails Sagi Grimberg nvmet: fix workqueue MEM_RECLAIM flushing dependency Serge Semin nvme-hwmon: kmalloc the NVME SMART log buffer Christoph Hellwig nvme-hwmon: consistently ignore errors from nvme_hwmon_init Pablo Neira Ayuso netfilter: nf_tables: relax NFTA_SET_ELEM_KEY_END set flags requirements Brett Creeley ionic: catch NULL pointer issue on reconfig Eric Dumazet net: hsr: avoid possible NULL deref in skb_clone() Genjian Zhang dm: remove unnecessary assignment statement in alloc_dev() Zhang Xiaoxu cifs: Fix xid leak in cifs_ses_add_channel() Zhang Xiaoxu cifs: Fix xid leak in cifs_flock() Zhang Xiaoxu cifs: Fix xid leak in cifs_copy_file_range() Zhang Xiaoxu cifs: Fix xid leak in cifs_create() Kuniyuki Iwashima udp: Update reuse->has_conns under reuseport_lock. Rafael Mendonca scsi: lpfc: Fix memory leak in lpfc_create_port() Shenwei Wang net: phylink: add mac_managed_pm in phylink_config structure Harini Katakam net: phy: dp83867: Extend RX strap quirk for SGMII mode Xiaobo Liu net/atm: fix proc_mpc_write incorrect return value Jonathan Cooper sfc: Change VF mac via PF as first preference if available. José Expósito HID: magicmouse: Do not set BTN_MOUSE on double report Jan Sokolowski i40e: Fix DMA mappings leak Alexander Potapenko tipc: fix an information leak in tipc_topsrv_kern_subscr Mark Tomlinson tipc: Fix recognition of trial period Tony Luck ACPI: extlog: Handle multiple records Maxime Ripard drm/vc4: Add module dependency on hdmi-codec Filipe Manana btrfs: fix processing of delayed tree block refs during backref walking Filipe Manana btrfs: fix processing of delayed data refs during backref walking Zhang Rui x86/topology: Fix duplicated core ID within a package Zhang Rui x86/topology: Fix multiple packages shown on a single-package system Bryan O'Donoghue media: venus: dec: Handle the case where find_format fails Sean Young media: mceusb: set timeout to at least timeout provided Sakari Ailus media: ipu3-imgu: Fix NULL pointer dereference in active selection access Eric Ren KVM: arm64: vgic: Fix exit condition in scan_its_table() Alexander Graf kvm: Add support for arch compat vm ioctls Rik van Riel mm,hugetlb: take hugetlb_lock before decrementing h->resv_huge_pages Alex Deucher drm/amdgpu: fix sdma doorbell init ordering on APUs Fabien Parent cpufreq: qcom: fix memory leak in error path Babu Moger x86/resctrl: Fix min_cbm_bits for AMD Kai-Heng Feng ata: ahci: Match EM_MAX_SLOTS with SATA_PMP_MAX_PORTS Alexander Stein ata: ahci-imx: Fix MODULE_ALIAS Zhang Rui hwmon/coretemp: Handle large core ID value Borislav Petkov x86/microcode/AMD: Apply the patch early on every logical thread Bryan O'Donoghue i2c: qcom-cci: Fix ordering of pm_runtime_xx and i2c_add_adapter Fabien Parent cpufreq: qcom: fix writes in read-only memory region GONG, Ruiqi selinux: enable use of both GFP_KERNEL and GFP_ATOMIC in convert_context() Joseph Qi ocfs2: fix BUG when iput after ocfs2_mknod fails Joseph Qi ocfs2: clear dinode links count in case of error Qu Wenruo btrfs: enhance unsupported compat RO flags handling Adrian Hunter perf/x86/intel/pt: Relax address filter validation James Morse arm64: errata: Remove AES hwcap for COMPAT tasks Michael Grzeschik usb: gadget: uvc: improve sg exit condition Michael Grzeschik usb: gadget: uvc: giveback vb2 buffer on req complete Michael Grzeschik usb: gadget: uvc: rework uvcg_queue_next_buffer to uvcg_complete_buffer Michael Grzeschik usb: gadget: uvc: use on returned header len in video_encode_isoc_sg Michael Grzeschik usb: gadget: uvc: consistently use define for headerlen Anshuman Khandual arm64/mm: Consolidate TCR_EL1 fields Jean-Francois Le Fillatre r8152: add PID for the Lenovo OneLink+ Dock ------------- Diffstat: Documentation/arm64/silicon-errata.rst | 4 ++ Makefile | 8 +-- arch/arm64/Kconfig | 16 ++++++ arch/arm64/include/asm/mte.h | 5 ++ arch/arm64/include/asm/pgtable-hwdef.h | 2 + arch/arm64/include/asm/sysreg.h | 4 -- arch/arm64/kernel/cpu_errata.c | 16 ++++++ arch/arm64/kernel/cpufeature.c | 17 ++++++- arch/arm64/kernel/mte.c | 51 +++++++++++++++++++ arch/arm64/kernel/suspend.c | 2 + arch/arm64/kvm/vgic/vgic-its.c | 5 +- arch/arm64/mm/proc.S | 48 +++--------------- arch/arm64/tools/cpucaps | 1 + arch/x86/Kconfig | 1 - arch/x86/events/intel/pt.c | 63 ++++++++++++++++++----- arch/x86/include/asm/iommu.h | 4 +- arch/x86/kernel/cpu/microcode/amd.c | 16 ++++-- arch/x86/kernel/cpu/resctrl/core.c | 8 +-- arch/x86/kernel/cpu/topology.c | 16 ++++-- drivers/acpi/acpi_extlog.c | 33 +++++++----- drivers/acpi/video_detect.c | 64 +++++++++++++++++++++++ drivers/ata/ahci.h | 2 +- drivers/ata/ahci_imx.c | 2 +- drivers/cpufreq/qcom-cpufreq-nvmem.c | 10 ++-- drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c | 5 -- drivers/gpu/drm/amd/amdgpu/soc15.c | 21 ++++++++ drivers/gpu/drm/vc4/vc4_drv.c | 1 + drivers/hid/hid-magicmouse.c | 2 +- drivers/hwmon/coretemp.c | 56 +++++++++++++++------ drivers/i2c/busses/i2c-qcom-cci.c | 13 +++-- drivers/iommu/intel/iommu.c | 5 ++ drivers/md/dm.c | 1 - drivers/media/platform/qcom/venus/vdec.c | 2 + drivers/media/rc/mceusb.c | 2 +- drivers/mmc/core/block.c | 7 ++- drivers/mmc/core/card.h | 6 +++ drivers/mmc/core/quirks.h | 6 +++ drivers/mmc/host/sdhci-tegra.c | 2 +- drivers/net/ethernet/hisilicon/hns/hnae.c | 4 +- drivers/net/ethernet/intel/i40e/i40e_ethtool.c | 3 -- drivers/net/ethernet/intel/i40e/i40e_main.c | 16 +++--- drivers/net/ethernet/intel/i40e/i40e_txrx.c | 13 ++--- drivers/net/ethernet/intel/i40e/i40e_txrx.h | 1 - drivers/net/ethernet/intel/i40e/i40e_xsk.c | 67 ++++++++++++++++++++++--- drivers/net/ethernet/intel/i40e/i40e_xsk.h | 2 +- drivers/net/ethernet/pensando/ionic/ionic_lif.c | 12 +++-- drivers/net/ethernet/sfc/ef10.c | 58 +++++++++------------ drivers/net/ethernet/sfc/filter.h | 3 +- drivers/net/ethernet/sfc/rx_common.c | 10 ++-- drivers/net/phy/dp83822.c | 3 +- drivers/net/phy/dp83867.c | 8 +++ drivers/net/phy/phylink.c | 3 ++ drivers/net/usb/cdc_ether.c | 7 +++ drivers/net/usb/r8152.c | 3 ++ drivers/net/wwan/wwan_hwsim.c | 2 +- drivers/nvme/host/core.c | 6 ++- drivers/nvme/host/hwmon.c | 32 ++++++++---- drivers/nvme/target/core.c | 2 +- drivers/scsi/lpfc/lpfc_init.c | 7 +-- drivers/staging/media/ipu3/ipu3-v4l2.c | 31 ++++++------ drivers/usb/gadget/function/uvc.h | 5 +- drivers/usb/gadget/function/uvc_queue.c | 15 +----- drivers/usb/gadget/function/uvc_queue.h | 2 +- drivers/usb/gadget/function/uvc_video.c | 35 ++++++++----- drivers/usb/gadget/function/uvc_video.h | 2 - fs/btrfs/backref.c | 46 +++++++++++------ fs/btrfs/block-group.c | 11 +++- fs/btrfs/super.c | 9 ++++ fs/cifs/cifsfs.c | 7 ++- fs/cifs/dir.c | 6 ++- fs/cifs/file.c | 11 ++-- fs/cifs/sess.c | 1 + fs/dlm/lock.c | 2 +- fs/ksmbd/smb2pdu.c | 24 +++++---- fs/ocfs2/namei.c | 23 ++++----- fs/proc/task_mmu.c | 2 +- include/linux/kvm_host.h | 2 + include/linux/mmc/card.h | 1 + include/linux/phylink.h | 2 + include/net/sch_generic.h | 1 - include/net/sock_reuseport.h | 11 ++-- kernel/trace/trace.c | 12 ++--- mm/hugetlb.c | 2 +- net/atm/mpoa_proc.c | 3 +- net/core/sock_reuseport.c | 16 ++++++ net/hsr/hsr_forward.c | 12 ++--- net/ipv4/datagram.c | 2 +- net/ipv4/udp.c | 2 +- net/ipv6/datagram.c | 2 +- net/ipv6/udp.c | 2 +- net/netfilter/nf_tables_api.c | 5 +- net/sched/sch_api.c | 5 +- net/sched/sch_atm.c | 1 - net/sched/sch_cake.c | 4 ++ net/sched/sch_cbq.c | 1 - net/sched/sch_choke.c | 2 - net/sched/sch_drr.c | 2 - net/sched/sch_dsmark.c | 2 - net/sched/sch_etf.c | 3 -- net/sched/sch_ets.c | 2 - net/sched/sch_fq_codel.c | 2 - net/sched/sch_fq_pie.c | 3 -- net/sched/sch_hfsc.c | 2 - net/sched/sch_htb.c | 2 - net/sched/sch_multiq.c | 1 - net/sched/sch_prio.c | 2 - net/sched/sch_qfq.c | 2 - net/sched/sch_red.c | 2 - net/sched/sch_sfb.c | 5 +- net/sched/sch_skbprio.c | 3 -- net/sched/sch_taprio.c | 2 - net/sched/sch_tbf.c | 2 - net/sched/sch_teql.c | 1 - net/tipc/discover.c | 2 +- net/tipc/topsrv.c | 2 +- security/selinux/ss/services.c | 5 +- security/selinux/ss/sidtab.c | 4 +- security/selinux/ss/sidtab.h | 2 +- tools/perf/util/parse-events.c | 3 ++ tools/perf/util/pmu.c | 17 +++++++ tools/perf/util/pmu.h | 2 + tools/perf/util/pmu.l | 2 - tools/perf/util/pmu.y | 15 ++---- virt/kvm/kvm_main.c | 11 ++++ 124 files changed, 807 insertions(+), 405 deletions(-)