From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: stable@vger.kernel.org
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
patches@lists.linux.dev,
Wolfram Sang <wsa+renesas@sang-engineering.com>,
Frank Li <Frank.Li@nxp.com>,
Alexandre Belloni <alexandre.belloni@bootlin.com>,
Sasha Levin <sashal@kernel.org>
Subject: [PATCH 6.15 395/515] i3c: dont fail if GETHDRCAP is unsupported
Date: Mon, 18 Aug 2025 14:46:21 +0200 [thread overview]
Message-ID: <20250818124513.618380265@linuxfoundation.org> (raw)
In-Reply-To: <20250818124458.334548733@linuxfoundation.org>
6.15-stable review patch. If anyone has any objections, please let me know.
------------------
From: Wolfram Sang <wsa+renesas@sang-engineering.com>
[ Upstream commit 447270cdb41b1c8c3621bb14b93a6749f942556e ]
'I3C_BCR_HDR_CAP' is still spec v1.0 and has been renamed to 'advanced
capabilities' in v1.1 onwards. The ST pressure sensor LPS22DF does not
have HDR, but has the 'advanced cap' bit set. The core still wants to
get additional information using the CCC 'GETHDRCAP' (or GETCAPS in v1.1
onwards). Not all controllers support this CCC and will notify the upper
layers about it. For instantiating the device, we can ignore this
unsupported CCC as standard communication will work. Without this patch,
the device will not be instantiated at all.
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Reviewed-by: Frank Li <Frank.Li@nxp.com>
Link: https://lore.kernel.org/r/20250704204524.6124-1-wsa+renesas@sang-engineering.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
---
drivers/i3c/master.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/i3c/master.c b/drivers/i3c/master.c
index fd81871609d9..e53c69d24873 100644
--- a/drivers/i3c/master.c
+++ b/drivers/i3c/master.c
@@ -1439,7 +1439,7 @@ static int i3c_master_retrieve_dev_info(struct i3c_dev_desc *dev)
if (dev->info.bcr & I3C_BCR_HDR_CAP) {
ret = i3c_master_gethdrcap_locked(master, &dev->info);
- if (ret)
+ if (ret && ret != -ENOTSUPP)
return ret;
}
--
2.39.5
next prev parent reply other threads:[~2025-08-18 13:36 UTC|newest]
Thread overview: 530+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-18 12:39 [PATCH 6.15 000/515] 6.15.11-rc1 review Greg Kroah-Hartman
2025-08-18 12:39 ` [PATCH 6.15 001/515] io_uring: dont use int for ABI Greg Kroah-Hartman
2025-08-18 12:39 ` [PATCH 6.15 002/515] io_uring: export io_[un]account_mem Greg Kroah-Hartman
2025-08-18 12:39 ` [PATCH 6.15 003/515] io_uring/memmap: cast nr_pages to size_t before shifting Greg Kroah-Hartman
2025-08-18 12:39 ` [PATCH 6.15 004/515] io_uring/net: commit partial buffers on retry Greg Kroah-Hartman
2025-08-18 12:39 ` [PATCH 6.15 005/515] ALSA: usb-audio: Validate UAC3 power domain descriptors, too Greg Kroah-Hartman
2025-08-18 12:39 ` [PATCH 6.15 006/515] ALSA: usb-audio: Validate UAC3 cluster segment descriptors Greg Kroah-Hartman
2025-08-18 12:39 ` [PATCH 6.15 007/515] ALSA: hda/realtek: Fix headset mic on HONOR BRB-X Greg Kroah-Hartman
2025-08-18 12:39 ` [PATCH 6.15 008/515] ALSA: hda/realtek: Add Framework Laptop 13 (AMD Ryzen AI 300) to quirks Greg Kroah-Hartman
2025-08-18 12:39 ` [PATCH 6.15 009/515] smb3: fix for slab out of bounds on mount to ksmbd Greg Kroah-Hartman
2025-08-18 12:39 ` [PATCH 6.15 010/515] smb: client: remove redundant lstrp update in negotiate protocol Greg Kroah-Hartman
2025-08-18 12:39 ` [PATCH 6.15 011/515] gpio: virtio: Fix config space reading Greg Kroah-Hartman
2025-08-18 12:39 ` [PATCH 6.15 012/515] arm64: dts: ti: k3-j722s-evm: Fix USB gpio-hog level for Type-C Greg Kroah-Hartman
2025-08-18 12:39 ` [PATCH 6.15 013/515] media: i2c: set lt6911uxes reset_gpio to GPIOD_OUT_LOW Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.15 014/515] gpio: mlxbf2: use platform_get_irq_optional() Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.15 015/515] Revert "gpio: mlxbf3: only get IRQ for device instance 0" Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.15 016/515] gpio: mlxbf3: use platform_get_irq_optional() Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.15 017/515] leds: flash: leds-qcom-flash: Fix registry access after re-bind Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.15 018/515] Revert "leds: trigger: netdev: Configure LED blink interval for HW offload" Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.15 019/515] netlink: avoid infinite retry looping in netlink_unicast() Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.15 020/515] net: phy: micrel: fix KSZ8081/KSZ8091 cable test Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.15 021/515] net: ftgmac100: fix potential NULL pointer access in ftgmac100_phy_disconnect Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.15 022/515] net: gianfar: fix device leak when querying time stamp info Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.15 023/515] net: enetc: fix device and OF node leak at probe Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.15 024/515] net: mtk_eth_soc: fix device " Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.15 025/515] net: ti: icss-iep: fix device and OF node leaks " Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.15 026/515] net: dpaa: fix device leak when querying time stamp info Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.15 027/515] net: usb: asix_devices: add phy_mask for ax88772 mdio bus Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.15 028/515] net: usb: qmi_wwan: add Telit Cinterion FN990A w/audio composition Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.15 029/515] fhandle: raise FILEID_IS_DIR in handle_type Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.15 030/515] nfsd: handle get_client_locked() failure in nfsd4_setclientid_confirm() Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.15 031/515] NFSD: detect mismatch of file handle and delegation stateid in OPEN op Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.15 032/515] NFS: Fix the setting of capabilities when automounting a new filesystem Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.15 033/515] PCI: Extend isolated function probing to LoongArch Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.15 034/515] LoongArch: BPF: Fix jump offset calculation in tailcall Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.15 035/515] LoongArch: Dont use %pK through printk() in unwinder Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.15 036/515] LoongArch: Make relocate_new_kernel_size be a .quad value Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.15 037/515] LoongArch: Avoid in-place string operation on FDT content Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.15 038/515] LoongArch: vDSO: Remove -nostdlib complier flag Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.15 039/515] sunvdc: Balance device refcount in vdc_port_mpgroup_check Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.15 040/515] clk: samsung: exynos850: fix a comment Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.15 041/515] clk: samsung: gs101: fix CLK_DOUT_CMU_G3D_BUSD Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.15 042/515] clk: samsung: gs101: fix alternate mout_hsi0_usb20_ref parent clock Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.15 043/515] fscrypt: Dont use problematic non-inline crypto engines Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.15 044/515] fs: Prevent file descriptor table allocations exceeding INT_MAX Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.15 045/515] eventpoll: Fix semi-unbounded recursion Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.15 046/515] Documentation: ACPI: Fix parent device references Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.15 047/515] ACPI: processor: perflib: Fix initial _PPC limit application Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.15 048/515] PCI/ACPI: Fix runtime PM ref imbalance on Hot-Plug Capable ports Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.15 049/515] ACPI: processor: perflib: Move problematic pr->performance check Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.15 050/515] block: Make REQ_OP_ZONE_FINISH a write operation Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.15 051/515] mm/memory-tier: fix abstract distance calculation overflow Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.15 052/515] mfd: cros_ec: Separate charge-control probing from USB-PD Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.15 053/515] smb: client: let send_done() cleanup before calling smbd_disconnect_rdma_connection() Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.15 054/515] smb: client: dont wait for info->send_pending == 0 on error Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.15 055/515] habanalabs: fix UAF in export_dmabuf() Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.15 056/515] mm/smaps: fix race between smaps_hugetlb_range and migration Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.15 057/515] xfrm: restore GSO for SW crypto Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.15 058/515] udp: also consider secpath when evaluating ipsec use for checksumming Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.15 059/515] netfilter: ctnetlink: fix refcount leak on table dump Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.15 060/515] net: hibmcge: fix rtnl deadlock issue Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.15 061/515] net: hibmcge: fix the division by zero issue Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.15 062/515] net: hibmcge: fix the np_link_fail error reporting issue Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.15 063/515] net: ti: icssg-prueth: Fix emac link speed handling Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.15 064/515] net: page_pool: allow enabling recycling late, fix false positive warning Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.15 065/515] net: ti: icss-iep: Fix incorrect type for return value in extts_enable() Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.15 066/515] sctp: linearize cloned gso packets in sctp_rcv Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.15 067/515] net: lapbether: ignore ops-locked netdevs Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.15 068/515] hamradio: " Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.15 069/515] erofs: fix block count report when 48-bit layout is on Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.15 070/515] intel_idle: Allow loading ACPI tables for any family Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.15 071/515] cpuidle: governors: menu: Avoid using invalid recent intervals data Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.15 072/515] net: stmmac: thead: Get and enable APB clock on initialization Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.15 073/515] riscv: dts: thead: Add APB clocks for TH1520 GMACs Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.15 074/515] ptp: prevent possible ABBA deadlock in ptp_clock_freerun() Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.15 075/515] tls: handle data disappearing from under the TLS ULP Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.15 076/515] ipvs: Fix estimator kthreads preferred affinity Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.15 077/515] net: kcm: Fix race condition in kcm_unattach() Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.15 078/515] hfs: fix general protection fault in hfs_find_init() Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.15 079/515] hfs: fix slab-out-of-bounds in hfs_bnode_read() Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.15 080/515] hfsplus: fix slab-out-of-bounds in hfsplus_bnode_read() Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.15 081/515] hfsplus: fix slab-out-of-bounds read in hfsplus_uni2asc() Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.15 082/515] hfsplus: dont use BUG_ON() in hfsplus_create_attributes_file() Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.15 083/515] arm64: Handle KCOV __init vs inline mismatches Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.15 084/515] tpm: Check for completion after timeout Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.15 085/515] tpm: tpm_crb_ffa: try to probe tpm_crb_ffa when its built-in Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.15 086/515] firmware: arm_ffa: Change initcall level of ffa_init() to rootfs_initcall Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.15 087/515] smb/server: avoid deadlock when linking with ReplaceIfExists Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.15 088/515] nvme-pci: try function level reset on init failure Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.15 089/515] dm-stripe: limit chunk_sectors to the stripe size Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.15 090/515] md/raid10: set chunk_sectors limit Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.15 091/515] nvme-tcp: log TLS handshake failures at error level Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.15 092/515] gfs2: Validate i_depth for exhash directories Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.15 093/515] gfs2: Set .migrate_folio in gfs2_{rgrp,meta}_aops Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.15 094/515] md: call del_gendisk in control path Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.15 095/515] loop: Avoid updating block size under exclusive owner Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.15 096/515] udf: Verify partition map count Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.15 097/515] drbd: add missing kref_get in handle_write_conflicts Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.15 098/515] hfs: fix not erasing deleted b-tree node issue Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.15 099/515] better lockdep annotations for simple_recursive_removal() Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.15 100/515] ata: ahci: Disallow LPM policy control if not supported Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.15 101/515] ata: ahci: Disable DIPM if host lacks support Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.15 102/515] ata: libata-sata: Disallow changing LPM state if not supported Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.15 103/515] fs/ntfs3: Add sanity check for file name Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.15 104/515] fs/ntfs3: correctly create symlink for relative path Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.15 105/515] md: Dont clear MD_CLOSING until mddev is freed Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.15 106/515] pidfs: raise SB_I_NODEV and SB_I_NOEXEC Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.15 107/515] landlock: opened file never has a negative dentry Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.15 108/515] ext2: Handle fiemap on empty files to prevent EINVAL Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.15 109/515] fix locking in efi_secret_unlink() Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.15 110/515] securityfs: dont pin dentries twice, once is enough Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.15 111/515] tracefs: Add d_delete to remove negative dentries Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.15 112/515] usb: xhci: print xhci->xhc_state when queue_command failed Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.15 113/515] staging: gpib: Add init response codes for new ni-usb-hs+ Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.15 114/515] platform/x86/amd: pmc: Add Lenovo Yoga 6 13ALC6 to pmc quirk list Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.15 115/515] cpufreq: CPPC: Mark driver with NEED_UPDATE_LIMITS flag Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.15 116/515] selftests/futex: Define SYS_futex on 32-bit architectures with 64-bit time_t Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.15 117/515] usb: typec: ucsi: psy: Set current max to 100mA for BC 1.2 and Default Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.15 118/515] bus: mhi: host: pci_generic: Add Telit FN990B40 modem support Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.15 119/515] bus: mhi: host: pci_generic: Disable runtime PM for QDU100 Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.15 120/515] usb: xhci: Avoid showing warnings for dying controller Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.15 121/515] usb: xhci: Set avg_trb_len = 8 for EP0 during Address Device Command Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.15 122/515] usb: xhci: Avoid showing errors during surprise removal Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.15 123/515] firmware: qcom: scm: initialize tzmem before marking SCM as available Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.15 124/515] soc: qcom: rpmh-rsc: Add RSC version 4 support Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.15 125/515] ACPI: APEI: send SIGBUS to current task if synchronous memory error not recovered Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.15 126/515] remoteproc: imx_rproc: skip clock enable when M-core is managed by the SCU Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.15 127/515] binder: Fix selftest page indexing Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.15 128/515] gpio: loongson-64bit: Extend GPIO irq support Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.15 129/515] usb: typec: ucsi: Add poll_cci operation to cros_ec_ucsi Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.15 130/515] usb: typec: tcpm/tcpci_maxim: fix irq wake usage Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.15 131/515] pmdomain: ti: Select PM_GENERIC_DOMAINS Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.15 132/515] gpio: wcd934x: check the return value of regmap_update_bits() Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.15 133/515] cpufreq: Exit governor when failed to start old governor Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.15 134/515] cpufreq: intel_pstate: Add Granite Rapids support in no-HWP mode Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.15 135/515] ARM: rockchip: fix kernel hang during smp initialization Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.15 136/515] PM / devfreq: governor: Replace sscanf() with kstrtoul() in set_freq_store() Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.15 137/515] EDAC/synopsys: Clear the ECC counters on init Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.15 138/515] ASoC: soc-dapm: set bias_level if snd_soc_dapm_set_bias_level() was successed Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.15 139/515] thermal/drivers/qcom-spmi-temp-alarm: Enable stage 2 shutdown when required Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.15 140/515] tools/nolibc: define time_t in terms of __kernel_old_time_t Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.15 141/515] iio: adc: ad_sigma_delta: dont overallocate scan buffer Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.15 142/515] gpio: tps65912: check the return value of regmap_update_bits() Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.15 143/515] mfd: tps6594: Add TI TPS652G1 support Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.15 144/515] ARM: tegra: Use I/O memcpy to write to IRAM Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.15 145/515] tools/build: Fix s390(x) cross-compilation with clang Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.15 146/515] selftests: tracing: Use mutex_unlock for testing glob filter Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.15 147/515] ACPI: PRM: Reduce unnecessary printing to avoid user confusion Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.15 148/515] firmware: arm_scmi: power_control: Ensure SCMI_SYSPOWER_IDLE is set early during resume Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.15 149/515] firmware: tegra: Fix IVC dependency problems Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.15 150/515] ALSA: hda: add MODULE_FIRMWARE for cs35l41/cs35l56 Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.15 151/515] PM: runtime: Clear power.needs_force_resume in pm_runtime_reinit() Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.15 152/515] thermal: sysfs: Return ENODATA instead of EAGAIN for reads Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.15 153/515] PM: sleep: console: Fix the black screen issue Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.15 154/515] ACPI: processor: fix acpi_object initialization Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.15 155/515] mmc: sdhci-msm: Ensure SD card power isnt ON when card removed Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.15 156/515] ACPI: APEI: GHES: add TAINT_MACHINE_CHECK on GHES panic path Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.15 157/515] irqchip/renesas-rzv2h: Enable SKIP_SET_WAKE and MASK_ON_SUSPEND Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.15 158/515] selftests: vDSO: vdso_test_getrandom: Always print TAP header Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.15 159/515] pps: clients: gpio: fix interrupt handling order in remove path Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.15 160/515] reset: brcmstb: Enable reset drivers for ARCH_BCM2835 Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.15 161/515] ASoC: SDCA: Add flag for unused IRQs Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.15 162/515] char: misc: Fix improper and inaccurate error code returned by misc_init() Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.15 163/515] mei: bus: Check for still connected devices in mei_cl_bus_dev_release() Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.15 164/515] mmc: rtsx_usb_sdmmc: Fix error-path in sd_set_power_mode() Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.15 165/515] platform/chrome: cros_ec_sensorhub: Retries when a sensor is not ready Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.15 166/515] ALSA: hda: Handle the jack polling always via a work Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.15 167/515] ALSA: hda: Disable jack polling at shutdown Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.15 168/515] x86/bugs: Avoid warning when overriding return thunk Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.15 169/515] ASoC: hdac_hdmi: Rate limit logging on connection and disconnection Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.15 170/515] ALSA: intel8x0: Fix incorrect codec index usage in mixer for ICH4 Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.15 171/515] irqchip/mips-gic: Allow forced affinity Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.15 172/515] ASoC: SOF: topology: Parse the dapm_widget_tokens in case of DSPless mode Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.15 173/515] tty: serial: fix print format specifiers Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.15 174/515] ASoC: core: Check for rtd == NULL in snd_soc_remove_pcm_runtime() Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.15 175/515] usb: typec: intel_pmc_mux: Defer probe if SCU IPC isnt present Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.15 176/515] usb: core: usb_submit_urb: downgrade type check Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.15 177/515] usb: dwc3: xilinx: add shutdown callback Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.15 178/515] pm: cpupower: Fix the snapshot-order of tsc,mperf, clock in mperf_stop() Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.15 179/515] imx8m-blk-ctrl: set ISI panic write hurry level Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.15 180/515] soc: qcom: mdt_loader: Actually use the e_phoff Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.15 181/515] platform/x86: thinkpad_acpi: Handle KCOV __init vs inline mismatches Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.15 182/515] platform/chrome: cros_ec_typec: Defer probe on missing EC parent Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.15 183/515] ALSA: hda/ca0132: Fix buffer overflow in add_tuning_control Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.15 184/515] ALSA: pcm: Rewrite recalculate_boundary() to avoid costly loop Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.15 185/515] ALSA: usb-audio: Avoid precedence issues in mixer_quirks macros Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.15 186/515] iio: adc: ad7768-1: Ensure SYNC_IN pulse minimum timing requirement Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.15 187/515] ASoC: codecs: rt5640: Retry DEVICE_ID verification Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.15 188/515] ASoC: qcom: use drvdata instead of component to keep id Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.15 189/515] netfilter: nft_set_pipapo: prefer kvmalloc for scratch maps Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.15 190/515] selftests: netfilter: Enable CONFIG_INET_SCTP_DIAG Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.15 191/515] powerpc/thp: tracing: Hide hugepage events under CONFIG_PPC_BOOK3S_64 Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.15 192/515] verification/dot2k: Make a separate dot2k_templates/Kconfig_container Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.15 193/515] bootconfig: Fix unaligned access when building footer Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.15 194/515] Bluetooth: btusb: Add new VID/PID 0489/e14e for MT7925 Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.15 195/515] Bluetooth: hci_event: Add support for handling LE BIG Sync Lost event Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.15 196/515] Bluetooth: hci_sock: Reset cookie to zero in hci_sock_free_cookie() Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.15 197/515] Bluetooth: btusb: Add support for variant of RTL8851BE (USB ID 13d3:3601) Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.15 198/515] xen/netfront: Fix TX response spurious interrupts Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.15 199/515] wifi: iwlwifi: mld: use spec link id and not FW link id Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.15 200/515] wifi: iwlwifi: mld: avoid outdated reorder buffer head_sn Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.15 201/515] wifi: iwlwifi: mvm: " Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.15 202/515] net: usb: cdc-ncm: check for filtering capability Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.15 203/515] wifi: ath12k: Correct tid cleanup when tid setup fails Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.15 204/515] ktest.pl: Prevent recursion of default variable options Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.15 205/515] wifi: cfg80211: reject HTC bit for management frames Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.15 206/515] s390/sclp: Use monotonic clock in sclp_sync_wait() Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.15 207/515] s390/time: Use monotonic clock in get_cycles() Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.15 208/515] be2net: Use correct byte order and format string for TCP seq and ack_seq Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.15 209/515] libbpf: Verify that arena map exists when adding arena relocations Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.15 210/515] idpf: preserve coalescing settings across resets Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.15 211/515] libbpf: Fix warning in calloc() usage Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.15 212/515] wifi: rtw89: wow: Add Basic Rate IE to probe request in scheduled scan mode Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.15 213/515] wifi: rtw89: Lower the timeout in rtw89_fw_read_c2h_reg() for USB Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.15 214/515] et131x: Add missing check after DMA map Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.15 215/515] net: ag71xx: " Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.15 216/515] net/mlx5e: Properly access RCU protected qdisc_sleeping variable Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.15 217/515] net: pcs: xpcs: mask readl() return value to 16 bits Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.15 218/515] arm64: Mark kernel as tainted on SAE and SError panic Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.15 219/515] drm/amd/pm: fix null pointer access Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.15 220/515] rcu: Protect ->defer_qs_iw_pending from data race Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.15 221/515] drm/amd/display: limit clear_update_flags to dcn32 and above Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.15 222/515] can: ti_hecc: fix -Woverflow compiler warning Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.15 223/515] net: mctp: Prevent duplicate binds Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.15 224/515] wifi: mac80211: dont use TPE data from assoc response Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.15 225/515] wifi: mac80211: handle WLAN_HT_ACTION_NOTIFY_CHANWIDTH async Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.15 226/515] wifi: cfg80211: Fix interface type validation Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.15 227/515] wifi: mac80211: dont unreserve never reserved chanctx Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.15 228/515] net: ipv4: fix incorrect MTU in broadcast routes Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.15 229/515] net: thunderx: Fix format-truncation warning in bgx_acpi_match_id() Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.15 230/515] net: phy: micrel: Add ksz9131_resume() Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.15 231/515] perf/cxlpmu: Remove unintended newline from IRQ name format string Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.15 232/515] sched/deadline: Fix accounting after global limits change Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.15 233/515] bpf: Forget ranges when refining tnum after JSET Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.15 234/515] wifi: iwlwifi: mvm: set gtk id also in older FWs Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.15 235/515] wifi: iwlwifi: mld: fix scan request validation Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.15 236/515] um: Re-evaluate thread flags repeatedly Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.15 237/515] wifi: iwlwifi: mvm: fix scan request validation Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.15 238/515] drm/sched: Avoid memory leaks with cancel_job() callback Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.15 239/515] s390/stp: Remove udelay from stp_sync_clock() Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.15 240/515] net: phy: bcm54811: PHY initialization Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.15 241/515] rv: Add #undef TRACE_INCLUDE_FILE Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.15 242/515] sched/fair: Bump sd->max_newidle_lb_cost when newidle balance fails Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.15 243/515] wifi: mac80211: dont complete management TX on SAE commit Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.15 244/515] wifi: mac80211: avoid weird state in error path Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.15 245/515] s390/early: Copy last breaking event address to pt_regs Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.15 246/515] (powerpc/512) Fix possible `dma_unmap_single()` on uninitialized pointer Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.15 247/515] ipv6: mcast: Check inet6_dev->dead under idev->mc_lock in __ipv6_dev_mc_inc() Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.15 248/515] rcu/nocb: Fix possible invalid rdps->nocb_cb_kthread pointer access Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.15 249/515] wifi: mac80211: fix rx link assignment for non-MLO stations Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.15 250/515] wifi: mt76: mt7996: Fix mlink lookup in mt7996_tx_prepare_skb Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.15 251/515] wifi: mt76: fix vif link allocation Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.15 252/515] drm/fbdev-client: Skip DRM clients if modesetting is absent Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.15 253/515] drm/msm: Update register xml Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.15 254/515] drm/msm: use trylock for debugfs Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.15 255/515] drm/msm: Add error handling for krealloc in metadata setup Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.15 256/515] perf/arm: Add missing .suppress_bind_attrs Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.15 257/515] drm/imagination: Clear runtime PM errors while resetting the GPU Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.15 258/515] wifi: rtw89: Fix rtw89_mac_power_switch() for USB Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.15 259/515] wifi: rtw89: Disable deep power saving for USB/SDIO Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.15 260/515] wifi: mt76: mt7915: mcu: re-init MCU before loading FW patch Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.15 261/515] wifi: mt76: mt7915: mcu: increase eeprom command timeout Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.15 262/515] kselftest/arm64: Specify SVE data when testing VL set in sve-ptrace Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.15 263/515] drm/xe/xe_query: Use separate iterator while filling GT list Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.15 264/515] net: thunderbolt: Enable end-to-end flow control also in transmit Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.15 265/515] net: thunderbolt: Fix the parameter passing of tb_xdomain_enable_paths()/tb_xdomain_disable_paths() Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.15 266/515] xfrm: Duplicate SPI Handling Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.15 267/515] net: atlantic: add set_power to fw_ops for atl2 to fix wol Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.15 268/515] ACPI: Suppress misleading SPCR console message when SPCR table is absent Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.15 269/515] net: ieee8021q: fix insufficient table-size assertion Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.15 270/515] net: fec: allow disable coalescing Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.15 271/515] drm/amdgpu: Use correct severity for BP threshold exceed event Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.15 272/515] drm/amd/display: Separate set_gsl from set_gsl_source_select Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.15 273/515] drm/amd/display: add null check Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.15 274/515] wifi: ath10k: shutdown driver when hardware is unreliable Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.15 275/515] drm/panel: raydium-rm67200: Move initialization from enable() to prepare stage Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.15 276/515] wifi: ath12k: Add memset and update default rate value in wmi tx completion Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.15 277/515] wifi: ath12k: Fix station association with MBSSID Non-TX BSS Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.15 278/515] lib: packing: Include necessary headers Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.15 279/515] wifi: iwlwifi: dvm: fix potential overflow in rs_fill_link_cmd() Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.15 280/515] wifi: iwlwifi: mld: dont exit EMLSR when we shouldnt Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.15 281/515] wifi: iwlwifi: mld: fix last_mlo_scan_time type Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.15 282/515] wifi: iwlwifi: fw: Fix possible memory leak in iwl_fw_dbg_collect Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.15 283/515] rcutorture: Fix rcutorture_one_extend_check() splat in RT kernels Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.15 284/515] drm/amd/display: Fix failed to blank crtc! Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.15 285/515] drm/amd/display: Initialize mode_select to 0 Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.15 286/515] wifi: mac80211: update radar_required in channel context after channel switch Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.15 287/515] wifi: rtlwifi: fix possible skb memory leak in `_rtl_pci_rx_interrupt()` Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.15 288/515] wifi: rtw89: coex: Not to set slot duration to zero to avoid firmware issue Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.15 289/515] wifi: ath12k: Enable REO queue lookup table feature on QCN9274 hw2.0 Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.15 290/515] wifi: ath12k: Decrement TID on RX peer frag setup error handling Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.15 291/515] powerpc: floppy: Add missing checks after DMA map Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.15 292/515] netmem: fix skb_frag_address_safe with unreadable skbs Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.15 293/515] arm64: stacktrace: Check kretprobe_find_ret_addr() return value Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.15 294/515] wifi: iwlegacy: Check rate_idx range after addition Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.15 295/515] dpaa_eth: dont use fixed_phy_change_carrier Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.15 296/515] drm/amd: Allow printing VanGogh OD SCLK levels without setting dpm to manual Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.15 297/515] drm/amd/display: Stop storing failures into adev->dm.cached_state Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.15 298/515] drm/amdgpu: Suspend IH during mode-2 reset Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.15 299/515] drm/amdgpu: clear pa and mca record counter when resetting eeprom Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.15 300/515] net: vlan: Make is_vlan_dev() a stub when VLAN is not configured Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.15 301/515] net: vlan: Replace BUG() with WARN_ON_ONCE() in vlan_dev_* stubs Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.15 302/515] gve: Return error for unknown admin queue command Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.15 303/515] net: dsa: b53: ensure BCM5325 PHYs are enabled Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.15 304/515] net: dsa: b53: fix b53_imp_vlan_setup for BCM5325 Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.15 305/515] net: dsa: b53: prevent GMII_PORT_OVERRIDE_CTRL access on BCM5325 Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.15 306/515] net: dsa: b53: prevent DIS_LEARNING " Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.15 307/515] net: dsa: b53: prevent SWITCH_CTRL " Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.15 308/515] bpftool: Fix JSON writer resource leak in version command Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.15 309/515] ptp: Use ratelimite for freerun error message Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.15 310/515] wifi: rtw89: scan abort when assign/unassign_vif Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.15 311/515] wifi: rtlwifi: fix possible skb memory leak in _rtl_pci_init_one_rxdesc() Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.15 312/515] ionic: clean dbpage in de-init Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.15 313/515] drm/xe: Make dma-fences compliant with the safe access rules Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.15 314/515] net: ncsi: Fix buffer overflow in fetching version id Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.15 315/515] drm: renesas: rz-du: mipi_dsi: Add min check for VCLK range Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.15 316/515] drm/ttm: Should to return the evict error Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.15 317/515] uapi: in6: restore visibility of most IPv6 socket options Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.15 318/515] bpf: Make reg_not_null() true for CONST_PTR_TO_MAP Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.15 319/515] selftests/bpf: Fix ringbuf/ringbuf_write test failure with arm64 64KB page size Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.15 320/515] selftests/bpf: Fix a user_ringbuf " Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.15 321/515] drm/amd/display: Update DMCUB loading sequence for DCN3.5 Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.15 322/515] drm/amd/display: Avoid trying AUX transactions on disconnected ports Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.15 323/515] drm/ttm: Respect the shrinker core free target Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.15 324/515] rcu: Fix rcu_read_unlock() deadloop due to IRQ work Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.15 325/515] net: dsa: b53: fix IP_MULTICAST_CTRL on BCM5325 Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.15 326/515] vsock/virtio: Resize receive buffers so that each SKB fits in a 4K page Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.15 327/515] vhost: fail early when __vhost_add_used() fails Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.15 328/515] drm/amd/display: Only finalize atomic_obj if it was initialized Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.15 329/515] drm/amd/display: Avoid configuring PSR granularity if PSR-SU not supported Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.15 330/515] drm/amd/display: Disable dsc_power_gate for dcn314 by default Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.15 331/515] watchdog: sbsa: Adjust keepalive timeout to avoid MediaTek WS0 race condition Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.15 332/515] cifs: Fix calling CIFSFindFirst() for root path without msearch Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.15 333/515] smb: client: fix session setup against servers that require SPN Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.15 334/515] fbdev: fix potential buffer overflow in do_register_framebuffer() Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.15 335/515] crypto: hisilicon/hpre - fix dma unmap sequence Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.15 336/515] ext4: do not BUG when INLINE_DATA_FL lacks system.data xattr Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.15 337/515] clk: tegra: periph: Fix error handling and resolve unsigned compare warning Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.15 338/515] sphinx: kernel_abi: fix performance regression with O=<dir> Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.15 339/515] mfd: axp20x: Set explicit ID for AXP313 regulator Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.15 340/515] phy: rockchip-pcie: Properly disable TEST_WRITE strobe signal Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.15 341/515] phy: rockchip-pcie: Enable all four lanes if required Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.15 342/515] scsi: libiscsi: Initialize iscsi_conn->dd_data only if memory is allocated Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.15 343/515] fs/orangefs: use snprintf() instead of sprintf() Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.15 344/515] watchdog: dw_wdt: Fix default timeout Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.15 345/515] hwmon: (emc2305) Set initial PWM minimum value during probe based on thermal state Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.15 346/515] clk: qcom: ipq5018: keep XO clock always on Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.15 347/515] MIPS: vpe-mt: add missing prototypes for vpe_{alloc,start,stop,free} Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.15 348/515] watchdog: iTCO_wdt: Report error if timeout configuration fails Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.15 349/515] scsi: bfa: Double-free fix Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.15 350/515] jfs: truncate good inode pages when hard link is 0 Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.15 351/515] jfs: Regular file corruption check Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.15 352/515] jfs: upper bound check of tree index in dbAllocAG Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.15 353/515] media: hi556: Fix reset GPIO timings Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.15 354/515] RDMA/bnxt_re: Fix size of uverbs_copy_to() in BNXT_RE_METHOD_GET_TOGGLE_MEM Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.15 355/515] crypto: jitter - fix intermediary handling Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.15 356/515] MIPS: Dont crash in stack_top() for tasks without ABI or vDSO Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.15 357/515] MIPS: lantiq: falcon: sysctrl: fix request memory check logic Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.15 358/515] media: iris: Add handling for corrupt and drop frames Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.15 359/515] clk: thead: Mark essential bus clocks as CLK_IGNORE_UNUSED Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.15 360/515] media: ipu-bridge: Add _HID for OV5670 Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.15 361/515] media: v4l2-common: Reduce warnings about missing V4L2_CID_LINK_FREQ control Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.15 362/515] leds: leds-lp50xx: Handle reg to get correct multi_index Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.15 363/515] dmaengine: stm32-dma: configure next sg only if there are more than 2 sgs Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.15 364/515] RDMA: hfi1: fix possible divide-by-zero in find_hw_thread_mask() Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.15 365/515] RDMA/core: reduce stack using in nldev_stat_get_doit() Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.15 366/515] scsi: lpfc: Ensure HBA_SETUP flag is used only for SLI4 in dev_loss_tmo_callbk Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.15 367/515] scsi: lpfc: Check for hdwq null ptr when cleaning up lpfc_vport structure Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.15 368/515] power: supply: qcom_battmgr: Add lithium-polymer entry Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.15 369/515] HID: rate-limit hid_warn to prevent log flooding Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.15 370/515] scsi: mpt3sas: Correctly handle ATA device errors Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.15 371/515] scsi: pm80xx: Free allocated tags after failure Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.15 372/515] scsi: mpi3mr: Correctly handle ATA device errors Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.15 373/515] pinctrl: stm32: Manage irq affinity settings Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.15 374/515] media: raspberrypi: cfe: Fix min_reqbufs_allocation Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.15 375/515] media: tc358743: Check I2C succeeded during probe Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.15 376/515] media: tc358743: Return an appropriate colorspace from tc358743_set_fmt Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.15 377/515] media: tc358743: Increase FIFO trigger level to 374 Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.15 378/515] media: usb: hdpvr: disable zero-length read messages Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.15 379/515] media: dvb-frontends: dib7090p: fix null-ptr-deref in dib7090p_rw_on_apb() Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.15 380/515] media: dvb-frontends: w7090p: fix null-ptr-deref in w7090p_tuner_write_serpar and w7090p_tuner_read_serpar Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.15 381/515] media: uvcvideo: Add quirk for HP Webcam HD 2300 Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.15 382/515] media: uvcvideo: Set V4L2_CTRL_FLAG_DISABLED during queryctrl errors Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.15 383/515] media: uvcvideo: Fix bandwidth issue for Alcor camera Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.15 384/515] crypto: octeontx2 - add timeout for load_fvc completion poll Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.15 385/515] crypto: ccp - Add missing bootloader info reg for pspv6 Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.15 386/515] clk: renesas: rzg2l: Postpone updating priv->clks[] Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.15 387/515] soundwire: amd: serialize amd manager resume sequence during pm_prepare Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.15 388/515] soundwire: amd: cancel pending slave status handling workqueue during remove sequence Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.15 389/515] soundwire: Move handle_nested_irq outside of sdw_dev_lock Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.15 390/515] md: dm-zoned-target: Initialize return variable r to avoid uninitialized use Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.15 391/515] module: Prevent silent truncation of module name in delete_module(2) Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.15 392/515] i3c: add missing include to internal header Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.15 393/515] rtc: ds1307: handle oscillator stop flag (OSF) for ds1341 Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.15 394/515] apparmor: shift ouid when mediating hard links in userns Greg Kroah-Hartman
2025-08-18 12:46 ` Greg Kroah-Hartman [this message]
2025-08-18 12:46 ` [PATCH 6.15 396/515] i3c: master: Initialize ret in i3c_i2c_notifier_call() Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.15 397/515] dm-mpath: dont print the "loaded" message if registering fails Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.15 398/515] dm-table: fix checking for rq stackable devices Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.15 399/515] apparmor: use the condition in AA_BUG_FMT even with debug disabled Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.15 400/515] apparmor: fix x_table_lookup when stacking is not the first entry Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.15 401/515] i2c: Force DLL0945 touchpad i2c freq to 100khz Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.15 402/515] exfat: add cluster chain loop check for dir Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.15 403/515] f2fs: check the generic conditions first Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.15 404/515] printk: nbcon: Allow reacquire during panic Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.15 405/515] kconfig: lxdialog: replace strcpy() with strncpy() in inputbox.c Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.15 406/515] vfio/type1: conditional rescheduling while pinning Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.15 407/515] kconfig: nconf: Ensure null termination where strncpy is used Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.15 408/515] scsi: Fix sas_user_scan() to handle wildcard and multi-channel scans Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.15 409/515] scsi: target: core: Generate correct identifiers for PR OUT transport IDs Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.15 410/515] scsi: aacraid: Stop using PCI_IRQ_AFFINITY Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.15 411/515] vfio/mlx5: fix possible overflow in tracking max message size Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.15 412/515] ipmi: Use dev_warn_ratelimited() for incorrect message warnings Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.15 413/515] kconfig: gconf: avoid hardcoding model2 in on_treeview2_cursor_changed() Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.15 414/515] kconfig: gconf: fix potential memory leak in renderer_edited() Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.15 415/515] kheaders: rebuild kheaders_data.tar.xz when a file is modified within a minute Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.15 416/515] kconfig: lxdialog: fix space to (de)select options Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.15 417/515] ipmi: Fix strcpy source and destination the same Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.15 418/515] tools/power turbostat: Handle non-root legacy-uncore sysfs permissions Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.15 419/515] tools/power turbostat: Fix build with musl Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.15 420/515] tools/power turbostat: Handle cap_get_proc() ENOSYS Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.15 421/515] smb: client: dont call init_waitqueue_head(&info->conn_wait) twice in _smbd_get_connection Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.15 422/515] lib/sbitmap: convert shallow_depth from one word to the whole sbitmap Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.15 423/515] ALSA: hda/realtek: add LG gram 16Z90R-A to alc269 fixup table Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.15 424/515] ASoC: Intel: sof_sdw: Add quirk for Alienware Area 51 (2025) 0CCC SKU Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.15 425/515] net: phy: smsc: add proper reset flags for LAN8710A Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.15 426/515] ASoC: Intel: avs: Fix uninitialized pointer error in probe() Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.15 427/515] block: avoid possible overflow for chunk_sectors check in blk_stack_limits() Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.15 428/515] pNFS: Fix stripe mapping in block/scsi layout Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.15 429/515] pNFS: Fix disk addr range check " Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.15 430/515] pNFS: Handle RPC size limit for layoutcommits Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.15 431/515] pNFS: Fix uninited ptr deref in block/scsi layout Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.15 432/515] rtc: ds1307: remove clear of oscillator stop flag (OSF) in probe Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.15 433/515] scsi: lpfc: Remove redundant assignment to avoid memory leak Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.15 434/515] ASoC: fsl_sai: replace regmap_write with regmap_update_bits Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.15 435/515] cifs: Fix collect_sample() to handle any iterator type Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.15 436/515] drm/i915/psr: Do not trigger Frame Change events from frontbuffer flush Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.15 437/515] drm/amdgpu: fix vram reservation issue Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.15 438/515] drm/amdgpu: fix incorrect vm flags to map bo Greg Kroah-Hartman
2025-08-25 14:04 ` Deucher, Alexander
2025-08-25 20:18 ` Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.15 439/515] rust: kbuild: clean output before running `rustdoc` Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.15 440/515] rust: workaround `rustdoc` target modifiers bug Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.15 441/515] samples/damon/wsse: fix boot time enable handling Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.15 442/515] mm/damon/core: commit damos->target_nid Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.15 443/515] block: Introduce bio_needs_zone_write_plugging() Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.15 444/515] dm: Always split write BIOs to zoned device limits Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.15 445/515] clk: qcom: gcc-ipq8074: fix broken freq table for nss_port6_tx_clk_src Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.15 446/515] clk: qcom: dispcc-sm8750: Fix setting rate byte and pixel clocks Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.15 447/515] cifs: reset iface weights when we cannot find a candidate Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.15 448/515] iommu/vt-d: Optimize iotlb_sync_map for non-caching/non-RWBF modes Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.15 449/515] iommu/arm-smmu-qcom: Add SM6115 MDSS compatible Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.15 450/515] iommufd: Report unmapped bytes in the error path of iopt_unmap_iova_range Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.15 451/515] iommufd: Prevent ALIGN() overflow Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.15 452/515] ext4: fix zombie groups in average fragment size lists Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.15 453/515] ext4: fix largest free orders lists corruption on mb_optimize_scan switch Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.15 454/515] ext4: initialize superblock fields in the kballoc-test.c kunit tests Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.15 455/515] usb: core: config: Prevent OOB read in SS endpoint companion parsing Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.15 456/515] misc: rtsx: usb: Ensure mmc child device is active when card is present Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.15 457/515] usb: typec: ucsi: Update power_supply on power role change Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.15 458/515] comedi: fix race between polling and detaching Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.15 459/515] thunderbolt: Fix copy+paste error in match_service_id() Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.15 460/515] usb: typec: fusb302: cache PD RX state Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.15 461/515] cdc-acm: fix race between initial clearing halt and open Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.15 462/515] btrfs: zoned: use filesystem size not disk size for reclaim decision Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.15 463/515] btrfs: abort transaction during log replay if walk_log_tree() failed Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.15 464/515] btrfs: zoned: requeue to unused block group list if zone finish failed Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.15 465/515] btrfs: zoned: do not remove unwritten non-data block group Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.15 466/515] btrfs: qgroup: set quota enabled bit if quota disable fails flushing reservations Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.15 467/515] btrfs: dont ignore inode missing when replaying log tree Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.15 468/515] btrfs: fix ssd_spread overallocation Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.15 469/515] btrfs: qgroup: fix race between quota disable and quota rescan ioctl Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.15 470/515] btrfs: populate otime when logging an inode item Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.15 471/515] btrfs: dont skip accounting in early ENOTTY return in btrfs_uring_encoded_read() Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.15 472/515] btrfs: qgroup: fix qgroup create ioctl returning success after quotas disabled Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.15 473/515] btrfs: dont skip remaining extrefs if dir not found during log replay Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.15 474/515] btrfs: clear dirty status from extent buffer on error at insert_new_root() Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.15 475/515] btrfs: send: use fallocate for hole punching with send stream v2 Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.15 476/515] btrfs: fix log tree replay failure due to file with 0 links and extents Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.15 477/515] btrfs: error on missing block group when unaccounting log tree extent buffers Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.15 478/515] btrfs: zoned: do not select metadata BG as finish target Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.15 479/515] btrfs: fix wrong length parameter for btrfs_cleanup_ordered_extents() Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.15 480/515] btrfs: fix iteration bug in __qgroup_excl_accounting() Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.15 481/515] btrfs: do not allow relocation of partially dropped subvolumes Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.15 482/515] xfs: fix scrub trace with null pointer in quotacheck Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.15 483/515] userfaultfd: fix a crash in UFFDIO_MOVE when PMD is a migration entry Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.15 484/515] fbdev: Fix vmalloc out-of-bounds write in fast_imageblit Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.15 485/515] fbdev: nvidiafb: add depends on HAS_IOPORT Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.15 486/515] ocfs2: reset folio to NULL when get folio fails Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.15 487/515] net/sched: ets: use old nbands while purging unused classes Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.15 488/515] hv_netvsc: Fix panic during namespace deletion with VF Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.15 489/515] parisc: Makefile: fix a typo in palo.conf Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.15 490/515] mm, slab: restore NUMA policy support for large kmalloc Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.15 491/515] mm/huge_memory: dont ignore queried cachemode in vmf_insert_pfn_pud() Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.15 492/515] mm/ptdump: take the memory hotplug lock inside ptdump_walk_pgd() Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.15 493/515] mm/shmem, swap: improve cached mTHP handling and fix potential hang Greg Kroah-Hartman
2025-08-18 12:48 ` [PATCH 6.15 494/515] mm/kmemleak: avoid soft lockup in __kmemleak_do_cleanup() Greg Kroah-Hartman
2025-08-18 12:48 ` [PATCH 6.15 495/515] mm/kmemleak: avoid deadlock by moving pr_warn() outside kmemleak_lock Greg Kroah-Hartman
2025-08-18 12:48 ` [PATCH 6.15 496/515] media: uvcvideo: Fix 1-byte out-of-bounds read in uvc_parse_format() Greg Kroah-Hartman
2025-08-18 12:48 ` [PATCH 6.15 497/515] media: venus: Fix OOB read due to missing payload bound check Greg Kroah-Hartman
2025-08-18 12:48 ` [PATCH 6.15 498/515] media: uvcvideo: Do not mark valid metadata as invalid Greg Kroah-Hartman
2025-08-18 12:48 ` [PATCH 6.15 499/515] media: v4l2: Add support for NV12M tiled variants to v4l2_format_info() Greg Kroah-Hartman
2025-08-18 12:48 ` [PATCH 6.15 500/515] tracing: fprobe: Fix infinite recursion using preempt_*_notrace() Greg Kroah-Hartman
2025-08-18 12:48 ` [PATCH 6.15 501/515] tools/nolibc: fix spelling of FD_SETBITMASK in FD_* macros Greg Kroah-Hartman
2025-08-18 12:48 ` [PATCH 6.15 502/515] RDMA/siw: Fix the sendmsg byte count in siw_tcp_sendpages Greg Kroah-Hartman
2025-08-18 12:48 ` [PATCH 6.15 503/515] KVM: VMX: Extract checking of guests DEBUGCTL into helper Greg Kroah-Hartman
2025-08-18 12:48 ` [PATCH 6.15 504/515] KVM: nVMX: Check vmcs12->guest_ia32_debugctl on nested VM-Enter Greg Kroah-Hartman
2025-08-18 12:48 ` [PATCH 6.15 505/515] KVM: VMX: Wrap all accesses to IA32_DEBUGCTL with getter/setter APIs Greg Kroah-Hartman
2025-08-18 12:48 ` [PATCH 6.15 506/515] KVM: x86: Convert vcpu_run()s immediate exit param into a generic bitmap Greg Kroah-Hartman
2025-08-18 12:48 ` [PATCH 6.15 507/515] HID: magicmouse: avoid setting up battery timer when not needed Greg Kroah-Hartman
2025-08-18 12:48 ` [PATCH 6.15 508/515] wifi: ath12k: install pairwise key first Greg Kroah-Hartman
2025-08-18 12:48 ` [PATCH 6.15 509/515] ata: libata-sata: Add link_power_management_supported sysfs attribute Greg Kroah-Hartman
2025-08-18 12:48 ` [PATCH 6.15 510/515] io_uring/rw: cast rw->flags assignment to rwf_t Greg Kroah-Hartman
2025-08-18 12:48 ` [PATCH 6.15 511/515] firmware: arm_scmi: Convert to SYSTEM_SLEEP_PM_OPS Greg Kroah-Hartman
2025-08-18 12:48 ` [PATCH 6.15 512/515] drm/amd/display: Allow DCN301 to clear update flags Greg Kroah-Hartman
2025-08-18 12:48 ` [PATCH 6.15 513/515] md: fix create on open mddev lifetime regression Greg Kroah-Hartman
2025-08-18 12:48 ` [PATCH 6.15 514/515] rcu: Fix racy re-initialization of irq_work causing hangs Greg Kroah-Hartman
2025-08-18 12:48 ` [PATCH 6.15 515/515] dm: split write BIOs on zone boundaries when zone append is not emulated Greg Kroah-Hartman
2025-08-18 16:09 ` 6.15.11-rc1 review Brett A C Sheffield
2025-08-18 17:48 ` [PATCH 6.15 000/515] " Florian Fainelli
2025-08-18 18:48 ` Naresh Kamboju
2025-08-19 10:02 ` Naresh Kamboju
2025-08-19 11:30 ` Bartosz Golaszewski
2025-08-19 11:52 ` Greg Kroah-Hartman
2025-08-26 12:06 ` Bartosz Golaszewski
2025-08-26 12:51 ` Greg Kroah-Hartman
2025-08-26 17:12 ` Bartosz Golaszewski
2025-08-18 20:12 ` Shuah Khan
2025-08-19 10:11 ` Ron Economos
2025-08-20 14:07 ` Jon Hunter
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=20250818124513.618380265@linuxfoundation.org \
--to=gregkh@linuxfoundation.org \
--cc=Frank.Li@nxp.com \
--cc=alexandre.belloni@bootlin.com \
--cc=patches@lists.linux.dev \
--cc=sashal@kernel.org \
--cc=stable@vger.kernel.org \
--cc=wsa+renesas@sang-engineering.com \
/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;
as well as URLs for NNTP newsgroup(s).