From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-qk1-f175.google.com (mail-qk1-f175.google.com [209.85.222.175]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 028529CA5B for ; Thu, 21 Sep 2023 20:38:55 +0000 (UTC) Received: by mail-qk1-f175.google.com with SMTP id af79cd13be357-773ac11de71so80501785a.2 for ; Thu, 21 Sep 2023 13:38:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=joelfernandes.org; s=google; t=1695328735; x=1695933535; darn=lists.linux.dev; h=in-reply-to:content-transfer-encoding:content-disposition :mime-version:references:message-id:subject:cc:to:from:date:from:to :cc:subject:date:message-id:reply-to; bh=RygyPHm0NDwo1sPq06iSgZnoZBKt+Llow6z0EeippIg=; b=WHWUIjh42Ufmno4bru5K/Ue4W/FjdY+N/jdfLAf7ybQW8P94cnsiAZasaS+RXf+s9F S/tQVaGchiT+GkIZv9ClUPT1km4PpqmP4bZGE2WKDglVNKDF0c30R9RVsmOZkvRwmMhw Y3BKjaqVa0OrXN0/aQWE+Hbmq0wJsfpfHHp2A= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1695328735; x=1695933535; h=in-reply-to:content-transfer-encoding:content-disposition :mime-version:references:message-id:subject:cc:to:from:date :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=RygyPHm0NDwo1sPq06iSgZnoZBKt+Llow6z0EeippIg=; b=RKo5BmlMW0jb7cuv5QbQ0m/1S4v0mas3WtyqmDuvyrCvp6A/fvZTXMq2ywJG3B5sRH FUMrsJLpQUpVF9s1PPUKTNynd+x+cZ43RkJKOtmJmCNZYwokNoN5kKOl0tNaPzBL5tQv lnnZGZeWdvXwQBPi8Vj1go2URELeker8KyZoh1upffPmzK/TLGmgtHqbbhakNS4xtG2y yeJniUaJgWnKzF7Qcmim6yJuZgnIcrvjXoH/y1jw6nEoFOyY6FwVFPkH/QTGu2Rot7vQ Bxjif3i/RpxLX7zKo4yYZoInc2/qdcuZTw5ynGHHqnH49ddi+mhcFH0/hoPViwgwvej8 7y2g== X-Gm-Message-State: AOJu0YzXiCnLE/+IT95pPefwLhRGo6svsJX9ZM63fx6F0lFdU2Q8vccI hZkoHCn2fVfeP5E0lmsVm1fRdA== X-Google-Smtp-Source: AGHT+IGzksLfjC1FwXZOsfg6jmqW0M62XSM9gk3XRiYwb4MxbPhAXMlOc3z/QSv2ywLqc4LwMRsWkQ== X-Received: by 2002:a05:620a:4726:b0:773:aef4:cfc2 with SMTP id bs38-20020a05620a472600b00773aef4cfc2mr7421053qkb.20.1695328734675; Thu, 21 Sep 2023 13:38:54 -0700 (PDT) Received: from localhost (c-98-249-43-138.hsd1.va.comcast.net. [98.249.43.138]) by smtp.gmail.com with ESMTPSA id vq6-20020a05620a558600b0077253239ed0sm882145qkn.15.2023.09.21.13.38.54 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 21 Sep 2023 13:38:54 -0700 (PDT) Date: Thu, 21 Sep 2023 16:38:53 -0400 From: Joel Fernandes To: Greg Kroah-Hartman Cc: stable@vger.kernel.org, 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, rwarsow@gmx.de, conor@kernel.org Subject: Re: [PATCH 5.10 00/83] 5.10.196-rc1 review Message-ID: <20230921203853.GC1211221@joelbox> References: <20230920112826.634178162@linuxfoundation.org> Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20230920112826.634178162@linuxfoundation.org> On Wed, Sep 20, 2023 at 01:30:50PM +0200, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 5.10.196 release. > There are 83 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, 22 Sep 2023 11:28:09 +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.10.196-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.10.y > and the diffstat can be found below. For RCU, Tested-by: Joel Fernandes (Google) thanks, - Joel > > thanks, > > greg k-h > > ------------- > Pseudo-Shortlog of commits: > > Greg Kroah-Hartman > Linux 5.10.196-rc1 > > Shida Zhang > ext4: fix rec_len verify error > > Damien Le Moal > scsi: pm8001: Setup IRQs on resume > > Junxiao Bi > scsi: megaraid_sas: Fix deadlock on firmware crashdump > > Niklas Cassel > ata: libata: disallow dev-initiated LPM transitions to unsupported states > > Tommy Huang > i2c: aspeed: Reset the i2c controller when timeout occurs > > Steven Rostedt (Google) > tracefs: Add missing lockdown check to tracefs_create_dir() > > Jeff Layton > nfsd: fix change_info in NFSv4 RENAME replies > > Steven Rostedt (Google) > tracing: Have option files inc the trace array ref count > > Steven Rostedt (Google) > tracing: Have current_trace inc the trace array ref count > > Melissa Wen > drm/amd/display: enable cursor degamma for DCN3+ DRM legacy gamma > > Kent Overstreet > mm/filemap: fix infinite loop in generic_file_buffered_read() > > Zhihao Cheng > proc: fix a dentry lock race between release_task and lookup > > Jamal Hadi Salim > net/sched: Retire rsvp classifier > > Christian König > drm/amdgpu: fix amdgpu_cs_p1_user_fence > > Filipe Manana > btrfs: release path before inode lookup during the ino lookup ioctl > > Filipe Manana > btrfs: fix lockdep splat and potential deadlock after failure running delayed items > > Amir Goldstein > ovl: fix incorrect fdput() on aio completion > > Christian Brauner > attr: block mode changes of symlinks > > Nigel Croxon > md/raid1: fix error: ISO C90 forbids mixed declarations > > Arnd Bergmann > samples/hw_breakpoint: fix building without module unloading > > Kirill A. Shutemov > x86/boot/compressed: Reserve more memory for page tables > > Jinjie Ruan > scsi: lpfc: Fix the NULL vs IS_ERR() bug for debugfs_create_file() > > Masami Hiramatsu (Google) > selftests: tracing: Fix to unmount tracefs for recovering environment > > Jinjie Ruan > scsi: qla2xxx: Fix NULL vs IS_ERR() bug for debugfs_create_dir() > > Jinjie Ruan > drm: gm12u320: Fix the timeout usage for usb_bulk_msg() > > Anand Jain > btrfs: compare the correct fsid/metadata_uuid in btrfs_validate_super > > Anand Jain > btrfs: add a helper to read the superblock metadata_uuid > > Josef Bacik > btrfs: move btrfs_pinned_by_swapfile prototype into volumes.h > > Namhyung Kim > perf build: Update build rule for generated files > > Ian Rogers > perf jevents: Switch build to use jevents.py > > Ian Rogers > perf tools: Add an option to build without libbfd > > John Garry > perf jevents: Make build dependency on test JSONs > > William Zhang > mtd: rawnand: brcmnand: Fix ECC level field setting for v7.2 controller > > Florian Fainelli > mtd: rawnand: brcmnand: Allow SoC to provide I/O operations > > Rob Clark > interconnect: Fix locking for runpm vs reclaim > > Zhen Lei > kobject: Add sanity check for kset->kobj.ktype in kset_register() > > Sakari Ailus > media: pci: ipu3-cio2: Initialise timing struct to avoid a compiler warning > > Christophe Leroy > serial: cpm_uart: Avoid suspicious locking > > Konstantin Shelekhin > scsi: target: iscsi: Fix buffer overflow in lio_target_nacl_info_show() > > Ma Ke > usb: gadget: fsl_qe_udc: validate endpoint index for ch9 udc > > Hans Verkuil > media: pci: cx23885: replace BUG with error return > > Hans Verkuil > media: tuners: qt1010: replace BUG_ON with a regular error > > Zhang Shurong > media: dvb-usb-v2: gl861: Fix null-ptr-deref in gl861_i2c_master_xfer > > Zhang Shurong > media: az6007: Fix null-ptr-deref in az6007_i2c_xfer() > > Zhang Shurong > media: anysee: fix null-ptr-deref in anysee_master_xfer > > Zhang Shurong > media: af9005: Fix null-ptr-deref in af9005_i2c_xfer > > Zhang Shurong > media: dw2102: Fix null-ptr-deref in dw2102_i2c_transfer() > > Zhang Shurong > media: dvb-usb-v2: af9035: Fix null-ptr-deref in af9035_i2c_master_xfer > > ruanjinjie > powerpc/pseries: fix possible memory leak in ibmebus_bus_init() > > Liu Shixin via Jfs-discussion > jfs: fix invalid free of JFS_IP(ipimap)->i_imap in diUnmount > > Andrew Kanner > fs/jfs: prevent double-free in dbUnmount() after failed jfs_remount() > > Georg Ottinger > ext2: fix datatype of block number in ext2_xattr_set2() > > Zhang Shurong > md: raid1: fix potential OOB in raid1_remove_disk() > > Tony Lindgren > bus: ti-sysc: Configure uart quirks for k3 SoC > > Tuo Li > drm/exynos: fix a possible null-pointer dereference due to data race in exynos_drm_crtc_atomic_disable() > > Pierre-Louis Bossart > ALSA: hda: intel-dsp-cfg: add LunarLake support > > Uday M Bhat > ASoC: Intel: sof_sdw: Update BT offload config for soundwire config > > Rong Tao > samples/hw_breakpoint: Fix kernel BUG 'invalid opcode: 0000' > > Marek Vasut > drm/bridge: tc358762: Instruct DSI host to generate HSE packets > > Hao Luo > libbpf: Free btf_vmlinux when closing bpf_object > > Johannes Berg > wifi: mac80211_hwsim: drop short frames > > GONG, Ruiqi > netfilter: ebtables: fix fortify warnings in size_entry_mwt() > > GONG, Ruiqi > alx: fix OOB-read compiler warning > > Giulio Benetti > mmc: sdhci-esdhc-imx: improve ESDHC_FLAG_ERR010450 > > Alexander Steffen > tpm_tis: Resend command to recover from data transfer errors > > Mark O'Donovan > crypto: lib/mpi - avoid null pointer deref in mpi_cmp_ui() > > Dmitry Antipov > wifi: wil6210: fix fortify warnings > > Dmitry Antipov > wifi: mwifiex: fix fortify warning > > Dongliang Mu > wifi: ath9k: fix printk specifier > > Dmitry Antipov > wifi: ath9k: fix fortify warnings > > Azeem Shaikh > crypto: lrw,xts - Replace strlcpy with strscpy > > Jiri Pirko > devlink: remove reload failed checks in params get/set callbacks > > Tomislav Novak > hw_breakpoint: fix single-stepping when using bpf_overflow_handler > > Hans de Goede > ACPI: video: Add backlight=native DMI quirk for Apple iMac12,1 and iMac12,2 > > Yicong Yang > perf/smmuv3: Enable HiSilicon Erratum 162001900 quirk for HIP08/09 > > Jiri Slaby (SUSE) > ACPI: video: Add backlight=native DMI quirk for Lenovo Ideapad Z470 > > Paul E. McKenney > scftorture: Forgive memory-allocation failure if KASAN > > Zqiang > rcuscale: Move rcu_scale_writer() schedule_timeout_uninterruptible() to _idle() > > Wander Lairson Costa > kernel/fork: beware of __put_task_struct() calling context > > Abhishek Mainkar > ACPICA: Add AML_NO_OPERAND_RESOLVE flag to Timer > > Will Shiu > locks: fix KASAN: use-after-free in trace_event_raw_event_filelock_lock > > Qu Wenruo > btrfs: output extra debug info if we failed to find an inline backref > > Fedor Pchelkin > autofs: fix memory leak of waitqueues in autofs_catatonic_mode > > > ------------- > > Diffstat: > > Documentation/arm64/silicon-errata.rst | 3 + > Makefile | 4 +- > arch/arm/kernel/hw_breakpoint.c | 8 +- > arch/arm64/kernel/hw_breakpoint.c | 4 +- > arch/powerpc/platforms/pseries/ibmebus.c | 1 + > arch/x86/boot/compressed/ident_map_64.c | 8 + > arch/x86/include/asm/boot.h | 45 +- > crypto/lrw.c | 6 +- > crypto/xts.c | 6 +- > drivers/acpi/acpica/psopcode.c | 2 +- > drivers/acpi/arm64/iort.c | 5 +- > drivers/acpi/video_detect.c | 27 + > drivers/ata/ahci.c | 9 + > drivers/ata/libata-sata.c | 19 +- > drivers/bus/ti-sysc.c | 2 + > drivers/char/tpm/tpm_tis_core.c | 15 +- > drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c | 18 +- > drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 7 + > drivers/gpu/drm/bridge/tc358762.c | 2 +- > drivers/gpu/drm/exynos/exynos_drm_crtc.c | 5 +- > drivers/gpu/drm/tiny/gm12u320.c | 10 +- > drivers/i2c/busses/i2c-aspeed.c | 7 +- > drivers/interconnect/core.c | 8 +- > drivers/md/raid1.c | 3 + > drivers/media/pci/cx23885/cx23885-video.c | 2 +- > drivers/media/pci/intel/ipu3/ipu3-cio2.c | 2 +- > drivers/media/tuners/qt1010.c | 11 +- > drivers/media/usb/dvb-usb-v2/af9035.c | 14 +- > drivers/media/usb/dvb-usb-v2/anysee.c | 2 +- > drivers/media/usb/dvb-usb-v2/az6007.c | 8 + > drivers/media/usb/dvb-usb-v2/gl861.c | 2 +- > drivers/media/usb/dvb-usb/af9005.c | 5 + > drivers/media/usb/dvb-usb/dw2102.c | 24 + > drivers/mmc/host/sdhci-esdhc-imx.c | 7 +- > drivers/mtd/nand/raw/brcmnand/brcmnand.c | 102 ++- > drivers/mtd/nand/raw/brcmnand/brcmnand.h | 29 + > drivers/net/ethernet/atheros/alx/ethtool.c | 5 +- > drivers/net/wireless/ath/ath9k/ahb.c | 4 +- > drivers/net/wireless/ath/ath9k/mac.h | 6 +- > drivers/net/wireless/ath/ath9k/pci.c | 4 +- > drivers/net/wireless/ath/ath9k/xmit.c | 4 +- > drivers/net/wireless/ath/wil6210/txrx.c | 2 +- > drivers/net/wireless/ath/wil6210/txrx.h | 6 +- > drivers/net/wireless/ath/wil6210/txrx_edma.c | 2 +- > drivers/net/wireless/ath/wil6210/txrx_edma.h | 6 +- > drivers/net/wireless/mac80211_hwsim.c | 7 +- > drivers/net/wireless/marvell/mwifiex/tdls.c | 9 +- > drivers/perf/arm_smmuv3_pmu.c | 46 +- > drivers/scsi/lpfc/lpfc_debugfs.c | 10 +- > drivers/scsi/megaraid/megaraid_sas.h | 2 +- > drivers/scsi/megaraid/megaraid_sas_base.c | 21 +- > drivers/scsi/pm8001/pm8001_init.c | 51 +- > drivers/scsi/qla2xxx/qla_dfs.c | 6 +- > drivers/target/iscsi/iscsi_target_configfs.c | 54 +- > drivers/tty/serial/cpm_uart/cpm_uart_core.c | 13 +- > drivers/usb/gadget/udc/fsl_qe_udc.c | 2 + > fs/attr.c | 20 +- > fs/autofs/waitq.c | 3 +- > fs/btrfs/ctree.h | 2 - > fs/btrfs/delayed-inode.c | 19 +- > fs/btrfs/disk-io.c | 8 +- > fs/btrfs/extent-tree.c | 5 + > fs/btrfs/ioctl.c | 8 +- > fs/btrfs/volumes.c | 8 + > fs/btrfs/volumes.h | 3 + > fs/ext2/xattr.c | 4 +- > fs/ext4/namei.c | 26 +- > fs/jfs/jfs_dmap.c | 1 + > fs/jfs/jfs_imap.c | 1 + > fs/locks.c | 2 +- > fs/nfsd/nfs4proc.c | 4 +- > fs/overlayfs/file.c | 9 +- > fs/proc/base.c | 46 +- > fs/tracefs/inode.c | 3 + > include/linux/acpi_iort.h | 1 + > include/linux/libata.h | 4 + > include/linux/perf_event.h | 22 +- > include/linux/sched/task.h | 28 +- > include/uapi/linux/netfilter_bridge/ebtables.h | 14 +- > kernel/fork.c | 8 + > kernel/rcu/rcuscale.c | 2 +- > kernel/scftorture.c | 6 +- > kernel/trace/trace.c | 26 +- > lib/kobject.c | 5 + > lib/mpi/mpi-cmp.c | 8 +- > mm/filemap.c | 3 + > net/bridge/netfilter/ebtables.c | 3 +- > net/core/devlink.c | 4 +- > net/sched/Kconfig | 28 - > net/sched/Makefile | 2 - > net/sched/cls_rsvp.c | 24 - > net/sched/cls_rsvp.h | 777 ---------------------- > net/sched/cls_rsvp6.c | 24 - > samples/hw_breakpoint/data_breakpoint.c | 4 +- > sound/hda/intel-dsp-config.c | 8 + > sound/soc/intel/boards/sof_sdw.c | 4 +- > tools/build/Makefile.build | 10 + > tools/lib/bpf/libbpf.c | 1 + > tools/perf/Makefile.config | 66 +- > tools/perf/Makefile.perf | 1 + > tools/perf/pmu-events/Build | 22 +- > tools/perf/pmu-events/empty-pmu-events.c | 158 +++++ > tools/testing/selftests/ftrace/ftracetest | 8 + > 103 files changed, 957 insertions(+), 1178 deletions(-) > >