public inbox for stable@vger.kernel.org
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: stable@vger.kernel.org
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	patches@lists.linux.dev, Pavel Begunkov <asml.silence@gmail.com>,
	Jens Axboe <axboe@kernel.dk>
Subject: [PATCH 6.1 294/508] io_uring: account drain memory to cgroup
Date: Mon, 23 Jun 2025 15:05:39 +0200	[thread overview]
Message-ID: <20250623130652.516075126@linuxfoundation.org> (raw)
In-Reply-To: <20250623130645.255320792@linuxfoundation.org>

6.1-stable review patch.  If anyone has any objections, please let me know.

------------------

From: Pavel Begunkov <asml.silence@gmail.com>

commit f979c20547e72568e3c793bc92c7522bc3166246 upstream.

Account drain allocations against memcg. It's not a big problem as each
such allocation is paired with a request, which is accounted, but it's
nicer to follow the limits more closely.

Cc: stable@vger.kernel.org # 6.1
Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/f8dfdbd755c41fd9c75d12b858af07dfba5bbb68.1746788718.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
 io_uring/io_uring.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/io_uring/io_uring.c
+++ b/io_uring/io_uring.c
@@ -1654,7 +1654,7 @@ queue:
 	spin_unlock(&ctx->completion_lock);
 
 	io_prep_async_link(req);
