patches.lists.linux.dev archive mirror
 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,
	Qendrim Maxhuni <qendrim.maxhuni@garderos.com>,
	Jakub Kicinski <kuba@kernel.org>, Sasha Levin <sashal@kernel.org>
Subject: [PATCH 6.17 780/849] net: usb: qmi_wwan: initialize MAC header offset in qmimux_rx_fixup
Date: Tue, 11 Nov 2025 09:45:50 +0900	[thread overview]
Message-ID: <20251111004555.285842327@linuxfoundation.org> (raw)
In-Reply-To: <20251111004536.460310036@linuxfoundation.org>

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

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

From: Qendrim Maxhuni <qendrim.maxhuni@garderos.com>

[ Upstream commit e120f46768d98151ece8756ebd688b0e43dc8b29 ]

Raw IP packets have no MAC header, leaving skb->mac_header uninitialized.
This can trigger kernel panics on ARM64 when xfrm or other subsystems
access the offset due to strict alignment checks.

Initialize the MAC header to prevent such crashes.

This can trigger kernel panics on ARM when running IPsec over the
qmimux0 interface.

Example trace:

    Internal error: Oops: 000000009600004f [#1] SMP
    CPU: 0 UID: 0 PID: 0 Comm: swapper/0 Not tainted 6.12.34-gbe78e49cb433 #1
    Hardware name: LS1028A RDB Board (DT)
    pstate: 60000005 (nZCv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=--)
    pc : xfrm_input+0xde8/0x1318
    lr : xfrm_input+0x61c/0x1318
    sp : ffff800080003b20
    Call trace:
     xfrm_input+0xde8/0x1318
     xfrm6_rcv+0x38/0x44
     xfrm6_esp_rcv+0x48/0xa8
     ip6_protocol_deliver_rcu+0x94/0x4b0
     ip6_input_finish+0x44/0x70
     ip6_input+0x44/0xc0
     ipv6_rcv+0x6c/0x114
     __netif_receive_skb_one_core+0x5c/0x8c
     __netif_receive_skb+0x18/0x60
     process_backlog+0x78/0x17c
     __napi_poll+0x38/0x180
     net_rx_action+0x168/0x2f0

Fixes: c6adf77953bc ("net: usb: qmi_wwan: add qmap mux protocol support")
Signed-off-by: Qendrim Maxhuni <qendrim.maxhuni@garderos.com>
Link: https://patch.msgid.link/20251029075744.105113-1-qendrim.maxhuni@garderos.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
---
 drivers/net/usb/qmi_wwan.c | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/drivers/net/usb/qmi_wwan.c b/drivers/net/usb/qmi_wwan.c
index 11352d85475ae..3a4985b582cb1 100644
--- a/drivers/net/usb/qmi_wwan.c
+++ b/drivers/net/usb/qmi_wwan.c
@@ -192,6 +192,12 @@ static int qmimux_rx_fixup(struct usbnet *dev, struct sk_buff *skb)
 		if (!skbn)
 			return 0;
 
+	       /* Raw IP packets don't have a MAC header, but other subsystems
+		* (like xfrm) may still access MAC header offsets, so they must
+		* be initialized.
+		*/
+		skb_reset_mac_header(skbn);
+
 		switch (skb->data[offset + qmimux_hdr_sz] & 0xf0) {
 		case 0x40:
 			skbn->protocol = htons(ETH_P_IP);
-- 
2.51.0




  parent reply	other threads:[~2025-11-11  1:43 UTC|newest]

Thread overview: 875+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-11-11  0:32 [PATCH 6.17 000/849] 6.17.8-rc1 review Greg Kroah-Hartman
2025-11-11  0:32 ` [PATCH 6.17 001/849] Revert "Bluetooth: L2CAP: convert timeouts to secs_to_jiffies()" Greg Kroah-Hartman
2025-11-11  0:32 ` [PATCH 6.17 002/849] sched_ext: Mark scx_bpf_dsq_move_set_[slice|vtime]() with KF_RCU Greg Kroah-Hartman
2025-11-11  0:32 ` [PATCH 6.17 003/849] NFSD: Define actions for the new time_deleg FATTR4 attributes Greg Kroah-Hartman
2025-11-11  0:32 ` [PATCH 6.17 004/849] NFSD: Fix crash in nfsd4_read_release() Greg Kroah-Hartman
2025-11-11  0:32 ` [PATCH 6.17 005/849] Revert "NFSD: Remove the cap on number of operations per NFSv4 COMPOUND" Greg Kroah-Hartman
2025-11-11  0:32 ` [PATCH 6.17 006/849] net: usb: asix_devices: Check return value of usbnet_get_endpoints Greg Kroah-Hartman
2025-11-11  0:32 ` [PATCH 6.17 007/849] fbcon: Set fb_display[i]->mode to NULL when the mode is released Greg Kroah-Hartman
2025-11-11  0:32 ` [PATCH 6.17 008/849] fbdev: atyfb: Check if pll_ops->init_pll failed Greg Kroah-Hartman
2025-11-11  0:32 ` [PATCH 6.17 009/849] ACPI: video: Fix use-after-free in acpi_video_switch_brightness() Greg Kroah-Hartman
2025-11-11  0:33 ` [PATCH 6.17 010/849] ACPI: button: Call input_free_device() on failing input device registration Greg Kroah-Hartman
2025-11-11  0:33 ` [PATCH 6.17 011/849] ACPI: fan: Use platform device for devres-related actions Greg Kroah-Hartman
2025-11-11  0:33 ` [PATCH 6.17 012/849] virtio-net: drop the multi-buffer XDP packet in zerocopy Greg Kroah-Hartman
2025-11-11  0:33 ` [PATCH 6.17 013/849] batman-adv: Release references to inactive interfaces Greg Kroah-Hartman
2025-11-11  0:33 ` [PATCH 6.17 014/849] fbdev: bitblit: bound-check glyph index in bit_putcs* Greg Kroah-Hartman
2025-11-11  0:33 ` [PATCH 6.17 015/849] Bluetooth: rfcomm: fix modem control handling Greg Kroah-Hartman
2025-11-11  0:33 ` [PATCH 6.17 016/849] net: phy: dp83867: Disable EEE support as not implemented Greg Kroah-Hartman
2025-11-11  0:33 ` [PATCH 6.17 017/849] wifi: brcmfmac: fix crash while sending Action Frames in standalone AP Mode Greg Kroah-Hartman
2025-11-11  0:33 ` [PATCH 6.17 018/849] fbdev: pvr2fb: Fix leftover reference to ONCHIP_NR_DMA_CHANNELS Greg Kroah-Hartman
2025-11-11  0:33 ` [PATCH 6.17 019/849] fbdev: valkyriefb: Fix reference count leak in valkyriefb_init Greg Kroah-Hartman
2025-11-11  0:33 ` [PATCH 6.17 020/849] mptcp: drop bogus optimization in __mptcp_check_push() Greg Kroah-Hartman
2025-11-11  0:33 ` [PATCH 6.17 021/849] mptcp: restore window probe Greg Kroah-Hartman
2025-11-11  0:33 ` [PATCH 6.17 022/849] ASoC: qdsp6: q6asm: do not sleep while atomic Greg Kroah-Hartman
2025-11-11  0:33 ` [PATCH 6.17 023/849] ASoC: renesas: rz-ssi: Use proper dma_buffer_pos after resume Greg Kroah-Hartman
2025-11-11  0:33 ` [PATCH 6.17 024/849] s390/pci: Restore IRQ unconditionally for the zPCI device Greg Kroah-Hartman
2025-11-11  0:33 ` [PATCH 6.17 025/849] smb: client: fix potential cfid UAF in smb2_query_info_compound Greg Kroah-Hartman
2025-11-11  0:33 ` [PATCH 6.17 026/849] x86/build: Disable SSE4a Greg Kroah-Hartman
2025-11-11  0:33 ` [PATCH 6.17 027/849] x86/CPU/AMD: Add RDSEED fix for Zen5 Greg Kroah-Hartman
2025-11-11  0:33 ` [PATCH 6.17 028/849] x86/fpu: Ensure XFD state on signal delivery Greg Kroah-Hartman
2025-11-11  0:33 ` [PATCH 6.17 029/849] wifi: ath10k: Fix memory leak on unsupported WMI command Greg Kroah-Hartman
2025-11-11  0:33 ` [PATCH 6.17 030/849] wifi: ath11k: Add missing platform IDs for quirk table Greg Kroah-Hartman
2025-11-11  0:33 ` [PATCH 6.17 031/849] wifi: ath12k: free skb during idr cleanup callback Greg Kroah-Hartman
2025-11-11  0:33 ` [PATCH 6.17 032/849] wifi: ath11k: avoid bit operation on key flags Greg Kroah-Hartman
2025-11-11  0:33 ` [PATCH 6.17 033/849] drm/msm: Fix GEM free for imported dma-bufs Greg Kroah-Hartman
2025-11-11  0:33 ` [PATCH 6.17 034/849] drm/msm/a6xx: Fix GMU firmware parser Greg Kroah-Hartman
2025-11-11  0:33 ` [PATCH 6.17 035/849] drm/msm: make sure last_fence is always updated Greg Kroah-Hartman
2025-11-11  0:33 ` [PATCH 6.17 036/849] ALSA: usb-audio: fix control pipe direction Greg Kroah-Hartman
2025-11-11  0:33 ` [PATCH 6.17 037/849] wifi: iwlwifi: fix potential use after free in iwl_mld_remove_link() Greg Kroah-Hartman
2025-11-11  0:33 ` [PATCH 6.17 038/849] ASoC: cs-amp-lib-test: Fix missing include of kunit/test-bug.h Greg Kroah-Hartman
2025-11-11  0:33 ` [PATCH 6.17 039/849] wifi: mac80211: reset FILS discovery and unsol probe resp intervals Greg Kroah-Hartman
2025-11-11  0:33 ` [PATCH 6.17 040/849] wifi: mac80211: fix key tailroom accounting leak Greg Kroah-Hartman
2025-11-11  0:33 ` [PATCH 6.17 041/849] wifi: nl80211: call kfree without a NULL check Greg Kroah-Hartman
2025-11-11  0:33 ` [PATCH 6.17 042/849] kunit: test_dev_action: Correctly cast priv pointer to long* Greg Kroah-Hartman
2025-11-11  0:33 ` [PATCH 6.17 043/849] bpf: Sync pending IRQ work before freeing ring buffer Greg Kroah-Hartman
2025-11-11  0:33 ` [PATCH 6.17 044/849] scsi: ufs: core: Initialize value of an attribute returned by uic cmd Greg Kroah-Hartman
2025-11-11  0:33 ` [PATCH 6.17 045/849] scsi: core: Fix the unit attention counter implementation Greg Kroah-Hartman
2025-11-11  0:33 ` [PATCH 6.17 046/849] bpf: Do not audit capability check in do_jit() Greg Kroah-Hartman
2025-11-11  0:33 ` [PATCH 6.17 047/849] nvmet-auth: update sc_c in host response Greg Kroah-Hartman
2025-11-11  0:33 ` [PATCH 6.17 048/849] crypto: s390/phmac - Do not modify the req->nbytes value Greg Kroah-Hartman
2025-11-11  0:33 ` [PATCH 6.17 049/849] crypto: aspeed - fix double free caused by devm Greg Kroah-Hartman
2025-11-11  0:33 ` [PATCH 6.17 050/849] ASoC: Intel: avs: Unprepare a stream when XRUN occurs Greg Kroah-Hartman
2025-11-11  0:33 ` [PATCH 6.17 051/849] ASoC: Intel: avs: Disable periods-elapsed work when closing PCM Greg Kroah-Hartman
2025-11-11  0:33 ` [PATCH 6.17 052/849] ASoC: fsl_sai: fix bit order for DSD format Greg Kroah-Hartman
2025-11-11  0:33 ` [PATCH 6.17 053/849] ASoC: fsl_micfil: correct the endian format for DSD Greg Kroah-Hartman
2025-11-11  0:33 ` [PATCH 6.17 054/849] libbpf: Fix powerpcs stack register definition in bpf_tracing.h Greg Kroah-Hartman
2025-11-11  0:33 ` [PATCH 6.17 055/849] ASoC: mediatek: Fix double pm_runtime_disable in remove functions Greg Kroah-Hartman
2025-11-11  0:33 ` [PATCH 6.17 056/849] usbnet: Prevents free active kevent Greg Kroah-Hartman
2025-11-11  0:33 ` [PATCH 6.17 057/849] Bluetooth: hci_sync: fix race in hci_cmd_sync_dequeue_once Greg Kroah-Hartman
2025-11-11  0:33 ` [PATCH 6.17 058/849] Bluetooth: ISO: Fix BIS connection dst_type handling Greg Kroah-Hartman
2025-11-11  0:33 ` [PATCH 6.17 059/849] Bluetooth: btmtksdio: Add pmctrl handling for BT closed state during reset Greg Kroah-Hartman
2025-11-11  0:33 ` [PATCH 6.17 060/849] Bluetooth: HCI: Fix tracking of advertisement set/instance 0x00 Greg Kroah-Hartman
2025-11-11  0:33 ` [PATCH 6.17 061/849] Bluetooth: MGMT: fix crash in set_mesh_sync and set_mesh_complete Greg Kroah-Hartman
2025-11-11  0:33 ` [PATCH 6.17 062/849] Bluetooth: ISO: Fix another instance of dst_type handling Greg Kroah-Hartman
2025-11-11  0:33 ` [PATCH 6.17 063/849] Bluetooth: btintel_pcie: Fix event packet loss issue Greg Kroah-Hartman
2025-11-11  0:33 ` [PATCH 6.17 064/849] Bluetooth: hci_conn: Fix connection cleanup with BIG with 2 or more BIS Greg Kroah-Hartman
2025-11-11  0:33 ` [PATCH 6.17 065/849] Bluetooth: hci_core: Fix tracking of periodic advertisement Greg Kroah-Hartman
2025-11-11  0:33 ` [PATCH 6.17 066/849] bpf: Conditionally include dynptr copy kfuncs Greg Kroah-Hartman
2025-11-11  0:33 ` [PATCH 6.17 067/849] drm/msm: Ensure vm is created in VM_BIND ioctl Greg Kroah-Hartman
2025-11-11  0:33 ` [PATCH 6.17 068/849] ALSA: usb-audio: add mono main switch to Presonus S1824c Greg Kroah-Hartman
2025-11-11  0:33 ` [PATCH 6.17 069/849] ALSA: usb-audio: dont log messages meant for 1810c when initializing 1824c Greg Kroah-Hartman
2025-11-11  0:34 ` [PATCH 6.17 070/849] ACPI: MRRM: Check revision of MRRM table Greg Kroah-Hartman
2025-11-11  0:34 ` [PATCH 6.17 071/849] drm/etnaviv: fix flush sequence logic Greg Kroah-Hartman
2025-11-11  0:34 ` [PATCH 6.17 072/849] tools: ynl: fix string attribute length to include null terminator Greg Kroah-Hartman
2025-11-11  0:34 ` [PATCH 6.17 073/849] net: hns3: return error code when function fails Greg Kroah-Hartman
2025-11-11  0:34 ` [PATCH 6.17 074/849] sfc: fix potential memory leak in efx_mae_process_mport() Greg Kroah-Hartman
2025-11-11  0:34 ` [PATCH 6.17 075/849] tools: ynl: avoid print_field when there is no reply Greg Kroah-Hartman
2025-11-11  0:34 ` [PATCH 6.17 076/849] dpll: spec: add missing module-name and clock-id to pin-get reply Greg Kroah-Hartman
2025-11-11  0:34 ` [PATCH 6.17 077/849] ASoC: fsl_sai: Fix sync error in consumer mode Greg Kroah-Hartman
2025-11-11  0:34 ` [PATCH 6.17 078/849] ASoC: soc_sdw_utils: remove cs42l43 component_name Greg Kroah-Hartman
2025-11-11  0:34 ` [PATCH 6.17 079/849] drm/radeon: Do not kfree() devres managed rdev Greg Kroah-Hartman
2025-11-11  0:34 ` [PATCH 6.17 080/849] drm/radeon: Remove calls to drm_put_dev() Greg Kroah-Hartman
2025-11-11  0:34 ` [PATCH 6.17 081/849] drm/amd/pm: fix smu table id bound check issue in smu_cmn_update_table() Greg Kroah-Hartman
2025-11-11  0:34 ` [PATCH 6.17 082/849] drm/amd/pm/powerplay/smumgr: Fix PCIeBootLinkLevel value on Fiji Greg Kroah-Hartman
2025-11-11  0:34 ` [PATCH 6.17 083/849] drm/amd/pm/powerplay/smumgr: Fix PCIeBootLinkLevel value on Iceland Greg Kroah-Hartman
2025-11-11  0:34 ` [PATCH 6.17 084/849] drm/amdgpu: fix SPDX headers on amdgpu_cper.c/h Greg Kroah-Hartman
2025-11-11  0:34 ` [PATCH 6.17 085/849] drm/amdgpu: fix SPDX header on amd_cper.h Greg Kroah-Hartman
2025-11-11  0:34 ` [PATCH 6.17 086/849] drm/amdgpu: fix SPDX header on irqsrcs_vcn_5_0.h Greg Kroah-Hartman
2025-11-11  0:34 ` [PATCH 6.17 087/849] ACPI: fan: Use ACPI handle when retrieving _FST Greg Kroah-Hartman
2025-11-11  0:34 ` [PATCH 6.17 088/849] block: fix op_is_zone_mgmt() to handle REQ_OP_ZONE_RESET_ALL Greg Kroah-Hartman
2025-11-11  0:34 ` [PATCH 6.17 089/849] block: make REQ_OP_ZONE_OPEN a write operation Greg Kroah-Hartman
2025-11-11  0:34 ` [PATCH 6.17 090/849] dma-fence: Fix safe access wrapper to call timeline name method Greg Kroah-Hartman
2025-11-11  0:34 ` [PATCH 6.17 091/849] kbuild: align modinfo section for Secureboot Authenticode EDK2 compat Greg Kroah-Hartman
2025-11-11  0:34 ` [PATCH 6.17 092/849] perf/x86/intel: Fix KASAN global-out-of-bounds warning Greg Kroah-Hartman
2025-11-11  0:34 ` [PATCH 6.17 093/849] regmap: slimbus: fix bus_context pointer in regmap init calls Greg Kroah-Hartman
2025-11-11  0:34 ` [PATCH 6.17 094/849] regmap: irq: Correct documentation of wake_invert flag Greg Kroah-Hartman
2025-11-11  0:34 ` [PATCH 6.17 095/849] s390/pci: Avoid deadlock between PCI error recovery and mlx5 crdump Greg Kroah-Hartman
2025-11-11  0:34 ` [PATCH 6.17 097/849] s390/mm: Fix memory leak in add_marker() when kvrealloc() fails Greg Kroah-Hartman
2025-11-11  0:34 ` [PATCH 6.17 098/849] drm/xe: Do not wake device during a GT reset Greg Kroah-Hartman
2025-11-11  0:34 ` [PATCH 6.17 099/849] drm/sysfb: Do not dereference NULL pointer in plane reset Greg Kroah-Hartman
2025-11-11  0:34 ` [PATCH 6.17 100/849] drm/sched: avoid killing parent entity on child SIGKILL Greg Kroah-Hartman
2025-11-11  0:34 ` [PATCH 6.17 101/849] drm/sched: Fix race in drm_sched_entity_select_rq() Greg Kroah-Hartman
2025-11-11  0:34 ` [PATCH 6.17 102/849] drm/nouveau: Fix race in nouveau_sched_fini() Greg Kroah-Hartman
2025-11-11  0:34 ` [PATCH 6.17 103/849] drm/mediatek: Fix device use-after-free on unbind Greg Kroah-Hartman
2025-11-11  0:34 ` [PATCH 6.17 104/849] drm/i915/dmc: Clear HRR EVT_CTL/HTP to zero on ADL-S Greg Kroah-Hartman
2025-11-11  0:34 ` [PATCH 6.17 105/849] drm/ast: Clear preserved bits from register output value Greg Kroah-Hartman
2025-11-11 15:38   ` Peter Schneider
2025-11-11  0:34 ` [PATCH 6.17 106/849] drm/amd: Check that VPE has reached DPM0 in idle handler Greg Kroah-Hartman
2025-11-11  0:34 ` [PATCH 6.17 107/849] drm/amd/display: Fix incorrect return of vblank enable on unconfigured crtc Greg Kroah-Hartman
2025-11-11  0:34 ` [PATCH 6.17 108/849] drm/amd/display: Dont program BLNDGAM_MEM_PWR_FORCE when CM low-power is disabled on DCN30 Greg Kroah-Hartman
2025-11-11  0:34 ` [PATCH 6.17 109/849] drm/amd/display: Add HDR workaround for a specific eDP Greg Kroah-Hartman
2025-11-11  0:34 ` [PATCH 6.17 110/849] mptcp: leverage skb deferral free Greg Kroah-Hartman
2025-11-11  0:34 ` [PATCH 6.17 111/849] mptcp: fix MSG_PEEK stream corruption Greg Kroah-Hartman
2025-11-11  0:34 ` [PATCH 6.17 112/849] cpuidle: governors: menu: Rearrange main loop in menu_select() Greg Kroah-Hartman
2025-11-11  0:34 ` [PATCH 6.17 113/849] cpuidle: governors: menu: Select polling state in some more cases Greg Kroah-Hartman
2025-11-11  0:34 ` [PATCH 6.17 114/849] PM: hibernate: Combine return paths in power_down() Greg Kroah-Hartman
2025-11-11  0:34 ` [PATCH 6.17 115/849] PM: sleep: Allow pm_restrict_gfp_mask() stacking Greg Kroah-Hartman
2025-11-11  0:34 ` [PATCH 6.17 116/849] mfd: kempld: Switch back to earlier ->init() behavior Greg Kroah-Hartman
2025-11-11  0:34 ` [PATCH 6.17 117/849] usb: gadget: f_fs: Fix epfile null pointer access after ep enable Greg Kroah-Hartman
2025-11-11  0:34 ` [PATCH 6.17 118/849] soc: aspeed: socinfo: Add AST27xx silicon IDs Greg Kroah-Hartman
2025-11-11  0:34 ` [PATCH 6.17 119/849] firmware: qcom: scm: preserve assign_mem() error return value Greg Kroah-Hartman
2025-11-11  0:34 ` [PATCH 6.17 120/849] soc: qcom: smem: Fix endian-unaware access of num_entries Greg Kroah-Hartman
2025-11-11  0:34 ` [PATCH 6.17 121/849] spi: loopback-test: Dont use %pK through printk Greg Kroah-Hartman
2025-11-11  0:34 ` [PATCH 6.17 122/849] spi: spi-qpic-snand: handle use_ecc parameter of qcom_spi_config_cw_read() Greg Kroah-Hartman
2025-11-11  0:34 ` [PATCH 6.17 123/849] soc: ti: pruss: dont use %pK through printk Greg Kroah-Hartman
2025-11-11  0:34 ` [PATCH 6.17 124/849] bpf: Dont " Greg Kroah-Hartman
2025-11-11  0:34 ` [PATCH 6.17 125/849] mmc: sdhci: Disable SD card clock before changing parameters Greg Kroah-Hartman
2025-11-11  0:34 ` [PATCH 6.17 126/849] pinctrl: single: fix bias pull up/down handling in pin_config_set Greg Kroah-Hartman
2025-11-11  0:34 ` [PATCH 6.17 127/849] mmc: host: renesas_sdhi: Fix the actual clock Greg Kroah-Hartman
2025-11-11  0:34 ` [PATCH 6.17 128/849] memstick: Add timeout to prevent indefinite waiting Greg Kroah-Hartman
2025-11-11  0:34 ` [PATCH 6.17 129/849] cpufreq: ti: Add support for AM62D2 Greg Kroah-Hartman
2025-11-11  0:35 ` [PATCH 6.17 130/849] bpf: Use tnums for JEQ/JNE is_branch_taken logic Greg Kroah-Hartman
2025-11-11  0:35 ` [PATCH 6.17 131/849] firmware: ti_sci: Enable abort handling of entry to LPM Greg Kroah-Hartman
2025-11-11  0:35 ` [PATCH 6.17 132/849] firewire: ohci: move self_id_complete tracepoint after validating register Greg Kroah-Hartman
2025-11-11  0:35 ` [PATCH 6.17 133/849] irqchip/sifive-plic: Respect mask state when setting affinity Greg Kroah-Hartman
2025-11-11  0:35 ` [PATCH 6.17 134/849] irqchip/loongson-eiointc: Route interrupt parsed from bios table Greg Kroah-Hartman
2025-11-11  0:35 ` [PATCH 6.17 135/849] io_uring/zctx: check chained notif contexts Greg Kroah-Hartman
2025-11-11  0:35 ` [PATCH 6.17 136/849] ACPI: sysfs: Use ACPI_FREE() for freeing an ACPI object Greg Kroah-Hartman
2025-11-11  0:35 ` [PATCH 6.17 137/849] ACPI: video: force native for Lenovo 82K8 Greg Kroah-Hartman
2025-11-11  0:35 ` [PATCH 6.17 138/849] libbpf: Fix USDT SIB argument handling causing unrecognized register error Greg Kroah-Hartman
2025-11-11  0:35 ` [PATCH 6.17 139/849] selftests/bpf: Fix bpf_prog_detach2 usage in test_lirc_mode2 Greg Kroah-Hartman
2025-11-11  0:35 ` [PATCH 6.17 140/849] arm64: versal-net: Update rtc calibration value Greg Kroah-Hartman
2025-11-11  0:35 ` [PATCH 6.17 141/849] cpufreq/longhaul: handle NULL policy in longhaul_exit Greg Kroah-Hartman
2025-11-11  0:35 ` [PATCH 6.17 142/849] firmware: qcom: scm: Allow QSEECOM on Dell Inspiron 7441 / Latitude 7455 Greg Kroah-Hartman
2025-11-11  0:35 ` [PATCH 6.17 143/849] kselftest/arm64: tpidr2: Switch to waitpid() over wait4() Greg Kroah-Hartman
2025-11-11  0:35 ` [PATCH 6.17 144/849] arc: Fix __fls() const-foldability via __builtin_clzl() Greg Kroah-Hartman
2025-11-11  0:35 ` [PATCH 6.17 145/849] bpftool: Add CET-aware symbol matching for x86_64 architectures Greg Kroah-Hartman
2025-11-11 10:17   ` Thorsten Leemhuis
2025-11-12 11:03     ` Greg Kroah-Hartman
2025-11-11 18:20   ` Justin Forbes
2025-11-12 11:00     ` Greg Kroah-Hartman
2025-11-11  0:35 ` [PATCH 6.17 146/849] selftests/bpf: Upon failures, exit with code 1 in test_xsk.sh Greg Kroah-Hartman
2025-11-11  0:35 ` [PATCH 6.17 147/849] irqchip/gic-v2m: Handle Multiple MSI base IRQ Alignment Greg Kroah-Hartman
2025-11-11  0:35 ` [PATCH 6.17 148/849] ACPI: PRM: Skip handlers with NULL handler_address or NULL VA Greg Kroah-Hartman
2025-11-11  0:35 ` [PATCH 6.17 149/849] ACPI: resource: Skip IRQ override on ASUS Vivobook Pro N6506CU Greg Kroah-Hartman
2025-11-11  0:35 ` [PATCH 6.17 150/849] ACPI: scan: Add Intel CVS ACPI HIDs to acpi_ignore_dep_ids[] Greg Kroah-Hartman
2025-11-11  0:35 ` [PATCH 6.17 151/849] thermal: gov_step_wise: Allow cooling level to be reduced earlier Greg Kroah-Hartman
2025-11-11  0:35 ` [PATCH 6.17 152/849] thermal: intel: selftests: workload_hint: Mask unsupported types Greg Kroah-Hartman
2025-11-11  0:35 ` [PATCH 6.17 153/849] power: supply: qcom_battmgr: add OOI chemistry Greg Kroah-Hartman
2025-11-11  0:35 ` [PATCH 6.17 154/849] hwmon: (k10temp) Add thermal support for AMD Family 1Ah-based models Greg Kroah-Hartman
2025-11-11  0:35 ` [PATCH 6.17 155/849] hwmon: (k10temp) Add device ID for Strix Halo Greg Kroah-Hartman
2025-11-11  0:35 ` [PATCH 6.17 156/849] hwmon: (lenovo-ec-sensors) Update P8 supprt Greg Kroah-Hartman
2025-11-11  0:35 ` [PATCH 6.17 157/849] hwmon: (sbtsi_temp) AMD CPU extended temperature range support Greg Kroah-Hartman
2025-11-11  0:35 ` [PATCH 6.17 158/849] pinctrl: renesas: rzg2l: Add suspend/resume support for Schmitt control registers Greg Kroah-Hartman
2025-11-11  0:35 ` [PATCH 6.17 159/849] pinctrl: keembay: release allocated memory in detach path Greg Kroah-Hartman
2025-11-11  0:35 ` [PATCH 6.17 160/849] power: supply: sbs-charger: Support multiple devices Greg Kroah-Hartman
2025-11-11  0:35 ` [PATCH 6.17 161/849] io_uring/rsrc: respect submitter_task in io_register_clone_buffers() Greg Kroah-Hartman
2025-11-11  0:35 ` [PATCH 6.17 162/849] hwmon: sy7636a: add alias Greg Kroah-Hartman
2025-11-11  0:35 ` [PATCH 6.17 163/849] selftests/bpf: Fix incorrect array size calculation Greg Kroah-Hartman
2025-11-11  0:35 ` [PATCH 6.17 164/849] block: check for valid bio while splitting Greg Kroah-Hartman
2025-11-11  0:35 ` [PATCH 6.17 165/849] irqchip/loongson-pch-lpc: Use legacy domain for PCH-LPC IRQ controller Greg Kroah-Hartman
2025-11-11  0:35 ` [PATCH 6.17 166/849] cpufreq: ondemand: Update the efficient idle check for Intel extended Families Greg Kroah-Hartman
2025-11-11  0:35 ` [PATCH 6.17 167/849] arm64: zynqmp: Disable coresight by default Greg Kroah-Hartman
2025-11-11  0:35 ` [PATCH 6.17 168/849] arm64: zynqmp: Revert usb node drive strength and slew rate for zcu106 Greg Kroah-Hartman
2025-11-11  0:35 ` [PATCH 6.17 169/849] soc/tegra: fuse: Add Tegra114 nvmem cells and fuse lookups Greg Kroah-Hartman
2025-11-11  0:35 ` [PATCH 6.17 170/849] ARM: tegra: p880: set correct touchscreen clipping Greg Kroah-Hartman
2025-11-11  0:35 ` [PATCH 6.17 171/849] ARM: tegra: transformer-20: add missing magnetometer interrupt Greg Kroah-Hartman
2025-11-11  0:35 ` [PATCH 6.17 172/849] ARM: tegra: transformer-20: fix audio-codec interrupt Greg Kroah-Hartman
2025-11-11  0:35 ` [PATCH 6.17 173/849] firmware: qcom: tzmem: disable sc7180 platform Greg Kroah-Hartman
2025-11-11  0:35 ` [PATCH 6.17 174/849] soc: ti: k3-socinfo: Add information for AM62L SR1.1 Greg Kroah-Hartman
2025-11-11  0:35 ` [PATCH 6.17 175/849] mmc: sdhci-msm: Enable tuning for SDR50 mode for SD card Greg Kroah-Hartman
2025-11-11  0:35 ` [PATCH 6.17 176/849] pwm: pca9685: Use bulk write to atomicially update registers Greg Kroah-Hartman
2025-11-11  0:35 ` [PATCH 6.17 177/849] ACPICA: dispatcher: Use acpi_ds_clear_operands() in acpi_ds_call_control_method() Greg Kroah-Hartman
2025-11-11  0:35 ` [PATCH 6.17 178/849] tee: allow a driver to allocate a tee_device without a pool Greg Kroah-Hartman
2025-11-11  0:35 ` [PATCH 6.17 179/849] nvmet-fc: avoid scheduling association deletion twice Greg Kroah-Hartman
2025-11-11  0:35 ` [PATCH 6.17 180/849] nvme-fc: use lock accessing port_state and rport state Greg Kroah-Hartman
2025-11-11  0:35 ` [PATCH 6.17 181/849] kunit: Enable PCI on UML without triggering WARN() Greg Kroah-Hartman
2025-11-11  0:35 ` [PATCH 6.17 182/849] selftests/bpf: Fix arena_spin_lock selftest failure Greg Kroah-Hartman
2025-11-11  0:35 ` [PATCH 6.17 183/849] bpf: Do not limit bpf_cgroup_from_id to currents namespace Greg Kroah-Hartman
2025-11-11  0:35 ` [PATCH 6.17 184/849] i3c: mipi-i3c-hci-pci: Add support for Intel Wildcat Lake-U I3C Greg Kroah-Hartman
2025-11-11  0:35 ` [PATCH 6.17 185/849] rust: kunit: allow `cfg` on `test`s Greg Kroah-Hartman
2025-11-11  0:35 ` [PATCH 6.17 186/849] video: backlight: lp855x_bl: Set correct EPROM start for LP8556 Greg Kroah-Hartman
2025-11-11  0:35 ` [PATCH 6.17 187/849] i3c: dw: Add shutdown support to dw_i3c_master driver Greg Kroah-Hartman
2025-11-11  0:35 ` [PATCH 6.17 188/849] io_uring/zcrx: check all niovs filled with dma addresses Greg Kroah-Hartman
2025-11-11  0:35 ` [PATCH 6.17 189/849] tools/cpupower: fix error return value in cpupower_write_sysfs() Greg Kroah-Hartman
2025-11-11  0:36 ` [PATCH 6.17 190/849] io_uring/zcrx: account niov arrays to cgroup Greg Kroah-Hartman
2025-11-11  0:36 ` [PATCH 6.17 191/849] pmdomain: apple: Add "apple,t8103-pmgr-pwrstate" Greg Kroah-Hartman
2025-11-11  0:36 ` [PATCH 6.17 192/849] power: supply: qcom_battmgr: handle charging state change notifications Greg Kroah-Hartman
2025-11-11  0:36 ` [PATCH 6.17 193/849] bpftool: Fix -Wuninitialized-const-pointer warnings with clang >= 21 Greg Kroah-Hartman
2025-11-11  0:36 ` [PATCH 6.17 194/849] cpuidle: Fail cpuidle device registration if there is one already Greg Kroah-Hartman
2025-11-11  0:36 ` [PATCH 6.17 195/849] futex: Dont leak robust_list pointer on exec race Greg Kroah-Hartman
2025-11-11  0:36 ` [PATCH 6.17 196/849] selftests/bpf: Fix selftest verifier_arena_large failure Greg Kroah-Hartman
2025-11-11  0:36 ` [PATCH 6.17 197/849] selftests: ublk: fix behavior when fio is not installed Greg Kroah-Hartman
2025-11-11  0:36 ` [PATCH 6.17 198/849] spi: rpc-if: Add resume support for RZ/G3E Greg Kroah-Hartman
2025-11-11  0:36 ` [PATCH 6.17 199/849] ACPI: SPCR: Support Precise Baud Rate field Greg Kroah-Hartman
2025-11-11  0:36 ` [PATCH 6.17 200/849] clocksource/drivers/vf-pit: Replace raw_readl/writel to readl/writel Greg Kroah-Hartman
2025-11-11  0:36 ` [PATCH 6.17 201/849] clocksource/drivers/timer-rtl-otto: Work around dying timers Greg Kroah-Hartman
2025-11-11  0:36 ` [PATCH 6.17 202/849] clocksource/drivers/timer-rtl-otto: Do not interfere with interrupts Greg Kroah-Hartman
2025-11-11  0:36 ` [PATCH 6.17 203/849] blk-cgroup: fix possible deadlock while configuring policy Greg Kroah-Hartman
2025-11-11  0:36 ` [PATCH 6.17 204/849] riscv: bpf: Fix uninitialized symbol retval_off Greg Kroah-Hartman
2025-11-11  0:36 ` [PATCH 6.17 205/849] bpf: Clear pfmemalloc flag when freeing all fragments Greg Kroah-Hartman
2025-11-11  0:36 ` [PATCH 6.17 206/849] selftests: drv-net: Pull data before parsing headers Greg Kroah-Hartman
2025-11-11  0:36 ` [PATCH 6.17 207/849] nvme: Use non zero KATO for persistent discovery connections Greg Kroah-Hartman
2025-11-11  0:36 ` [PATCH 6.17 208/849] uprobe: Do not emulate/sstep original instruction when ip is changed Greg Kroah-Hartman
2025-11-11  0:36 ` [PATCH 6.17 209/849] hwmon: (asus-ec-sensors) increase timeout for locking ACPI mutex Greg Kroah-Hartman
2025-11-11  0:36 ` [PATCH 6.17 210/849] hwmon: (dell-smm) Remove Dell Precision 490 custom config data Greg Kroah-Hartman
2025-11-11  0:36 ` [PATCH 6.17 211/849] hwmon: (dell-smm) Add support for Dell OptiPlex 7040 Greg Kroah-Hartman
2025-11-11  0:36 ` [PATCH 6.17 212/849] tools/cpupower: Fix incorrect size in cpuidle_state_disable() Greg Kroah-Hartman
2025-11-11  0:36 ` [PATCH 6.17 213/849] selftests/bpf: Fix flaky bpf_cookie selftest Greg Kroah-Hartman
2025-11-11  0:36 ` [PATCH 6.17 214/849] tools/power turbostat: Fix incorrect sorting of PMT telemetry Greg Kroah-Hartman
2025-11-11  0:36 ` [PATCH 6.17 215/849] tools/power x86_energy_perf_policy: Fix incorrect fopen mode usage Greg Kroah-Hartman
2025-11-11  0:36 ` [PATCH 6.17 216/849] tools/power x86_energy_perf_policy: Enhance HWP enable Greg Kroah-Hartman
2025-11-11  0:36 ` [PATCH 6.17 217/849] tools/power x86_energy_perf_policy: Prefer driver HWP limits Greg Kroah-Hartman
2025-11-11  0:36 ` [PATCH 6.17 218/849] mfd: simple-mfd-i2c: Add compatible strings for Layerscape QIXIS FPGA Greg Kroah-Hartman
2025-11-11  0:36 ` [PATCH 6.17 219/849] mfd: stmpe: Remove IRQ domain upon removal Greg Kroah-Hartman
2025-11-11  0:36 ` [PATCH 6.17 220/849] mfd: stmpe-i2c: Add missing MODULE_LICENSE Greg Kroah-Hartman
2025-11-11  0:36 ` [PATCH 6.17 221/849] mfd: qnap-mcu: Handle errors returned from qnap_mcu_write Greg Kroah-Hartman
2025-11-11  0:36 ` [PATCH 6.17 222/849] mfd: qnap-mcu: Include linux/types.h in qnap-mcu.h shared header Greg Kroah-Hartman
2025-11-11  0:36 ` [PATCH 6.17 223/849] mfd: madera: Work around false-positive -Wininitialized warning Greg Kroah-Hartman
2025-11-11  0:36 ` [PATCH 6.17 224/849] mfd: da9063: Split chip variant reading in two bus transactions Greg Kroah-Hartman
2025-11-11  0:36 ` [PATCH 6.17 225/849] mfd: macsmc: Add "apple,t8103-smc" compatible Greg Kroah-Hartman
2025-11-11  0:36 ` [PATCH 6.17 226/849] mfd: core: Increment of_nodes refcount before linking it to the platform device Greg Kroah-Hartman
2025-11-11  0:36 ` [PATCH 6.17 227/849] mfd: cs42l43: Move IRQ enable/disable to encompass force suspend Greg Kroah-Hartman
2025-11-11  0:36 ` [PATCH 6.17 228/849] mfd: intel-lpss: Add Intel Wildcat Lake LPSS PCI IDs Greg Kroah-Hartman
2025-11-11  0:36 ` [PATCH 6.17 229/849] drm/xe/ptl: Apply Wa_16026007364 Greg Kroah-Hartman
2025-11-11  0:36 ` [PATCH 6.17 230/849] drm/xe/configfs: Enforce canonical device names Greg Kroah-Hartman
2025-11-11  0:36 ` [PATCH 6.17 231/849] drm/amd/display: Update tiled to tiled copy command Greg Kroah-Hartman
2025-11-11  0:36 ` [PATCH 6.17 232/849] drm/amd/display: fix condition for setting timing_adjust_pending Greg Kroah-Hartman
2025-11-11  0:36 ` [PATCH 6.17 233/849] drm/amd/display: ensure committing streams is seamless Greg Kroah-Hartman
2025-11-11  0:36 ` [PATCH 6.17 234/849] drm/amdgpu: add range check for RAS bad page address Greg Kroah-Hartman
2025-11-11  0:36 ` [PATCH 6.17 235/849] drm/amdgpu: Check vcn sram load return value Greg Kroah-Hartman
2025-11-11  0:36 ` [PATCH 6.17 236/849] drm/amd/display: Remove check DPIA HPD status for BW Allocation Greg Kroah-Hartman
2025-11-11  0:36 ` [PATCH 6.17 237/849] drm/amd/display: Move setup_stream_attribute Greg Kroah-Hartman
2025-11-11  0:36 ` [PATCH 6.17 238/849] drm/amd/display: Increase AUX Intra-Hop Done Max Wait Duration Greg Kroah-Hartman
2025-11-11  0:36 ` [PATCH 6.17 239/849] drm/amd/display: Fix dmub_cmd header alignment Greg Kroah-Hartman
2025-11-11  0:36 ` [PATCH 6.17 240/849] drm/amd/display: Cache streams targeting link when performing LT automation Greg Kroah-Hartman
2025-11-11  0:36 ` [PATCH 6.17 241/849] drm/xe/guc: Add more GuC load error status codes Greg Kroah-Hartman
2025-11-11  0:36 ` [PATCH 6.17 242/849] drm/xe: Fix oops in xe_gem_fault when running core_hotunplug test Greg Kroah-Hartman
2025-11-11  0:36 ` [PATCH 6.17 243/849] drm/xe/pf: Dont resume device from restart worker Greg Kroah-Hartman
2025-11-11  0:36 ` [PATCH 6.17 244/849] drm/amdgpu: Fix build error when CONFIG_SUSPEND is disabled Greg Kroah-Hartman
2025-11-11  0:36 ` [PATCH 6.17 245/849] drm/amdgpu: Update IPID value for bad page threshold CPER Greg Kroah-Hartman
2025-11-11  0:36 ` [PATCH 6.17 246/849] drm/amdgpu: Avoid rma causes GPU duplicate reset Greg Kroah-Hartman
2025-11-11  0:36 ` [PATCH 6.17 247/849] drm/amdgpu: Effective health check before reset Greg Kroah-Hartman
2025-11-11  0:36 ` [PATCH 6.17 248/849] drm/amd/amdgpu: Release xcp drm memory after unplug Greg Kroah-Hartman
2025-11-11  0:36 ` [PATCH 6.17 249/849] drm/amdgpu: Fix vcn v5.0.1 poison irq call trace Greg Kroah-Hartman
2025-11-11  0:37 ` [PATCH 6.17 250/849] drm/xe: Extend wa_13012615864 to additional Xe2 and Xe3 platforms Greg Kroah-Hartman
2025-11-11  0:37 ` [PATCH 6.17 251/849] drm/amdgpu: Skip poison aca bank from UE channel Greg Kroah-Hartman
2025-11-11  0:37 ` [PATCH 6.17 252/849] drm/amd/display: add more cyan skillfish devices Greg Kroah-Hartman
2025-11-11  0:37 ` [PATCH 6.17 253/849] drm/amdgpu: Initialize jpeg v5_0_1 ras function Greg Kroah-Hartman
2025-11-11  0:37 ` [PATCH 6.17 254/849] drm/amdgpu: skip mgpu fan boost for multi-vf Greg Kroah-Hartman
2025-11-11  0:37 ` [PATCH 6.17 255/849] drm/amd/display: fix dmub access race condition Greg Kroah-Hartman
2025-11-11  0:37 ` [PATCH 6.17 256/849] drm/amd/display: update dpp/disp clock from smu clock table Greg Kroah-Hartman
2025-11-11  0:37 ` [PATCH 6.17 257/849] drm/amd/pm: Use cached metrics data on aldebaran Greg Kroah-Hartman
2025-11-11  0:37 ` [PATCH 6.17 258/849] drm/amd/pm: Use cached metrics data on arcturus Greg Kroah-Hartman
2025-11-11  0:37 ` [PATCH 6.17 259/849] accel/amdxdna: Unify pm and rpm suspend and resume callbacks Greg Kroah-Hartman
2025-11-11  0:37 ` [PATCH 6.17 260/849] drm/amdgpu/jpeg: Hold pg_lock before jpeg poweroff Greg Kroah-Hartman
2025-11-11  0:37 ` [PATCH 6.17 261/849] drm/xe/pf: Program LMTT directory pointer on all GTs within a tile Greg Kroah-Hartman
2025-11-11  0:37 ` [PATCH 6.17 262/849] drm/nouveau: replace snprintf() with scnprintf() in nvkm_snprintbf() Greg Kroah-Hartman
2025-11-11  0:37 ` [PATCH 6.17 263/849] ASoC: tas2781: Add keyword "init" in profile section Greg Kroah-Hartman
2025-11-11  0:37 ` [PATCH 6.17 264/849] ASoC: mediatek: Use SND_JACK_AVOUT for HDMI/DP jacks Greg Kroah-Hartman
2025-11-11  0:37 ` [PATCH 6.17 265/849] drm/amd/display: Reset apply_eamless_boot_optimization when dpms_off Greg Kroah-Hartman
2025-11-11  0:37 ` [PATCH 6.17 266/849] drm/amdgpu: add to custom amdgpu_drm_release drm_dev_enter/exit Greg Kroah-Hartman
2025-11-11  0:37 ` [PATCH 6.17 267/849] drm/amd/display: Wait until OTG enable state is cleared Greg Kroah-Hartman
2025-11-11  0:37 ` [PATCH 6.17 268/849] drm/xe: rework PDE PAT index selection Greg Kroah-Hartman
2025-11-11  0:37 ` [PATCH 6.17 269/849] docs: kernel-doc: avoid script crash on ancient Python Greg Kroah-Hartman
2025-11-11  0:37 ` [PATCH 6.17 270/849] drm/sharp-memory: Do not access GEM-DMA vaddr directly Greg Kroah-Hartman
2025-11-11  0:37 ` [PATCH 6.17 271/849] PCI: Disable MSI on RDC PCI to PCIe bridges Greg Kroah-Hartman
2025-11-11  0:37 ` [PATCH 6.17 272/849] drm/nouveau: always set RMDevidCheckIgnore for GSP-RM Greg Kroah-Hartman
2025-11-11  0:37 ` [PATCH 6.17 273/849] drm/panel-edp: Add SHP LQ134Z1 panel for Dell XPS 9345 Greg Kroah-Hartman
2025-11-11  0:37 ` [PATCH 6.17 274/849] selftests/net: Replace non-standard __WORDSIZE with sizeof(long) * 8 Greg Kroah-Hartman
2025-11-11  0:37 ` [PATCH 6.17 275/849] selftests/net: Ensure assert() triggers in psock_tpacket.c Greg Kroah-Hartman
2025-11-11  0:37 ` [PATCH 6.17 276/849] wifi: rtw89: print just once for unknown C2H events Greg Kroah-Hartman
2025-11-11  0:37 ` [PATCH 6.17 277/849] wifi: rtw88: sdio: use indirect IO for device registers before power-on Greg Kroah-Hartman
2025-11-11  0:37 ` [PATCH 6.17 278/849] wifi: rtw89: add dummy C2H handlers for BCN resend and update done Greg Kroah-Hartman
2025-11-11  0:37 ` [PATCH 6.17 279/849] drm/amdkfd: return -ENOTTY for unsupported IOCTLs Greg Kroah-Hartman
2025-11-11  0:37 ` [PATCH 6.17 280/849] selftests: drv-net: devmem: add / correct the IPv6 support Greg Kroah-Hartman
2025-11-11  0:37 ` [PATCH 6.17 281/849] selftests: drv-net: devmem: flip the direction of Tx tests Greg Kroah-Hartman
2025-11-11  0:37 ` [PATCH 6.17 282/849] media: pci: ivtv: Dont create fake v4l2_fh Greg Kroah-Hartman
2025-11-11  0:37 ` [PATCH 6.17 283/849] media: amphion: Delete v4l2_fh synchronously in .release() Greg Kroah-Hartman
2025-11-11  0:37 ` [PATCH 6.17 284/849] drm/tidss: Use the crtc_* timings when programming the HW Greg Kroah-Hartman
2025-11-11  0:37 ` [PATCH 6.17 285/849] drm/bridge: cdns-dsi: Fix REG_WAKEUP_TIME value Greg Kroah-Hartman
2025-11-11  0:37 ` [PATCH 6.17 286/849] drm/bridge: cdns-dsi: Dont fail on MIPI_DSI_MODE_VIDEO_BURST Greg Kroah-Hartman
2025-11-11  0:37 ` [PATCH 6.17 287/849] drm/tidss: Set crtc modesetting parameters with adjusted mode Greg Kroah-Hartman
2025-11-11  0:37 ` [PATCH 6.17 288/849] drm/tidss: Remove early fb Greg Kroah-Hartman
2025-11-11  0:37 ` [PATCH 6.17 289/849] RDMA/mana_ib: Drain send wrs of GSI QP Greg Kroah-Hartman
2025-11-11  0:37 ` [PATCH 6.17 290/849] media: i2c: Kconfig: Ensure a dependency on HAVE_CLK for VIDEO_CAMERA_SENSOR Greg Kroah-Hartman
2025-11-11  0:37 ` [PATCH 6.17 291/849] PCI/ERR: Update device error_state already after reset Greg Kroah-Hartman
2025-11-11  0:37 ` [PATCH 6.17 292/849] x86/vsyscall: Do not require X86_PF_INSTR to emulate vsyscall Greg Kroah-Hartman
2025-11-11  0:37 ` [PATCH 6.17 293/849] net: stmmac: Check stmmac_hw_setup() in stmmac_resume() Greg Kroah-Hartman
2025-11-11  0:37 ` [PATCH 6.17 294/849] ice: Dont use %pK through printk or tracepoints Greg Kroah-Hartman
2025-11-11  0:37 ` [PATCH 6.17 295/849] thunderbolt: Use is_pciehp instead of is_hotplug_bridge Greg Kroah-Hartman
2025-11-11  0:37 ` [PATCH 6.17 296/849] tty: serial: ip22zilog: Use platform device for probing Greg Kroah-Hartman
2025-11-11  0:37 ` [PATCH 6.17 297/849] ASoC: es8323: enable DAPM power widgets for playback DAC and output Greg Kroah-Hartman
2025-11-11  0:37 ` [PATCH 6.17 298/849] powerpc/eeh: Use result of error_detected() in uevent Greg Kroah-Hartman
2025-11-11  0:37 ` [PATCH 6.17 299/849] s390/pci: Use pci_uevent_ers() in PCI recovery Greg Kroah-Hartman
2025-11-11  0:37 ` [PATCH 6.17 300/849] bridge: Redirect to backup port when port is administratively down Greg Kroah-Hartman
2025-11-11  0:37 ` [PATCH 6.17 301/849] selftests: drv-net: wait for carrier Greg Kroah-Hartman
2025-11-11  0:37 ` [PATCH 6.17 302/849] net: phy: mscc: report and configure in-band auto-negotiation for SGMII/QSGMII Greg Kroah-Hartman
2025-11-11  0:37 ` [PATCH 6.17 303/849] scsi: ufs: host: mediatek: Fix auto-hibern8 timer configuration Greg Kroah-Hartman
2025-11-11  0:37 ` [PATCH 6.17 304/849] scsi: ufs: host: mediatek: Fix PWM mode switch issue Greg Kroah-Hartman
2025-11-11  0:37 ` [PATCH 6.17 305/849] scsi: ufs: host: mediatek: Assign power mode userdata before FASTAUTO mode change Greg Kroah-Hartman
2025-11-11  0:37 ` [PATCH 6.17 306/849] scsi: ufs: host: mediatek: Change reset sequence for improved stability Greg Kroah-Hartman
2025-11-11  0:37 ` [PATCH 6.17 307/849] scsi: ufs: host: mediatek: Fix invalid access in vccqx handling Greg Kroah-Hartman
2025-11-11  0:37 ` [PATCH 6.17 308/849] gpu: nova-core: register: allow fields named `offset` Greg Kroah-Hartman
2025-11-11  0:37 ` [PATCH 6.17 309/849] net: ipv6: fix field-spanning memcpy warning in AH output Greg Kroah-Hartman
2025-11-11  0:38 ` [PATCH 6.17 310/849] media: imon: make send_packet() more robust Greg Kroah-Hartman
2025-11-11  0:38 ` [PATCH 6.17 311/849] drm/panthor: Serialize GPU cache flush operations Greg Kroah-Hartman
2025-11-11  0:38 ` [PATCH 6.17 312/849] HID: pidff: Use direction fix only for conditional effects Greg Kroah-Hartman
2025-11-11  0:38 ` [PATCH 6.17 313/849] HID: pidff: PERMISSIVE_CONTROL quirk autodetection Greg Kroah-Hartman
2025-11-11  0:38 ` [PATCH 6.17 314/849] drm/bridge: display-connector: dont set OP_DETECT for DisplayPorts Greg Kroah-Hartman
2025-11-11  0:38 ` [PATCH 6.17 315/849] drm/amdgpu: fix nullptr err of vm_handle_moved Greg Kroah-Hartman
2025-11-11  0:38 ` [PATCH 6.17 316/849] drm/amdkfd: Handle lack of READ permissions in SVM mapping Greg Kroah-Hartman
2025-11-11  0:38 ` [PATCH 6.17 317/849] drm/amdgpu: refactor bad_page_work for corner case handling Greg Kroah-Hartman
2025-11-11  0:38 ` [PATCH 6.17 318/849] hwrng: timeriomem - Use us_to_ktime() where appropriate Greg Kroah-Hartman
2025-11-11  0:38 ` [PATCH 6.17 319/849] iio: adc: spear_adc: mask SPEAR_ADC_STATUS channel and avg sample before setting register Greg Kroah-Hartman
2025-11-11  0:38 ` [PATCH 6.17 320/849] iio: adc: imx93_adc: load calibrated values even calibration failed Greg Kroah-Hartman
2025-11-11  0:38 ` [PATCH 6.17 321/849] usb: gadget: f_ncm: Fix MAC assignment NCM ethernet Greg Kroah-Hartman
2025-11-11  0:38 ` [PATCH 6.17 322/849] ASoC: es8323: remove DAC enablement write from es8323_probe Greg Kroah-Hartman
2025-11-11  0:38 ` [PATCH 6.17 323/849] ASoC: es8323: add proper left/right mixer controls via DAPM Greg Kroah-Hartman
2025-11-11  0:38 ` [PATCH 6.17 324/849] ASoC: Intel: avs: Do not share the name pointer between components Greg Kroah-Hartman
2025-11-11  0:38 ` [PATCH 6.17 325/849] ASoC: codecs: wsa883x: Handle shared reset GPIO for WSA883x speakers Greg Kroah-Hartman
2025-11-11  0:38 ` [PATCH 6.17 326/849] drm/xe: Make page size consistent in loop Greg Kroah-Hartman
2025-11-11  0:38 ` [PATCH 6.17 327/849] wifi: rtw89: wow: remove notify during WoWLAN net-detect Greg Kroah-Hartman
2025-11-11  0:38 ` [PATCH 6.17 328/849] wifi: rtw89: fix BSSID comparison for non-transmitted BSSID Greg Kroah-Hartman
2025-11-11  0:38 ` [PATCH 6.17 329/849] wifi: rtw89: 8851b: rfk: update IQK TIA setting Greg Kroah-Hartman
2025-11-11  0:38 ` [PATCH 6.17 330/849] dm error: mark as DM_TARGET_PASSES_INTEGRITY Greg Kroah-Hartman
2025-11-11  0:38 ` [PATCH 6.17 331/849] char: misc: Make misc_register() reentry for miscdevice who wants dynamic minor Greg Kroah-Hartman
2025-11-11  0:38 ` [PATCH 6.17 332/849] char: misc: Does not request module for miscdevice with " Greg Kroah-Hartman
2025-11-11  0:38 ` [PATCH 6.17 333/849] net: When removing nexthops, dont call synchronize_net if it is not necessary Greg Kroah-Hartman
2025-11-11  0:38 ` [PATCH 6.17 334/849] net: stmmac: Correctly handle Rx checksum offload errors Greg Kroah-Hartman
2025-11-11  0:38 ` [PATCH 6.17 335/849] net: Call trace_sock_exceed_buf_limit() for memcg failure with SK_MEM_RECV Greg Kroah-Hartman
2025-11-11  0:38 ` [PATCH 6.17 336/849] dmaengine: idxd: Add a new IAA device ID for Wildcat Lake family platforms Greg Kroah-Hartman
2025-11-11  0:38 ` [PATCH 6.17 337/849] f2fs: fix to detect potential corrupted nid in free_nid_list Greg Kroah-Hartman
2025-11-11  0:38 ` [PATCH 6.17 338/849] PCI/P2PDMA: Fix incorrect pointer usage in devm_kfree() call Greg Kroah-Hartman
2025-11-11  0:38 ` [PATCH 6.17 339/849] bnxt_en: Add Hyper-V VF ID Greg Kroah-Hartman
2025-11-11  0:38 ` [PATCH 6.17 340/849] tty: serial: Modify the use of dev_err_probe() Greg Kroah-Hartman
2025-11-11  0:38 ` [PATCH 6.17 341/849] ALSA: usb-audio: Add validation of UAC2/UAC3 effect units Greg Kroah-Hartman
2025-11-11  0:38 ` [PATCH 6.17 342/849] Octeontx2-af: Broadcast XON on all channels Greg Kroah-Hartman
2025-11-11  0:38 ` [PATCH 6.17 343/849] idpf: do not linearize big TSO packets Greg Kroah-Hartman
2025-11-11  0:38 ` [PATCH 6.17 344/849] drm/xe/pcode: Initialize data0 for pcode read routine Greg Kroah-Hartman
2025-11-11  0:38 ` [PATCH 6.17 345/849] drm/panel: ilitek-ili9881c: turn off power-supply when init fails Greg Kroah-Hartman
2025-11-11  0:38 ` [PATCH 6.17 346/849] drm/panel: ilitek-ili9881c: move display_on/_off dcs calls to (un-)prepare Greg Kroah-Hartman
2025-11-11  0:38 ` [PATCH 6.17 347/849] rds: Fix endianness annotation for RDS_MPATH_HASH Greg Kroah-Hartman
2025-11-11  0:38 ` [PATCH 6.17 348/849] net: wangxun: limit tx_max_coalesced_frames_irq Greg Kroah-Hartman
2025-11-11  0:38 ` [PATCH 6.17 349/849] iio: imu: bmi270: Match PNP ID found on newer GPD firmware Greg Kroah-Hartman
2025-11-11  0:38 ` [PATCH 6.17 350/849] media: ipu6: isys: Set embedded data type correctly for metadata formats Greg Kroah-Hartman
2025-11-11  0:38 ` [PATCH 6.17 351/849] rpmsg: char: Export alias for RPMSG ID rpmsg-raw from table Greg Kroah-Hartman
2025-11-11  0:38 ` [PATCH 6.17 352/849] net: ipv4: allow directed broadcast routes to use dst hint Greg Kroah-Hartman
2025-11-11  0:38 ` [PATCH 6.17 353/849] scsi: mpi3mr: Fix device loss during enclosure reboot due to zero link speed Greg Kroah-Hartman
2025-11-11  0:38 ` [PATCH 6.17 354/849] wifi: rtw89: coex: Limit Wi-Fi scan slot cost to avoid A2DP glitch Greg Kroah-Hartman
2025-11-11  0:38 ` [PATCH 6.17 355/849] scsi: mpi3mr: Fix I/O failures during controller reset Greg Kroah-Hartman
2025-11-11  0:38 ` [PATCH 6.17 356/849] scsi: mpi3mr: Fix controller init failure on fault during queue creation Greg Kroah-Hartman
2025-11-11  0:38 ` [PATCH 6.17 357/849] scsi: pm80xx: Fix race condition caused by static variables Greg Kroah-Hartman
2025-11-11  0:38 ` [PATCH 6.17 358/849] extcon: adc-jack: Fix wakeup source leaks on device unbind Greg Kroah-Hartman
2025-11-11  0:38 ` [PATCH 6.17 359/849] extcon: fsa9480: " Greg Kroah-Hartman
2025-11-11  0:38 ` [PATCH 6.17 360/849] extcon: axp288: " Greg Kroah-Hartman
2025-11-11  0:38 ` [PATCH 6.17 361/849] drm/xe: Set GT as wedged before sending wedged uevent Greg Kroah-Hartman
2025-11-11  0:38 ` [PATCH 6.17 362/849] remoteproc: wkup_m3: Use devm_pm_runtime_enable() helper Greg Kroah-Hartman
2025-11-11  0:38 ` [PATCH 6.17 363/849] drm/xe/wcl: Extend L3bank mask workaround Greg Kroah-Hartman
2025-11-11  0:38 ` [PATCH 6.17 364/849] net: phy: fixed_phy: let fixed_phy_unregister free the phy_device Greg Kroah-Hartman
2025-11-11  0:38 ` [PATCH 6.17 365/849] selftests: drv-net: hds: restore hds settings Greg Kroah-Hartman
2025-11-11  0:38 ` [PATCH 6.17 366/849] fuse: zero initialize inode private data Greg Kroah-Hartman
2025-11-11  0:38 ` [PATCH 6.17 367/849] virtio_fs: fix the hash table using in virtio_fs_enqueue_req() Greg Kroah-Hartman
2025-11-11  0:38 ` [PATCH 6.17 368/849] selftests: pci_endpoint: Skip IRQ test if IRQ is out of range Greg Kroah-Hartman
2025-11-11  0:38 ` [PATCH 6.17 369/849] drm/xe: Ensure GT is in C0 during resumes Greg Kroah-Hartman
2025-11-11  0:39 ` [PATCH 6.17 370/849] misc: pci_endpoint_test: Skip IRQ tests if irq is out of range Greg Kroah-Hartman
2025-11-11  0:39 ` [PATCH 6.17 371/849] drm/amdgpu: Correct the loss of aca bank reg info Greg Kroah-Hartman
2025-11-11  0:39 ` [PATCH 6.17 372/849] drm/amdgpu: Correct the counts of nr_banks and nr_errors Greg Kroah-Hartman
2025-11-11  0:39 ` [PATCH 6.17 373/849] drm/amdkfd: fix vram allocation failure for a special case Greg Kroah-Hartman
2025-11-11  0:39 ` [PATCH 6.17 374/849] drm/amd/display: Support HW cursor 180 rot for any number of pipe splits Greg Kroah-Hartman
2025-11-11  0:39 ` [PATCH 6.17 375/849] drm/amdkfd: Tie UNMAP_LATENCY to queue_preemption Greg Kroah-Hartman
2025-11-11  0:39 ` [PATCH 6.17 376/849] drm/amd/display: wait for otg update pending latch before clock optimization Greg Kroah-Hartman
2025-11-11  0:39 ` [PATCH 6.17 377/849] drm/amd/display: Consider sink max slice width limitation for dsc Greg Kroah-Hartman
2025-11-11  0:39 ` [PATCH 6.17 378/849] drm/amdgpu/vpe: cancel delayed work in hw_fini Greg Kroah-Hartman
2025-11-11  0:39 ` [PATCH 6.17 379/849] drm/xe: Cancel pending TLB inval workers on teardown Greg Kroah-Hartman
2025-11-11  0:39 ` [PATCH 6.17 380/849] net: Prevent RPS table overwrite of active flows Greg Kroah-Hartman
2025-11-11  0:39 ` [PATCH 6.17 381/849] eth: fbnic: Reset hw stats upon PCI error Greg Kroah-Hartman
2025-11-11  0:39 ` [PATCH 6.17 382/849] wifi: iwlwifi: mld: trigger mlo scan only when not in EMLSR Greg Kroah-Hartman
2025-11-11  0:39 ` [PATCH 6.17 383/849] platform/x86/intel-uncore-freq: Fix warning in partitioned system Greg Kroah-Hartman
2025-11-11  0:39 ` [PATCH 6.17 384/849] drm/msm/dpu: Filter modes based on adjusted mode clock Greg Kroah-Hartman
2025-11-11  0:39 ` [PATCH 6.17 385/849] drm/msm: Use of_reserved_mem_region_to_resource() for "memory-region" Greg Kroah-Hartman
2025-11-11  0:39 ` [PATCH 6.17 386/849] selftests: drv-net: rss_ctx: fix the queue count check Greg Kroah-Hartman
2025-11-11  0:39 ` [PATCH 6.17 387/849] media: fix uninitialized symbol warnings Greg Kroah-Hartman
2025-11-11  0:39 ` [PATCH 6.17 388/849] media: pci: mgb4: Fix timings comparison in VIDIOC_S_DV_TIMINGS Greg Kroah-Hartman
2025-11-11  0:39 ` [PATCH 6.17 389/849] ASoC: SOF: ipc4-pcm: Add fixup for channels Greg Kroah-Hartman
2025-11-11  0:39 ` [PATCH 6.17 390/849] drm/amdgpu: Notify pmfw bad page threshold exceeded Greg Kroah-Hartman
2025-11-11  0:39 ` [PATCH 6.17 391/849] drm/amd/display: Increase minimum clock for TMDS 420 with pipe splitting Greg Kroah-Hartman
2025-11-11  0:39 ` [PATCH 6.17 392/849] drm/amdgpu: Avoid jpeg v5.0.1 poison irq call trace on sriov guest Greg Kroah-Hartman
2025-11-11  0:39 ` [PATCH 6.17 393/849] drm/amd/display: incorrect conditions for failing dto calculations Greg Kroah-Hartman
2025-11-11  0:39 ` [PATCH 6.17 394/849] drm/amdgpu: Avoid vcn v5.0.1 poison irq call trace on sriov guest Greg Kroah-Hartman
2025-11-11  0:39 ` [PATCH 6.17 395/849] drm/amdgpu: Respect max pixel clock for HDMI and DVI-D (v2) Greg Kroah-Hartman
2025-11-11  0:39 ` [PATCH 6.17 396/849] mips: lantiq: danube: add missing properties to cpu node Greg Kroah-Hartman
2025-11-11  0:39 ` [PATCH 6.17 397/849] mips: lantiq: danube: add model to EASY50712 dts Greg Kroah-Hartman
2025-11-11  0:39 ` [PATCH 6.17 398/849] mips: lantiq: danube: add missing device_type in pci node Greg Kroah-Hartman
2025-11-11  0:39 ` [PATCH 6.17 399/849] mips: lantiq: xway: sysctrl: rename stp clock Greg Kroah-Hartman
2025-11-11  0:39 ` [PATCH 6.17 400/849] mips: lantiq: danube: rename stp node on EASY50712 reference board Greg Kroah-Hartman
2025-11-11  0:39 ` [PATCH 6.17 401/849] inet_diag: annotate data-races in inet_diag_bc_sk() Greg Kroah-Hartman
2025-11-11  0:39 ` [PATCH 6.17 402/849] microchip: lan865x: add ndo_eth_ioctl handler to enable PHY ioctl support Greg Kroah-Hartman
2025-11-11  0:39 ` [PATCH 6.17 403/849] tcp: use dst_dev_rcu() in tcp_fastopen_active_disable_ofo_check() Greg Kroah-Hartman
2025-11-11  0:39 ` [PATCH 6.17 404/849] crypto: qat - use kcalloc() in qat_uclo_map_objs_from_mof() Greg Kroah-Hartman
2025-11-11  0:39 ` [PATCH 6.17 405/849] scsi: pm8001: Use int instead of u32 to store error codes Greg Kroah-Hartman
2025-11-11  0:39 ` [PATCH 6.17 406/849] iio: adc: ad7124: do not require mclk Greg Kroah-Hartman
2025-11-11  0:39 ` [PATCH 6.17 407/849] scsi: ufs: exynos: fsd: Gate ref_clk and put UFS device in reset on suspend Greg Kroah-Hartman
2025-11-11  0:39 ` [PATCH 6.17 408/849] media: imx-mipi-csis: Only set clock rate when specified in DT Greg Kroah-Hartman
2025-11-11  0:39 ` [PATCH 6.17 409/849] media: nxp: imx8-isi: Fix streaming cleanup on release Greg Kroah-Hartman
2025-11-11  0:39 ` [PATCH 6.17 410/849] wifi: iwlwifi: pcie: remember when interrupts are disabled Greg Kroah-Hartman
2025-11-11  0:39 ` [PATCH 6.17 411/849] drm/st7571-i2c: add support for inverted pixel format Greg Kroah-Hartman
2025-11-11  0:39 ` [PATCH 6.17 412/849] ptp: Limit time setting of PTP clocks Greg Kroah-Hartman
2025-11-11  0:39 ` [PATCH 6.17 413/849] drm/xe/guc: Add devm release action to safely tear down CT Greg Kroah-Hartman
2025-11-11  0:39 ` [PATCH 6.17 414/849] dmaengine: sh: setup_xref error handling Greg Kroah-Hartman
2025-11-11  0:39 ` [PATCH 6.17 415/849] dmaengine: mv_xor: match alloc_wc and free_wc Greg Kroah-Hartman
2025-11-11  0:39 ` [PATCH 6.17 416/849] dmaengine: dw-edma: Set status for callback_result Greg Kroah-Hartman
2025-11-11  0:39 ` [PATCH 6.17 417/849] netfilter: nf_tables: all transaction allocations can now sleep Greg Kroah-Hartman
2025-11-11  0:39 ` [PATCH 6.17 418/849] drm/msm/dsi/phy: Toggle back buffer resync after preparing PLL Greg Kroah-Hartman
2025-11-11  0:39 ` [PATCH 6.17 419/849] drm/msm/dsi/phy_7nm: Fix missing initial VCO rate Greg Kroah-Hartman
2025-11-11  0:39 ` [PATCH 6.17 420/849] drm/amdgpu: Allow kfd CRIU with no buffer objects Greg Kroah-Hartman
2025-11-11  0:39 ` [PATCH 6.17 421/849] drm/xe/guc: Increase GuC crash dump buffer size Greg Kroah-Hartman
2025-11-11  0:39 ` [PATCH 6.17 422/849] drm/amd/pm: Increase SMC timeout on SI and warn (v3) Greg Kroah-Hartman
2025-11-11  0:39 ` [PATCH 6.17 423/849] move_mount(2): take sanity checks in beneath case into do_lock_mount() Greg Kroah-Hartman
2025-11-11  0:39 ` [PATCH 6.17 424/849] selftests: drv-net: rss_ctx: make the test pass with few queues Greg Kroah-Hartman
2025-11-11  0:39 ` [PATCH 6.17 425/849] ipv6: Add sanity checks on ipv6_devconf.rpl_seg_enabled Greg Kroah-Hartman
2025-11-11  0:39 ` [PATCH 6.17 426/849] drm/xe: Extend Wa_22021007897 to Xe3 platforms Greg Kroah-Hartman
2025-11-11  0:39 ` [PATCH 6.17 427/849] wifi: mac80211: count reg connection element in the size Greg Kroah-Hartman
2025-11-11  0:39 ` [PATCH 6.17 428/849] drm/panthor: check bo offset alignment in vm bind Greg Kroah-Hartman
2025-11-11  0:39 ` [PATCH 6.17 429/849] drm: panel-backlight-quirks: Make EDID match optional Greg Kroah-Hartman
2025-11-11  0:40 ` [PATCH 6.17 430/849] ixgbe: reduce number of reads when getting OROM data Greg Kroah-Hartman
2025-11-11  0:40 ` [PATCH 6.17 431/849] netlink: specs: fou: change local-v6/peer-v6 check Greg Kroah-Hartman
2025-11-11  0:40 ` [PATCH 6.17 432/849] net: nfc: nci: Increase NCI_DATA_TIMEOUT to 3000 ms Greg Kroah-Hartman
2025-11-11  0:40 ` [PATCH 6.17 433/849] media: adv7180: Add missing lock in suspend callback Greg Kroah-Hartman
2025-11-11  0:40 ` [PATCH 6.17 434/849] media: adv7180: Do not write format to device in set_fmt Greg Kroah-Hartman
2025-11-11  0:40 ` [PATCH 6.17 435/849] media: adv7180: Only validate format in querystd Greg Kroah-Hartman
2025-11-11  0:40 ` [PATCH 6.17 436/849] media: verisilicon: Explicitly disable selection api ioctls for decoders Greg Kroah-Hartman
2025-11-11  0:40 ` [PATCH 6.17 437/849] wifi: mac80211: Fix 6 GHz Band capabilities element advertisement in lower bands Greg Kroah-Hartman
2025-11-11  0:40 ` [PATCH 6.17 438/849] platform/x86: think-lmi: Add extra TC BIOS error messages Greg Kroah-Hartman
2025-11-11  0:40 ` [PATCH 6.17 439/849] platform/x86/intel-uncore-freq: Present unique domain ID per package Greg Kroah-Hartman
2025-11-11  0:40 ` [PATCH 6.17 440/849] ALSA: usb-audio: apply quirk for MOONDROP Quark2 Greg Kroah-Hartman
2025-11-11  0:40 ` [PATCH 6.17 441/849] PCI: imx6: Enable the Vaux supply if available Greg Kroah-Hartman
2025-11-11  0:40 ` [PATCH 6.17 442/849] drm/xe/guc: Set upper limit of H2G retries over CTB Greg Kroah-Hartman
2025-11-11  0:40 ` [PATCH 6.17 443/849] net: call cond_resched() less often in __release_sock() Greg Kroah-Hartman
2025-11-11  0:40 ` [PATCH 6.17 444/849] smsc911x: add second read of EEPROM mac when possible corruption seen Greg Kroah-Hartman
2025-11-11  0:40 ` [PATCH 6.17 445/849] drm/gpusvm: fix hmm_pfn_to_map_order() usage Greg Kroah-Hartman
2025-11-11  0:40 ` [PATCH 6.17 446/849] drm/xe: improve dma-resv handling for backup object Greg Kroah-Hartman
2025-11-11  0:40 ` [PATCH 6.17 447/849] iommu/amd: Add support to remap/unmap IOMMU buffers for kdump Greg Kroah-Hartman
2025-11-11  0:40 ` [PATCH 6.17 448/849] iommu/amd: Skip enabling command/event " Greg Kroah-Hartman
2025-11-11  0:40 ` [PATCH 6.17 449/849] iommu/amd: Reuse device table " Greg Kroah-Hartman
2025-11-11  0:40 ` [PATCH 6.17 450/849] crypto: ccp: Skip SEV and SNP INIT for kdump boot Greg Kroah-Hartman
2025-11-11  0:40 ` [PATCH 6.17 451/849] iommu/apple-dart: Clear stream error indicator bits for T8110 DARTs Greg Kroah-Hartman
2025-11-11  0:40 ` [PATCH 6.17 452/849] bus: mhi: host: pci_generic: Add support for all Foxconn T99W696 SKU variants Greg Kroah-Hartman
2025-11-11  0:40 ` [PATCH 6.17 453/849] drm/amdgpu: Correct info field of bad page threshold exceed CPER Greg Kroah-Hartman
2025-11-11  0:40 ` [PATCH 6.17 454/849] drm/amd: add more cyan skillfish PCI ids Greg Kroah-Hartman
2025-11-11  0:40 ` [PATCH 6.17 455/849] drm/amdgpu: dont enable SMU on cyan skillfish Greg Kroah-Hartman
2025-11-11  0:40 ` [PATCH 6.17 456/849] drm/amdgpu: add support for cyan skillfish gpu_info Greg Kroah-Hartman
2025-11-11  0:40 ` [PATCH 6.17 457/849] drm/amd/display: Fix pbn_div Calculation Error Greg Kroah-Hartman
2025-11-11  0:40 ` [PATCH 6.17 458/849] drm/amd/display: dont wait for pipe update during medupdate/highirq Greg Kroah-Hartman
2025-11-11  0:40 ` [PATCH 6.17 459/849] drm/amd/pm: refine amdgpu pm sysfs node error code Greg Kroah-Hartman
2025-11-11  0:40 ` [PATCH 6.17 460/849] drm/amd/display: Indicate when custom brightness curves are in use Greg Kroah-Hartman
2025-11-11  0:40 ` [PATCH 6.17 461/849] selftests: ncdevmem: dont retry EFAULT Greg Kroah-Hartman
2025-11-11  0:40 ` [PATCH 6.17 462/849] net: dsa: felix: support phy-mode = "10g-qxgmii" Greg Kroah-Hartman
2025-11-11  0:40 ` [PATCH 6.17 463/849] usb: gadget: f_hid: Fix zero length packet transfer Greg Kroah-Hartman
2025-11-11  0:40 ` [PATCH 6.17 464/849] usb: cdns3: gadget: Use-after-free during failed initialization and exit of cdnsp gadget Greg Kroah-Hartman
2025-11-11  0:40 ` [PATCH 6.17 465/849] serial: qcom-geni: Add DFS clock mode support to GENI UART driver Greg Kroah-Hartman
2025-11-11  0:40 ` [PATCH 6.17 466/849] serdev: Drop dev_pm_domain_detach() call Greg Kroah-Hartman
2025-11-11  0:40 ` [PATCH 6.17 467/849] tty/vt: Add missing return value for VT_RESIZE in vt_ioctl() Greg Kroah-Hartman
2025-11-11  0:40 ` [PATCH 6.17 468/849] eeprom: at25: support Cypress FRAMs without device ID Greg Kroah-Hartman
2025-11-11 10:03   ` Markus Heidelberg
2025-11-12 10:59     ` Greg Kroah-Hartman
2025-11-12 12:20       ` Markus Heidelberg
2025-11-11  0:40 ` [PATCH 6.17 469/849] drm/msm/adreno: Add speedbins for A663 GPU Greg Kroah-Hartman
2025-11-11  0:40 ` [PATCH 6.17 470/849] drm/msm: Fix 32b size truncation Greg Kroah-Hartman
2025-11-11  0:40 ` [PATCH 6.17 471/849] dt-bindings: display/msm/gmu: Update Adreno 623 bindings Greg Kroah-Hartman
2025-11-11  0:40 ` [PATCH 6.17 472/849] drm/msm: make sure to not queue up recovery more than once Greg Kroah-Hartman
2025-11-11  0:40 ` [PATCH 6.17 473/849] char: Use list_del_init() in misc_deregister() to reinitialize list pointer Greg Kroah-Hartman
2025-11-11  0:40 ` [PATCH 6.17 474/849] drm/msm/adreno: Add speedbin data for A623 GPU Greg Kroah-Hartman
2025-11-11  0:40 ` [PATCH 6.17 475/849] drm/msm/adreno: Add fenced regwrite support Greg Kroah-Hartman
2025-11-11  0:40 ` [PATCH 6.17 476/849] drm/msm/a6xx: Switch to GMU AO counter Greg Kroah-Hartman
2025-11-11  0:40 ` [PATCH 6.17 477/849] idpf: link NAPIs to queues Greg Kroah-Hartman
2025-11-11  0:40 ` [PATCH 6.17 478/849] selftests: net: make the dump test less sensitive to mem accounting Greg Kroah-Hartman
2025-11-11  0:40 ` [PATCH 6.17 479/849] PCI: endpoint: pci-epf-test: Limit PCIe BAR size for fixed BARs Greg Kroah-Hartman
2025-11-11  0:40 ` [PATCH 6.17 480/849] wifi: rtw89: Add USB ID 2001:332a for D-Link AX9U rev. A1 Greg Kroah-Hartman
2025-11-11  0:40 ` [PATCH 6.17 481/849] wifi: rtw89: Add USB ID 2001:3327 for D-Link AX18U " Greg Kroah-Hartman
2025-11-11  0:40 ` [PATCH 6.17 482/849] wifi: iwlwifi: fw: Add ASUS to PPAG and TAS list Greg Kroah-Hartman
2025-11-11  0:40 ` [PATCH 6.17 483/849] drm/xe/i2c: Enable bus mastering Greg Kroah-Hartman
2025-11-11  0:40 ` [PATCH 6.17 484/849] media: ov08x40: Fix the horizontal flip control Greg Kroah-Hartman
2025-11-11  0:40 ` [PATCH 6.17 485/849] media: i2c: og01a1b: Specify monochrome media bus format instead of Bayer Greg Kroah-Hartman
2025-11-11  0:40 ` [PATCH 6.17 486/849] media: qcom: camss: csiphy-3ph: Add CSIPHY 2ph DPHY v2.0.1 init sequence Greg Kroah-Hartman
2025-11-11  0:40 ` [PATCH 6.17 487/849] drm/bridge: write full Audio InfoFrame Greg Kroah-Hartman
2025-11-11  0:40 ` [PATCH 6.17 488/849] drm/xe/guc: Always add CT disable action during second init step Greg Kroah-Hartman
2025-11-11  0:40 ` [PATCH 6.17 489/849] f2fs: fix wrong layout information on 16KB page Greg Kroah-Hartman
2025-11-11  0:41 ` [PATCH 6.17 490/849] drm/amdgpu: validate userq input args Greg Kroah-Hartman
2025-11-11  0:41 ` [PATCH 6.17 491/849] selftests: mptcp: join: allow more time to send ADD_ADDR Greg Kroah-Hartman
2025-11-11  0:41 ` [PATCH 6.17 492/849] scsi: ufs: host: mediatek: Enhance recovery on resume failure Greg Kroah-Hartman
2025-11-11  0:41 ` [PATCH 6.17 493/849] scsi: ufs: ufs-qcom: Align programming sequence of Shared ICE for UFS controller v5 Greg Kroah-Hartman
2025-11-11  0:41 ` [PATCH 6.17 494/849] scsi: ufs: host: mediatek: Fix unbalanced IRQ enable issue Greg Kroah-Hartman
2025-11-11  0:41 ` [PATCH 6.17 495/849] scsi: ufs: host: mediatek: Enhance recovery on hibernation exit failure Greg Kroah-Hartman
2025-11-11  0:41 ` [PATCH 6.17 496/849] net: phy: marvell: Fix 88e1510 downshift counter errata Greg Kroah-Hartman
2025-11-11  0:41 ` [PATCH 6.17 497/849] scsi: ufs: host: mediatek: Correct system PM flow Greg Kroah-Hartman
2025-11-11  0:41 ` [PATCH 6.17 498/849] scsi: ufs: host: mediatek: Disable auto-hibern8 during power mode changes Greg Kroah-Hartman
2025-11-11  0:41 ` [PATCH 6.17 499/849] scsi: ufs: host: mediatek: Fix adapt issue after PA_Init Greg Kroah-Hartman
2025-11-11  0:41 ` [PATCH 6.17 500/849] ntfs3: pretend $Extend records as regular files Greg Kroah-Hartman
2025-11-11  0:41 ` [PATCH 6.17 501/849] wifi: cfg80211: update the time stamps in hidden ssid Greg Kroah-Hartman
2025-11-11  0:41 ` [PATCH 6.17 502/849] wifi: mac80211: Fix HE capabilities element check Greg Kroah-Hartman
2025-11-11  0:41 ` [PATCH 6.17 503/849] fbcon: Use screen info to find primary device Greg Kroah-Hartman
2025-11-11  0:41 ` [PATCH 6.17 504/849] phy: cadence: cdns-dphy: Enable lower resolutions in dphy Greg Kroah-Hartman
2025-11-11  0:41 ` [PATCH 6.17 506/849] phy: renesas: r8a779f0-ether-serdes: add new step added to latest datasheet Greg Kroah-Hartman
2025-11-11  0:41 ` [PATCH 6.17 507/849] phy: rockchip: phy-rockchip-inno-csidphy: allow writes to grf register 0 Greg Kroah-Hartman
2025-11-11  0:41 ` [PATCH 6.17 508/849] drm/msm/registers: Generate _HI/LO builders for reg64 Greg Kroah-Hartman
2025-11-11  0:41 ` [PATCH 6.17 509/849] net: sh_eth: Disable WoL if system can not suspend Greg Kroah-Hartman
2025-11-11  0:41 ` [PATCH 6.17 510/849] selftests: net: replace sleeps in fcnal-test with waits Greg Kroah-Hartman
2025-11-11  0:41 ` [PATCH 6.17 511/849] media: redrat3: use int type to store negative error codes Greg Kroah-Hartman
2025-11-11  0:41 ` [PATCH 6.17 512/849] platform/x86/amd/pmf: Fix the custom bios input handling mechanism Greg Kroah-Hartman
2025-11-11  0:41 ` [PATCH 6.17 513/849] selftests: traceroute: Use require_command() Greg Kroah-Hartman
2025-11-11  0:41 ` [PATCH 6.17 514/849] selftests: traceroute: Return correct value on failure Greg Kroah-Hartman
2025-11-11  0:41 ` [PATCH 6.17 515/849] openrisc: Add R_OR1K_32_PCREL relocation type module support Greg Kroah-Hartman
2025-11-11  0:41 ` [PATCH 6.17 516/849] netfilter: nf_reject: dont reply to icmp error messages Greg Kroah-Hartman
2025-11-11  0:41 ` [PATCH 6.17 517/849] x86/kvm: Prefer native qspinlock for dedicated vCPUs irrespective of PV_UNHALT Greg Kroah-Hartman
2025-11-11  0:41 ` [PATCH 6.17 518/849] x86/virt/tdx: Use precalculated TDVPR page physical address Greg Kroah-Hartman
2025-11-11  0:41 ` [PATCH 6.17 519/849] selftests: Disable dad for ipv6 in fcnal-test.sh Greg Kroah-Hartman
2025-11-11  0:41 ` [PATCH 6.17 520/849] eth: 8139too: Make 8139TOO_PIO depend on !NO_IOPORT_MAP Greg Kroah-Hartman
2025-11-11  0:41 ` [PATCH 6.17 521/849] PCI/AER: Fix NULL pointer access by aer_info Greg Kroah-Hartman
2025-11-11  0:41 ` [PATCH 6.17 522/849] selftests: Replace sleep with slowwait Greg Kroah-Hartman
2025-11-11  0:41 ` [PATCH 6.17 523/849] net: devmem: expose tcp_recvmsg_locked errors Greg Kroah-Hartman
2025-11-11  0:41 ` [PATCH 6.17 524/849] selftests: net: lib.sh: Dont defer failed commands Greg Kroah-Hartman
2025-11-11  0:41 ` [PATCH 6.17 525/849] udp_tunnel: use netdev_warn() instead of netdev_WARN() Greg Kroah-Hartman
2025-11-11  0:41 ` [PATCH 6.17 526/849] HID: asus: add Z13 folio to generic group for multitouch to work Greg Kroah-Hartman
2025-11-11  0:41 ` [PATCH 6.17 527/849] watchdog: s3c2410_wdt: Fix max_timeout being calculated larger Greg Kroah-Hartman
2025-11-11  0:41 ` [PATCH 6.17 528/849] crypto: sun8i-ce - remove channel timeout field Greg Kroah-Hartman
2025-11-11  0:41 ` [PATCH 6.17 529/849] PCI: dwc: Verify the single eDMA IRQ in dw_pcie_edma_irq_verify() Greg Kroah-Hartman
2025-11-11  0:41 ` [PATCH 6.17 530/849] crypto: ccp - Fix incorrect payload size calculation in psp_poulate_hsti() Greg Kroah-Hartman
2025-11-11  0:41 ` [PATCH 6.17 531/849] crypto: caam - double the entropy delay interval for retry Greg Kroah-Hartman
2025-11-11  0:41 ` [PATCH 6.17 532/849] can: rcar_canfd: Update bit rate constants for RZ/G3E and R-Car Gen4 Greg Kroah-Hartman
2025-11-11  0:41 ` [PATCH 6.17 533/849] net: mana: Reduce waiting time if HWC not responding Greg Kroah-Hartman
2025-11-11  0:41 ` [PATCH 6.17 534/849] ionic: use int type for err in ionic_get_module_eeprom_by_page Greg Kroah-Hartman
2025-11-11  0:41 ` [PATCH 6.17 535/849] net/cls_cgroup: Fix task_get_classid() during qdisc run Greg Kroah-Hartman
2025-11-11  0:41 ` [PATCH 6.17 536/849] wifi: mt76: mt7921: Add 160MHz beamformee capability for mt7922 device Greg Kroah-Hartman
2025-11-11  0:41 ` [PATCH 6.17 537/849] wifi: mt76: mt7925: add pci restore for hibernate Greg Kroah-Hartman
2025-11-11  0:41 ` [PATCH 6.17 538/849] wifi: mt76: mt7996: Fix mt7996_reverse_frag0_hdr_trans for MLO Greg Kroah-Hartman
2025-11-11  0:41 ` [PATCH 6.17 539/849] wifi: mt76: mt7996: Set def_wcid pointer in mt7996_mac_sta_init_link() Greg Kroah-Hartman
2025-11-11  0:41 ` [PATCH 6.17 540/849] wifi: mt76: mt7996: Temporarily disable EPCS Greg Kroah-Hartman
2025-11-11  0:41 ` [PATCH 6.17 541/849] wifi: mt76: mt7996: support writing MAC TXD for AddBA Request Greg Kroah-Hartman
2025-11-11  0:41 ` [PATCH 6.17 542/849] wifi: mt76: mt76_eeprom_override to int Greg Kroah-Hartman
2025-11-11  0:41 ` [PATCH 6.17 543/849] ALSA: serial-generic: remove shared static buffer Greg Kroah-Hartman
2025-11-11  0:41 ` [PATCH 6.17 544/849] wifi: mt76: mt7996: fix memory leak on mt7996_mcu_sta_key_tlv error Greg Kroah-Hartman
2025-11-11  0:41 ` [PATCH 6.17 545/849] wifi: mt76: mt7996: disable promiscuous mode by default Greg Kroah-Hartman
2025-11-11  0:41 ` [PATCH 6.17 546/849] wifi: mt76: use altx queue for offchannel tx on connac+ Greg Kroah-Hartman
2025-11-11  0:41 ` [PATCH 6.17 547/849] wifi: mt76: improve phy reset on hw restart Greg Kroah-Hartman
2025-11-11  0:41 ` [PATCH 6.17 548/849] drm/amdgpu: Use memdup_array_user in amdgpu_cs_wait_fences_ioctl Greg Kroah-Hartman
2025-11-11  0:41 ` [PATCH 6.17 549/849] drm/amdgpu: validate userq buffer virtual address and size Greg Kroah-Hartman
2025-11-11  0:42 ` [PATCH 6.17 550/849] drm/amdgpu: Release hive reference properly Greg Kroah-Hartman
2025-11-11  0:42 ` [PATCH 6.17 551/849] drm/amd/display: Fix DMCUB loading sequence for DCN3.2 Greg Kroah-Hartman
2025-11-11  0:42 ` [PATCH 6.17 552/849] drm/amd/display: Set up pixel encoding for YCBCR422 Greg Kroah-Hartman
2025-11-11  0:42 ` [PATCH 6.17 553/849] drm/amd/display: fix dml ms order of operations Greg Kroah-Hartman
2025-11-11  0:42 ` [PATCH 6.17 554/849] drm/amd: Avoid evicting resources at S5 Greg Kroah-Hartman
2025-11-11  0:42 ` [PATCH 6.17 555/849] drm/amd/display: Dont use non-registered VUPDATE on DCE 6 Greg Kroah-Hartman
2025-11-11  0:42 ` [PATCH 6.17 556/849] drm/amd/display: Keep PLL0 running on DCE 6.0 and 6.4 Greg Kroah-Hartman
2025-11-11  0:42 ` [PATCH 6.17 557/849] drm/amd/display: Fix DVI-D/HDMI adapters Greg Kroah-Hartman
2025-11-11  0:42 ` [PATCH 6.17 558/849] drm/amd/display: Disable VRR on DCE 6 Greg Kroah-Hartman
2025-11-11  0:42 ` [PATCH 6.17 559/849] drm/amd/display/dml2: Guard dml21_map_dc_state_into_dml_display_cfg with DC_FP_START Greg Kroah-Hartman
2025-11-11  0:42 ` [PATCH 6.17 560/849] net: phy: clear EEE runtime state in PHY_HALTED/PHY_ERROR Greg Kroah-Hartman
2025-11-11  0:42 ` [PATCH 6.17 561/849] page_pool: always add GFP_NOWARN for ATOMIC allocations Greg Kroah-Hartman
2025-11-11  0:42 ` [PATCH 6.17 562/849] ethernet: Extend device_get_mac_address() to use NVMEM Greg Kroah-Hartman
2025-11-11  0:42 ` [PATCH 6.17 563/849] scsi: ufs: ufs-qcom: Disable lane clocks during phy hibern8 Greg Kroah-Hartman
2025-11-11  0:42 ` [PATCH 6.17 564/849] HID: i2c-hid: Resolve touchpad issues on Dell systems during S4 Greg Kroah-Hartman
2025-11-11  0:42 ` [PATCH 6.17 565/849] hinic3: Queue pair endianness improvements Greg Kroah-Hartman
2025-11-11  0:42 ` [PATCH 6.17 566/849] hinic3: Fix missing napi->dev in netif_queue_set_napi Greg Kroah-Hartman
2025-11-11  0:42 ` [PATCH 6.17 567/849] tools: ynl-gen: validate nested arrays Greg Kroah-Hartman
2025-11-11  0:42 ` [PATCH 6.17 568/849] drm/xe/guc: Return an error code if the GuC load fails Greg Kroah-Hartman
2025-11-11  0:42 ` [PATCH 6.17 569/849] drm/amdgpu: reject gang submissions under SRIOV Greg Kroah-Hartman
2025-11-11  0:42 ` [PATCH 6.17 570/849] selftests/Makefile: include $(INSTALL_DEP_TARGETS) in clean target to clean net/lib dependency Greg Kroah-Hartman
2025-11-11  0:42 ` [PATCH 6.17 571/849] scsi: ufs: core: Disable timestamp functionality if not supported Greg Kroah-Hartman
2025-11-11  0:42 ` [PATCH 6.17 572/849] scsi: lpfc: Clean up allocated queues when queue setup mbox commands fail Greg Kroah-Hartman
2025-11-11  0:42 ` [PATCH 6.17 573/849] scsi: lpfc: Decrement ndlp kref after FDISC retries exhausted Greg Kroah-Hartman
2025-11-11  0:42 ` [PATCH 6.17 574/849] scsi: lpfc: Check return status of lpfc_reset_flush_io_context during TGT_RESET Greg Kroah-Hartman
2025-11-11  0:42 ` [PATCH 6.17 575/849] scsi: lpfc: Remove ndlp kref decrement clause for F_Port_Ctrl in lpfc_cleanup Greg Kroah-Hartman
2025-11-11  0:42 ` [PATCH 6.17 576/849] scsi: lpfc: Define size of debugfs entry for xri rebalancing Greg Kroah-Hartman
2025-11-11  0:42 ` [PATCH 6.17 577/849] scsi: lpfc: Ensure PLOGI_ACC is sent prior to PRLI in Point to Point topology Greg Kroah-Hartman
2025-11-11  0:42 ` [PATCH 6.17 580/849] usb: xhci: plat: Facilitate using autosuspend for xhci plat devices Greg Kroah-Hartman
2025-11-11  0:42 ` [PATCH 6.17 581/849] f2fs: fix infinite loop in __insert_extent_tree() Greg Kroah-Hartman
2025-11-11  0:42 ` [PATCH 6.17 582/849] wifi: rtw89: disable RTW89_PHYSTS_IE09_FTR_0 for ppdu status Greg Kroah-Hartman
2025-11-11  0:42 ` [PATCH 6.17 583/849] wifi: rtw89: obtain RX path from ppdu status IE00 Greg Kroah-Hartman
2025-11-11  0:42 ` [PATCH 6.17 584/849] wifi: rtw89: renew a completion for each H2C command waiting C2H event Greg Kroah-Hartman
2025-11-11  0:42 ` [PATCH 6.17 585/849] usb: xhci-pci: add support for hosts with zero USB3 ports Greg Kroah-Hartman
2025-11-11  0:42 ` [PATCH 6.17 586/849] ipv6: np->rxpmtu race annotation Greg Kroah-Hartman
2025-11-11  0:42 ` [PATCH 6.17 587/849] RDMA/irdma: Update Kconfig Greg Kroah-Hartman
2025-11-11  0:42 ` [PATCH 6.17 588/849] IB/ipoib: Ignore L3 master device Greg Kroah-Hartman
2025-11-11  0:42 ` [PATCH 6.17 589/849] bnxt_en: Add fw log trace support for 5731X/5741X chips Greg Kroah-Hartman
2025-11-11  0:42 ` [PATCH 6.17 590/849] jfs: Verify inode mode when loading from disk Greg Kroah-Hartman
2025-11-11  0:42 ` [PATCH 6.17 591/849] jfs: fix uninitialized waitqueue in transaction manager Greg Kroah-Hartman
2025-11-11  1:34   ` syzbot
2025-11-11  0:42 ` [PATCH 6.17 592/849] mei: make a local copy of client uuid in connect Greg Kroah-Hartman
2025-11-11  0:42 ` [PATCH 6.17 593/849] drm/amdgpu/atom: Check kcalloc() for WS buffer in amdgpu_atom_execute_table_locked() Greg Kroah-Hartman
2025-11-11  0:42 ` [PATCH 6.17 594/849] ASoC: qcom: sc8280xp: explicitly set S16LE format in sc8280xp_be_hw_params_fixup() Greg Kroah-Hartman
2025-11-11  0:42 ` [PATCH 6.17 595/849] net: phy: clear link parameters on admin link down Greg Kroah-Hartman
2025-11-11  0:42 ` [PATCH 6.17 596/849] net: ethernet: microchip: sparx5: make it selectable for ARCH_LAN969X Greg Kroah-Hartman
2025-11-11  0:42 ` [PATCH 6.17 597/849] bus: mhi: core: Improve mhi_sync_power_up handling for SYS_ERR state Greg Kroah-Hartman
2025-11-11  0:42 ` [PATCH 6.17 598/849] iommu/vt-d: Replace snprintf with scnprintf in dmar_latency_snapshot() Greg Kroah-Hartman
2025-11-11  0:42 ` [PATCH 6.17 599/849] wifi: ath10k: Fix connection after GTK rekeying Greg Kroah-Hartman
2025-11-11  0:42 ` [PATCH 6.17 600/849] iommu/vt-d: Remove LPIG from page group response descriptor Greg Kroah-Hartman
2025-11-11  0:42 ` [PATCH 6.17 601/849] wifi: mac80211: Get the correct interface for non-netdev skb status Greg Kroah-Hartman
2025-11-11  0:42 ` [PATCH 6.17 602/849] wifi: mac80211: Track NAN interface start/stop Greg Kroah-Hartman
2025-11-11  0:42 ` [PATCH 6.17 603/849] net: intel: fm10k: Fix parameter idx set but not used Greg Kroah-Hartman
2025-11-11  0:42 ` [PATCH 6.17 604/849] r8169: set EEE speed down ratio to 1 Greg Kroah-Hartman
2025-11-11  0:42 ` [PATCH 6.17 605/849] PCI: cadence: Check for the existence of cdns_pcie::ops before using it Greg Kroah-Hartman
2025-11-11  0:42 ` [PATCH 6.17 606/849] sparc/module: Add R_SPARC_UA64 relocation handling Greg Kroah-Hartman
2025-11-11  0:42 ` [PATCH 6.17 607/849] sparc64: fix prototypes of reads[bwl]() Greg Kroah-Hartman
2025-11-11  0:42 ` [PATCH 6.17 608/849] vfio: return -ENOTTY for unsupported device feature Greg Kroah-Hartman
2025-11-11  0:42 ` [PATCH 6.17 609/849] ptp_ocp: make ptp_ocp driver compatible with PTP_EXTTS_REQUEST2 Greg Kroah-Hartman
2025-11-11  0:43 ` [PATCH 6.17 610/849] crypto: hisilicon/qm - invalidate queues in use Greg Kroah-Hartman
2025-11-11  0:43 ` [PATCH 6.17 611/849] crypto: hisilicon/qm - clear all VF configurations in the hardware Greg Kroah-Hartman
2025-11-11  0:43 ` [PATCH 6.17 612/849] ASoC: ops: improve snd_soc_get_volsw Greg Kroah-Hartman
2025-11-11  0:43 ` [PATCH 6.17 613/849] PCI/PM: Skip resuming to D0 if device is disconnected Greg Kroah-Hartman
2025-11-11  0:43 ` [PATCH 6.17 614/849] selftests: forwarding: Reorder (ar)ping arguments to obey POSIX getopt Greg Kroah-Hartman
2025-11-11  0:43 ` [PATCH 6.17 615/849] remoteproc: qcom: q6v5: Avoid handling handover twice Greg Kroah-Hartman
2025-11-11  0:43 ` [PATCH 6.17 616/849] wifi: ath12k: Increase DP_REO_CMD_RING_SIZE to 256 Greg Kroah-Hartman
2025-11-11  0:43 ` [PATCH 6.17 617/849] net: dsa: microchip: Set SPI as bus interface during reset for KSZ8463 Greg Kroah-Hartman
2025-11-11  0:43 ` [PATCH 6.17 618/849] bng_en: make bnge_alloc_ring() self-unwind on failure Greg Kroah-Hartman
2025-11-11  0:43 ` [PATCH 6.17 619/849] ALSA: usb-audio: dont apply interface quirk to Presonus S1824c Greg Kroah-Hartman
2025-11-11  0:43 ` [PATCH 6.17 620/849] tcp: Update bind bucket state on port release Greg Kroah-Hartman
2025-11-11  0:43 ` [PATCH 6.17 621/849] ovl: make sure that ovl_create_real() returns a hashed dentry Greg Kroah-Hartman
2025-11-11  0:43 ` [PATCH 6.17 622/849] drm/amd/display: Add missing post flip calls Greg Kroah-Hartman
2025-11-11  0:43 ` [PATCH 6.17 623/849] drm/amd/display: Add AVI infoframe copy in copy_stream_update_to_stream Greg Kroah-Hartman
2025-11-11  0:43 ` [PATCH 6.17 624/849] drm/amd/display: Add fast sync field in ultra sleep more for DMUB Greg Kroah-Hartman
2025-11-11  0:43 ` [PATCH 6.17 625/849] drm/amd/display: Init dispclk from bootup clock for DCN314 Greg Kroah-Hartman
2025-11-11  0:43 ` [PATCH 6.17 626/849] drm/amd/display: Fix for test crash due to power gating Greg Kroah-Hartman
2025-11-11  0:43 ` [PATCH 6.17 627/849] drm/amd/display: change dc stream color settings only in atomic commit Greg Kroah-Hartman
2025-11-11  0:43 ` [PATCH 6.17 628/849] NFSv4: handle ERR_GRACE on delegation recalls Greg Kroah-Hartman
2025-11-11  0:43 ` [PATCH 6.17 629/849] NFSv4.1: fix mount hang after CREATE_SESSION failure Greg Kroah-Hartman
2025-11-11  0:43 ` [PATCH 6.17 630/849] nfs4_setup_readdir(): insufficient locking for ->d_parent->d_inode dereferencing Greg Kroah-Hartman
2025-11-11  0:43 ` [PATCH 6.17 631/849] net: bridge: Install FDB for bridge MAC on VLAN 0 Greg Kroah-Hartman
2025-11-11  0:43 ` [PATCH 6.17 632/849] net: phy: dp83640: improve phydev and driver removal handling Greg Kroah-Hartman
2025-11-11  0:43 ` [PATCH 6.17 633/849] scsi: ufs: core: Change MCQ interrupt enable flow Greg Kroah-Hartman
2025-11-11  0:43 ` [PATCH 6.17 634/849] scsi: libfc: Fix potential buffer overflow in fc_ct_ms_fill() Greg Kroah-Hartman
2025-11-11  0:43 ` [PATCH 6.17 635/849] accel/habanalabs/gaudi2: fix BMON disable configuration Greg Kroah-Hartman
2025-11-11  0:43 ` [PATCH 6.17 636/849] scsi: mpt3sas: Add support for 22.5 Gbps SAS link rate Greg Kroah-Hartman
2025-11-11  0:43 ` [PATCH 6.17 637/849] accel/habanalabs: return ENOMEM if less than requested pages were pinned Greg Kroah-Hartman
2025-11-11  0:43 ` [PATCH 6.17 638/849] accel/habanalabs/gaudi2: read preboot status after recovering from dirty state Greg Kroah-Hartman
2025-11-12 22:16   ` Sinyuk, Konstantin
2025-11-11  0:43 ` [PATCH 6.17 639/849] accel/habanalabs: support mapping cb with vmalloc-backed coherent memory Greg Kroah-Hartman
2025-11-11  0:43 ` [PATCH 6.17 640/849] ASoC: renesas: msiof: add .symmetric_xxx on snd_soc_dai_driver Greg Kroah-Hartman
2025-11-11  0:43 ` [PATCH 6.17 641/849] ASoC: renesas: msiof: use reset controller Greg Kroah-Hartman
2025-11-11  0:43 ` [PATCH 6.17 642/849] ASoC: renesas: msiof: tidyup DMAC stop timing Greg Kroah-Hartman
2025-11-11  0:43 ` [PATCH 6.17 643/849] ASoC: renesas: msiof: set SIFCTR register Greg Kroah-Hartman
2025-11-11  0:43 ` [PATCH 6.17 644/849] fs: ext4: change GFP_KERNEL to GFP_NOFS to avoid deadlock Greg Kroah-Hartman
2025-11-11  0:43 ` [PATCH 6.17 645/849] ext4: increase IO priority of fastcommit Greg Kroah-Hartman
2025-11-11  0:43 ` [PATCH 6.17 646/849] amd/amdkfd: resolve a race in amdgpu_amdkfd_device_fini_sw Greg Kroah-Hartman
2025-11-11  0:43 ` [PATCH 6.17 647/849] drm/amdgpu: Add fallback to pipe reset if KCQ ring reset fails Greg Kroah-Hartman
2025-11-11  0:43 ` [PATCH 6.17 648/849] drm/amdgpu: Fix fence signaling race condition in userqueue Greg Kroah-Hartman
2025-11-11  0:43 ` [PATCH 6.17 649/849] ASoC: stm32: sai: manage context in set_sysclk callback Greg Kroah-Hartman
2025-11-11  0:43 ` [PATCH 6.17 650/849] amd/amdkfd: enhance kfd process check in switch partition Greg Kroah-Hartman
2025-11-11  0:43 ` [PATCH 6.17 651/849] ASoC: tlv320aic3x: Fix class-D initialization for tlv320aic3007 Greg Kroah-Hartman
2025-11-11  0:43 ` [PATCH 6.17 652/849] ACPI: scan: Update honor list for RPMI System MSI Greg Kroah-Hartman
2025-11-11  0:43 ` [PATCH 6.17 653/849] platform/x86: x86-android-tablets: Stop using EPROBE_DEFER Greg Kroah-Hartman
2025-11-11  0:43 ` [PATCH 6.17 654/849] vfio/pci: Fix INTx handling on legacy non-PCI 2.3 devices Greg Kroah-Hartman
2025-11-11  0:43 ` [PATCH 6.17 655/849] vfio/nvgrace-gpu: Add GB300 SKU to the devid table Greg Kroah-Hartman
2025-11-11  0:43 ` [PATCH 6.17 656/849] selftest: net: Fix error message if empty variable Greg Kroah-Hartman
2025-11-11  0:43 ` [PATCH 6.17 657/849] net/mlx5e: Dont query FEC statistics when FEC is disabled Greg Kroah-Hartman
2025-11-11  0:43 ` [PATCH 6.17 658/849] Bluetooth: btintel: Add support for BlazarIW core Greg Kroah-Hartman
2025-11-11  0:43 ` [PATCH 6.17 659/849] net: macb: avoid dealing with endianness in macb_set_hwaddr() Greg Kroah-Hartman
2025-11-11  0:43 ` [PATCH 6.17 660/849] Bluetooth: btusb: Add new VID/PID 13d3/3627 for MT7925 Greg Kroah-Hartman
2025-11-11  0:43 ` [PATCH 6.17 661/849] Bluetooth: btintel_pcie: Define hdev->wakeup() callback Greg Kroah-Hartman
2025-11-11  0:43 ` [PATCH 6.17 662/849] Bluetooth: ISO: Dont initiate CIS connections if there are no buffers Greg Kroah-Hartman
2025-11-11  0:43 ` [PATCH 6.17 663/849] Bluetooth: btusb: Check for unexpected bytes when defragmenting HCI frames Greg Kroah-Hartman
2025-11-11  0:43 ` [PATCH 6.17 664/849] Bluetooth: ISO: Use sk_sndtimeo as conn_timeout Greg Kroah-Hartman
2025-11-11  0:43 ` [PATCH 6.17 665/849] Bluetooth: SCO: Fix UAF on sco_conn_free Greg Kroah-Hartman
2025-11-11  0:43 ` [PATCH 6.17 666/849] Bluetooth: btusb: Add new VID/PID 13d3/3633 for MT7922 Greg Kroah-Hartman
2025-11-11  0:43 ` [PATCH 6.17 667/849] Bluetooth: bcsp: receive data only if registered Greg Kroah-Hartman
2025-11-11  0:43 ` [PATCH 6.17 668/849] net: stmmac: est: Drop frames causing HLBS error Greg Kroah-Hartman
2025-11-11  0:43 ` [PATCH 6.17 669/849] exfat: limit log print for IO error Greg Kroah-Hartman
2025-11-11  0:44 ` [PATCH 6.17 670/849] exfat: validate cluster allocation bits of the allocation bitmap Greg Kroah-Hartman
2025-11-11  0:44 ` [PATCH 6.17 671/849] 6pack: drop redundant locking and refcounting Greg Kroah-Hartman
2025-11-11  0:44 ` [PATCH 6.17 672/849] page_pool: Clamp pool size to max 16K pages Greg Kroah-Hartman
2025-11-11  0:44 ` [PATCH 6.17 673/849] orangefs: fix xattr related buffer overflow Greg Kroah-Hartman
2025-11-11  0:44 ` [PATCH 6.17 674/849] ftrace: Fix softlockup in ftrace_module_enable Greg Kroah-Hartman
2025-11-11  0:44 ` [PATCH 6.17 675/849] net/mlx5e: Prevent entering switchdev mode with inconsistent netns Greg Kroah-Hartman
2025-11-11  0:44 ` [PATCH 6.17 676/849] ksmbd: use sock_create_kern interface to create kernel socket Greg Kroah-Hartman
2025-11-11  0:44 ` [PATCH 6.17 677/849] smb: client: update cfid->last_access_time in open_cached_dir_by_dentry() Greg Kroah-Hartman
2025-11-11  0:44 ` [PATCH 6.17 678/849] smb: client: transport: avoid reconnects triggered by pending task work Greg Kroah-Hartman
2025-11-11  0:44 ` [PATCH 6.17 679/849] ima: dont clear IMA_DIGSIG flag when setting or removing non-IMA xattr Greg Kroah-Hartman
2025-11-11  0:44 ` [PATCH 6.17 680/849] usb: xhci-pci: Fix USB2-only root hub registration Greg Kroah-Hartman
2025-11-11  0:44 ` [PATCH 6.17 681/849] drm/amd/display: Add fallback path for YCBCR422 Greg Kroah-Hartman
2025-11-11  0:44 ` [PATCH 6.17 682/849] ACPICA: Update dsmethod.c to get rid of unused variable warning Greg Kroah-Hartman
2025-11-11  0:44 ` [PATCH 6.17 683/849] RDMA/bnxt_re: Fix a potential memory leak in destroy_gsi_sqp Greg Kroah-Hartman
2025-11-11  0:44 ` [PATCH 6.17 684/849] RDMA/irdma: Fix SD index calculation Greg Kroah-Hartman
2025-11-11  0:44 ` [PATCH 6.17 685/849] RDMA/irdma: Remove unused struct irdma_cq fields Greg Kroah-Hartman
2025-11-11  0:44 ` [PATCH 6.17 686/849] RDMA/irdma: Set irdma_cq cq_num field during CQ create Greg Kroah-Hartman
2025-11-11  0:44 ` [PATCH 6.17 687/849] RDMA/uverbs: Fix umem release in UVERBS_METHOD_CQ_CREATE Greg Kroah-Hartman
2025-11-11  0:44 ` [PATCH 6.17 688/849] RDMA/hns: Fix recv CQ and QP cache affinity Greg Kroah-Hartman
2025-11-11  0:44 ` [PATCH 6.17 689/849] RDMA/hns: Fix the modification of max_send_sge Greg Kroah-Hartman
2025-11-11  0:44 ` [PATCH 6.17 690/849] RDMA/hns: Fix wrong WQE data when QP wraps around Greg Kroah-Hartman
2025-11-11  0:44 ` [PATCH 6.17 691/849] btrfs: fix memory leak of qgroup_list in btrfs_add_qgroup_relation Greg Kroah-Hartman
2025-11-11  0:44 ` [PATCH 6.17 692/849] btrfs: mark dirty extent range for out of bound prealloc extents Greg Kroah-Hartman
2025-11-11  0:44 ` [PATCH 6.17 693/849] clk: qcom: gcc-ipq6018: rework nss_port5 clock to multiple conf Greg Kroah-Hartman
2025-11-11  0:44 ` [PATCH 6.17 694/849] clk: thead: th1520-ap: set all AXI clocks to CLK_IS_CRITICAL Greg Kroah-Hartman
2025-11-11  0:44 ` [PATCH 6.17 695/849] clk: renesas: rzv2h: Re-assert reset on deassert timeout Greg Kroah-Hartman
2025-11-11  0:44 ` [PATCH 6.17 696/849] clk: samsung: exynos990: Add missing USB clock registers to HSI0 Greg Kroah-Hartman
2025-11-11  0:44 ` [PATCH 6.17 697/849] fs/hpfs: Fix error code for new_inode() failure in mkdir/create/mknod/symlink Greg Kroah-Hartman
2025-11-11  0:44 ` [PATCH 6.17 698/849] clocksource: hyper-v: Skip unnecessary checks for the root partition Greg Kroah-Hartman
2025-11-11  0:44 ` [PATCH 6.17 699/849] hyperv: Add missing field to hv_output_map_device_interrupt Greg Kroah-Hartman
2025-11-11  0:44 ` [PATCH 6.17 700/849] um: Fix help message for ssl-non-raw Greg Kroah-Hartman
2025-11-11  0:44 ` [PATCH 6.17 701/849] clk: sunxi-ng: sun6i-rtc: Add A523 specifics Greg Kroah-Hartman
2025-11-11  0:44 ` [PATCH 6.17 702/849] rtc: pcf2127: clear minute/second interrupt Greg Kroah-Hartman
2025-11-11  0:44 ` [PATCH 6.17 703/849] ARM: at91: pm: save and restore ACR during PLL disable/enable Greg Kroah-Hartman
2025-11-11  0:44 ` [PATCH 6.17 704/849] clk: at91: add ACR in all PLL settings Greg Kroah-Hartman
2025-11-11  0:44 ` [PATCH 6.17 705/849] clk: at91: sam9x7: Add peripheral clock id for pmecc Greg Kroah-Hartman
2025-11-11  0:44 ` [PATCH 6.17 706/849] clk: at91: clk-master: Add check for divide by 3 Greg Kroah-Hartman
2025-11-11  0:44 ` [PATCH 6.17 707/849] clk: at91: clk-sam9x60-pll: force write to PLL_UPDT register Greg Kroah-Hartman
2025-11-11  0:44 ` [PATCH 6.17 708/849] 9p/trans_fd: p9_fd_request: kick rx thread if EPOLLIN Greg Kroah-Hartman
2025-11-11  0:44 ` [PATCH 6.17 709/849] clk: ti: am33xx: keep WKUP_DEBUGSS_CLKCTRL enabled Greg Kroah-Hartman
2025-11-11  0:44 ` [PATCH 6.17 710/849] clk: scmi: Add duty cycle ops only when duty cycle is supported Greg Kroah-Hartman
2025-11-11  0:44 ` [PATCH 6.17 711/849] clk: clocking-wizard: Fix output clock register offset for Versal platforms Greg Kroah-Hartman
2025-11-11  0:44 ` [PATCH 6.17 712/849] NTB: epf: Allow arbitrary BAR mapping Greg Kroah-Hartman
2025-11-11  0:44 ` [PATCH 6.17 713/849] 9p: fix /sys/fs/9p/caches overwriting itself Greg Kroah-Hartman
2025-11-11  0:44 ` [PATCH 6.17 714/849] cpufreq: tegra186: Initialize all cores to max frequencies Greg Kroah-Hartman
2025-11-11  0:44 ` [PATCH 6.17 715/849] 9p: sysfs_init: dont hardcode error to ENOMEM Greg Kroah-Hartman
2025-11-11  0:44 ` [PATCH 6.17 716/849] scsi: ufs: core: Include UTP error in INT_FATAL_ERRORS Greg Kroah-Hartman
2025-11-11  0:44 ` [PATCH 6.17 717/849] fbdev: core: Fix ubsan warning in pixel_to_pat Greg Kroah-Hartman
2025-11-11  0:44 ` [PATCH 6.17 718/849] ACPI: property: Return present device nodes only on fwnode interface Greg Kroah-Hartman
2025-11-11  0:44 ` [PATCH 6.17 719/849] LoongArch: Handle new atomic instructions for probes Greg Kroah-Hartman
2025-11-11  0:44 ` [PATCH 6.17 720/849] tools bitmap: Add missing asm-generic/bitsperlong.h include Greg Kroah-Hartman
2025-11-11  0:44 ` [PATCH 6.17 721/849] tools: lib: thermal: dont preserve owner in install Greg Kroah-Hartman
2025-11-11  0:44 ` [PATCH 6.17 722/849] tools: lib: thermal: use pkg-config to locate libnl3 Greg Kroah-Hartman
2025-11-11  0:44 ` [PATCH 6.17 723/849] fbdev: Add bounds checking in bit_putcs to fix vmalloc-out-of-bounds Greg Kroah-Hartman
2025-11-11  0:44 ` [PATCH 6.17 724/849] ALSA: hda/realtek: Add quirk for ASUS ROG Zephyrus Duo Greg Kroah-Hartman
2025-11-11  0:44 ` [PATCH 6.17 725/849] rtc: zynqmp: Restore alarm functionality after kexec transition Greg Kroah-Hartman
2025-11-11  0:44 ` [PATCH 6.17 726/849] rtc: pcf2127: fix watchdog interrupt mask on pcf2131 Greg Kroah-Hartman
2025-11-11  0:44 ` [PATCH 6.17 727/849] net: wwan: t7xx: add support for HP DRMR-H01 Greg Kroah-Hartman
2025-11-11  0:44 ` [PATCH 6.17 728/849] kbuild: uapi: Strip comments before size type check Greg Kroah-Hartman
2025-11-11  0:44 ` [PATCH 6.17 729/849] ASoC: meson: aiu-encoder-i2s: fix bit clock polarity Greg Kroah-Hartman
2025-11-11  0:45 ` [PATCH 6.17 730/849] ASoC: rt722: add settings for rt722VB Greg Kroah-Hartman
2025-11-11  0:45 ` [PATCH 6.17 731/849] drm/amdkfd: Fix mmap write lock not release Greg Kroah-Hartman
2025-11-11  0:45 ` [PATCH 6.17 732/849] drm/amdgpu: Report individual reset error Greg Kroah-Hartman
2025-11-11  0:45 ` [PATCH 6.17 733/849] ceph: add checking of wait_for_completion_killable() return value Greg Kroah-Hartman
2025-11-11  0:45 ` [PATCH 6.17 734/849] ceph: fix potential race condition in ceph_ioctl_lazyio() Greg Kroah-Hartman
2025-11-11  0:45 ` [PATCH 6.17 735/849] ceph: refactor wake_up_bit() pattern of calling Greg Kroah-Hartman
2025-11-11  0:45 ` [PATCH 6.17 736/849] ceph: fix multifs mds auth caps issue Greg Kroah-Hartman
2025-11-11  0:45 ` [PATCH 6.17 737/849] x86: uaccess: dont use runtime-const rewriting in modules Greg Kroah-Hartman
2025-11-11  0:45 ` [PATCH 6.17 738/849] rust: condvar: fix broken intra-doc link Greg Kroah-Hartman
2025-11-11  0:45 ` [PATCH 6.17 739/849] rust: devres: fix private " Greg Kroah-Hartman
2025-11-11  0:45 ` [PATCH 6.17 740/849] rust: kbuild: workaround `rustdoc` doctests modifier bug Greg Kroah-Hartman
2025-11-11  0:45 ` [PATCH 6.17 741/849] rust: kbuild: treat `build_error` and `rustdoc` as kernel objects Greg Kroah-Hartman
2025-11-11  0:45 ` [PATCH 6.17 742/849] btrfs: ensure no dirty metadata is written back for an fs with errors Greg Kroah-Hartman
2025-11-11  0:45 ` [PATCH 6.17 743/849] media: uvcvideo: Use heuristic to find stream entity Greg Kroah-Hartman
2025-11-11  0:45 ` [PATCH 6.17 744/849] media: videobuf2: forbid remove_bufs when legacy fileio is active Greg Kroah-Hartman
2025-11-11  0:45 ` [PATCH 6.17 745/849] drm/mediatek: Disable AFBC support on Mediatek DRM driver Greg Kroah-Hartman
2025-11-11  0:45 ` [PATCH 6.17 746/849] Revert "wifi: ath10k: avoid unnecessary wait for service ready message" Greg Kroah-Hartman
2025-11-11  0:45 ` [PATCH 6.17 747/849] tracing: tprobe-events: Fix to register tracepoint correctly Greg Kroah-Hartman
2025-11-11  0:45 ` [PATCH 6.17 748/849] tracing: tprobe-events: Fix to put tracepoint_user when disable the tprobe Greg Kroah-Hartman
2025-11-11  0:45 ` [PATCH 6.17 749/849] ring-buffer: Do not warn in ring_buffer_map_get_reader() when reader catches up Greg Kroah-Hartman
2025-11-11  0:45 ` [PATCH 6.17 750/849] net: libwx: fix device bus LAN ID Greg Kroah-Hartman
2025-11-11  0:45 ` [PATCH 6.17 751/849] scsi: ufs: core: Fix a race condition related to the "hid" attribute group Greg Kroah-Hartman
2025-11-11  0:45 ` [PATCH 6.17 752/849] riscv: stacktrace: Disable KASAN checks for non-current tasks Greg Kroah-Hartman
2025-11-11  0:45 ` [PATCH 6.17 753/849] riscv: ptdump: use seq_puts() in pt_dump_seq_puts() macro Greg Kroah-Hartman
2025-11-11  0:45 ` [PATCH 6.17 754/849] Revert "wifi: ath12k: Fix missing station power save configuration" Greg Kroah-Hartman
2025-11-11  0:45 ` [PATCH 6.17 755/849] scsi: ufs: core: Revert "Make HID attributes visible" Greg Kroah-Hartman
2025-11-11  0:45 ` [PATCH 6.17 756/849] Bluetooth: hci_event: validate skb length for unknown CC opcode Greg Kroah-Hartman
2025-11-11  0:45 ` [PATCH 6.17 757/849] Bluetooth: btrtl: Fix memory leak in rtlbt_parse_firmware_v2() Greg Kroah-Hartman
2025-11-11  0:45 ` [PATCH 6.17 758/849] gve: Implement gettimex64 with -EOPNOTSUPP Greg Kroah-Hartman
2025-11-11  0:45 ` [PATCH 6.17 759/849] gve: Implement settime64 " Greg Kroah-Hartman
2025-11-11  0:45 ` [PATCH 6.17 760/849] net: dsa: tag_brcm: legacy: fix untagged rx on unbridged ports for bcm63xx Greg Kroah-Hartman
2025-11-11  0:45 ` [PATCH 6.17 761/849] selftests/net: fix out-of-order delivery of FIN in gro:tcp test Greg Kroah-Hartman
2025-11-11  0:45 ` [PATCH 6.17 762/849] selftests/net: use destination options instead of hop-by-hop Greg Kroah-Hartman
2025-11-11  0:45 ` [PATCH 6.17 763/849] selftests: netdevsim: Fix ethtool-coalesce.sh fail by installing ethtool-common.sh Greg Kroah-Hartman
2025-11-11  0:45 ` [PATCH 6.17 764/849] net: vlan: sync VLAN features with lower device Greg Kroah-Hartman
2025-11-11  0:45 ` [PATCH 6.17 765/849] netconsole: Acquire su_mutex before navigating configs hierarchy Greg Kroah-Hartman
2025-11-11  0:45 ` [PATCH 6.17 766/849] gpio: swnode: dont use the swnodes name as the key for GPIO lookup Greg Kroah-Hartman
2025-11-11  0:45 ` [PATCH 6.17 767/849] gpiolib: fix invalid pointer access in debugfs Greg Kroah-Hartman
2025-11-11  0:45 ` [PATCH 6.17 768/849] net: mdio: Check regmap pointer returned by device_node_to_regmap() Greg Kroah-Hartman
2025-11-11  0:45 ` [PATCH 6.17 769/849] net: dsa: b53: fix resetting speed and pause on forced link Greg Kroah-Hartman
2025-11-11  0:45 ` [PATCH 6.17 770/849] net: dsa: b53: fix bcm63xx RGMII port link adjustment Greg Kroah-Hartman
2025-11-11  0:45 ` [PATCH 6.17 771/849] net: dsa: b53: fix enabling ip multicast Greg Kroah-Hartman
2025-11-11  0:45 ` [PATCH 6.17 772/849] net: dsa: b53: stop reading ARL entries if search is done Greg Kroah-Hartman
2025-11-11  0:45 ` [PATCH 6.17 773/849] net: dsa: b53: properly bound ARL searches for < 4 ARL bin chips Greg Kroah-Hartman
2025-11-11  0:45 ` [PATCH 6.17 774/849] sctp: Hold RCU read lock while iterating over address list Greg Kroah-Hartman
2025-11-11  0:45 ` [PATCH 6.17 775/849] sctp: Prevent TOCTOU out-of-bounds write Greg Kroah-Hartman
2025-11-11  0:45 ` [PATCH 6.17 776/849] sctp: Hold sock lock while iterating over address list Greg Kroah-Hartman
2025-11-11  0:45 ` [PATCH 6.17 777/849] net: ionic: add dma_wmb() before ringing TX doorbell Greg Kroah-Hartman
2025-11-11  0:45 ` [PATCH 6.17 778/849] net: ionic: map SKB after pseudo-header checksum prep Greg Kroah-Hartman
2025-11-11  0:45 ` [PATCH 6.17 779/849] octeontx2-pf: Fix devm_kcalloc() error checking Greg Kroah-Hartman
2025-11-11  0:45 ` Greg Kroah-Hartman [this message]
2025-11-11  0:45 ` [PATCH 6.17 781/849] bnxt_en: Shutdown FW DMA in bnxt_shutdown() Greg Kroah-Hartman
2025-11-11  0:45 ` [PATCH 6.17 782/849] bnxt_en: Fix a possible memory leak in bnxt_ptp_init Greg Kroah-Hartman
2025-11-11  0:45 ` [PATCH 6.17 783/849] bnxt_en: Fix null pointer dereference in bnxt_bs_trace_check_wrap() Greg Kroah-Hartman
2025-11-11  0:45 ` [PATCH 6.17 784/849] bnxt_en: Always provide max entry and entry size in coredump segments Greg Kroah-Hartman
2025-11-11  0:45 ` [PATCH 6.17 785/849] bnxt_en: Fix warning in bnxt_dl_reload_down() Greg Kroah-Hartman
2025-11-11  0:45 ` [PATCH 6.17 786/849] netpoll: Fix deadlock in memory allocation under spinlock Greg Kroah-Hartman
2025-11-11  0:45 ` [PATCH 6.17 787/849] wifi: mac80211_hwsim: Limit destroy_on_close radio removal to netgroup Greg Kroah-Hartman
2025-11-11  0:45 ` [PATCH 6.17 788/849] io_uring: fix types for region size calulation Greg Kroah-Hartman
2025-11-11  0:45 ` [PATCH 6.17 789/849] net/mlx5e: Fix return value in case of module EEPROM read error Greg Kroah-Hartman
2025-11-11  0:46 ` [PATCH 6.17 790/849] net: ti: icssg-prueth: Fix fdb hash size configuration Greg Kroah-Hartman
2025-11-11  0:46 ` [PATCH 6.17 791/849] net/mlx5e: SHAMPO, Fix header mapping for 64K pages Greg Kroah-Hartman
2025-11-11  0:46 ` [PATCH 6.17 792/849] net/mlx5e: SHAMPO, Fix skb size check " Greg Kroah-Hartman
2025-11-11  0:46 ` [PATCH 6.17 793/849] net/mlx5e: SHAMPO, Fix header formulas for higher MTUs and " Greg Kroah-Hartman
2025-11-11  0:46 ` [PATCH 6.17 794/849] net: wan: framer: pef2256: Switch to devm_mfd_add_devices() Greg Kroah-Hartman
2025-11-11  0:46 ` [PATCH 6.17 795/849] net: dsa: microchip: Fix reserved multicast address table programming Greg Kroah-Hartman
2025-11-11  0:46 ` [PATCH 6.17 796/849] lan966x: Fix sleeping in atomic context Greg Kroah-Hartman
2025-11-11  0:46 ` [PATCH 6.17 797/849] net: bridge: fix use-after-free due to MST port state bypass Greg Kroah-Hartman
2025-11-11  0:46 ` [PATCH 6.17 798/849] net: bridge: fix MST static key usage Greg Kroah-Hartman
2025-11-11  0:46 ` [PATCH 6.17 799/849] selftests/vsock: avoid false-positives when checking dmesg Greg Kroah-Hartman
2025-11-11  0:46 ` [PATCH 6.17 800/849] tracing: Fix memory leaks in create_field_var() Greg Kroah-Hartman
2025-11-11  0:46 ` [PATCH 6.17 801/849] drm/amd/display: Enable mst when its detected but yet to be initialized Greg Kroah-Hartman
2025-11-11  0:46 ` [PATCH 6.17 802/849] wifi: cfg80211: add an hrtimer based delayed work item Greg Kroah-Hartman
2025-11-11  0:46 ` [PATCH 6.17 803/849] wifi: mac80211: use wiphy_hrtimer_work for ml_reconf_work Greg Kroah-Hartman
2025-11-11  0:46 ` [PATCH 6.17 804/849] platform/x86: int3472: Fix double free of GPIO device during unregister Greg Kroah-Hartman
2025-11-11  0:46 ` [PATCH 6.17 805/849] wifi: mac80211: use wiphy_hrtimer_work for ttlm_work Greg Kroah-Hartman
2025-11-11  0:46 ` [PATCH 6.17 806/849] wifi: mac80211: use wiphy_hrtimer_work for csa.switch_work Greg Kroah-Hartman
2025-11-11  0:46 ` [PATCH 6.17 807/849] fscrypt: fix left shift underflow when inode->i_blkbits > PAGE_SHIFT Greg Kroah-Hartman
2025-11-11  0:46 ` [PATCH 6.17 808/849] drm/sched: Fix deadlock in drm_sched_entity_kill_jobs_cb Greg Kroah-Hartman
2025-11-11  0:46 ` [PATCH 6.17 809/849] Bluetooth: MGMT: Fix OOB access in parse_adv_monitor_pattern() Greg Kroah-Hartman
2025-11-11  0:46 ` [PATCH 6.17 810/849] iommufd: Dont overflow during division for dirty tracking Greg Kroah-Hartman
2025-11-11  0:46 ` [PATCH 6.17 811/849] riscv: Fix memory leak in module_frob_arch_sections() Greg Kroah-Hartman
2025-11-11  0:46 ` [PATCH 6.17 812/849] parisc: Avoid crash due to unaligned access in unwinder Greg Kroah-Hartman
2025-11-11  0:46 ` [PATCH 6.17 813/849] rtc: rx8025: fix incorrect register reference Greg Kroah-Hartman
2025-11-11  0:46 ` [PATCH 6.17 814/849] x86/microcode/AMD: Add more known models to entry sign checking Greg Kroah-Hartman
2025-11-11  0:46 ` [PATCH 6.17 815/849] smb: client: validate change notify buffer before copy Greg Kroah-Hartman
2025-11-11  0:46 ` [PATCH 6.17 816/849] io_uring: fix regbuf vector size truncation Greg Kroah-Hartman
2025-11-11  0:46 ` [PATCH 6.17 817/849] smb: client: fix potential UAF in smb2_close_cached_fid() Greg Kroah-Hartman
2025-11-26  6:47   ` Jiri Slaby
2025-11-26 14:11     ` Henrique Carvalho
2025-11-27 12:52       ` Greg Kroah-Hartman
2025-11-11  0:46 ` [PATCH 6.17 818/849] perf/core: Fix system hang caused by cpu-clock usage Greg Kroah-Hartman
2025-11-11  0:46 ` [PATCH 6.17 819/849] x86/amd_node: Fix AMD root device caching Greg Kroah-Hartman
2025-11-11  0:46 ` [PATCH 6.17 820/849] xfs: fix delalloc write failures in software-provided atomic writes Greg Kroah-Hartman
2025-11-11  0:46 ` [PATCH 6.17 821/849] xfs: fix various problems in xfs_atomic_write_cow_iomap_begin Greg Kroah-Hartman
2025-11-11  0:46 ` [PATCH 6.17 822/849] x86/CPU/AMD: Add missing terminator for zen5_rdseed_microcode Greg Kroah-Hartman
2025-11-11  0:46 ` [PATCH 6.17 823/849] drm: define NVIDIA DRM format modifiers for GB20x Greg Kroah-Hartman
2025-11-11  0:46 ` [PATCH 6.17 824/849] drm/nouveau: Advertise correct modifiers on GB20x Greg Kroah-Hartman
2025-11-11  0:46 ` [PATCH 6.17 825/849] drm/amdgpu/smu: Handle S0ix for vangogh Greg Kroah-Hartman
2025-11-11  0:46 ` [PATCH 6.17 826/849] drm/amd/display: Fix NULL deref in debugfs odm_combine_segments Greg Kroah-Hartman
2025-11-11  0:46 ` [PATCH 6.17 827/849] drm/amdkfd: Dont clear PT after process killed Greg Kroah-Hartman
2025-11-11  0:46 ` [PATCH 6.17 828/849] virtio-net: fix received length check in big packets Greg Kroah-Hartman
2025-11-11  0:46 ` [PATCH 6.17 829/849] virtio_net: fix alignment for virtio_net_hdr_v1_hash Greg Kroah-Hartman
2025-11-11  0:46 ` [PATCH 6.17 830/849] lib/crypto: curve25519-hacl64: Fix older clang KASAN workaround for GCC Greg Kroah-Hartman
2025-11-11  0:46 ` [PATCH 6.17 831/849] scsi: ufs: ufs-pci: Fix S0ix/S3 for Intel controllers Greg Kroah-Hartman
2025-11-11  0:46 ` [PATCH 6.17 832/849] scsi: ufs: ufs-pci: Set UFSHCD_QUIRK_PERFORM_LINK_STARTUP_ONCE for Intel ADL Greg Kroah-Hartman
2025-11-11  0:46 ` [PATCH 6.17 833/849] scsi: ufs: core: Add a quirk to suppress link_startup_again Greg Kroah-Hartman
2025-11-11  0:46 ` [PATCH 6.17 834/849] scsi: ufs: core: Fix invalid probe error return value Greg Kroah-Hartman
2025-11-11  0:46 ` [PATCH 6.17 835/849] drm/amd/display: update color on atomic commit time Greg Kroah-Hartman
2025-11-11  0:46 ` [PATCH 6.17 836/849] extcon: adc-jack: Cleanup wakeup source only if it was enabled Greg Kroah-Hartman
2025-11-11  0:46 ` [PATCH 6.17 837/849] kunit: Extend kconfig help text for KUNIT_UML_PCI Greg Kroah-Hartman
2025-11-11  0:46 ` [PATCH 6.17 838/849] ALSA: hda/tas2781: Enable init_profile_id for device initialization Greg Kroah-Hartman
2025-11-11  0:46 ` [PATCH 6.17 839/849] ACPI: SPCR: Check for table version when using precise baudrate Greg Kroah-Hartman
2025-11-11  0:46 ` [PATCH 6.17 840/849] kbuild: Strip trailing padding bytes from modules.builtin.modinfo Greg Kroah-Hartman
2025-11-11  0:46 ` [PATCH 6.17 841/849] drm/amdgpu: Fix unintended error log in VCN5_0_0 Greg Kroah-Hartman
2025-11-11  0:46 ` [PATCH 6.17 842/849] drm/amd/display: Fix vupdate_offload_work doc Greg Kroah-Hartman
2025-11-11  0:46 ` [PATCH 6.17 843/849] drm/amdgpu: Fix function header names in amdgpu_connectors.c Greg Kroah-Hartman
2025-11-11  0:46 ` [PATCH 6.17 844/849] drm/amdgpu/userq: assign an error code for invalid userq va Greg Kroah-Hartman
2025-11-11  0:46 ` [PATCH 6.17 845/849] drm/msm/dpu: Fix adjusted mode clock check for 3d merge Greg Kroah-Hartman
2025-11-11  0:46 ` [PATCH 6.17 846/849] drm/amd/display: Reject modes with too high pixel clock on DCE6-10 Greg Kroah-Hartman
2025-11-11  0:46 ` [PATCH 6.17 847/849] drm/amd/display: use GFP_NOWAIT for allocation in interrupt handler Greg Kroah-Hartman
2025-11-11  0:46 ` [PATCH 6.17 848/849] drm/amd/display: Fix black screen with HDMI outputs Greg Kroah-Hartman
2025-11-11  0:46 ` [PATCH 6.17 849/849] selftests: drv-net: Reload pkt pointer after calling filter_udphdr Greg Kroah-Hartman
2025-11-11  5:38 ` [PATCH 6.17 000/849] 6.17.8-rc1 review Ronald Warsow
2025-11-11  8:47 ` Pavel Machek
2025-11-11 10:48 ` Naresh Kamboju
2025-11-11 11:30 ` Takeshi Ogasawara
2025-11-11 12:20 ` Mark Brown
2025-11-11 12:29 ` Brett A C Sheffield
2025-11-11 13:28 ` Ron Economos
2025-11-11 13:29 ` Slade Watkins
2025-11-11 13:31 ` Jon Hunter
2025-11-11 17:12 ` Peter Schneider
2025-11-11 18:33 ` Jeffrin Thalakkottoor
2025-11-11 20:29 ` Justin Forbes
2025-11-11 23:27 ` Shuah Khan
2025-11-12 12:57 ` Miguel Ojeda
2025-11-12 17:48 ` Dileep malepu
2025-11-12 21:10 ` Florian Fainelli

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20251111004555.285842327@linuxfoundation.org \
    --to=gregkh@linuxfoundation.org \
    --cc=kuba@kernel.org \
    --cc=patches@lists.linux.dev \
    --cc=qendrim.maxhuni@garderos.com \
    --cc=sashal@kernel.org \
    --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;
as well as URLs for NNTP newsgroup(s).