From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: stable@vger.kernel.org
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.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, allen.lkml@gmail.com, broonie@kernel.org
Subject: [PATCH 6.6 000/137] 6.6.34-rc1 review
Date: Thu, 13 Jun 2024 13:33:00 +0200 [thread overview]
Message-ID: <20240613113223.281378087@linuxfoundation.org> (raw)
This is the start of the stable review cycle for the 6.6.34 release.
There are 137 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 Sat, 15 Jun 2024 11:31:50 +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/v6.x/stable-review/patch-6.6.34-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-6.6.y
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Linux 6.6.34-rc1
Paolo Abeni <pabeni@redhat.com>
selftests: net: more strict check in net_helper
Enzo Matsumiya <ematsumiya@suse.de>
smb: client: fix deadlock in smb2_find_smb_tcon()
Puranjay Mohan <puranjay@kernel.org>
powerpc/bpf: enforce full ordering for ATOMIC operations with BPF_FETCH
Hari Bathini <hbathini@linux.ibm.com>
powerpc/64/bpf: fix tail calls for PCREL addressing
Takashi Iwai <tiwai@suse.de>
ALSA: seq: Fix incorrect UMP type for system messages
Filipe Manana <fdmanana@suse.com>
btrfs: fix leak of qgroup extent records after transaction abort
Omar Sandoval <osandov@fb.com>
btrfs: fix crash on racing fsync and size-extending write into prealloc
Steven Rostedt (Google) <rostedt@goodmis.org>
tracefs: Clear EVENT_INODE flag in tracefs_drop_inode()
Steven Rostedt (Google) <rostedt@goodmis.org>
eventfs: Keep the directories from having the same inode number as files
Hao Ge <gehao@kylinos.cn>
eventfs: Fix a possible null pointer dereference in eventfs_find_events()
Anna Schumaker <Anna.Schumaker@Netapp.com>
NFS: Fix READ_PLUS when server doesn't support OP_READ_PLUS
Sergey Shtylyov <s.shtylyov@omp.ru>
nfs: fix undefined behavior in nfs_block_bits()
Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
EDAC/igen6: Convert PCIBIOS_* return codes to errnos
Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
EDAC/amd64: Convert PCIBIOS_* return codes to errnos
Takashi Iwai <tiwai@suse.de>
ALSA: ump: Don't accept an invalid UMP protocol number
Takashi Iwai <tiwai@suse.de>
ALSA: ump: Don't clear bank selection after sending a program change
Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
ASoC: SOF: ipc4-topology: Fix input format query of process modules without base extension
dicken.ding <dicken.ding@mediatek.com>
genirq/irqdesc: Prevent use-after-free in irq_find_at_or_after()
Frank Li <Frank.Li@nxp.com>
i3c: master: svc: fix invalidate IBI type and miss call client IBI handler
Harald Freudenberger <freude@linux.ibm.com>
s390/cpacf: Make use of invalid opcode produce a link error
Harald Freudenberger <freude@linux.ibm.com>
s390/cpacf: Split and rework cpacf query functions
Harald Freudenberger <freude@linux.ibm.com>
s390/ap: Fix crash in AP internal function modify_bitmap()
Helge Deller <deller@kernel.org>
parisc: Define sigset_t in parisc uapi header
Helge Deller <deller@gmx.de>
parisc: Define HAVE_ARCH_HUGETLB_UNMAPPED_AREA
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
ARM: dts: samsung: exynos4412-origen: fix keypad no-autorepeat
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
ARM: dts: samsung: smdk4412: fix keypad no-autorepeat
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
ARM: dts: samsung: smdkv310: fix keypad no-autorepeat
Shengyu Qu <wiagn233@outlook.com>
riscv: dts: starfive: Remove PMIC interrupt info for Visionfive 2 board
Baokun Li <libaokun1@huawei.com>
ext4: fix mb_cache_entry's e_refcnt leak in ext4_xattr_block_cache_find()
Baokun Li <libaokun1@huawei.com>
ext4: set type of ac_groups_linear_remaining to __u32 to avoid overflow
Ritesh Harjani (IBM) <ritesh.list@gmail.com>
ext4: Fixes len calculation in mpage_journal_page_buffers
Lang Yu <Lang.Yu@amd.com>
drm/amdkfd: handle duplicate BOs in reserve_bo_and_cond_vms
Mike Gilbert <floppym@gentoo.org>
sparc: move struct termio to asm/termios.h
Hui Wang <hui.wang@canonical.com>
e1000e: move force SMBUS near the end of enable_ulp function
Eric Dumazet <edumazet@google.com>
net: fix __dst_negative_advice() race
Daniel Thompson <daniel.thompson@linaro.org>
kdb: Use format-specifiers rather than memset() for padding in kdb_read()
Daniel Thompson <daniel.thompson@linaro.org>
kdb: Merge identical case statements in kdb_read()
Daniel Thompson <daniel.thompson@linaro.org>
kdb: Fix console handling when editing and tab-completing commands
Daniel Thompson <daniel.thompson@linaro.org>
kdb: Use format-strings rather than '\0' injection in kdb_read()
Daniel Thompson <daniel.thompson@linaro.org>
kdb: Fix buffer overflow during tab-complete
Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
wifi: ath10k: fix QCOM_RPROC_COMMON dependency
Tony Battersby <tonyb@cybernetics.com>
bonding: fix oops during rmmod
Judith Mendez <jm@ti.com>
watchdog: rti_wdt: Set min_hw_heartbeat_ms to accommodate a safety margin
Michael Ellerman <mpe@ellerman.id.au>
selftests/mm: fix build warnings on ppc64
Dev Jain <dev.jain@arm.com>
selftests/mm: compaction_test: fix incorrect write of zero to nr_hugepages
Hailong.Liu <hailong.liu@oppo.com>
mm/vmalloc: fix vmalloc which may return null if called with __GFP_NOFAIL
Yuanyuan Zhong <yzhong@purestorage.com>
mm: /proc/pid/smaps_rollup: avoid skipping vma after getting mmap_lock again
Frank van der Linden <fvdl@google.com>
mm/hugetlb: pass correct order_per_bit to cma_declare_contiguous_nid
Frank van der Linden <fvdl@google.com>
mm/cma: drop incorrect alignment check in cma_init_reserved_mem
Sam Ravnborg <sam@ravnborg.org>
sparc64: Fix number of online CPUs
John Kacur <jkacur@redhat.com>
rtla/timerlat: Fix histogram report when a cpu count is 0
Alexander Shishkin <alexander.shishkin@linux.intel.com>
intel_th: pci: Add Meteor Lake-S CPU support
Dhananjay Ugwekar <Dhananjay.Ugwekar@amd.com>
cpufreq: amd-pstate: Fix the inconsistency in max frequency units
Jan Beulich <jbeulich@suse.com>
tpm_tis: Do *not* flush uninitialized work
Alexander Potapenko <glider@google.com>
kmsan: do not wipe out origin when doing partial unpoisoning
Chengming Zhou <chengming.zhou@linux.dev>
mm/ksm: fix ksm_zero_pages accounting
Chengming Zhou <chengming.zhou@linux.dev>
mm/ksm: fix ksm_pages_scanned accounting
Nikita Zhandarovich <n.zhandarovich@fintech.ru>
net/9p: fix uninit-value in p9_client_rpc()
xu xin <xu.xin16@zte.com.cn>
net/ipv6: Fix route deleting failure when metric equals 0
Martin K. Petersen <martin.petersen@oracle.com>
scsi: core: Handle devices which return an unusually large VPD page count
Johan Hovold <johan+linaro@kernel.org>
HID: i2c-hid: elan: fix reset suspend current leakage
Hamish Martin <hamish.martin@alliedtelesis.co.nz>
i2c: acpi: Unbind mux adapters before delete
Xu Yang <xu.yang_2@nxp.com>
iomap: fault in smaller chunks for non-large folio mappings
Xu Yang <xu.yang_2@nxp.com>
filemap: add helper mapping_max_folio_size()
Ryan Roberts <ryan.roberts@arm.com>
mm: fix race between __split_huge_pmd_locked() and GUP-fast
Nathan Chancellor <nathan@kernel.org>
kbuild: Remove support for Clang's ThinLTO caching
Herbert Xu <herbert@gondor.apana.org.au>
crypto: qat - Fix ADF_DEV_RESET_SYNC memory leak
Vitaly Chikunov <vt@altlinux.org>
crypto: ecrdsa - Fix module auto-load on add_key
Stefan Berger <stefanb@linux.ibm.com>
crypto: ecdsa - Fix module auto-load on add-key
Gabor Juhos <j4g8y7@gmail.com>
clk: qcom: clk-alpha-pll: fix rate setting for Stromer PLLs
Nathan Chancellor <nathan@kernel.org>
clk: bcm: rpi: Assign ->num before accessing ->hws
Nathan Chancellor <nathan@kernel.org>
clk: bcm: dvp: Assign ->num before accessing ->hws
Jiaxun Yang <jiaxun.yang@flygoat.com>
LoongArch: Override higher address bits in JUMP_VIRT_ADDR
Jiaxun Yang <jiaxun.yang@flygoat.com>
LoongArch: Add all CPUs enabled by fdt to NUMA node 0
Marc Zyngier <maz@kernel.org>
KVM: arm64: AArch32: Fix spurious trapping of conditional instructions
Marc Zyngier <maz@kernel.org>
KVM: arm64: Allow AArch32 PSTATE.M to be restored as System mode
Marc Zyngier <maz@kernel.org>
KVM: arm64: Fix AArch32 register narrowing on userspace write
Sean Christopherson <seanjc@google.com>
KVM: SVM: WARN on vNMI + NMI window iff NMIs are outright masked
Alex Deucher <alexander.deucher@amd.com>
Revert "drm/amdkfd: fix gfx_target_version for certain 11.0.3 devices"
Mario Limonciello <mario.limonciello@amd.com>
drm/amd: Fix shutdown (again) on some SMU v13.0.4/11 platforms
Dominique Martinet <asmadeus@codewreck.org>
9p: add missing locking around taking dentry fid list
Li Ma <li.ma@amd.com>
drm/amdgpu/atomfirmware: add intergrated info v2.3 table
Cai Xinchen <caixinchen1@huawei.com>
fbdev: savage: Handle err return when savagefb_check_var failed
Thomas Zimmermann <tzimmermann@suse.de>
drm/fbdev-generic: Do not set physical framebuffer address
Hans de Goede <hdegoede@redhat.com>
mmc: sdhci-acpi: Add quirk to enable pull-up on the card-detect GPIO on Asus T100TA
Hans de Goede <hdegoede@redhat.com>
mmc: sdhci-acpi: Disable write protect detection on Toshiba WT10-A
Hans de Goede <hdegoede@redhat.com>
mmc: sdhci-acpi: Fix Lenovo Yoga Tablet 2 Pro 1380 sdcard slot not working
Hans de Goede <hdegoede@redhat.com>
mmc: sdhci-acpi: Sort DMI quirks alphabetically
Adrian Hunter <adrian.hunter@intel.com>
mmc: sdhci: Add support for "Tuning Error" interrupts
Hans de Goede <hdegoede@redhat.com>
mmc: core: Add mmc_gpiod_set_cd_config() function
Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
mmc: davinci: Don't strip remove function when driver is builtin
Alexander Stein <alexander.stein@ew.tq-group.com>
media: v4l: async: Fix notifier list entry init
Sakari Ailus <sakari.ailus@linux.intel.com>
media: v4l: async: Don't set notifier's V4L2 device if registering fails
Sakari Ailus <sakari.ailus@linux.intel.com>
media: v4l: async: Properly re-initialise notifier entry in unregister
Hans Verkuil <hverkuil-cisco@xs4all.nl>
media: v4l2-core: hold videodev_lock until dev reg, finishes
Nathan Chancellor <nathan@kernel.org>
media: mxl5xx: Move xpt structures off stack
Hans Verkuil <hverkuil-cisco@xs4all.nl>
media: mc: mark the media devnode as registered from the, start
Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
media: mc: Fix graph walk in media_pipeline_start
Max Krummenacher <max.krummenacher@toradex.com>
arm64: dts: ti: verdin-am62: Set memory size to 2gb
Yang Xiwen <forbidden405@outlook.com>
arm64: dts: hi3798cv200: fix the size of GICR
Johan Hovold <johan+linaro@kernel.org>
arm64: dts: qcom: sc8280xp: add missing PCIe minimum OPP
Bitterblue Smith <rtl8821cerfe2@gmail.com>
wifi: rtlwifi: rtl8192de: Fix endianness issue in RX path
Bitterblue Smith <rtl8821cerfe2@gmail.com>
wifi: rtlwifi: rtl8192de: Fix low speed with WPA3-SAE
Bitterblue Smith <rtl8821cerfe2@gmail.com>
wifi: rtlwifi: rtl8192de: Fix 5 GHz TX power
Bitterblue Smith <rtl8821cerfe2@gmail.com>
wifi: rtl8xxxu: Fix the TX power of RTL8192CU, RTL8723AU
Ping-Ke Shih <pkshih@realtek.com>
wifi: rtw89: pci: correct TX resource checking for PCI DMA channel of firmware command
Yu Kuai <yukuai3@huawei.com>
md/raid5: fix deadlock that raid5d() wait for itself to clear MD_SB_CHANGE_PENDING
Johan Hovold <johan+linaro@kernel.org>
arm64: dts: qcom: qcs404: fix bluetooth device address
Krzysztof Kozlowski <krzk@kernel.org>
arm64: tegra: Correct Tegra132 I2C alias
Christoffer Sandberg <cs@tuxedo.de>
ACPI: resource: Do IRQ override on TongFang GXxHRXx and GMxHGxx
Maulik Shah <quic_mkshah@quicinc.com>
soc: qcom: rpmh-rsc: Enhance check for VRM in-flight request
Konrad Dybcio <konrad.dybcio@linaro.org>
thermal/drivers/qcom/lmh: Check for SCM availability at probe
Karthikeyan Ramasubramanian <kramasub@chromium.org>
platform/chrome: cros_ec: Handle events during suspend after resume completion
Tyler Hicks (Microsoft) <code@tyhicks.com>
proc: Move fdinfo PTRACE_MODE_READ check into the inode .permission operation
Eric Biggers <ebiggers@google.com>
fsverity: use register_sysctl_init() to avoid kmemleak warning
Sergey Shtylyov <s.shtylyov@omp.ru>
ata: pata_legacy: make legacy_exit() work again
Ping-Ke Shih <pkshih@realtek.com>
wifi: rtw89: correct aSIFSTime for 6GHz band
Matthew Mirvish <matthew@mm12.xyz>
bcache: fix variable length array abuse in btree_iter
Bob Zhou <bob.zhou@amd.com>
drm/amdgpu: add error handle to avoid out-of-bounds
Zheyu Ma <zheyuma97@gmail.com>
media: lgdt3306a: Add a check against null-pointer-def
Chao Yu <chao@kernel.org>
f2fs: fix to do sanity check on i_xattr_nid in sanity_check_inode()
Maxime Ripard <mripard@kernel.org>
drm/sun4i: hdmi: Move mode_set into enable
Maxime Ripard <mripard@kernel.org>
drm/sun4i: hdmi: Convert encoder to atomic
Po-Hsu Lin <po-hsu.lin@canonical.com>
selftests: net: List helper scripts in TEST_FILES Makefile variable
Po-Hsu Lin <po-hsu.lin@canonical.com>
selftests: net: included needed helper in the install targets
Po-Hsu Lin <po-hsu.lin@canonical.com>
selftests/net: synchronize udpgro tests' tx and rx connection
Daniel Borkmann <daniel@iogearbox.net>
vxlan: Fix regression when dropping packets due to invalid src addresses
Shakeel Butt <shakeelb@google.com>
mm: ratelimit stat flush from workingset shrinker
Gao Xiang <xiang@kernel.org>
erofs: avoid allocating DEFLATE streams before mounting
Matthieu Baerts (NGI0) <matttbe@kernel.org>
mptcp: fix full TCP keep-alive support
Paolo Abeni <pabeni@redhat.com>
mptcp: cleanup SOL_TCP handling
Paolo Abeni <pabeni@redhat.com>
mptcp: avoid some duplicate code in socket option handling
Haorong Lu <ancientmodern4@gmail.com>
riscv: signal: handle syscall restart before get_signal
Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
net: sfp-bus: fix SFP mode detect from bitrate
Marc Dionne <marc.dionne@auristor.com>
afs: Don't cross .backup mountpoint from backup volume
Jorge Ramirez-Ortiz <jorge@foundries.io>
mmc: core: Do not force a retune before RPMB switch
Ashutosh Dixit <ashutosh.dixit@intel.com>
drm/i915/hwmon: Get rid of devm
-------------
Diffstat:
Documentation/mm/arch_pgtable_helpers.rst | 6 +-
Makefile | 9 +-
arch/arm/boot/dts/samsung/exynos4210-smdkv310.dts | 2 +-
arch/arm/boot/dts/samsung/exynos4412-origen.dts | 2 +-
arch/arm/boot/dts/samsung/exynos4412-smdk4412.dts | 2 +-
arch/arm64/boot/dts/hisilicon/hi3798cv200.dtsi | 2 +-
arch/arm64/boot/dts/nvidia/tegra132-norrin.dts | 4 +-
arch/arm64/boot/dts/nvidia/tegra132.dtsi | 2 +-
arch/arm64/boot/dts/qcom/qcs404-evb.dtsi | 2 +-
arch/arm64/boot/dts/qcom/sc8280xp.dtsi | 5 +
arch/arm64/boot/dts/ti/k3-am62-verdin.dtsi | 2 +-
arch/arm64/kvm/guest.c | 3 +-
arch/arm64/kvm/hyp/aarch32.c | 18 ++-
arch/loongarch/include/asm/numa.h | 1 +
arch/loongarch/include/asm/stackframe.h | 2 +-
arch/loongarch/kernel/smp.c | 5 +-
arch/parisc/include/asm/page.h | 1 +
arch/parisc/include/asm/signal.h | 12 --
arch/parisc/include/uapi/asm/signal.h | 10 ++
arch/powerpc/mm/book3s64/pgtable.c | 1 +
arch/powerpc/net/bpf_jit_comp32.c | 12 ++
arch/powerpc/net/bpf_jit_comp64.c | 42 ++++---
.../dts/starfive/jh7110-starfive-visionfive-2.dtsi | 1 -
arch/riscv/kernel/signal.c | 95 ++++++++--------
arch/s390/include/asm/cpacf.h | 109 ++++++++++++++----
arch/s390/include/asm/pgtable.h | 4 +-
arch/sparc/include/asm/smp_64.h | 2 -
arch/sparc/include/uapi/asm/termbits.h | 10 --
arch/sparc/include/uapi/asm/termios.h | 9 ++
arch/sparc/kernel/prom_64.c | 4 +-
arch/sparc/kernel/setup_64.c | 1 -
arch/sparc/kernel/smp_64.c | 14 ---
arch/sparc/mm/tlb.c | 1 +
arch/x86/kvm/svm/svm.c | 27 +++--
arch/x86/mm/pgtable.c | 2 +
crypto/ecdsa.c | 3 +
crypto/ecrdsa.c | 1 +
drivers/acpi/resource.c | 12 ++
drivers/ata/pata_legacy.c | 8 +-
drivers/char/tpm/tpm_tis_core.c | 3 +-
drivers/clk/bcm/clk-bcm2711-dvp.c | 3 +-
drivers/clk/bcm/clk-raspberrypi.c | 2 +-
drivers/clk/qcom/clk-alpha-pll.c | 2 +
drivers/cpufreq/amd-pstate.c | 2 +-
drivers/crypto/intel/qat/qat_common/adf_aer.c | 19 +---
drivers/edac/amd64_edac.c | 8 +-
drivers/edac/igen6_edac.c | 4 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c | 3 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c | 15 +++
drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c | 3 +
drivers/gpu/drm/amd/amdkfd/kfd_device.c | 11 +-
drivers/gpu/drm/amd/include/atomfirmware.h | 43 +++++++
.../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_4_ppt.c | 20 ++--
drivers/gpu/drm/drm_fbdev_generic.c | 1 -
drivers/gpu/drm/i915/i915_hwmon.c | 46 +++++---
drivers/gpu/drm/sun4i/sun4i_hdmi_enc.c | 47 ++++----
drivers/hid/i2c-hid/i2c-hid-of-elan.c | 59 ++++++++--
drivers/hwtracing/intel_th/pci.c | 5 +
drivers/i2c/i2c-core-acpi.c | 19 +++-
drivers/i3c/master/svc-i3c-master.c | 16 ++-
drivers/md/bcache/bset.c | 44 ++++----
drivers/md/bcache/bset.h | 28 +++--
drivers/md/bcache/btree.c | 40 +++----
drivers/md/bcache/super.c | 5 +-
drivers/md/bcache/sysfs.c | 2 +-
drivers/md/bcache/writeback.c | 10 +-
drivers/md/raid5.c | 15 +--
drivers/media/dvb-frontends/lgdt3306a.c | 5 +
drivers/media/dvb-frontends/mxl5xx.c | 22 ++--
drivers/media/mc/mc-devnode.c | 5 +-
drivers/media/mc/mc-entity.c | 6 +
drivers/media/v4l2-core/v4l2-async.c | 12 +-
drivers/media/v4l2-core/v4l2-dev.c | 3 +
drivers/mmc/core/host.c | 3 +-
drivers/mmc/core/slot-gpio.c | 20 ++++
drivers/mmc/host/davinci_mmc.c | 4 +-
drivers/mmc/host/sdhci-acpi.c | 61 +++++++++-
drivers/mmc/host/sdhci.c | 10 +-
drivers/mmc/host/sdhci.h | 3 +-
drivers/net/bonding/bond_main.c | 13 ++-
drivers/net/ethernet/intel/e1000e/ich8lan.c | 22 ++++
drivers/net/ethernet/intel/e1000e/netdev.c | 18 ---
drivers/net/phy/sfp-bus.c | 8 +-
drivers/net/vxlan/vxlan_core.c | 4 -
drivers/net/wireless/ath/ath10k/Kconfig | 1 +
.../net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c | 25 ++---
.../net/wireless/realtek/rtlwifi/rtl8192de/phy.c | 4 +-
.../net/wireless/realtek/rtlwifi/rtl8192de/trx.c | 21 ++--
.../net/wireless/realtek/rtlwifi/rtl8192de/trx.h | 79 ++++---------
drivers/net/wireless/realtek/rtw89/mac80211.c | 2 +-
drivers/net/wireless/realtek/rtw89/pci.c | 3 +-
drivers/platform/chrome/cros_ec.c | 16 +--
drivers/s390/crypto/ap_bus.c | 2 +-
drivers/scsi/scsi.c | 7 ++
drivers/soc/qcom/cmd-db.c | 32 +++++-
drivers/soc/qcom/rpmh-rsc.c | 3 +-
drivers/thermal/qcom/lmh.c | 3 +
drivers/video/fbdev/savage/savagefb_driver.c | 5 +-
drivers/watchdog/rti_wdt.c | 34 +++---
fs/9p/vfs_dentry.c | 9 +-
fs/afs/mntpt.c | 5 +
fs/btrfs/disk-io.c | 10 +-
fs/btrfs/tree-log.c | 17 ++-
fs/erofs/decompressor_deflate.c | 55 ++++-----
fs/ext4/inode.c | 2 +-
fs/ext4/mballoc.h | 2 +-
fs/ext4/xattr.c | 4 +-
fs/f2fs/inode.c | 6 +
fs/iomap/buffered-io.c | 2 +-
fs/nfs/internal.h | 4 +-
fs/nfs/nfs4proc.c | 2 +-
fs/proc/base.c | 2 +-
fs/proc/fd.c | 42 ++++---
fs/proc/task_mmu.c | 9 +-
fs/smb/client/smb2transport.c | 2 +-
fs/tracefs/event_inode.c | 13 ++-
fs/tracefs/inode.c | 33 +++---
fs/verity/init.c | 7 +-
include/linux/ksm.h | 17 ++-
include/linux/mm_types.h | 2 +-
include/linux/mmc/slot-gpio.h | 1 +
include/linux/pagemap.h | 34 +++---
include/net/dst_ops.h | 2 +-
include/net/sock.h | 13 +--
include/soc/qcom/cmd-db.h | 10 +-
kernel/debug/kdb/kdb_io.c | 99 ++++++++++-------
kernel/irq/irqdesc.c | 5 +-
mm/cma.c | 4 -
mm/huge_memory.c | 49 ++++----
mm/hugetlb.c | 6 +-
mm/kmsan/core.c | 15 ++-
mm/ksm.c | 17 ++-
mm/pgtable-generic.c | 2 +
mm/vmalloc.c | 5 +-
mm/workingset.c | 2 +-
net/9p/client.c | 2 +
net/ipv4/route.c | 22 ++--
net/ipv6/route.c | 34 +++---
net/mptcp/protocol.h | 3 +
net/mptcp/sockopt.c | 123 ++++++++++++++-------
net/xfrm/xfrm_policy.c | 11 +-
sound/core/seq/seq_ump_convert.c | 2 +
sound/core/ump.c | 7 ++
sound/core/ump_convert.c | 1 -
sound/soc/sof/ipc4-topology.c | 8 ++
tools/testing/selftests/mm/compaction_test.c | 2 +
tools/testing/selftests/mm/gup_test.c | 1 +
tools/testing/selftests/mm/uffd-common.h | 1 +
tools/testing/selftests/net/Makefile | 4 +-
tools/testing/selftests/net/net_helper.sh | 25 +++++
tools/testing/selftests/net/udpgro.sh | 13 +--
tools/testing/selftests/net/udpgro_bench.sh | 5 +-
tools/testing/selftests/net/udpgro_frglist.sh | 5 +-
tools/tracing/rtla/src/timerlat_hist.c | 60 +++++++---
154 files changed, 1372 insertions(+), 845 deletions(-)
next reply other threads:[~2024-06-13 12:05 UTC|newest]
Thread overview: 152+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-13 11:33 Greg Kroah-Hartman [this message]
2024-06-13 11:33 ` [PATCH 6.6 001/137] drm/i915/hwmon: Get rid of devm Greg Kroah-Hartman
2024-06-13 11:33 ` [PATCH 6.6 002/137] mmc: core: Do not force a retune before RPMB switch Greg Kroah-Hartman
2024-06-13 11:33 ` [PATCH 6.6 003/137] afs: Dont cross .backup mountpoint from backup volume Greg Kroah-Hartman
2024-06-13 11:33 ` [PATCH 6.6 004/137] net: sfp-bus: fix SFP mode detect from bitrate Greg Kroah-Hartman
2024-06-13 11:33 ` [PATCH 6.6 005/137] riscv: signal: handle syscall restart before get_signal Greg Kroah-Hartman
2024-06-13 11:33 ` [PATCH 6.6 006/137] mptcp: avoid some duplicate code in socket option handling Greg Kroah-Hartman
2024-06-13 11:33 ` [PATCH 6.6 007/137] mptcp: cleanup SOL_TCP handling Greg Kroah-Hartman
2024-06-13 11:33 ` [PATCH 6.6 008/137] mptcp: fix full TCP keep-alive support Greg Kroah-Hartman
2024-06-13 11:33 ` [PATCH 6.6 009/137] erofs: avoid allocating DEFLATE streams before mounting Greg Kroah-Hartman
2024-06-13 11:33 ` [PATCH 6.6 010/137] mm: ratelimit stat flush from workingset shrinker Greg Kroah-Hartman
2024-06-13 11:33 ` [PATCH 6.6 011/137] vxlan: Fix regression when dropping packets due to invalid src addresses Greg Kroah-Hartman
2024-06-13 11:33 ` [PATCH 6.6 012/137] selftests/net: synchronize udpgro tests tx and rx connection Greg Kroah-Hartman
2024-06-13 11:33 ` [PATCH 6.6 013/137] selftests: net: included needed helper in the install targets Greg Kroah-Hartman
2024-06-13 11:33 ` [PATCH 6.6 014/137] selftests: net: List helper scripts in TEST_FILES Makefile variable Greg Kroah-Hartman
2024-06-13 11:33 ` [PATCH 6.6 015/137] drm/sun4i: hdmi: Convert encoder to atomic Greg Kroah-Hartman
2024-06-13 11:33 ` [PATCH 6.6 016/137] drm/sun4i: hdmi: Move mode_set into enable Greg Kroah-Hartman
2024-06-13 11:33 ` [PATCH 6.6 017/137] f2fs: fix to do sanity check on i_xattr_nid in sanity_check_inode() Greg Kroah-Hartman
2024-06-13 11:33 ` [PATCH 6.6 018/137] media: lgdt3306a: Add a check against null-pointer-def Greg Kroah-Hartman
2024-06-13 11:33 ` [PATCH 6.6 019/137] drm/amdgpu: add error handle to avoid out-of-bounds Greg Kroah-Hartman
2024-06-13 11:33 ` [PATCH 6.6 020/137] bcache: fix variable length array abuse in btree_iter Greg Kroah-Hartman
2024-06-13 11:33 ` [PATCH 6.6 021/137] wifi: rtw89: correct aSIFSTime for 6GHz band Greg Kroah-Hartman
2024-06-13 11:33 ` [PATCH 6.6 022/137] ata: pata_legacy: make legacy_exit() work again Greg Kroah-Hartman
2024-06-13 11:33 ` [PATCH 6.6 023/137] fsverity: use register_sysctl_init() to avoid kmemleak warning Greg Kroah-Hartman
2024-06-13 11:33 ` [PATCH 6.6 024/137] proc: Move fdinfo PTRACE_MODE_READ check into the inode .permission operation Greg Kroah-Hartman
2024-06-13 11:33 ` [PATCH 6.6 025/137] platform/chrome: cros_ec: Handle events during suspend after resume completion Greg Kroah-Hartman
2024-06-13 11:33 ` [PATCH 6.6 026/137] thermal/drivers/qcom/lmh: Check for SCM availability at probe Greg Kroah-Hartman
2024-06-13 11:33 ` [PATCH 6.6 027/137] soc: qcom: rpmh-rsc: Enhance check for VRM in-flight request Greg Kroah-Hartman
2024-06-13 11:33 ` [PATCH 6.6 028/137] ACPI: resource: Do IRQ override on TongFang GXxHRXx and GMxHGxx Greg Kroah-Hartman
2024-06-13 11:33 ` [PATCH 6.6 029/137] arm64: tegra: Correct Tegra132 I2C alias Greg Kroah-Hartman
2024-06-13 11:33 ` [PATCH 6.6 030/137] arm64: dts: qcom: qcs404: fix bluetooth device address Greg Kroah-Hartman
2024-06-13 11:33 ` [PATCH 6.6 031/137] md/raid5: fix deadlock that raid5d() wait for itself to clear MD_SB_CHANGE_PENDING Greg Kroah-Hartman
2024-06-13 11:33 ` [PATCH 6.6 032/137] wifi: rtw89: pci: correct TX resource checking for PCI DMA channel of firmware command Greg Kroah-Hartman
2024-06-13 11:33 ` [PATCH 6.6 033/137] wifi: rtl8xxxu: Fix the TX power of RTL8192CU, RTL8723AU Greg Kroah-Hartman
2024-06-13 11:33 ` [PATCH 6.6 034/137] wifi: rtlwifi: rtl8192de: Fix 5 GHz TX power Greg Kroah-Hartman
2024-06-13 11:33 ` [PATCH 6.6 035/137] wifi: rtlwifi: rtl8192de: Fix low speed with WPA3-SAE Greg Kroah-Hartman
2024-06-13 11:33 ` [PATCH 6.6 036/137] wifi: rtlwifi: rtl8192de: Fix endianness issue in RX path Greg Kroah-Hartman
2024-06-13 11:33 ` [PATCH 6.6 037/137] arm64: dts: qcom: sc8280xp: add missing PCIe minimum OPP Greg Kroah-Hartman
2024-06-13 11:33 ` [PATCH 6.6 038/137] arm64: dts: hi3798cv200: fix the size of GICR Greg Kroah-Hartman
2024-06-13 11:33 ` [PATCH 6.6 039/137] arm64: dts: ti: verdin-am62: Set memory size to 2gb Greg Kroah-Hartman
2024-06-13 11:33 ` [PATCH 6.6 040/137] media: mc: Fix graph walk in media_pipeline_start Greg Kroah-Hartman
2024-06-13 11:33 ` [PATCH 6.6 041/137] media: mc: mark the media devnode as registered from the, start Greg Kroah-Hartman
2024-06-13 11:33 ` [PATCH 6.6 042/137] media: mxl5xx: Move xpt structures off stack Greg Kroah-Hartman
2024-06-13 11:33 ` [PATCH 6.6 043/137] media: v4l2-core: hold videodev_lock until dev reg, finishes Greg Kroah-Hartman
2024-06-13 11:33 ` [PATCH 6.6 044/137] media: v4l: async: Properly re-initialise notifier entry in unregister Greg Kroah-Hartman
2024-06-13 11:33 ` [PATCH 6.6 045/137] media: v4l: async: Dont set notifiers V4L2 device if registering fails Greg Kroah-Hartman
2024-06-13 11:33 ` [PATCH 6.6 046/137] media: v4l: async: Fix notifier list entry init Greg Kroah-Hartman
2024-06-13 11:33 ` [PATCH 6.6 047/137] mmc: davinci: Dont strip remove function when driver is builtin Greg Kroah-Hartman
2024-06-13 11:33 ` [PATCH 6.6 048/137] mmc: core: Add mmc_gpiod_set_cd_config() function Greg Kroah-Hartman
2024-06-13 11:33 ` [PATCH 6.6 049/137] mmc: sdhci: Add support for "Tuning Error" interrupts Greg Kroah-Hartman
2024-06-13 11:33 ` [PATCH 6.6 050/137] mmc: sdhci-acpi: Sort DMI quirks alphabetically Greg Kroah-Hartman
2024-06-13 11:33 ` [PATCH 6.6 051/137] mmc: sdhci-acpi: Fix Lenovo Yoga Tablet 2 Pro 1380 sdcard slot not working Greg Kroah-Hartman
2024-06-13 11:33 ` [PATCH 6.6 052/137] mmc: sdhci-acpi: Disable write protect detection on Toshiba WT10-A Greg Kroah-Hartman
2024-06-13 11:33 ` [PATCH 6.6 053/137] mmc: sdhci-acpi: Add quirk to enable pull-up on the card-detect GPIO on Asus T100TA Greg Kroah-Hartman
2024-06-13 11:33 ` [PATCH 6.6 054/137] drm/fbdev-generic: Do not set physical framebuffer address Greg Kroah-Hartman
2024-06-13 11:33 ` [PATCH 6.6 055/137] fbdev: savage: Handle err return when savagefb_check_var failed Greg Kroah-Hartman
2024-06-13 11:33 ` [PATCH 6.6 056/137] drm/amdgpu/atomfirmware: add intergrated info v2.3 table Greg Kroah-Hartman
2024-06-13 11:33 ` [PATCH 6.6 057/137] 9p: add missing locking around taking dentry fid list Greg Kroah-Hartman
2024-06-13 11:33 ` [PATCH 6.6 058/137] drm/amd: Fix shutdown (again) on some SMU v13.0.4/11 platforms Greg Kroah-Hartman
2024-06-13 11:33 ` [PATCH 6.6 059/137] Revert "drm/amdkfd: fix gfx_target_version for certain 11.0.3 devices" Greg Kroah-Hartman
2024-06-13 11:34 ` [PATCH 6.6 060/137] KVM: SVM: WARN on vNMI + NMI window iff NMIs are outright masked Greg Kroah-Hartman
2024-06-13 11:34 ` [PATCH 6.6 061/137] KVM: arm64: Fix AArch32 register narrowing on userspace write Greg Kroah-Hartman
2024-06-13 11:34 ` [PATCH 6.6 062/137] KVM: arm64: Allow AArch32 PSTATE.M to be restored as System mode Greg Kroah-Hartman
2024-06-13 11:34 ` [PATCH 6.6 063/137] KVM: arm64: AArch32: Fix spurious trapping of conditional instructions Greg Kroah-Hartman
2024-06-13 11:34 ` [PATCH 6.6 064/137] LoongArch: Add all CPUs enabled by fdt to NUMA node 0 Greg Kroah-Hartman
2024-06-13 11:34 ` [PATCH 6.6 065/137] LoongArch: Override higher address bits in JUMP_VIRT_ADDR Greg Kroah-Hartman
2024-06-13 11:34 ` [PATCH 6.6 066/137] clk: bcm: dvp: Assign ->num before accessing ->hws Greg Kroah-Hartman
2024-06-13 11:34 ` [PATCH 6.6 067/137] clk: bcm: rpi: " Greg Kroah-Hartman
2024-06-13 11:34 ` [PATCH 6.6 068/137] clk: qcom: clk-alpha-pll: fix rate setting for Stromer PLLs Greg Kroah-Hartman
2024-06-13 11:34 ` [PATCH 6.6 069/137] crypto: ecdsa - Fix module auto-load on add-key Greg Kroah-Hartman
2024-06-13 11:34 ` [PATCH 6.6 070/137] crypto: ecrdsa - Fix module auto-load on add_key Greg Kroah-Hartman
2024-06-13 11:34 ` [PATCH 6.6 071/137] crypto: qat - Fix ADF_DEV_RESET_SYNC memory leak Greg Kroah-Hartman
2024-06-13 11:34 ` [PATCH 6.6 072/137] kbuild: Remove support for Clangs ThinLTO caching Greg Kroah-Hartman
2024-06-13 11:34 ` [PATCH 6.6 073/137] mm: fix race between __split_huge_pmd_locked() and GUP-fast Greg Kroah-Hartman
2024-06-13 11:34 ` [PATCH 6.6 074/137] filemap: add helper mapping_max_folio_size() Greg Kroah-Hartman
2024-06-13 11:34 ` [PATCH 6.6 075/137] iomap: fault in smaller chunks for non-large folio mappings Greg Kroah-Hartman
2024-06-13 11:34 ` [PATCH 6.6 076/137] i2c: acpi: Unbind mux adapters before delete Greg Kroah-Hartman
2024-06-13 11:34 ` [PATCH 6.6 077/137] HID: i2c-hid: elan: fix reset suspend current leakage Greg Kroah-Hartman
2024-06-13 11:34 ` [PATCH 6.6 078/137] scsi: core: Handle devices which return an unusually large VPD page count Greg Kroah-Hartman
2024-06-13 11:34 ` [PATCH 6.6 079/137] net/ipv6: Fix route deleting failure when metric equals 0 Greg Kroah-Hartman
2024-06-13 11:34 ` [PATCH 6.6 080/137] net/9p: fix uninit-value in p9_client_rpc() Greg Kroah-Hartman
2024-06-13 11:34 ` [PATCH 6.6 081/137] mm/ksm: fix ksm_pages_scanned accounting Greg Kroah-Hartman
2024-06-13 11:34 ` [PATCH 6.6 082/137] mm/ksm: fix ksm_zero_pages accounting Greg Kroah-Hartman
2024-06-13 11:34 ` [PATCH 6.6 083/137] kmsan: do not wipe out origin when doing partial unpoisoning Greg Kroah-Hartman
2024-06-13 11:34 ` [PATCH 6.6 084/137] tpm_tis: Do *not* flush uninitialized work Greg Kroah-Hartman
2024-06-13 11:34 ` [PATCH 6.6 085/137] cpufreq: amd-pstate: Fix the inconsistency in max frequency units Greg Kroah-Hartman
2024-06-13 11:34 ` [PATCH 6.6 086/137] intel_th: pci: Add Meteor Lake-S CPU support Greg Kroah-Hartman
2024-06-13 11:34 ` [PATCH 6.6 087/137] rtla/timerlat: Fix histogram report when a cpu count is 0 Greg Kroah-Hartman
2024-06-13 11:34 ` [PATCH 6.6 088/137] sparc64: Fix number of online CPUs Greg Kroah-Hartman
2024-06-13 11:34 ` [PATCH 6.6 089/137] mm/cma: drop incorrect alignment check in cma_init_reserved_mem Greg Kroah-Hartman
2024-06-13 11:34 ` [PATCH 6.6 090/137] mm/hugetlb: pass correct order_per_bit to cma_declare_contiguous_nid Greg Kroah-Hartman
2024-06-13 11:34 ` [PATCH 6.6 091/137] mm: /proc/pid/smaps_rollup: avoid skipping vma after getting mmap_lock again Greg Kroah-Hartman
2024-06-13 11:34 ` [PATCH 6.6 092/137] mm/vmalloc: fix vmalloc which may return null if called with __GFP_NOFAIL Greg Kroah-Hartman
2024-06-13 11:34 ` [PATCH 6.6 093/137] selftests/mm: compaction_test: fix incorrect write of zero to nr_hugepages Greg Kroah-Hartman
2024-06-13 11:34 ` [PATCH 6.6 094/137] selftests/mm: fix build warnings on ppc64 Greg Kroah-Hartman
2024-06-13 11:34 ` [PATCH 6.6 095/137] watchdog: rti_wdt: Set min_hw_heartbeat_ms to accommodate a safety margin Greg Kroah-Hartman
2024-06-13 11:34 ` [PATCH 6.6 096/137] bonding: fix oops during rmmod Greg Kroah-Hartman
2024-06-13 11:34 ` [PATCH 6.6 097/137] wifi: ath10k: fix QCOM_RPROC_COMMON dependency Greg Kroah-Hartman
2024-06-13 11:34 ` [PATCH 6.6 098/137] kdb: Fix buffer overflow during tab-complete Greg Kroah-Hartman
2024-06-13 11:34 ` [PATCH 6.6 099/137] kdb: Use format-strings rather than \0 injection in kdb_read() Greg Kroah-Hartman
2024-06-13 11:34 ` [PATCH 6.6 100/137] kdb: Fix console handling when editing and tab-completing commands Greg Kroah-Hartman
2024-06-13 11:34 ` [PATCH 6.6 101/137] kdb: Merge identical case statements in kdb_read() Greg Kroah-Hartman
2024-06-13 11:34 ` [PATCH 6.6 102/137] kdb: Use format-specifiers rather than memset() for padding " Greg Kroah-Hartman
2024-06-13 11:34 ` [PATCH 6.6 103/137] net: fix __dst_negative_advice() race Greg Kroah-Hartman
2024-06-13 11:34 ` [PATCH 6.6 104/137] e1000e: move force SMBUS near the end of enable_ulp function Greg Kroah-Hartman
2024-06-13 11:34 ` [PATCH 6.6 105/137] sparc: move struct termio to asm/termios.h Greg Kroah-Hartman
2024-06-13 11:34 ` [PATCH 6.6 106/137] drm/amdkfd: handle duplicate BOs in reserve_bo_and_cond_vms Greg Kroah-Hartman
2024-06-13 11:34 ` [PATCH 6.6 107/137] ext4: Fixes len calculation in mpage_journal_page_buffers Greg Kroah-Hartman
2024-06-13 11:34 ` [PATCH 6.6 108/137] ext4: set type of ac_groups_linear_remaining to __u32 to avoid overflow Greg Kroah-Hartman
2024-06-13 11:34 ` [PATCH 6.6 109/137] ext4: fix mb_cache_entrys e_refcnt leak in ext4_xattr_block_cache_find() Greg Kroah-Hartman
2024-06-13 11:34 ` [PATCH 6.6 110/137] riscv: dts: starfive: Remove PMIC interrupt info for Visionfive 2 board Greg Kroah-Hartman
2024-06-13 11:34 ` [PATCH 6.6 111/137] ARM: dts: samsung: smdkv310: fix keypad no-autorepeat Greg Kroah-Hartman
2024-06-13 11:34 ` [PATCH 6.6 112/137] ARM: dts: samsung: smdk4412: " Greg Kroah-Hartman
2024-06-13 11:34 ` [PATCH 6.6 113/137] ARM: dts: samsung: exynos4412-origen: " Greg Kroah-Hartman
2024-06-13 11:34 ` [PATCH 6.6 114/137] parisc: Define HAVE_ARCH_HUGETLB_UNMAPPED_AREA Greg Kroah-Hartman
2024-06-13 11:34 ` [PATCH 6.6 115/137] parisc: Define sigset_t in parisc uapi header Greg Kroah-Hartman
2024-06-13 11:34 ` [PATCH 6.6 116/137] s390/ap: Fix crash in AP internal function modify_bitmap() Greg Kroah-Hartman
2024-06-13 11:34 ` [PATCH 6.6 117/137] s390/cpacf: Split and rework cpacf query functions Greg Kroah-Hartman
2024-06-13 11:34 ` [PATCH 6.6 118/137] s390/cpacf: Make use of invalid opcode produce a link error Greg Kroah-Hartman
2024-06-13 11:34 ` [PATCH 6.6 119/137] i3c: master: svc: fix invalidate IBI type and miss call client IBI handler Greg Kroah-Hartman
2024-06-13 11:35 ` [PATCH 6.6 120/137] genirq/irqdesc: Prevent use-after-free in irq_find_at_or_after() Greg Kroah-Hartman
2024-06-13 11:35 ` [PATCH 6.6 121/137] ASoC: SOF: ipc4-topology: Fix input format query of process modules without base extension Greg Kroah-Hartman
2024-06-13 11:35 ` [PATCH 6.6 122/137] ALSA: ump: Dont clear bank selection after sending a program change Greg Kroah-Hartman
2024-06-13 11:35 ` [PATCH 6.6 123/137] ALSA: ump: Dont accept an invalid UMP protocol number Greg Kroah-Hartman
2024-06-13 11:35 ` [PATCH 6.6 124/137] EDAC/amd64: Convert PCIBIOS_* return codes to errnos Greg Kroah-Hartman
2024-06-13 11:35 ` [PATCH 6.6 125/137] EDAC/igen6: " Greg Kroah-Hartman
2024-06-13 11:35 ` [PATCH 6.6 126/137] nfs: fix undefined behavior in nfs_block_bits() Greg Kroah-Hartman
2024-06-13 11:35 ` [PATCH 6.6 127/137] NFS: Fix READ_PLUS when server doesnt support OP_READ_PLUS Greg Kroah-Hartman
2024-06-13 11:35 ` [PATCH 6.6 128/137] eventfs: Fix a possible null pointer dereference in eventfs_find_events() Greg Kroah-Hartman
2024-06-13 11:35 ` [PATCH 6.6 129/137] eventfs: Keep the directories from having the same inode number as files Greg Kroah-Hartman
2024-06-13 11:35 ` [PATCH 6.6 130/137] tracefs: Clear EVENT_INODE flag in tracefs_drop_inode() Greg Kroah-Hartman
2024-06-13 11:35 ` [PATCH 6.6 131/137] btrfs: fix crash on racing fsync and size-extending write into prealloc Greg Kroah-Hartman
2024-06-13 11:35 ` [PATCH 6.6 132/137] btrfs: fix leak of qgroup extent records after transaction abort Greg Kroah-Hartman
2024-06-13 11:35 ` [PATCH 6.6 133/137] ALSA: seq: Fix incorrect UMP type for system messages Greg Kroah-Hartman
2024-06-13 11:35 ` [PATCH 6.6 134/137] powerpc/64/bpf: fix tail calls for PCREL addressing Greg Kroah-Hartman
2024-06-13 11:35 ` [PATCH 6.6 135/137] powerpc/bpf: enforce full ordering for ATOMIC operations with BPF_FETCH Greg Kroah-Hartman
2024-06-13 11:35 ` [PATCH 6.6 136/137] smb: client: fix deadlock in smb2_find_smb_tcon() Greg Kroah-Hartman
2024-06-13 11:35 ` [PATCH 6.6 137/137] selftests: net: more strict check in net_helper Greg Kroah-Hartman
2024-06-13 14:45 ` [PATCH 6.6 000/137] 6.6.34-rc1 review Naresh Kamboju
2024-06-14 9:15 ` Naresh Kamboju
2024-06-14 9:36 ` Puranjay Mohan
2024-06-15 11:10 ` Greg Kroah-Hartman
2024-06-13 14:47 ` Takeshi Ogasawara
2024-06-13 16:50 ` SeongJae Park
2024-06-14 8:39 ` Naresh Kamboju
2024-06-14 11:48 ` Ron Economos
2024-06-14 14:14 ` Mark Brown
2024-06-14 17:03 ` Jon Hunter
2024-06-14 19:02 ` Harshit Mogalapalli
2024-06-15 0:56 ` Peter Schneider
2024-06-15 2:09 ` Shuah Khan
2024-06-16 13:38 ` Florian Fainelli
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240613113223.281378087@linuxfoundation.org \
--to=gregkh@linuxfoundation.org \
--cc=akpm@linux-foundation.org \
--cc=allen.lkml@gmail.com \
--cc=broonie@kernel.org \
--cc=conor@kernel.org \
--cc=f.fainelli@gmail.com \
--cc=jonathanh@nvidia.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=lkft-triage@lists.linaro.org \
--cc=patches@kernelci.org \
--cc=patches@lists.linux.dev \
--cc=pavel@denx.de \
--cc=rwarsow@gmx.de \
--cc=shuah@kernel.org \
--cc=srw@sladewatkins.net \
--cc=stable@vger.kernel.org \
--cc=sudipm.mukherjee@gmail.com \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.