-	de = kmalloc(sizeof(*de), GFP_KERNEL);
+	de = kmalloc(sizeof(*de), GFP_KERNEL_ACCOUNT);
 	if (!de) {
 		ret = -ENOMEM;
 		io_req_complete_failed(req, ret);



  parent reply	other threads:[~2025-06-23 22:05 UTC|newest]

Thread overview: 510+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-23 13:00 [PATCH 6.1 000/508] 6.1.142-rc1 review Greg Kroah-Hartman
2025-06-23 13:00 ` [PATCH 6.1 001/508] mm/uffd: fix vma operation where start addr cuts part of vma Greg Kroah-Hartman
2025-06-23 13:00 ` [PATCH 6.1 002/508] tracing: Fix compilation warning on arm32 Greg Kroah-Hartman
2025-06-23 13:00 ` [PATCH 6.1 003/508] pinctrl: armada-37xx: use correct OUTPUT_VAL register for GPIOs > 31 Greg Kroah-Hartman
2025-06-23 13:00 ` [PATCH 6.1 004/508] pinctrl: armada-37xx: set GPIO output value before setting direction Greg Kroah-Hartman
2025-06-23 13:00 ` [PATCH 6.1 005/508] acpi-cpufreq: Fix nominal_freq units to KHz in get_max_boost_ratio() Greg Kroah-Hartman
2025-06-23 13:00 ` [PATCH 6.1 006/508] rtc: Make rtc_time64_to_tm() support dates before 1970 Greg Kroah-Hartman
2025-06-23 13:00 ` [PATCH 6.1 007/508] rtc: Fix offset calculation for .start_secs < 0 Greg Kroah-Hartman
2025-06-23 13:00 ` [PATCH 6.1 008/508] usb: quirks: Add NO_LPM quirk for SanDisk Extreme 55AE Greg Kroah-Hartman
2025-06-23 13:00 ` [PATCH 6.1 009/508] usb: storage: Ignore UAS driver for SanDisk 3.2 Gen2 storage device Greg Kroah-Hartman
2025-06-23 13:00 ` [PATCH 6.1 010/508] USB: serial: pl2303: add new chip PL2303GC-Q20 and PL2303GT-2AB Greg Kroah-Hartman
2025-06-23 13:00 ` [PATCH 6.1 011/508] Bluetooth: hci_qca: move the SoC type check to the right place Greg Kroah-Hartman
2025-06-23 13:00 ` [PATCH 6.1 012/508] usb: usbtmc: Fix timeout value in get_stb Greg Kroah-Hartman
2025-06-23 13:00 ` [PATCH 6.1 013/508] thunderbolt: Do not double dequeue a configuration request Greg Kroah-Hartman
2025-06-23 13:00 ` [PATCH 6.1 014/508] gfs2: gfs2_create_inode error handling fix Greg Kroah-Hartman
2025-06-23 13:01 ` [PATCH 6.1 015/508] perf/core: Fix broken throttling when max_samples_per_tick=1 Greg Kroah-Hartman
2025-06-23 13:01 ` [PATCH 6.1 016/508] crypto: sun8i-ce-cipher - fix error handling in sun8i_ce_cipher_prepare() Greg Kroah-Hartman
2025-06-23 13:01 ` [PATCH 6.1 017/508] crypto: sun8i-ss - do not use sg_dma_len before calling DMA functions Greg Kroah-Hartman
2025-06-23 13:01 ` [PATCH 6.1 018/508] powerpc/crash: Fix non-smp kexec preparation Greg Kroah-Hartman
2025-06-23 13:01 ` [PATCH 6.1 019/508] x86/cpu: Sanitize CPUID(0x80000000) output Greg Kroah-Hartman
2025-06-23 13:01 ` [PATCH 6.1 020/508] crypto: marvell/cesa - Handle zero-length skcipher requests Greg Kroah-Hartman
2025-06-23 13:01 ` [PATCH 6.1 021/508] crypto: marvell/cesa - Avoid empty transfer descriptor Greg Kroah-Hartman
2025-06-23 13:01 ` [PATCH 6.1 022/508] crypto: lrw - Only add ecb if it is not already there Greg Kroah-Hartman
2025-06-23 13:01 ` [PATCH 6.1 023/508] crypto: xts " Greg Kroah-Hartman
2025-06-23 13:01 ` [PATCH 6.1 024/508] crypto: sun8i-ce - move fallback ahash_request to the end of the struct Greg Kroah-Hartman
2025-06-23 13:01 ` [PATCH 6.1 025/508] ASoC: tas2764: Enable main IRQs Greg Kroah-Hartman
2025-06-23 13:01 ` [PATCH 6.1 026/508] EDAC/skx_common: Fix general protection fault Greg Kroah-Hartman
2025-06-23 13:01 ` [PATCH 6.1 027/508] spi: tegra210-quad: Fix X1_X2_X4 encoding and support x4 transfers Greg Kroah-Hartman
2025-06-23 13:01 ` [PATCH 6.1 028/508] spi: tegra210-quad: remove redundant error handling code Greg Kroah-Hartman
2025-06-23 13:01 ` [PATCH 6.1 029/508] spi: tegra210-quad: modify chip select (CS) deactivation Greg Kroah-Hartman
2025-06-23 13:01 ` [PATCH 6.1 030/508] power: reset: at91-reset: Optimize at91_reset() Greg Kroah-Hartman
2025-06-23 13:01 ` [PATCH 6.1 031/508] PM: wakeup: Delete space in the end of string shown by pm_show_wakelocks() Greg Kroah-Hartman
2025-06-23 13:01 ` [PATCH 6.1 032/508] x86/mtrr: Check if fixed-range MTRRs exist in mtrr_save_fixed_ranges() Greg Kroah-Hartman
2025-06-23 13:01 ` [PATCH 6.1 033/508] ACPI: OSI: Stop advertising support for "3.0 _SCP Extensions" Greg Kroah-Hartman
2025-06-23 13:01 ` [PATCH 6.1 034/508] spi: sh-msiof: Fix maximum DMA transfer size Greg Kroah-Hartman
2025-06-23 13:01 ` [PATCH 6.1 035/508] ASoC: apple: mca: Constrain channels according to TDM mask Greg Kroah-Hartman
2025-06-23 13:01 ` [PATCH 6.1 036/508] drm/vmwgfx: Add seqno waiter for sync_files Greg Kroah-Hartman
2025-06-23 13:01 ` [PATCH 6.1 037/508] drm/amd/pp: Fix potential NULL pointer dereference in atomctrl_initialize_mc_reg_table Greg Kroah-Hartman
2025-06-23 13:01 ` [PATCH 6.1 038/508] media: rkvdec: Fix frame size enumeration Greg Kroah-Hartman
2025-06-23 13:01 ` [PATCH 6.1 039/508] arm64/fpsimd: Discard stale CPU state when handling SME traps Greg Kroah-Hartman
2025-06-23 13:01 ` [PATCH 6.1 040/508] arm64/fpsimd: Fix merging of FPSIMD state during signal return Greg Kroah-Hartman
2025-06-23 13:01 ` [PATCH 6.1 041/508] drm/bridge: lt9611uxc: Fix an error handling path in lt9611uxc_probe() Greg Kroah-Hartman
2025-06-23 13:01 ` [PATCH 6.1 042/508] fs/ntfs3: handle hdr_first_de() return value Greg Kroah-Hartman
2025-06-23 13:01 ` [PATCH 6.1 043/508] watchdog: exar: Shorten identity name to fit correctly Greg Kroah-Hartman
2025-06-23 13:01 ` [PATCH 6.1 044/508] m68k: mac: Fix macintosh_config for Mac II Greg Kroah-Hartman
2025-06-23 13:01 ` [PATCH 6.1 045/508] firmware: psci: Fix refcount leak in psci_dt_init Greg Kroah-Hartman
2025-06-23 13:01 ` [PATCH 6.1 046/508] arm64: Support ARM64_VA_BITS=52 when setting ARCH_MMAP_RND_BITS_MAX Greg Kroah-Hartman
2025-06-23 13:01 ` [PATCH 6.1 047/508] selftests/seccomp: fix syscall_restart test for arm compat Greg Kroah-Hartman
2025-06-23 13:01 ` [PATCH 6.1 048/508] drm: rcar-du: Fix memory leak in rcar_du_vsps_init() Greg Kroah-Hartman
2025-06-23 13:01 ` [PATCH 6.1 049/508] drm/vkms: Adjust vkms_state->active_planes allocation type Greg Kroah-Hartman
2025-06-23 13:01 ` [PATCH 6.1 050/508] drm/tegra: rgb: Fix the unbound reference count Greg Kroah-Hartman
2025-06-23 13:01 ` [PATCH 6.1 051/508] firmware: SDEI: Allow sdei initialization without ACPI_APEI_GHES Greg Kroah-Hartman
2025-06-23 13:01 ` [PATCH 6.1 052/508] scsi: qedf: Use designated initializer for struct qed_fcoe_cb_ops Greg Kroah-Hartman
2025-06-23 13:01 ` [PATCH 6.1 053/508] wifi: ath11k: fix node corruption in ar->arvifs list Greg Kroah-Hartman
2025-06-23 13:01 ` [PATCH 6.1 054/508] IB/cm: use rwlock for MAD agent lock Greg Kroah-Hartman
2025-06-23 13:01 ` [PATCH 6.1 055/508] bpf: fix ktls panic with sockmap Greg Kroah-Hartman
2025-06-23 13:01 ` [PATCH 6.1 056/508] bpf, sockmap: fix duplicated data transmission Greg Kroah-Hartman
2025-06-23 13:01 ` [PATCH 6.1 057/508] bpf, sockmap: Fix panic when calling skb_linearize Greg Kroah-Hartman
2025-06-23 13:01 ` [PATCH 6.1 058/508] f2fs: fix to do sanity check on sbi->total_valid_block_count Greg Kroah-Hartman
2025-06-23 13:01 ` [PATCH 6.1 059/508] net: ncsi: Fix GCPS 64-bit member variables Greg Kroah-Hartman
2025-06-23 13:01 ` [PATCH 6.1 060/508] libbpf: Fix buffer overflow in bpf_object__init_prog Greg Kroah-Hartman
2025-06-23 13:01 ` [PATCH 6.1 061/508] wifi: rtw88: do not ignore hardware read error during DPK Greg Kroah-Hartman
2025-06-23 13:01 ` [PATCH 6.1 062/508] RDMA/hns: Include hnae3.h in hns_roce_hw_v2.h Greg Kroah-Hartman
2025-06-23 13:01 ` [PATCH 6.1 063/508] scsi: hisi_sas: Call I_T_nexus after soft reset for SATA disk Greg Kroah-Hartman
2025-06-23 13:01 ` [PATCH 6.1 064/508] iommu: Protect against overflow in iommu_pgsize() Greg Kroah-Hartman
2025-06-23 13:01 ` [PATCH 6.1 065/508] f2fs: clean up w/ fscrypt_is_bounce_page() Greg Kroah-Hartman
2025-06-23 13:01 ` [PATCH 6.1 066/508] f2fs: fix to detect gcing page in f2fs_is_cp_guaranteed() Greg Kroah-Hartman
2025-06-23 13:01 ` [PATCH 6.1 067/508] libbpf: Use proper errno value in linker Greg Kroah-Hartman
2025-06-23 13:01 ` [PATCH 6.1 068/508] netfilter: bridge: Move specific fragmented packet to slow_path instead of dropping it Greg Kroah-Hartman
2025-06-23 13:01 ` [PATCH 6.1 069/508] netfilter: nft_quota: match correctly when the quota just depleted Greg Kroah-Hartman
2025-06-23 13:01 ` [PATCH 6.1 070/508] RDMA/mlx5: Fix error flow upon firmware failure for RQ destruction Greg Kroah-Hartman
2025-06-23 13:01 ` [PATCH 6.1 071/508] bpf: Fix uninitialized values in BPF_{CORE,PROBE}_READ Greg Kroah-Hartman
2025-06-23 13:01 ` [PATCH 6.1 072/508] clk: qcom: dispcc-sm6350: Add *_wait_val values for GDSCs Greg Kroah-Hartman
2025-06-23 13:01 ` [PATCH 6.1 073/508] clk: qcom: gcc-sm6350: " Greg Kroah-Hartman
2025-06-23 13:01 ` [PATCH 6.1 074/508] clk: qcom: gpucc-sm6350: " Greg Kroah-Hartman
2025-06-23 13:02 ` [PATCH 6.1 075/508] clk: bcm: rpi: Add NULL check in raspberrypi_clk_register() Greg Kroah-Hartman
2025-06-23 13:02 ` [PATCH 6.1 076/508] efi/libstub: Describe missing out parameter in efi_load_initrd Greg Kroah-Hartman
2025-06-23 13:02 ` [PATCH 6.1 077/508] tracing: Rename event_trigger_alloc() to trigger_data_alloc() Greg Kroah-Hartman
2025-06-23 13:02 ` [PATCH 6.1 078/508] tracing: Fix error handling in event_trigger_parse() Greg Kroah-Hartman
2025-06-23 13:02 ` [PATCH 6.1 079/508] ktls, sockmap: Fix missing uncharge operation Greg Kroah-Hartman
2025-06-23 13:02 ` [PATCH 6.1 080/508] libbpf: Use proper errno value in nlattr Greg Kroah-Hartman
2025-06-23 13:02 ` [PATCH 6.1 081/508] pinctrl: at91: Fix possible out-of-boundary access Greg Kroah-Hartman
2025-06-23 13:02 ` [PATCH 6.1 082/508] bpf: Fix WARN() in get_bpf_raw_tp_regs Greg Kroah-Hartman
2025-06-23 13:02 ` [PATCH 6.1 083/508] clk: qcom: gcc-msm8939: Fix mclk0 & mclk1 for 24 MHz Greg Kroah-Hartman
2025-06-23 13:02 ` [PATCH 6.1 084/508] s390/bpf: Store backchain even for leaf progs Greg Kroah-Hartman
2025-06-23 13:02 ` [PATCH 6.1 085/508] wifi: rtw88: fix the para buffer size to avoid reading out of bounds Greg Kroah-Hartman
2025-06-23 13:02 ` [PATCH 6.1 086/508] iommu: remove duplicate selection of DMAR_TABLE Greg Kroah-Hartman
2025-06-23 13:02 ` [PATCH 6.1 087/508] hisi_acc_vfio_pci: fix XQE dma address error Greg Kroah-Hartman
2025-06-23 13:02 ` [PATCH 6.1 088/508] hisi_acc_vfio_pci: add eq and aeq interruption restore Greg Kroah-Hartman
2025-06-23 13:02 ` [PATCH 6.1 089/508] wifi: ath9k_htc: Abort software beacon handling if disabled Greg Kroah-Hartman
2025-06-23 13:02 ` [PATCH 6.1 090/508] kernfs: Relax constraint in draining guard Greg Kroah-Hartman
2025-06-23 13:02 ` [PATCH 6.1 091/508] netfilter: nf_tables: nft_fib_ipv6: fix VRF ipv4/ipv6 result discrepancy Greg Kroah-Hartman
2025-06-23 13:02 ` [PATCH 6.1 092/508] vfio/type1: Fix error unwind in migration dirty bitmap allocation Greg Kroah-Hartman
2025-06-23 13:02 ` [PATCH 6.1 093/508] Bluetooth: MGMT: iterate over mesh commands in mgmt_mesh_foreach() Greg Kroah-Hartman
2025-06-23 13:02 ` [PATCH 6.1 094/508] bpf, sockmap: Avoid using sk_socket after free when sending Greg Kroah-Hartman
2025-06-23 13:02 ` [PATCH 6.1 095/508] netfilter: nft_tunnel: fix geneve_opt dump Greg Kroah-Hartman
2025-06-23 13:02 ` [PATCH 6.1 096/508] net: usb: aqc111: fix error handling of usbnet read calls Greg Kroah-Hartman
2025-06-23 13:02 ` [PATCH 6.1 097/508] RDMA/cma: Fix hang when cma_netevent_callback fails to queue_work Greg Kroah-Hartman
2025-06-23 13:02 ` [PATCH 6.1 098/508] bpf: Avoid __bpf_prog_ret0_warn when jit fails Greg Kroah-Hartman
2025-06-23 13:02 ` [PATCH 6.1 099/508] net: lan743x: rename lan743x_reset_phy to lan743x_hw_reset_phy Greg Kroah-Hartman
2025-06-23 13:02 ` [PATCH 6.1 100/508] net: phy: mscc: Fix memory leak when using one step timestamping Greg Kroah-Hartman
2025-06-23 13:02 ` [PATCH 6.1 101/508] calipso: Dont call calipso functions for AF_INET sk Greg Kroah-Hartman
2025-06-23 13:02 ` [PATCH 6.1 102/508] net: openvswitch: Fix the dead loop of MPLS parse Greg Kroah-Hartman
2025-06-23 13:02 ` [PATCH 6.1 103/508] net: phy: mscc: Stop clearing the the UDPv4 checksum for L2 frames Greg Kroah-Hartman
2025-06-23 13:02 ` [PATCH 6.1 104/508] f2fs: use d_inode(dentry) cleanup dentry->d_inode Greg Kroah-Hartman
2025-06-23 13:02 ` [PATCH 6.1 105/508] f2fs: fix to correct check conditions in f2fs_cross_rename Greg Kroah-Hartman
2025-06-23 13:02 ` [PATCH 6.1 106/508] arm64: dts: qcom: sm8250: Fix CPU7 opp table Greg Kroah-Hartman
2025-06-23 13:02 ` [PATCH 6.1 107/508] ARM: dts: at91: usb_a9263: fix GPIO for Dataflash chip select Greg Kroah-Hartman
2025-06-23 13:02 ` [PATCH 6.1 108/508] ARM: dts: at91: at91sam9263: fix NAND chip selects Greg Kroah-Hartman
2025-06-23 13:02 ` [PATCH 6.1 109/508] arm64: dts: mediatek: mt8195: Reparent vdec1/2 and venc1 power domains Greg Kroah-Hartman
2025-06-23 13:02 ` [PATCH 6.1 110/508] arm64: dts: qcom: sdm660-xiaomi-lavender: Add missing SD card detect GPIO Greg Kroah-Hartman
2025-06-23 13:02 ` [PATCH 6.1 111/508] arm64: dts: imx8mm-beacon: Fix RTC capacitive load Greg Kroah-Hartman
2025-06-23 13:02 ` [PATCH 6.1 112/508] arm64: dts: imx8mn-beacon: " Greg Kroah-Hartman
2025-06-23 13:02 ` [PATCH 6.1 113/508] arm64: dts: mt6359: Add missing compatible property to regulators node Greg Kroah-Hartman
2025-06-23 13:02 ` [PATCH 6.1 114/508] arm64: dts: qcom: sdm660-lavender: Add missing USB phy supply Greg Kroah-Hartman
2025-06-23 13:02 ` [PATCH 6.1 115/508] arm64: dts: qcom: sda660-ifc6560: Fix dt-validate warning Greg Kroah-Hartman
2025-06-23 13:02 ` [PATCH 6.1 116/508] Squashfs: check return result of sb_min_blocksize Greg Kroah-Hartman
2025-06-23 13:02 ` [PATCH 6.1 117/508] ocfs2: fix possible memory leak in ocfs2_finish_quota_recovery Greg Kroah-Hartman
2025-06-23 13:02 ` [PATCH 6.1 118/508] nilfs2: add pointer check for nilfs_direct_propagate() Greg Kroah-Hartman
2025-06-23 13:02 ` [PATCH 6.1 119/508] nilfs2: do not propagate ENOENT error from nilfs_btree_propagate() Greg Kroah-Hartman
2025-06-23 13:02 ` [PATCH 6.1 120/508] bus: fsl-mc: fix double-free on mc_dev Greg Kroah-Hartman
2025-06-23 13:02 ` [PATCH 6.1 121/508] dt-bindings: vendor-prefixes: Add Liontron name Greg Kroah-Hartman
2025-06-23 13:02 ` [PATCH 6.1 122/508] ARM: dts: qcom: apq8064 merge hw splinlock into corresponding syscon device Greg Kroah-Hartman
2025-06-23 13:02 ` [PATCH 6.1 123/508] arm64: defconfig: mediatek: enable PHY drivers Greg Kroah-Hartman
2025-06-23 13:02 ` [PATCH 6.1 124/508] arm64: dts: rockchip: disable unrouted USB controllers and PHY on RK3399 Puma with Haikou Greg Kroah-Hartman
2025-06-23 13:02 ` [PATCH 6.1 125/508] arm64: dts: mt6359: Rename RTC node to match binding expectations Greg Kroah-Hartman
2025-06-23 13:02 ` [PATCH 6.1 126/508] ARM: aspeed: Dont select SRAM Greg Kroah-Hartman
2025-06-23 13:02 ` [PATCH 6.1 127/508] soc: aspeed: lpc: Fix impossible judgment condition Greg Kroah-Hartman
2025-06-23 13:02 ` [PATCH 6.1 128/508] soc: aspeed: Add NULL check in aspeed_lpc_enable_snoop() Greg Kroah-Hartman
2025-06-23 13:02 ` [PATCH 6.1 129/508] fbdev: core: fbcvt: avoid division by 0 in fb_cvt_hperiod() Greg Kroah-Hartman
2025-06-23 13:02 ` [PATCH 6.1 130/508] randstruct: gcc-plugin: Remove bogus void member Greg Kroah-Hartman
2025-06-23 13:02 ` [PATCH 6.1 131/508] randstruct: gcc-plugin: Fix attribute addition Greg Kroah-Hartman
2025-06-23 13:02 ` [PATCH 6.1 132/508] perf build: Warn when libdebuginfod devel files are not available Greg Kroah-Hartman
2025-06-23 13:02 ` [PATCH 6.1 133/508] perf ui browser hists: Set actions->thread before calling do_zoom_thread() Greg Kroah-Hartman
2025-06-23 13:02 ` [PATCH 6.1 134/508] dm: dont change md if dm_table_set_restrictions() fails Greg Kroah-Hartman
2025-06-23 13:03 ` [PATCH 6.1 135/508] dm: free table mempools if not used in __bind Greg Kroah-Hartman
2025-06-23 13:03 ` [PATCH 6.1 136/508] backlight: pm8941: Add NULL check in wled_configure() Greg Kroah-Hartman
2025-06-23 13:03 ` [PATCH 6.1 137/508] mtd: nand: ecc-mxic: Fix use of uninitialized variable ret Greg Kroah-Hartman
2025-06-23 13:03 ` [PATCH 6.1 138/508] hwmon: (asus-ec-sensors) check sensor index in read_string() Greg Kroah-Hartman
2025-06-23 13:03 ` [PATCH 6.1 139/508] perf intel-pt: Fix PEBS-via-PT data_src Greg Kroah-Hartman
2025-06-23 13:03 ` [PATCH 6.1 140/508] perf scripts python: exported-sql-viewer.py: Fix pattern matching with Python 3 Greg Kroah-Hartman
2025-06-23 13:03 ` [PATCH 6.1 141/508] remoteproc: qcom_wcnss_iris: Add missing put_device() on error in probe Greg Kroah-Hartman
2025-06-23 13:03 ` [PATCH 6.1 142/508] remoteproc: k3-r5: Drop check performed in k3_r5_rproc_{mbox_callback/kick} Greg Kroah-Hartman
2025-06-23 13:03 ` [PATCH 6.1 143/508] rpmsg: qcom_smd: Fix uninitialized return variable in __qcom_smd_send() Greg Kroah-Hartman
2025-06-23 13:03 ` [PATCH 6.1 144/508] mfd: exynos-lpass: Avoid calling exynos_lpass_disable() twice in exynos_lpass_remove() Greg Kroah-Hartman
2025-06-23 13:03 ` [PATCH 6.1 145/508] mfd: stmpe-spi: Correct the name used in MODULE_DEVICE_TABLE Greg Kroah-Hartman
2025-06-23 13:03 ` [PATCH 6.1 146/508] perf tests switch-tracking: Fix timestamp comparison Greg Kroah-Hartman
2025-06-23 13:03 ` [PATCH 6.1 147/508] perf record: Fix incorrect --user-regs comments Greg Kroah-Hartman
2025-06-23 13:03 ` [PATCH 6.1 148/508] nfs: clear SB_RDONLY before getting superblock Greg Kroah-Hartman
2025-06-23 13:03 ` [PATCH 6.1 149/508] nfs: ignore SB_RDONLY when remounting nfs Greg Kroah-Hartman
2025-06-23 13:03 ` [PATCH 6.1 150/508] rtc: sh: assign correct interrupts with DT Greg Kroah-Hartman
2025-06-23 13:03 ` [PATCH 6.1 151/508] PCI: cadence: Fix runtime atomic count underflow Greg Kroah-Hartman
2025-06-23 13:03 ` [PATCH 6.1 152/508] PCI: apple: Use gpiod_set_value_cansleep in probe flow Greg Kroah-Hartman
2025-06-23 13:03 ` [PATCH 6.1 153/508] phy: qcom-qmp-usb: Fix an NULL vs IS_ERR() bug Greg Kroah-Hartman
2025-06-23 13:03 ` [PATCH 6.1 154/508] dmaengine: ti: Add NULL check in udma_probe() Greg Kroah-Hartman
2025-06-23 13:03 ` [PATCH 6.1 155/508] PCI/DPC: Initialize aer_err_info before using it Greg Kroah-Hartman
2025-06-23 13:03 ` [PATCH 6.1 156/508] usb: renesas_usbhs: Reorder clock handling and power management in probe Greg Kroah-Hartman
2025-06-23 13:03 ` [PATCH 6.1 157/508] serial: Fix potential null-ptr-deref in mlb_usio_probe() Greg Kroah-Hartman
2025-06-23 13:03 ` [PATCH 6.1 158/508] iio: filter: admv8818: fix band 4, state 15 Greg Kroah-Hartman
2025-06-23 13:03 ` [PATCH 6.1 159/508] iio: filter: admv8818: fix integer overflow Greg Kroah-Hartman
2025-06-23 13:03 ` [PATCH 6.1 160/508] iio: filter: admv8818: fix range calculation Greg Kroah-Hartman
2025-06-23 13:03 ` [PATCH 6.1 161/508] iio: filter: admv8818: Support frequencies >= 2^32 Greg Kroah-Hartman
2025-06-23 13:03 ` [PATCH 6.1 162/508] iio: adc: ad7124: Fix 3dB filter frequency reading Greg Kroah-Hartman
2025-06-23 13:03 ` [PATCH 6.1 163/508] MIPS: Loongson64: Add missing #interrupt-cells for loongson64c_ls7a Greg Kroah-Hartman
2025-06-23 13:03 ` [PATCH 6.1 164/508] counter: interrupt-cnt: Protect enable/disable OPs with mutex Greg Kroah-Hartman
2025-06-23 13:03 ` [PATCH 6.1 165/508] coresight: prevent deactivate active config while enabling the config Greg Kroah-Hartman
2025-06-23 13:03 ` [PATCH 6.1 166/508] vt: remove VT_RESIZE and VT_RESIZEX from vt_compat_ioctl() Greg Kroah-Hartman
2025-06-23 13:03 ` [PATCH 6.1 167/508] net: stmmac: platform: guarantee uniqueness of bus_id Greg Kroah-Hartman
2025-06-23 13:03 ` [PATCH 6.1 168/508] gve: Fix RX_BUFFERS_POSTED stat to report per-queue fill_cnt Greg Kroah-Hartman
2025-06-23 13:03 ` [PATCH 6.1 169/508] net: tipc: fix refcount warning in tipc_aead_encrypt Greg Kroah-Hartman
2025-06-23 13:03 ` [PATCH 6.1 170/508] driver: net: ethernet: mtk_star_emac: fix suspend/resume issue Greg Kroah-Hartman
2025-06-23 13:03 ` [PATCH 6.1 171/508] net/mlx4_en: Prevent potential integer overflow calculating Hz Greg Kroah-Hartman
2025-06-23 13:03 ` [PATCH 6.1 172/508] net: lan966x: Make sure to insert the vlan tags also in host mode Greg Kroah-Hartman
2025-06-23 13:03 ` [PATCH 6.1 173/508] spi: bcm63xx-spi: fix shared reset Greg Kroah-Hartman
2025-06-23 13:03 ` [PATCH 6.1 174/508] spi: bcm63xx-hsspi: " Greg Kroah-Hartman
2025-06-23 13:03 ` [PATCH 6.1 175/508] Bluetooth: L2CAP: Fix not responding with L2CAP_CR_LE_ENCRYPTION Greg Kroah-Hartman
2025-06-23 13:03 ` [PATCH 6.1 176/508] ice: create new Tx scheduler nodes for new queues only Greg Kroah-Hartman
2025-06-23 13:03 ` [PATCH 6.1 177/508] ice: fix rebuilding the Tx scheduler tree for large queue counts Greg Kroah-Hartman
2025-06-23 13:03 ` [PATCH 6.1 178/508] net: dsa: tag_brcm: legacy: fix pskb_may_pull length Greg Kroah-Hartman
2025-06-23 13:03 ` [PATCH 6.1 179/508] net: stmmac: make sure that ptp_rate is not 0 before configuring timestamping Greg Kroah-Hartman
2025-06-23 13:03 ` [PATCH 6.1 180/508] net: fix udp gso skb_segment after pull from frag_list Greg Kroah-Hartman
2025-06-23 13:03 ` [PATCH 6.1 181/508] vmxnet3: correctly report gso type for UDP tunnels Greg Kroah-Hartman
2025-06-23 13:03 ` [PATCH 6.1 182/508] PM: sleep: Fix power.is_suspended cleanup for direct-complete devices Greg Kroah-Hartman
2025-06-23 13:03 ` [PATCH 6.1 183/508] gve: add missing NULL check for gve_alloc_pending_packet() in TX DQO Greg Kroah-Hartman
2025-06-23 13:03 ` [PATCH 6.1 184/508] netfilter: nf_set_pipapo_avx2: fix initial map fill Greg Kroah-Hartman
2025-06-23 13:03 ` [PATCH 6.1 185/508] wireguard: device: enable threaded NAPI Greg Kroah-Hartman
2025-06-23 13:03 ` [PATCH 6.1 186/508] seg6: Fix validation of nexthop addresses Greg Kroah-Hartman
2025-06-23 13:03 ` [PATCH 6.1 187/508] ASoC: codecs: hda: Fix RPM usage count underflow Greg Kroah-Hartman
2025-06-23 13:03 ` [PATCH 6.1 188/508] ASoC: Intel: avs: Fix deadlock when the failing IPC is SET_D0IX Greg Kroah-Hartman
2025-06-23 13:03 ` [PATCH 6.1 189/508] fix propagation graph breakage by MOVE_MOUNT_SET_GROUP move_mount(2) Greg Kroah-Hartman
2025-06-23 13:03 ` [PATCH 6.1 190/508] do_change_type(): refuse to operate on unmounted/not ours mounts Greg Kroah-Hartman
2025-06-23 13:03 ` [PATCH 6.1 191/508] xfs: fix interval filtering in multi-step fsmap queries Greg Kroah-Hartman
2025-06-23 13:03 ` [PATCH 6.1 192/508] xfs: fix integer overflows in the fsmap rtbitmap and logdev backends Greg Kroah-Hartman
2025-06-23 13:03 ` [PATCH 6.1 193/508] xfs: fix getfsmap reporting past the last rt extent Greg Kroah-Hartman
2025-06-23 13:03 ` [PATCH 6.1 194/508] xfs: clean up the rtbitmap fsmap backend Greg Kroah-Hartman
2025-06-23 13:04 ` [PATCH 6.1 195/508] xfs: fix logdev fsmap query result filtering Greg Kroah-Hartman
2025-06-23 13:04 ` [PATCH 6.1 196/508] xfs: validate fsmap offsets specified in the query keys Greg Kroah-Hartman
2025-06-23 13:04 ` [PATCH 6.1 197/508] xfs: fix xfs_btree_query_range callers to initialize btree rec fully Greg Kroah-Hartman
2025-06-23 13:04 ` [PATCH 6.1 198/508] xfs: fix an agbno overflow in __xfs_getfsmap_datadev Greg Kroah-Hartman
2025-06-23 13:04 ` [PATCH 6.1 199/508] xfs: fix the contact address for the sysfs ABI documentation Greg Kroah-Hartman
2025-06-23 13:04 ` [PATCH 6.1 200/508] xfs: verify buffer, inode, and dquot items every tx commit Greg Kroah-Hartman
2025-06-23 13:04 ` [PATCH 6.1 201/508] xfs: use consistent uid/gid when grabbing dquots for inodes Greg Kroah-Hartman
2025-06-23 13:04 ` [PATCH 6.1 202/508] xfs: declare xfs_file.c symbols in xfs_file.h Greg Kroah-Hartman
2025-06-23 13:04 ` [PATCH 6.1 203/508] xfs: create a new helper to return a files allocation unit Greg Kroah-Hartman
2025-06-23 13:04 ` [PATCH 6.1 204/508] xfs: Fix xfs_flush_unmap_range() range for RT Greg Kroah-Hartman
2025-06-23 13:04 ` [PATCH 6.1 205/508] xfs: Fix xfs_prepare_shift() " Greg Kroah-Hartman
2025-06-23 13:04 ` [PATCH 6.1 206/508] xfs: dont walk off the end of a directory data block Greg Kroah-Hartman
2025-06-23 13:04 ` [PATCH 6.1 207/508] xfs: remove unused parameter in macro XFS_DQUOT_LOGRES Greg Kroah-Hartman
2025-06-23 13:04 ` [PATCH 6.1 208/508] xfs: attr forks require attr, not attr2 Greg Kroah-Hartman
2025-06-23 13:04 ` [PATCH 6.1 209/508] xfs: conditionally allow FS_XFLAG_REALTIME changes if S_DAX is set Greg Kroah-Hartman
2025-06-23 13:04 ` [PATCH 6.1 210/508] xfs: Fix the owner setting issue for rmap query in xfs fsmap Greg Kroah-Hartman
2025-06-23 13:04 ` [PATCH 6.1 211/508] xfs: use XFS_BUF_DADDR_NULL for daddrs in getfsmap code Greg Kroah-Hartman
2025-06-23 13:04 ` [PATCH 6.1 212/508] xfs: take m_growlock when running growfsrt Greg Kroah-Hartman
2025-06-23 13:04 ` [PATCH 6.1 213/508] xfs: reset rootdir extent size hint after growfsrt Greg Kroah-Hartman
2025-06-23 13:04 ` [PATCH 6.1 214/508] pmdomain: core: Fix error checking in genpd_dev_pm_attach_by_id() Greg Kroah-Hartman
2025-06-23 13:04 ` [PATCH 6.1 215/508] arm64: dts: marvell: uDPU: define pinctrl state for alarm LEDs Greg Kroah-Hartman
2025-06-23 13:04 ` [PATCH 6.1 216/508] Input: synaptics-rmi - fix crash with unsupported versions of F34 Greg Kroah-Hartman
2025-06-23 13:04 ` [PATCH 6.1 217/508] arm64: dts: ti: k3-am65-main: Drop deprecated ti,otap-del-sel property Greg Kroah-Hartman
2025-06-23 13:04 ` [PATCH 6.1 218/508] arm64: dts: ti: k3-am65-main: Fix sdhci node properties Greg Kroah-Hartman
2025-06-23 13:04 ` [PATCH 6.1 219/508] arm64: dts: ti: k3-am65-main: Add missing taps to sdhci0 Greg Kroah-Hartman
2025-06-23 13:04 ` [PATCH 6.1 220/508] serial: sh-sci: Check if TX data was written to device in .tx_empty() Greg Kroah-Hartman
2025-06-23 13:04 ` [PATCH 6.1 221/508] serial: sh-sci: Move runtime PM enable to sci_probe_single() Greg Kroah-Hartman
2025-06-23 13:04 ` [PATCH 6.1 222/508] serial: sh-sci: Clean sci_ports[0] after at earlycon exit Greg Kroah-Hartman
2025-06-23 13:04 ` [PATCH 6.1 223/508] scsi: core: ufs: Fix a hang in the error handler Greg Kroah-Hartman
2025-06-23 13:04 ` [PATCH 6.1 224/508] Bluetooth: hci_core: fix list_for_each_entry_rcu usage Greg Kroah-Hartman
2025-06-23 13:04 ` [PATCH 6.1 225/508] Bluetooth: MGMT: Fix UAF on mgmt_remove_adv_monitor_complete Greg Kroah-Hartman
2025-06-23 13:04 ` [PATCH 6.1 226/508] ptp: remove ptp->n_vclocks check logic in ptp_vclock_in_use() Greg Kroah-Hartman
2025-06-23 13:04 ` [PATCH 6.1 227/508] ath10k: snoc: fix unbalanced IRQ enable in crash recovery Greg Kroah-Hartman
2025-06-23 13:04 ` [PATCH 6.1 228/508] wifi: ath11k: remove unused function ath11k_tm_event_wmi() Greg Kroah-Hartman
2025-06-23 13:04 ` [PATCH 6.1 229/508] wifi: ath11k: fix soc_dp_stats debugfs file permission Greg Kroah-Hartman
2025-06-23 13:04 ` [PATCH 6.1 230/508] wifi: ath11k: convert timeouts to secs_to_jiffies() Greg Kroah-Hartman
2025-06-23 13:04 ` [PATCH 6.1 231/508] wifi: ath11k: avoid burning CPU in ath11k_debugfs_fw_stats_request() Greg Kroah-Hartman
2025-06-23 13:04 ` [PATCH 6.1 232/508] wifi: ath11k: dont use static variables in ath11k_debugfs_fw_stats_process() Greg Kroah-Hartman
2025-06-23 13:04 ` [PATCH 6.1 233/508] wifi: ath11k: dont wait when there is no vdev started Greg Kroah-Hartman
2025-06-23 13:04 ` [PATCH 6.1 234/508] wifi: ath11k: validate ath11k_crypto_mode on top of ath11k_core_qmi_firmware_ready Greg Kroah-Hartman
2025-06-23 13:04 ` [PATCH 6.1 235/508] regulator: max20086: Fix refcount leak in max20086_parse_regulators_dt() Greg Kroah-Hartman
2025-06-23 13:04 ` [PATCH 6.1 236/508] pinctrl: qcom: pinctrl-qcm2290: Add missing pins Greg Kroah-Hartman
2025-06-23 13:04 ` [PATCH 6.1 237/508] scsi: iscsi: Fix incorrect error path labels for flashnode operations Greg Kroah-Hartman
2025-06-23 13:04 ` [PATCH 6.1 238/508] net_sched: sch_sfq: fix a potential crash on gso_skb handling Greg Kroah-Hartman
2025-06-23 13:04 ` [PATCH 6.1 239/508] powerpc/powernv/memtrace: Fix out of bounds issue in memtrace mmap Greg Kroah-Hartman
2025-06-23 13:04 ` [PATCH 6.1 240/508] powerpc/vas: Return -EINVAL if the offset is non-zero in mmap() Greg Kroah-Hartman
2025-06-23 13:04 ` [PATCH 6.1 241/508] drm/meson: use unsigned long long / Hz for frequency types Greg Kroah-Hartman
2025-06-23 13:04 ` [PATCH 6.1 242/508] drm/meson: fix debug log statement when setting the HDMI clocks Greg Kroah-Hartman
2025-06-23 13:04 ` [PATCH 6.1 243/508] drm/meson: use vclk_freq instead of pixel_freq in debug print Greg Kroah-Hartman
2025-06-23 13:04 ` [PATCH 6.1 244/508] drm/meson: fix more rounding issues with 59.94Hz modes Greg Kroah-Hartman
2025-06-23 13:04 ` [PATCH 6.1 245/508] i40e: return false from i40e_reset_vf if reset is in progress Greg Kroah-Hartman
2025-06-23 13:04 ` [PATCH 6.1 246/508] i40e: retry VFLR handling if there is ongoing VF reset Greg Kroah-Hartman
2025-06-23 13:04 ` [PATCH 6.1 247/508] ACPI: CPPC: Fix NULL pointer dereference when nosmp is used Greg Kroah-Hartman
2025-06-23 13:04 ` [PATCH 6.1 248/508] net: Fix TOCTOU issue in sk_is_readable() Greg Kroah-Hartman
2025-06-23 13:04 ` [PATCH 6.1 249/508] macsec: MACsec SCI assignment for ES = 0 Greg Kroah-Hartman
2025-06-23 13:04 ` [PATCH 6.1 250/508] net: mdio: C22 is now optional, EOPNOTSUPP if not provided Greg Kroah-Hartman
2025-06-23 13:04 ` [PATCH 6.1 251/508] net/mdiobus: Fix potential out-of-bounds read/write access Greg Kroah-Hartman
2025-06-23 13:04 ` [PATCH 6.1 252/508] Bluetooth: Fix NULL pointer deference on eir_get_service_data Greg Kroah-Hartman
2025-06-23 13:04 ` [PATCH 6.1 253/508] Bluetooth: hci_sync: Fix broadcast/PA when using an existing instance Greg Kroah-Hartman
2025-06-23 13:04 ` [PATCH 6.1 254/508] Bluetooth: MGMT: Fix sparse errors Greg Kroah-Hartman
2025-06-23 13:05 ` [PATCH 6.1 255/508] net/mlx5: Ensure fw pages are always allocated on same NUMA Greg Kroah-Hartman
2025-06-23 13:05 ` [PATCH 6.1 256/508] net/mlx5: Fix return value when searching for existing flow group Greg Kroah-Hartman
2025-06-23 13:05 ` [PATCH 6.1 257/508] net/mlx5e: Fix leak of Geneve TLV option object Greg Kroah-Hartman
2025-06-23 13:05 ` [PATCH 6.1 258/508] net_sched: prio: fix a race in prio_tune() Greg Kroah-Hartman
2025-06-23 13:05 ` [PATCH 6.1 259/508] net_sched: red: fix a race in __red_change() Greg Kroah-Hartman
2025-06-23 13:05 ` [PATCH 6.1 260/508] net_sched: tbf: fix a race in tbf_change() Greg Kroah-Hartman
2025-06-23 13:05 ` [PATCH 6.1 261/508] net_sched: ets: fix a race in ets_qdisc_change() Greg Kroah-Hartman
2025-06-23 13:05 ` [PATCH 6.1 262/508] fs/filesystems: Fix potential unsigned integer underflow in fs_name() Greg Kroah-Hartman
2025-06-23 13:05 ` [PATCH 6.1 263/508] nvmet-fcloop: access fcpreq only when holding reqlock Greg Kroah-Hartman
2025-06-23 13:05 ` [PATCH 6.1 264/508] perf: Ensure bpf_perf_link path is properly serialized Greg Kroah-Hartman
2025-06-23 13:05 ` [PATCH 6.1 265/508] bio: Fix bio_first_folio() for SPARSEMEM without VMEMMAP Greg Kroah-Hartman
2025-06-23 13:05 ` [PATCH 6.1 266/508] tools/resolve_btfids: Fix build when cross compiling kernel with clang Greg Kroah-Hartman
2025-06-23 13:05 ` [PATCH 6.1 267/508] ALSA: usb-audio: Add implicit feedback quirk for RODE AI-1 Greg Kroah-Hartman
2025-06-23 13:05 ` [PATCH 6.1 268/508] HID: usbhid: Eliminate recurrent out-of-bounds bug in usbhid_parse() Greg Kroah-Hartman
2025-06-23 13:05 ` [PATCH 6.1 269/508] Revert "io_uring: ensure deferred completions are posted for multishot" Greg Kroah-Hartman
2025-06-23 13:05 ` [PATCH 6.1 270/508] posix-cpu-timers: fix race between handle_posix_cpu_timers() and posix_cpu_timer_del() Greg Kroah-Hartman
2025-06-23 13:05 ` [PATCH 6.1 271/508] drm/amd/display: Do not add -mhard-float to dml_ccflags for clang Greg Kroah-Hartman
2025-06-23 13:05 ` [PATCH 6.1 272/508] mips: Include KBUILD_CPPFLAGS in CHECKFLAGS invocation Greg Kroah-Hartman
2025-06-23 13:05 ` [PATCH 6.1 273/508] kbuild: Add CLANG_FLAGS to as-instr Greg Kroah-Hartman
2025-06-23 13:05 ` [PATCH 6.1 274/508] kbuild: add $(CLANG_FLAGS) to KBUILD_CPPFLAGS Greg Kroah-Hartman
2025-06-23 13:05 ` [PATCH 6.1 275/508] kbuild: Add KBUILD_CPPFLAGS to as-option invocation Greg Kroah-Hartman
2025-06-23 13:05 ` [PATCH 6.1 276/508] usb: usbtmc: Fix read_stb function and get_stb ioctl Greg Kroah-Hartman
2025-06-23 13:05 ` [PATCH 6.1 277/508] VMCI: fix race between vmci_host_setup_notify and vmci_ctx_unset_notify Greg Kroah-Hartman
2025-06-23 13:05 ` [PATCH 6.1 278/508] usb: cdnsp: Fix issue with detecting command completion event Greg Kroah-Hartman
2025-06-23 13:05 ` [PATCH 6.1 279/508] usb: cdnsp: Fix issue with detecting USB 3.2 speed Greg Kroah-Hartman
2025-06-23 13:05 ` [PATCH 6.1 280/508] usb: Flush altsetting 0 endpoints before reinitializating them after reset Greg Kroah-Hartman
2025-06-23 13:05 ` [PATCH 6.1 281/508] usb: typec: tcpm/tcpci_maxim: Fix bounds check in process_rx() Greg Kroah-Hartman
2025-06-23 13:05 ` [PATCH 6.1 282/508] xen/arm: call uaccess_ttbr0_enable for dm_op hypercall Greg Kroah-Hartman
2025-06-23 13:05 ` [PATCH 6.1 283/508] x86/iopl: Cure TIF_IO_BITMAP inconsistencies Greg Kroah-Hartman
2025-06-23 13:05 ` [PATCH 6.1 284/508] calipso: unlock rcu before returning -EAFNOSUPPORT Greg Kroah-Hartman
2025-06-23 13:05 ` [PATCH 6.1 285/508] net: usb: aqc111: debug info before sanitation Greg Kroah-Hartman
2025-06-23 13:05 ` [PATCH 6.1 286/508] drm/meson: Use 1000ULL when operating with mode->clock Greg Kroah-Hartman
2025-06-23 13:05 ` [PATCH 6.1 287/508] kbuild: userprogs: fix bitsize and target detection on clang Greg Kroah-Hartman
2025-06-23 13:05 ` [PATCH 6.1 288/508] kbuild: hdrcheck: fix cross build with clang Greg Kroah-Hartman
2025-06-23 13:05 ` [PATCH 6.1 289/508] configfs: Do not override creating attribute file failure in populate_attrs() Greg Kroah-Hartman
2025-06-23 13:05 ` [PATCH 6.1 290/508] crypto: marvell/cesa - Do not chain submitted requests Greg Kroah-Hartman
2025-06-23 13:05 ` [PATCH 6.1 291/508] gfs2: move msleep to sleepable context Greg Kroah-Hartman
2025-06-23 13:05 ` Greg Kroah-Hartman [this message]
2025-06-23 13:05 ` [PATCH 6.1 295/508] powerpc/pseries/msi: Avoid reading PCI device registers in reduced power states Greg Kroah-Hartman
2025-06-23 13:05 ` [PATCH 6.1 296/508] regulator: max20086: Fix MAX200086 chip id Greg Kroah-Hartman
2025-06-23 13:05 ` [PATCH 6.1 297/508] regulator: max20086: Change enable gpio to optional Greg Kroah-Hartman
2025-06-23 13:05 ` [PATCH 6.1 298/508] net/mlx5_core: Add error handling inmlx5_query_nic_vport_qkey_viol_cntr() Greg Kroah-Hartman
2025-06-23 13:05 ` [PATCH 6.1 299/508] net/mlx5: Add error handling in mlx5_query_nic_vport_node_guid() Greg Kroah-Hartman
2025-06-23 13:05 ` [PATCH 6.1 300/508] wifi: p54: prevent buffer-overflow in p54_rx_eeprom_readback() Greg Kroah-Hartman
2025-06-23 13:05 ` [PATCH 6.1 301/508] wifi: ath11k: fix rx completion meta data corruption Greg Kroah-Hartman
2025-06-23 13:05 ` [PATCH 6.1 302/508] wifi: ath11k: fix ring-buffer corruption Greg Kroah-Hartman
2025-06-23 13:05 ` [PATCH 6.1 303/508] nfsd: nfsd4_spo_must_allow() must check this is a v4 compound request Greg Kroah-Hartman
2025-06-23 13:05 ` [PATCH 6.1 304/508] nfsd: Initialize ssc before laundromat_work to prevent NULL dereference Greg Kroah-Hartman
2025-06-23 13:05 ` [PATCH 6.1 305/508] jbd2: fix data-race and null-ptr-deref in jbd2_journal_dirty_metadata() Greg Kroah-Hartman
2025-06-23 13:05 ` [PATCH 6.1 306/508] wifi: rtlwifi: disable ASPM for RTL8723BE with subsystem ID 11ad:1723 Greg Kroah-Hartman
2025-06-23 13:05 ` [PATCH 6.1 307/508] media: ov8856: suppress probe deferral errors Greg Kroah-Hartman
2025-06-23 13:05 ` [PATCH 6.1 308/508] media: ccs-pll: Start VT pre-PLL multiplier search from correct value Greg Kroah-Hartman
2025-06-23 13:05 ` [PATCH 6.1 309/508] media: ccs-pll: Start OP " Greg Kroah-Hartman
2025-06-23 13:05 ` [PATCH 6.1 310/508] media: ccs-pll: Correct the upper limit of maximum op_pre_pll_clk_div Greg Kroah-Hartman
2025-06-23 13:05 ` [PATCH 6.1 311/508] media: ccs-pll: Check for too high VT PLL multiplier in dual PLL case Greg Kroah-Hartman
2025-06-23 13:05 ` [PATCH 6.1 312/508] media: cxusb: no longer judge rbuf when the write fails Greg Kroah-Hartman
2025-06-23 13:05 ` [PATCH 6.1 313/508] media: davinci: vpif: Fix memory leak in probe error path Greg Kroah-Hartman
2025-06-23 13:05 ` [PATCH 6.1 314/508] media: gspca: Add error handling for stv06xx_read_sensor() Greg Kroah-Hartman
2025-06-23 13:06 ` [PATCH 6.1 315/508] media: omap3isp: use sgtable-based scatterlist wrappers Greg Kroah-Hartman
2025-06-23 13:06 ` [PATCH 6.1 316/508] media: v4l2-dev: fix error handling in __video_register_device() Greg Kroah-Hartman
2025-06-23 13:06 ` [PATCH 6.1 317/508] media: venus: Fix probe error handling Greg Kroah-Hartman
2025-06-23 13:06 ` [PATCH 6.1 318/508] media: videobuf2: use sgtable-based scatterlist wrappers Greg Kroah-Hartman
2025-06-23 13:06 ` [PATCH 6.1 319/508] media: vidtv: Terminating the subsequent process of initialization failure Greg Kroah-Hartman
2025-06-23 13:06 ` [PATCH 6.1 320/508] media: vivid: Change the siize of the composing Greg Kroah-Hartman
2025-06-23 13:06 ` [PATCH 6.1 321/508] media: imx-jpeg: Drop the first error frames Greg Kroah-Hartman
2025-06-23 13:06 ` [PATCH 6.1 322/508] media: uvcvideo: Return the number of processed controls Greg Kroah-Hartman
2025-06-23 13:06 ` [PATCH 6.1 323/508] media: uvcvideo: Send control events for partial succeeds Greg Kroah-Hartman
2025-06-23 13:06 ` [PATCH 6.1 324/508] media: uvcvideo: Fix deferred probing error Greg Kroah-Hartman
2025-06-23 13:06 ` [PATCH 6.1 325/508] ARM: 9447/1: arm/memremap: fix arch_memremap_can_ram_remap() Greg Kroah-Hartman
2025-06-23 13:06 ` [PATCH 6.1 326/508] ARM: omap: pmic-cpcap: do not mess around without CPCAP or OMAP4 Greg Kroah-Hartman
2025-06-23 13:06 ` [PATCH 6.1 327/508] bus: mhi: host: Fix conflict between power_up and SYSERR Greg Kroah-Hartman
2025-06-23 13:06 ` [PATCH 6.1 328/508] can: tcan4x5x: fix power regulator retrieval during probe Greg Kroah-Hartman
2025-06-23 13:06 ` [PATCH 6.1 329/508] ceph: set superblock s_magic for IMA fsmagic matching Greg Kroah-Hartman
2025-06-23 13:06 ` [PATCH 6.1 330/508] cgroup,freezer: fix incomplete freezing when attaching tasks Greg Kroah-Hartman
2025-06-23 13:06 ` [PATCH 6.1 331/508] ata: pata_via: Force PIO for ATAPI devices on VT6415/VT6330 Greg Kroah-Hartman
2025-06-23 13:06 ` [PATCH 6.1 332/508] bus: fsl-mc: do not add a device-link for the UAPI used DPMCP device Greg Kroah-Hartman
2025-06-23 13:06 ` [PATCH 6.1 333/508] bus: fsl-mc: fix GET/SET_TAILDROP command ids Greg Kroah-Hartman
2025-06-23 13:06 ` [PATCH 6.1 334/508] ext4: inline: fix len overflow in ext4_prepare_inline_data Greg Kroah-Hartman
2025-06-23 13:06 ` [PATCH 6.1 335/508] ext4: fix calculation of credits for extent tree modification Greg Kroah-Hartman
2025-06-23 13:06 ` [PATCH 6.1 336/508] ext4: factor out ext4_get_maxbytes() Greg Kroah-Hartman
2025-06-23 13:06 ` [PATCH 6.1 337/508] ext4: ensure i_size is smaller than maxbytes Greg Kroah-Hartman
2025-06-23 13:06 ` [PATCH 6.1 338/508] Input: ims-pcu - check record size in ims_pcu_flash_firmware() Greg Kroah-Hartman
2025-06-23 13:06 ` [PATCH 6.1 339/508] Input: gpio-keys - fix possible concurrent access in gpio_keys_irq_timer() Greg Kroah-Hartman
2025-06-23 13:06 ` [PATCH 6.1 340/508] f2fs: prevent kernel warning due to negative i_nlink from corrupted image Greg Kroah-Hartman
2025-06-23 13:06 ` [PATCH 6.1 341/508] f2fs: fix to do sanity check on sit_bitmap_size Greg Kroah-Hartman
2025-06-23 13:06 ` [PATCH 6.1 342/508] NFC: nci: uart: Set tty->disc_data only in success path Greg Kroah-Hartman
2025-06-23 13:06 ` [PATCH 6.1 343/508] net: ftgmac100: select FIXED_PHY Greg Kroah-Hartman
2025-06-23 13:06 ` [PATCH 6.1 344/508] EDAC/altera: Use correct write width with the INTTEST register Greg Kroah-Hartman
2025-06-23 13:06 ` [PATCH 6.1 345/508] fbdev: Fix fb_set_var to prevent null-ptr-deref in fb_videomode_to_var Greg Kroah-Hartman
2025-06-23 13:06 ` [PATCH 6.1 346/508] parisc/unaligned: Fix hex output to show 8 hex chars Greg Kroah-Hartman
2025-06-23 13:06 ` [PATCH 6.1 347/508] vgacon: Add check for vc_origin address range in vgacon_scroll() Greg Kroah-Hartman
2025-06-23 13:06 ` [PATCH 6.1 348/508] parisc: fix building with gcc-15 Greg Kroah-Hartman
2025-06-23 13:06 ` [PATCH 6.1 349/508] clk: meson-g12a: add missing fclk_div2 to spicc Greg Kroah-Hartman
2025-06-23 13:06 ` [PATCH 6.1 350/508] ipc: fix to protect IPCS lookups using RCU Greg Kroah-Hartman
2025-06-23 13:06 ` [PATCH 6.1 351/508] RDMA/iwcm: Fix use-after-free of work objects after cm_id destruction Greg Kroah-Hartman
2025-06-23 13:06 ` [PATCH 6.1 352/508] mm: fix ratelimit_pages update error in dirty_ratio_handler() Greg Kroah-Hartman
2025-06-23 13:06 ` [PATCH 6.1 353/508] mtd: rawnand: sunxi: Add randomizer configuration in sunxi_nfc_hw_ecc_write_chunk Greg Kroah-Hartman
2025-06-23 13:06 ` [PATCH 6.1 354/508] mtd: nand: sunxi: Add randomizer configuration before randomizer enable Greg Kroah-Hartman
2025-06-23 13:06 ` [PATCH 6.1 355/508] KVM: SVM: Clear current_vmcb during vCPU free for all *possible* CPUs Greg Kroah-Hartman
2025-06-23 13:06 ` [PATCH 6.1 356/508] dm-mirror: fix a tiny race condition Greg Kroah-Hartman
2025-06-23 13:06 ` [PATCH 6.1 357/508] ftrace: Fix UAF when lookup kallsym after ftrace disabled Greg Kroah-Hartman
2025-06-23 13:06 ` [PATCH 6.1 358/508] net: ch9200: fix uninitialised access during mii_nway_restart Greg Kroah-Hartman
2025-06-23 13:06 ` [PATCH 6.1 359/508] KVM: s390: rename PROT_NONE to PROT_TYPE_DUMMY Greg Kroah-Hartman
2025-06-23 13:06 ` [PATCH 6.1 360/508] staging: iio: ad5933: Correct settling cycles encoding per datasheet Greg Kroah-Hartman
2025-06-23 13:06 ` [PATCH 6.1 361/508] mips: Add -std= flag specified in KBUILD_CFLAGS to vdso CFLAGS Greg Kroah-Hartman
2025-06-23 13:06 ` [PATCH 6.1 362/508] regulator: max14577: Add error check for max14577_read_reg() Greg Kroah-Hartman
2025-06-23 13:06 ` [PATCH 6.1 363/508] remoteproc: core: Cleanup acquired resources when rproc_handle_resources() fails in rproc_attach() Greg Kroah-Hartman
2025-06-23 13:06 ` [PATCH 6.1 364/508] remoteproc: core: Release rproc->clean_table after rproc_attach() fails Greg Kroah-Hartman
2025-06-23 13:06 ` [PATCH 6.1 365/508] cifs: reset connections for all channels when reconnect requested Greg Kroah-Hartman
2025-06-23 13:06 ` [PATCH 6.1 366/508] uio_hv_generic: Use correct size for interrupt and monitor pages Greg Kroah-Hartman
2025-06-23 13:06 ` [PATCH 6.1 367/508] PCI: cadence-ep: Correct PBA offset in .set_msix() callback Greg Kroah-Hartman
2025-06-23 13:06 ` [PATCH 6.1 368/508] PCI: Add ACS quirk for Loongson PCIe Greg Kroah-Hartman
2025-06-23 13:06 ` [PATCH 6.1 369/508] PCI: Fix lock symmetry in pci_slot_unlock() Greg Kroah-Hartman
2025-06-23 13:06 ` [PATCH 6.1 370/508] PCI: dw-rockchip: Fix PHY function call sequence in rockchip_pcie_phy_deinit() Greg Kroah-Hartman
2025-06-23 13:06 ` [PATCH 6.1 371/508] iio: accel: fxls8962af: Fix temperature scan element sign Greg Kroah-Hartman
2025-06-23 13:06 ` [PATCH 6.1 372/508] iio: imu: inv_icm42600: Fix temperature calculation Greg Kroah-Hartman
2025-06-23 13:06 ` [PATCH 6.1 373/508] iio: adc: ad7606_spi: fix reg write value mask Greg Kroah-Hartman
2025-06-23 13:06 ` [PATCH 6.1 374/508] ACPICA: fix acpi operand cache leak in dswstate.c Greg Kroah-Hartman
2025-06-23 13:07 ` [PATCH 6.1 375/508] ASoC: amd: yc: Add quirk for Lenovo Yoga Pro 7 14ASP9 Greg Kroah-Hartman
2025-06-23 13:07 ` [PATCH 6.1 376/508] clocksource: Fix the CPUs choice in the watchdog per CPU verification Greg Kroah-Hartman
2025-06-23 13:07 ` [PATCH 6.1 377/508] mmc: Add quirk to disable DDR50 tuning Greg Kroah-Hartman
2025-06-23 13:07 ` [PATCH 6.1 378/508] ACPICA: Avoid sequence overread in call to strncmp() Greg Kroah-Hartman
2025-06-23 13:07 ` [PATCH 6.1 379/508] ASoC: tas2770: Power cycle amp on ISENSE/VSENSE change Greg Kroah-Hartman
2025-06-23 13:07 ` [PATCH 6.1 380/508] ACPI: bus: Bail out if acpi_kobj registration fails Greg Kroah-Hartman
2025-06-23 13:07 ` [PATCH 6.1 381/508] ACPICA: fix acpi parse and parseext cache leaks Greg Kroah-Hartman
2025-06-23 13:07 ` [PATCH 6.1 382/508] power: supply: bq27xxx: Retrieve again when busy Greg Kroah-Hartman
2025-06-23 13:07 ` [PATCH 6.1 383/508] ACPICA: utilities: Fix overflow check in vsnprintf() Greg Kroah-Hartman
2025-06-23 13:07 ` [PATCH 6.1 384/508] ASoC: tegra210_ahub: Add check to of_device_get_match_data() Greg Kroah-Hartman
2025-06-23 13:07 ` [PATCH 6.1 385/508] PM: runtime: fix denying of auto suspend in pm_suspend_timer_fn() Greg Kroah-Hartman
2025-06-23 13:07 ` [PATCH 6.1 386/508] ACPI: battery: negate current when discharging Greg Kroah-Hartman
2025-06-23 13:07 ` [PATCH 6.1 387/508] net: macb: Check return value of dma_set_mask_and_coherent() Greg Kroah-Hartman
2025-06-23 13:07 ` [PATCH 6.1 388/508] net: lan743x: Modify the EEPROM and OTP size for PCI1xxxx devices Greg Kroah-Hartman
2025-06-23 13:07 ` [PATCH 6.1 389/508] tipc: use kfree_sensitive() for aead cleanup Greg Kroah-Hartman
2025-06-23 13:07 ` [PATCH 6.1 390/508] bpf: Check rcu_read_lock_trace_held() in bpf_map_lookup_percpu_elem() Greg Kroah-Hartman
2025-06-23 13:07 ` [PATCH 6.1 391/508] i2c: designware: Invoke runtime suspend on quick slave re-registration Greg Kroah-Hartman
2025-06-23 13:07 ` [PATCH 6.1 392/508] emulex/benet: correct command version selection in be_cmd_get_stats() Greg Kroah-Hartman
2025-06-23 13:07 ` [PATCH 6.1 393/508] wifi: mt76: mt76x2: Add support for LiteOn WN4516R,WN4519R Greg Kroah-Hartman
2025-06-23 13:07 ` [PATCH 6.1 394/508] wifi: mt76: mt7921: add 160 MHz AP for mt7922 device Greg Kroah-Hartman
2025-06-23 13:07 ` [PATCH 6.1 395/508] sctp: Do not wake readers in __sctp_write_space() Greg Kroah-Hartman
2025-06-23 13:07 ` [PATCH 6.1 396/508] cpufreq: scmi: Skip SCMI devices that arent used by the CPUs Greg Kroah-Hartman
2025-06-23 13:07 ` [PATCH 6.1 397/508] i2c: tegra: check msg length in SMBUS block read Greg Kroah-Hartman
2025-06-23 13:07 ` [PATCH 6.1 398/508] i2c: npcm: Add clock toggle recovery Greg Kroah-Hartman
2025-06-23 13:07 ` [PATCH 6.1 399/508] net: dlink: add synchronization for stats update Greg Kroah-Hartman
2025-06-23 13:07 ` [PATCH 6.1 400/508] wifi: ath11k: Fix QMI memory reuse logic Greg Kroah-Hartman
2025-06-23 13:07 ` [PATCH 6.1 401/508] tcp: always seek for minimal rtt in tcp_rcv_rtt_update() Greg Kroah-Hartman
2025-06-23 13:07 ` [PATCH 6.1 402/508] tcp: fix initial tp->rcvq_space.space value for passive TS enabled flows Greg Kroah-Hartman
2025-06-23 13:07 ` [PATCH 6.1 403/508] x86/sgx: Prevent attempts to reclaim poisoned pages Greg Kroah-Hartman
2025-06-23 13:07 ` [PATCH 6.1 404/508] ipv4/route: Use this_cpu_inc() for stats on PREEMPT_RT Greg Kroah-Hartman
2025-06-23 13:07 ` [PATCH 6.1 405/508] net: atlantic: generate software timestamp just before the doorbell Greg Kroah-Hartman
2025-06-23 13:07 ` [PATCH 6.1 406/508] pinctrl: armada-37xx: propagate error from armada_37xx_pmx_set_by_name() Greg Kroah-Hartman
2025-06-23 13:07 ` [PATCH 6.1 407/508] pinctrl: armada-37xx: propagate error from armada_37xx_gpio_get_direction() Greg Kroah-Hartman
2025-06-23 13:07 ` [PATCH 6.1 408/508] pinctrl: armada-37xx: propagate error from armada_37xx_pmx_gpio_set_direction() Greg Kroah-Hartman
2025-06-23 13:07 ` [PATCH 6.1 409/508] pinctrl: armada-37xx: propagate error from armada_37xx_gpio_get() Greg Kroah-Hartman
2025-06-23 13:07 ` [PATCH 6.1 410/508] net: mlx4: add SOF_TIMESTAMPING_TX_SOFTWARE flag when getting ts info Greg Kroah-Hartman
2025-06-23 13:07 ` [PATCH 6.1 411/508] net: vertexcom: mse102x: Return code for mse102x_rx_pkt_spi Greg Kroah-Hartman
2025-06-23 13:07 ` [PATCH 6.1 412/508] wireless: purelifi: plfxlc: fix memory leak in plfxlc_usb_wreq_asyn() Greg Kroah-Hartman
2025-06-23 13:07 ` [PATCH 6.1 413/508] wifi: mac80211: do not offer a mesh path if forwarding is disabled Greg Kroah-Hartman
2025-06-23 13:07 ` [PATCH 6.1 414/508] bpftool: Fix cgroup command to only show cgroup bpf programs Greg Kroah-Hartman
2025-06-23 13:07 ` [PATCH 6.1 415/508] clk: rockchip: rk3036: mark ddrphy as critical Greg Kroah-Hartman
2025-06-23 13:07 ` [PATCH 6.1 416/508] libbpf: Add identical pointer detection to btf_dedup_is_equiv() Greg Kroah-Hartman
2025-06-23 13:07 ` [PATCH 6.1 417/508] scsi: lpfc: Fix lpfc_check_sli_ndlp() handling for GEN_REQUEST64 commands Greg Kroah-Hartman
2025-06-23 13:07 ` [PATCH 6.1 418/508] iommu/amd: Ensure GA log notifier callbacks finish running before module unload Greg Kroah-Hartman
2025-06-23 13:07 ` [PATCH 6.1 419/508] wifi: mac80211_hwsim: Prevent tsf from setting if beacon is disabled Greg Kroah-Hartman
2025-06-23 13:07 ` [PATCH 6.1 421/508] net: bridge: mcast: re-implement br_multicast_{enable, disable}_port functions Greg Kroah-Hartman
2025-06-23 13:07 ` [PATCH 6.1 422/508] vxlan: Do not treat dst cache initialization errors as fatal Greg Kroah-Hartman
2025-06-23 13:07 ` [PATCH 6.1 423/508] software node: Correct a OOB check in software_node_get_reference_args() Greg Kroah-Hartman
2025-06-23 13:07 ` [PATCH 6.1 424/508] pinctrl: mcp23s08: Reset all pins to input at probe Greg Kroah-Hartman
2025-06-23 13:07 ` [PATCH 6.1 425/508] scsi: lpfc: Use memcpy() for BIOS version Greg Kroah-Hartman
2025-06-23 13:07 ` [PATCH 6.1 426/508] sock: Correct error checking condition for (assign|release)_proto_idx() Greg Kroah-Hartman
2025-06-23 13:07 ` [PATCH 6.1 427/508] i40e: fix MMIO write access to an invalid page in i40e_clear_hw Greg Kroah-Hartman
2025-06-23 13:07 ` [PATCH 6.1 428/508] ice: fix check for existing switch rule Greg Kroah-Hartman
2025-06-23 13:07 ` [PATCH 6.1 429/508] bpf, sockmap: Fix data lost during EAGAIN retries Greg Kroah-Hartman
2025-06-23 13:07 ` [PATCH 6.1 430/508] net: ethernet: cortina: Use TOE/TSO on all TCP Greg Kroah-Hartman
2025-06-23 13:07 ` [PATCH 6.1 431/508] octeontx2-pf: Add error log forcn10k_map_unmap_rq_policer() Greg Kroah-Hartman
2025-06-23 13:07 ` [PATCH 6.1 432/508] fbcon: Make sure modelist not set on unregistered console Greg Kroah-Hartman
2025-06-23 13:07 ` [PATCH 6.1 433/508] watchdog: da9052_wdt: respect TWDMIN Greg Kroah-Hartman
2025-06-23 13:07 ` [PATCH 6.1 434/508] bus: fsl-mc: increase MC_CMD_COMPLETION_TIMEOUT_MS value Greg Kroah-Hartman
2025-06-23 13:08 ` [PATCH 6.1 435/508] ARM: OMAP2+: Fix l4ls clk domain handling in STANDBY Greg Kroah-Hartman
2025-06-23 13:08 ` [PATCH 6.1 436/508] tee: Prevent size calculation wraparound on 32-bit kernels Greg Kroah-Hartman
2025-06-23 13:08 ` [PATCH 6.1 437/508] Revert "bus: ti-sysc: Probe for l4_wkup and l4_cfg interconnect devices first" Greg Kroah-Hartman
2025-06-23 13:08 ` [PATCH 6.1 438/508] platform/x86: dell_rbu: Fix list usage Greg Kroah-Hartman
2025-06-23 13:08 ` [PATCH 6.1 439/508] platform/x86: dell_rbu: Stop overwriting data buffer Greg Kroah-Hartman
2025-06-23 13:08 ` [PATCH 6.1 440/508] powerpc/eeh: Fix missing PE bridge reconfiguration during VFIO EEH recovery Greg Kroah-Hartman
2025-06-23 13:08 ` [PATCH 6.1 441/508] Revert "x86/bugs: Make spectre user default depend on MITIGATION_SPECTRE_V2" on v6.6 and older Greg Kroah-Hartman
2025-06-23 13:08 ` [PATCH 6.1 442/508] drivers/rapidio/rio_cm.c: prevent possible heap overwrite Greg Kroah-Hartman
2025-06-23 13:08 ` [PATCH 6.1 443/508] platform/loongarch: laptop: Get brightness setting from EC on probe Greg Kroah-Hartman
2025-06-23 13:08 ` [PATCH 6.1 444/508] platform/loongarch: laptop: Unregister generic_sub_drivers on exit Greg Kroah-Hartman
2025-06-23 13:08 ` [PATCH 6.1 445/508] LoongArch: Avoid using $r0/$r1 as "mask" for csrxchg Greg Kroah-Hartman
2025-06-23 13:08 ` [PATCH 6.1 446/508] jffs2: check that raw node were preallocated before writing summary Greg Kroah-Hartman
2025-06-23 13:08 ` [PATCH 6.1 447/508] jffs2: check jffs2_prealloc_raw_node_refs() result in few other places Greg Kroah-Hartman
2025-06-23 13:08 ` [PATCH 6.1 448/508] smb: improve directory cache reuse for readdir operations Greg Kroah-Hartman
2025-06-23 13:08 ` [PATCH 6.1 449/508] scsi: storvsc: Increase the timeouts to storvsc_timeout Greg Kroah-Hartman
2025-06-23 13:08 ` [PATCH 6.1 450/508] scsi: s390: zfcp: Ensure synchronous unit_add Greg Kroah-Hartman
2025-06-23 13:08 ` [PATCH 6.1 451/508] net_sched: sch_sfq: reject invalid perturb period Greg Kroah-Hartman
2025-06-23 13:08 ` [PATCH 6.1 452/508] udmabuf: use sgtable-based scatterlist wrappers Greg Kroah-Hartman
2025-06-23 13:08 ` [PATCH 6.1 453/508] selftests/x86: Add a test to detect infinite SIGTRAP handler loop Greg Kroah-Hartman
2025-06-23 13:08 ` [PATCH 6.1 454/508] ksmbd: fix null pointer dereference in destroy_previous_session Greg Kroah-Hartman
2025-06-23 13:08 ` [PATCH 6.1 455/508] selinux: fix selinux_xfrm_alloc_user() to set correct ctx_len Greg Kroah-Hartman
2025-06-23 13:08 ` [PATCH 6.1 456/508] atm: Revert atm_account_tx() if copy_from_iter_full() fails Greg Kroah-Hartman
2025-06-23 13:08 ` [PATCH 6.1 457/508] Input: sparcspkr - avoid unannotated fall-through Greg Kroah-Hartman
2025-06-23 13:08 ` [PATCH 6.1 458/508] wifi: cfg80211: init wiphy_work before allocating rfkill fails Greg Kroah-Hartman
2025-06-23 13:08 ` [PATCH 6.1 459/508] ALSA: usb-audio: Rename ALSA kcontrol PCM and PCM1 for the KTMicro sound card Greg Kroah-Hartman
2025-06-23 13:08 ` [PATCH 6.1 460/508] ALSA: hda/intel: Add Thinkpad E15 to PM deny list Greg Kroah-Hartman
2025-06-23 13:08 ` [PATCH 6.1 461/508] ALSA: hda/realtek: enable headset mic on Latitude 5420 Rugged Greg Kroah-Hartman
2025-06-23 13:08 ` [PATCH 6.1 462/508] iio: accel: fxls8962af: Fix temperature calculation Greg Kroah-Hartman
2025-06-23 13:08 ` [PATCH 6.1 463/508] mm/hugetlb: unshare page tables during VMA split, not before Greg Kroah-Hartman
2025-06-23 13:08 ` [PATCH 6.1 464/508] mm: hugetlb: independent PMD page table shared count Greg Kroah-Hartman
2025-06-23 13:08 ` [PATCH 6.1 465/508] mm/hugetlb: fix huge_pmd_unshare() vs GUP-fast race Greg Kroah-Hartman
2025-06-23 13:08 ` [PATCH 6.1 466/508] mm/huge_memory: fix dereferencing invalid pmd migration entry Greg Kroah-Hartman
2025-06-23 13:08 ` [PATCH 6.1 467/508] net: Fix checksum update for ILA adj-transport Greg Kroah-Hartman
2025-06-23 13:08 ` [PATCH 6.1 468/508] bpf: Fix L4 csum update on IPv6 in CHECKSUM_COMPLETE Greg Kroah-Hartman
2025-06-23 13:08 ` [PATCH 6.1 469/508] erofs: remove unused trace event erofs_destroy_inode Greg Kroah-Hartman
2025-06-23 13:08 ` [PATCH 6.1 470/508] drm/msm/disp: Correct porch timing for SDM845 Greg Kroah-Hartman
2025-06-23 13:08 ` [PATCH 6.1 471/508] drm/msm/dsi/dsi_phy_10nm: Fix missing initial VCO rate Greg Kroah-Hartman
2025-06-23 13:08 ` [PATCH 6.1 472/508] ionic: Prevent driver/fw getting out of sync on devcmd(s) Greg Kroah-Hartman
2025-06-23 13:08 ` [PATCH 6.1 473/508] drm/nouveau/bl: increase buffer size to avoid truncate warning Greg Kroah-Hartman
2025-06-23 13:08 ` [PATCH 6.1 474/508] hwmon: (occ) Rework attribute registration for stack usage Greg Kroah-Hartman
2025-06-23 13:08 ` [PATCH 6.1 475/508] hwmon: (occ) fix unaligned accesses Greg Kroah-Hartman
2025-06-23 13:08 ` [PATCH 6.1 476/508] pldmfw: Select CRC32 when PLDMFW is selected Greg Kroah-Hartman
2025-06-23 13:08 ` [PATCH 6.1 477/508] aoe: clean device rq_list in aoedev_downdev() Greg Kroah-Hartman
2025-06-23 13:08 ` [PATCH 6.1 478/508] net: ice: Perform accurate aRFS flow match Greg Kroah-Hartman
2025-06-23 13:08 ` [PATCH 6.1 479/508] ptp: fix breakage after ptp_vclock_in_use() rework Greg Kroah-Hartman
2025-06-23 13:08 ` [PATCH 6.1 480/508] ptp: allow reading of currently dialed frequency to succeed on free-running clocks Greg Kroah-Hartman
2025-06-23 13:08 ` [PATCH 6.1 481/508] wifi: carl9170: do not ping device which has failed to load firmware Greg Kroah-Hartman
2025-06-23 13:08 ` [PATCH 6.1 482/508] mpls: Use rcu_dereference_rtnl() in mpls_route_input_rcu() Greg Kroah-Hartman
2025-06-23 13:08 ` [PATCH 6.1 483/508] atm: atmtcp: Free invalid length skb in atmtcp_c_send() Greg Kroah-Hartman
2025-06-23 13:08 ` [PATCH 6.1 484/508] tcp: fix tcp_packet_delayed() for tcp_is_non_sack_preventing_reopen() behavior Greg Kroah-Hartman
2025-06-23 13:08 ` [PATCH 6.1 485/508] tipc: fix null-ptr-deref when acquiring remote ip of ethernet bearer Greg Kroah-Hartman
2025-06-23 13:08 ` [PATCH 6.1 486/508] tcp: fix passive TFO socket having invalid NAPI ID Greg Kroah-Hartman
2025-06-23 13:08 ` [PATCH 6.1 487/508] net: microchip: lan743x: Reduce PTP timeout on HW failure Greg Kroah-Hartman
2025-06-23 13:08 ` [PATCH 6.1 488/508] net: lan743x: fix potential out-of-bounds write in lan743x_ptp_io_event_clock_get() Greg Kroah-Hartman
2025-06-23 13:08 ` [PATCH 6.1 489/508] calipso: Fix null-ptr-deref in calipso_req_{set,del}attr() Greg Kroah-Hartman
2025-06-23 13:08 ` [PATCH 6.1 490/508] net: atm: add lec_mutex Greg Kroah-Hartman
2025-06-23 13:08 ` [PATCH 6.1 491/508] net: atm: fix /proc/net/atm/lec handling Greg Kroah-Hartman
2025-06-23 13:08 ` [PATCH 6.1 492/508] dt-bindings: i2c: nvidia,tegra20-i2c: Specify the required properties Greg Kroah-Hartman
2025-06-23 13:08 ` [PATCH 6.1 493/508] platform/x86: ideapad-laptop: add missing Ideapad Pro 5 fn keys Greg Kroah-Hartman
2025-06-23 13:08 ` [PATCH 6.1 494/508] ARM: dts: am335x-bone-common: Add GPIO PHY reset on revision C3 board Greg Kroah-Hartman
2025-06-23 13:09 ` [PATCH 6.1 495/508] ARM: dts: am335x-bone-common: Increase MDIO reset deassert time Greg Kroah-Hartman
2025-06-23 13:09 ` [PATCH 6.1 496/508] ARM: dts: am335x-bone-common: Increase MDIO reset deassert delay to 50ms Greg Kroah-Hartman
2025-06-23 13:09 ` [PATCH 6.1 497/508] arm64: dts: ti: k3-j721e-sk: Add DT nodes for power regulators Greg Kroah-Hartman
2025-06-23 13:09 ` [PATCH 6.1 498/508] arm64: dts: imx8mm: Drop sd-vsel-gpios from i.MX8M Mini Verdin SoM Greg Kroah-Hartman
2025-06-23 13:09 ` [PATCH 6.1 499/508] serial: sh-sci: Increment the runtime usage counter for the earlycon device Greg Kroah-Hartman
2025-06-23 13:09 ` [PATCH 6.1 500/508] Revert "cpufreq: tegra186: Share policy per cluster" Greg Kroah-Hartman
2025-06-23 13:09 ` [PATCH 6.1 501/508] smb: client: fix first command failure during re-negotiation Greg Kroah-Hartman
2025-06-23 13:09 ` [PATCH 6.1 502/508] platform/loongarch: laptop: Add backlight power control support Greg Kroah-Hartman
2025-06-23 13:09 ` [PATCH 6.1 503/508] s390/pci: Fix __pcilg_mio_inuser() inline assembly Greg Kroah-Hartman
2025-06-23 13:09 ` [PATCH 6.1 504/508] perf: Fix sample vs do_exit() Greg Kroah-Hartman
2025-06-23 13:09 ` [PATCH 6.1 505/508] arm64/ptrace: Fix stack-out-of-bounds read in regs_get_kernel_stack_nth() Greg Kroah-Hartman
2025-06-23 13:09 ` [PATCH 6.1 506/508] scsi: elx: efct: Fix memory leak in efct_hw_parse_filter() Greg Kroah-Hartman
2025-06-23 13:09 ` [PATCH 6.1 507/508] RISC-V: KVM: Fix the size parameter check in SBI SFENCE calls Greg Kroah-Hartman
2025-06-23 13:09 ` [PATCH 6.1 508/508] RISC-V: KVM: Dont treat SBI HFENCE calls as NOPs Greg Kroah-Hartman
2025-06-23 17:31 ` [PATCH 6.1 000/508] 6.1.142-rc1 review Peter Schneider
2025-06-23 22:12 ` Florian Fainelli
2025-06-24  8:29 ` Ron Economos
2025-06-24 11:58 ` Mark Brown

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=20250623130652.516075126@linuxfoundation.org \
    --to=gregkh@linuxfoundation.org \
    --cc=asml.silence@gmail.com \
    --cc=axboe@kernel.dk \
    --cc=patches@lists.linux.dev \
    --cc=stable@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox