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, ChunHao Lin <hau@realtek.com>,
	Heiner Kallweit <hkallweit1@gmail.com>,
	Jakub Kicinski <kuba@kernel.org>, Sasha Levin <sashal@kernel.org>
Subject: [PATCH 5.10 130/300] r8169: set EEE speed down ratio to 1
Date: Wed,  3 Dec 2025 16:25:34 +0100	[thread overview]
Message-ID: <20251203152405.428348495@linuxfoundation.org> (raw)
In-Reply-To: <20251203152400.447697997@linuxfoundation.org>

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

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

From: ChunHao Lin <hau@realtek.com>

[ Upstream commit bf7154ffb1c65a201906296a9d3eb22e9daa5ffc ]

EEE speed down means speed down MAC MCU clock. It is not from spec.
It is kind of Realtek specific power saving feature. But enable it
may cause some issues, like packet drop or interrupt loss. Different
hardware may have different issues.

EEE speed down ratio (mac ocp 0xe056[7:4]) is used to set EEE speed
down rate. The larger this value is, the more power can save. But it
actually save less power then we expected. And, as mentioned above,
will impact compatibility. So set it to 1 (mac ocp 0xe056[7:4] = 0)
, which means not to speed down, to improve compatibility.

Signed-off-by: ChunHao Lin <hau@realtek.com>
Reviewed-by: Heiner Kallweit <hkallweit1@gmail.com>
Link: https://patch.msgid.link/20250918023425.3463-1-hau@realtek.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
---
 drivers/net/ethernet/realtek/r8169_main.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/net/ethernet/realtek/r8169_main.c b/drivers/net/ethernet/realtek/r8169_main.c
index 9fb8fdd5b2619..fc3e42c1ee0d9 100644
--- a/drivers/net/ethernet/realtek/r8169_main.c
+++ b/drivers/net/ethernet/realtek/r8169_main.c
@@ -3278,7 +3278,7 @@ static void rtl_hw_start_8168h_1(struct rtl8169_private *tp)
 		r8168_mac_ocp_modify(tp, 0xd412, 0x0fff, sw_cnt_1ms_ini);
 	}
 
-	r8168_mac_ocp_modify(tp, 0xe056, 0x00f0, 0x0070);
+	r8168_mac_ocp_modify(tp, 0xe056, 0x00f0, 0x0000);
 	r8168_mac_ocp_modify(tp, 0xe052, 0x6000, 0x8008);
 	r8168_mac_ocp_modify(tp, 0xe0d6, 0x01ff, 0x017f);
 	r8168_mac_ocp_modify(tp, 0xd420, 0x0fff, 0x047f);
@@ -3433,7 +3433,7 @@ static void rtl_hw_start_8117(struct rtl8169_private *tp)
 		r8168_mac_ocp_modify(tp, 0xd412, 0x0fff, sw_cnt_1ms_ini);
 	}
 
-	r8168_mac_ocp_modify(tp, 0xe056, 0x00f0, 0x0070);
+	r8168_mac_ocp_modify(tp, 0xe056, 0x00f0, 0x0000);
 	r8168_mac_ocp_write(tp, 0xea80, 0x0003);
 	r8168_mac_ocp_modify(tp, 0xe052, 0x0000, 0x0009);
 	r8168_mac_ocp_modify(tp, 0xd420, 0x0fff, 0x047f);
@@ -3628,7 +3628,7 @@ static void rtl_hw_start_8125_common(struct rtl8169_private *tp)
 	r8168_mac_ocp_modify(tp, 0xc0b4, 0x0000, 0x000c);
 	r8168_mac_ocp_modify(tp, 0xeb6a, 0x00ff, 0x0033);
 	r8168_mac_ocp_modify(tp, 0xeb50, 0x03e0, 0x0040);
-	r8168_mac_ocp_modify(tp, 0xe056, 0x00f0, 0x0030);
+	r8168_mac_ocp_modify(tp, 0xe056, 0x00f0, 0x0000);
 	r8168_mac_ocp_modify(tp, 0xe040, 0x1000, 0x0000);
 	r8168_mac_ocp_modify(tp, 0xea1c, 0x0003, 0x0001);
 	r8168_mac_ocp_modify(tp, 0xe0c0, 0x4f0f, 0x4403);
-- 
2.51.0




  parent reply	other threads:[~2025-12-03 15:37 UTC|newest]

Thread overview: 312+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-03 15:23 [PATCH 5.10 000/300] 5.10.247-rc1 review Greg Kroah-Hartman
2025-12-03 15:23 ` [PATCH 5.10 001/300] net/sched: sch_qfq: Fix null-deref in agg_dequeue Greg Kroah-Hartman
2025-12-03 15:23 ` [PATCH 5.10 002/300] x86/bugs: Fix reporting of LFENCE retpoline Greg Kroah-Hartman
2025-12-03 15:23 ` [PATCH 5.10 003/300] btrfs: always drop log root tree reference in btrfs_replay_log() Greg Kroah-Hartman
2025-12-04 20:31   ` Ben Hutchings
2025-12-03 15:23 ` [PATCH 5.10 004/300] btrfs: use smp_mb__after_atomic() when forcing COW in create_pending_snapshot() Greg Kroah-Hartman
2025-12-03 15:23 ` [PATCH 5.10 005/300] NFSD: Fix crash in nfsd4_read_release() Greg Kroah-Hartman
2025-12-03 15:23 ` [PATCH 5.10 006/300] net: usb: asix_devices: Check return value of usbnet_get_endpoints Greg Kroah-Hartman
2025-12-03 15:23 ` [PATCH 5.10 007/300] fbdev: atyfb: Check if pll_ops->init_pll failed Greg Kroah-Hartman
2025-12-03 15:23 ` [PATCH 5.10 008/300] ACPI: video: Fix use-after-free in acpi_video_switch_brightness() Greg Kroah-Hartman
2025-12-03 15:23 ` [PATCH 5.10 009/300] fbdev: bitblit: bound-check glyph index in bit_putcs* Greg Kroah-Hartman
2025-12-03 15:23 ` [PATCH 5.10 010/300] wifi: brcmfmac: fix crash while sending Action Frames in standalone AP Mode Greg Kroah-Hartman
2025-12-03 15:23 ` [PATCH 5.10 011/300] fbdev: pvr2fb: Fix leftover reference to ONCHIP_NR_DMA_CHANNELS Greg Kroah-Hartman
2025-12-03 15:23 ` [PATCH 5.10 012/300] fbdev: valkyriefb: Fix reference count leak in valkyriefb_init Greg Kroah-Hartman
2025-12-03 15:23 ` [PATCH 5.10 013/300] ASoC: qdsp6: q6asm: do not sleep while atomic Greg Kroah-Hartman
2025-12-04 21:00   ` Ben Hutchings
2025-12-03 15:23 ` [PATCH 5.10 014/300] wifi: ath10k: Fix memory leak on unsupported WMI command Greg Kroah-Hartman
2025-12-03 15:23 ` [PATCH 5.10 015/300] drm/msm/a6xx: Fix GMU firmware parser Greg Kroah-Hartman
2025-12-03 15:23 ` [PATCH 5.10 016/300] ALSA: usb-audio: fix control pipe direction Greg Kroah-Hartman
2025-12-03 15:23 ` [PATCH 5.10 017/300] bpf: Sync pending IRQ work before freeing ring buffer Greg Kroah-Hartman
2025-12-03 15:23 ` [PATCH 5.10 018/300] usbnet: Prevents free active kevent Greg Kroah-Hartman
2025-12-03 15:23 ` [PATCH 5.10 019/300] drm/etnaviv: fix flush sequence logic Greg Kroah-Hartman
2025-12-03 15:23 ` [PATCH 5.10 020/300] drm/amd/pm: fix smu table id bound check issue in smu_cmn_update_table() Greg Kroah-Hartman
2025-12-03 15:23 ` [PATCH 5.10 021/300] drm/amd/pm/powerplay/smumgr: Fix PCIeBootLinkLevel value on Fiji Greg Kroah-Hartman
2025-12-03 15:23 ` [PATCH 5.10 022/300] drm/amd/pm/powerplay/smumgr: Fix PCIeBootLinkLevel value on Iceland Greg Kroah-Hartman
2025-12-03 15:23 ` [PATCH 5.10 023/300] block: fix op_is_zone_mgmt() to handle REQ_OP_ZONE_RESET_ALL Greg Kroah-Hartman
2025-12-03 15:23 ` [PATCH 5.10 024/300] regmap: slimbus: fix bus_context pointer in regmap init calls Greg Kroah-Hartman
2025-12-03 15:23 ` [PATCH 5.10 025/300] net: phy: dp83867: Disable EEE support as not implemented Greg Kroah-Hartman
2025-12-03 15:23 ` [PATCH 5.10 026/300] net: ravb: Enforce descriptor type ordering Greg Kroah-Hartman
2025-12-03 15:23 ` [PATCH 5.10 027/300] xfs: always warn about deprecated mount options Greg Kroah-Hartman
2025-12-03 15:23 ` [PATCH 5.10 028/300] devcoredump: Fix circular locking dependency with devcd->mutex Greg Kroah-Hartman
2025-12-03 15:23 ` [PATCH 5.10 029/300] can: gs_usb: increase max interface to U8_MAX Greg Kroah-Hartman
2025-12-03 15:23 ` [PATCH 5.10 030/300] serial: 8250_dw: Use devm_add_action_or_reset() Greg Kroah-Hartman
2025-12-03 15:23 ` [PATCH 5.10 031/300] serial: 8250_dw: handle reset control deassert error Greg Kroah-Hartman
2025-12-03 15:23 ` [PATCH 5.10 032/300] x86/resctrl: Fix miscount of bandwidth event when reactivating previously unavailable RMID Greg Kroah-Hartman
2025-12-03 15:23 ` [PATCH 5.10 033/300] x86/boot: Compile boot code with -std=gnu11 too Greg Kroah-Hartman
2025-12-03 15:23 ` [PATCH 5.10 034/300] arch: back to -std=gnu89 in < v5.18 Greg Kroah-Hartman
2025-12-03 15:23 ` [PATCH 5.10 035/300] tracing: fix declaration-after-statement warning Greg Kroah-Hartman
2025-12-03 15:24 ` [PATCH 5.10 036/300] usb: gadget: f_fs: Fix epfile null pointer access after ep enable Greg Kroah-Hartman
2025-12-03 15:24 ` [PATCH 5.10 037/300] block: make REQ_OP_ZONE_OPEN a write operation Greg Kroah-Hartman
2025-12-03 15:24 ` [PATCH 5.10 038/300] soc: qcom: smem: Fix endian-unaware access of num_entries Greg Kroah-Hartman
2025-12-03 15:24 ` [PATCH 5.10 039/300] spi: loopback-test: Dont use %pK through printk Greg Kroah-Hartman
2025-12-03 15:24 ` [PATCH 5.10 040/300] soc: ti: pruss: dont " Greg Kroah-Hartman
2025-12-03 15:24 ` [PATCH 5.10 041/300] bpf: Dont " Greg Kroah-Hartman
2025-12-03 15:24 ` [PATCH 5.10 042/300] pinctrl: single: fix bias pull up/down handling in pin_config_set Greg Kroah-Hartman
2025-12-03 15:24 ` [PATCH 5.10 043/300] mmc: host: renesas_sdhi: Fix the actual clock Greg Kroah-Hartman
2025-12-03 15:24 ` [PATCH 5.10 044/300] memstick: Add timeout to prevent indefinite waiting Greg Kroah-Hartman
2025-12-04 21:45   ` Ben Hutchings
2025-12-03 15:24 ` [PATCH 5.10 045/300] ACPI: video: force native for Lenovo 82K8 Greg Kroah-Hartman
2025-12-03 15:24 ` [PATCH 5.10 046/300] selftests/bpf: Fix bpf_prog_detach2 usage in test_lirc_mode2 Greg Kroah-Hartman
2025-12-03 15:24 ` [PATCH 5.10 047/300] cpufreq/longhaul: handle NULL policy in longhaul_exit Greg Kroah-Hartman
2025-12-03 15:24 ` [PATCH 5.10 048/300] arc: Fix __fls() const-foldability via __builtin_clzl() Greg Kroah-Hartman
2025-12-03 15:24 ` [PATCH 5.10 049/300] irqchip/gic-v2m: Handle Multiple MSI base IRQ Alignment Greg Kroah-Hartman
2025-12-03 15:24 ` [PATCH 5.10 050/300] soc/tegra: fuse: Add Tegra114 nvmem cells and fuse lookups Greg Kroah-Hartman
2025-12-03 15:24 ` [PATCH 5.10 051/300] mmc: sdhci-msm: Enable tuning for SDR50 mode for SD card Greg Kroah-Hartman
2025-12-03 15:24 ` [PATCH 5.10 052/300] ACPICA: dispatcher: Use acpi_ds_clear_operands() in acpi_ds_call_control_method() Greg Kroah-Hartman
2025-12-03 15:24 ` [PATCH 5.10 053/300] tee: allow a driver to allocate a tee_device without a pool Greg Kroah-Hartman
2025-12-03 15:24 ` [PATCH 5.10 054/300] nvme-fc: use lock accessing port_state and rport state Greg Kroah-Hartman
2025-12-03 15:24 ` [PATCH 5.10 055/300] video: backlight: lp855x_bl: Set correct EPROM start for LP8556 Greg Kroah-Hartman
2025-12-03 15:24 ` [PATCH 5.10 056/300] cpuidle: Fail cpuidle device registration if there is one already Greg Kroah-Hartman
2025-12-03 15:24 ` [PATCH 5.10 057/300] clocksource/drivers/vf-pit: Replace raw_readl/writel to readl/writel Greg Kroah-Hartman
2025-12-03 15:24 ` [PATCH 5.10 058/300] uprobe: Do not emulate/sstep original instruction when ip is changed Greg Kroah-Hartman
2025-12-03 15:24 ` [PATCH 5.10 059/300] hwmon: (dell-smm) Add support for Dell OptiPlex 7040 Greg Kroah-Hartman
2025-12-03 15:24 ` [PATCH 5.10 060/300] tools/cpupower: Fix incorrect size in cpuidle_state_disable() Greg Kroah-Hartman
2025-12-03 15:24 ` [PATCH 5.10 061/300] tools/power x86_energy_perf_policy: Fix incorrect fopen mode usage Greg Kroah-Hartman
2025-12-03 15:24 ` [PATCH 5.10 062/300] tools/power x86_energy_perf_policy: Enhance HWP enable Greg Kroah-Hartman
2025-12-03 15:24 ` [PATCH 5.10 063/300] tools/power x86_energy_perf_policy: Prefer driver HWP limits Greg Kroah-Hartman
2025-12-03 15:24 ` [PATCH 5.10 064/300] mfd: stmpe: Remove IRQ domain upon removal Greg Kroah-Hartman
2025-12-03 15:24 ` [PATCH 5.10 065/300] mfd: stmpe-i2c: Add missing MODULE_LICENSE Greg Kroah-Hartman
2025-12-03 15:24 ` [PATCH 5.10 066/300] mfd: madera: Work around false-positive -Wininitialized warning Greg Kroah-Hartman
2025-12-03 15:24 ` [PATCH 5.10 067/300] mfd: da9063: Split chip variant reading in two bus transactions Greg Kroah-Hartman
2025-12-03 15:24 ` [PATCH 5.10 068/300] drm/amd/pm: Use cached metrics data on arcturus Greg Kroah-Hartman
2025-12-03 15:24 ` [PATCH 5.10 069/300] drm/amdgpu/jpeg: Hold pg_lock before jpeg poweroff Greg Kroah-Hartman
2025-12-03 15:24 ` [PATCH 5.10 070/300] drm/nouveau: replace snprintf() with scnprintf() in nvkm_snprintbf() Greg Kroah-Hartman
2025-12-03 15:24 ` [PATCH 5.10 071/300] PCI: Disable MSI on RDC PCI to PCIe bridges Greg Kroah-Hartman
2025-12-03 15:24 ` [PATCH 5.10 072/300] selftests/net: Replace non-standard __WORDSIZE with sizeof(long) * 8 Greg Kroah-Hartman
2025-12-03 15:24 ` [PATCH 5.10 073/300] selftests/net: Ensure assert() triggers in psock_tpacket.c Greg Kroah-Hartman
2025-12-03 15:24 ` [PATCH 5.10 074/300] drm/amdkfd: return -ENOTTY for unsupported IOCTLs Greg Kroah-Hartman
2025-12-03 15:24 ` [PATCH 5.10 075/300] media: pci: ivtv: Dont create fake v4l2_fh Greg Kroah-Hartman
2025-12-03 15:24 ` [PATCH 5.10 076/300] drm/tidss: Use the crtc_* timings when programming the HW Greg Kroah-Hartman
2025-12-03 15:24 ` [PATCH 5.10 077/300] x86/vsyscall: Do not require X86_PF_INSTR to emulate vsyscall Greg Kroah-Hartman
2025-12-03 15:24 ` [PATCH 5.10 078/300] net: stmmac: Check stmmac_hw_setup() in stmmac_resume() Greg Kroah-Hartman
2025-12-03 15:24 ` [PATCH 5.10 079/300] powerpc/eeh: Use result of error_detected() in uevent Greg Kroah-Hartman
2025-12-03 15:24 ` [PATCH 5.10 080/300] bridge: Redirect to backup port when port is administratively down Greg Kroah-Hartman
2025-12-03 15:24 ` [PATCH 5.10 081/300] net: ipv6: fix field-spanning memcpy warning in AH output Greg Kroah-Hartman
2025-12-03 15:24 ` [PATCH 5.10 082/300] media: imon: make send_packet() more robust Greg Kroah-Hartman
2025-12-03 15:24 ` [PATCH 5.10 083/300] drm/bridge: display-connector: dont set OP_DETECT for DisplayPorts Greg Kroah-Hartman
2025-12-03 15:24 ` [PATCH 5.10 084/300] iio: adc: spear_adc: mask SPEAR_ADC_STATUS channel and avg sample before setting register Greg Kroah-Hartman
2025-12-03 15:24 ` [PATCH 5.10 085/300] usb: gadget: f_ncm: Fix MAC assignment NCM ethernet Greg Kroah-Hartman
2025-12-03 15:24 ` [PATCH 5.10 086/300] char: misc: Does not request module for miscdevice with dynamic minor Greg Kroah-Hartman
2025-12-03 15:24 ` [PATCH 5.10 087/300] net: When removing nexthops, dont call synchronize_net if it is not necessary Greg Kroah-Hartman
2025-12-03 15:24 ` [PATCH 5.10 088/300] net: Call trace_sock_exceed_buf_limit() for memcg failure with SK_MEM_RECV Greg Kroah-Hartman
2025-12-03 15:24 ` [PATCH 5.10 089/300] PCI/P2PDMA: Fix incorrect pointer usage in devm_kfree() call Greg Kroah-Hartman
2025-12-03 15:24 ` [PATCH 5.10 090/300] ALSA: usb-audio: Add validation of UAC2/UAC3 effect units Greg Kroah-Hartman
2025-12-03 15:24 ` [PATCH 5.10 091/300] rds: Fix endianness annotation for RDS_MPATH_HASH Greg Kroah-Hartman
2025-12-03 15:24 ` [PATCH 5.10 092/300] scsi: pm80xx: Fix race condition caused by static variables Greg Kroah-Hartman
2025-12-03 15:24 ` [PATCH 5.10 093/300] extcon: adc-jack: Fix wakeup source leaks on device unbind Greg Kroah-Hartman
2025-12-03 15:24 ` [PATCH 5.10 094/300] drm/amdkfd: Tie UNMAP_LATENCY to queue_preemption Greg Kroah-Hartman
2025-12-03 15:24 ` [PATCH 5.10 095/300] media: fix uninitialized symbol warnings Greg Kroah-Hartman
2025-12-03 15:25 ` [PATCH 5.10 096/300] mips: lantiq: danube: add missing properties to cpu node Greg Kroah-Hartman
2025-12-03 15:25 ` [PATCH 5.10 097/300] mips: lantiq: danube: add missing device_type in pci node Greg Kroah-Hartman
2025-12-03 15:25 ` [PATCH 5.10 098/300] mips: lantiq: xway: sysctrl: rename stp clock Greg Kroah-Hartman
2025-12-03 15:25 ` [PATCH 5.10 099/300] scsi: pm8001: Use int instead of u32 to store error codes Greg Kroah-Hartman
2025-12-03 15:25 ` [PATCH 5.10 100/300] dmaengine: sh: setup_xref error handling Greg Kroah-Hartman
2025-12-03 15:25 ` [PATCH 5.10 101/300] dmaengine: mv_xor: match alloc_wc and free_wc Greg Kroah-Hartman
2025-12-03 15:25 ` [PATCH 5.10 102/300] dmaengine: dw-edma: Set status for callback_result Greg Kroah-Hartman
2025-12-03 15:25 ` [PATCH 5.10 103/300] ipv6: Add sanity checks on ipv6_devconf.rpl_seg_enabled Greg Kroah-Hartman
2025-12-03 15:25 ` [PATCH 5.10 104/300] net: nfc: nci: Increase NCI_DATA_TIMEOUT to 3000 ms Greg Kroah-Hartman
2025-12-03 15:25 ` [PATCH 5.10 105/300] ALSA: usb-audio: apply quirk for MOONDROP Quark2 Greg Kroah-Hartman
2025-12-03 15:25 ` [PATCH 5.10 106/300] net: call cond_resched() less often in __release_sock() Greg Kroah-Hartman
2025-12-03 15:25 ` [PATCH 5.10 107/300] iommu/amd: Skip enabling command/event buffers for kdump Greg Kroah-Hartman
2025-12-03 15:25 ` [PATCH 5.10 108/300] usb: gadget: f_hid: Fix zero length packet transfer Greg Kroah-Hartman
2025-12-03 15:25 ` [PATCH 5.10 109/300] net: phy: marvell: Fix 88e1510 downshift counter errata Greg Kroah-Hartman
2025-12-03 15:25 ` [PATCH 5.10 110/300] phy: cadence: cdns-dphy: Enable lower resolutions in dphy Greg Kroah-Hartman
2025-12-03 15:25 ` [PATCH 5.10 111/300] net: sh_eth: Disable WoL if system can not suspend Greg Kroah-Hartman
2025-12-03 15:25 ` [PATCH 5.10 112/300] media: redrat3: use int type to store negative error codes Greg Kroah-Hartman
2025-12-03 15:25 ` [PATCH 5.10 113/300] selftests: traceroute: Use require_command() Greg Kroah-Hartman
2025-12-03 15:25 ` [PATCH 5.10 114/300] x86/kvm: Prefer native qspinlock for dedicated vCPUs irrespective of PV_UNHALT Greg Kroah-Hartman
2025-12-03 15:25 ` [PATCH 5.10 115/300] selftests: Disable dad for ipv6 in fcnal-test.sh Greg Kroah-Hartman
2025-12-03 15:25 ` [PATCH 5.10 116/300] eth: 8139too: Make 8139TOO_PIO depend on !NO_IOPORT_MAP Greg Kroah-Hartman
2025-12-03 15:25 ` [PATCH 5.10 117/300] selftests: Replace sleep with slowwait Greg Kroah-Hartman
2025-12-09 15:22   ` Ben Hutchings
2025-12-03 15:25 ` [PATCH 5.10 118/300] udp_tunnel: use netdev_warn() instead of netdev_WARN() Greg Kroah-Hartman
2025-12-03 15:25 ` [PATCH 5.10 119/300] net/cls_cgroup: Fix task_get_classid() during qdisc run Greg Kroah-Hartman
2025-12-03 15:25 ` [PATCH 5.10 120/300] selftests/Makefile: include $(INSTALL_DEP_TARGETS) in clean target to clean net/lib dependency Greg Kroah-Hartman
2025-12-03 15:25 ` [PATCH 5.10 121/300] scsi: lpfc: Define size of debugfs entry for xri rebalancing Greg Kroah-Hartman
2025-12-03 15:25 ` [PATCH 5.10 122/300] allow finish_no_open(file, ERR_PTR(-E...)) Greg Kroah-Hartman
2025-12-03 15:25 ` [PATCH 5.10 123/300] usb: mon: Increase BUFF_MAX to 64 MiB to support multi-MB URBs Greg Kroah-Hartman
2025-12-03 15:25 ` [PATCH 5.10 124/300] usb: xhci: plat: Facilitate using autosuspend for xhci plat devices Greg Kroah-Hartman
2025-12-03 15:25 ` [PATCH 5.10 125/300] ipv6: np->rxpmtu race annotation Greg Kroah-Hartman
2025-12-03 15:25 ` [PATCH 5.10 126/300] jfs: Verify inode mode when loading from disk Greg Kroah-Hartman
2025-12-03 15:25 ` [PATCH 5.10 127/300] jfs: fix uninitialized waitqueue in transaction manager Greg Kroah-Hartman
2025-12-03 15:37   ` syzbot
2025-12-03 15:25 ` [PATCH 5.10 128/300] wifi: ath10k: Fix connection after GTK rekeying Greg Kroah-Hartman
2025-12-03 15:25 ` [PATCH 5.10 129/300] net: intel: fm10k: Fix parameter idx set but not used Greg Kroah-Hartman
2025-12-03 15:25 ` Greg Kroah-Hartman [this message]
2025-12-03 15:25 ` [PATCH 5.10 131/300] PCI: cadence: Check for the existence of cdns_pcie::ops before using it Greg Kroah-Hartman
2025-12-03 15:25 ` [PATCH 5.10 132/300] sparc/module: Add R_SPARC_UA64 relocation handling Greg Kroah-Hartman
2025-12-03 15:25 ` [PATCH 5.10 133/300] remoteproc: qcom: q6v5: Avoid handling handover twice Greg Kroah-Hartman
2025-12-03 15:25 ` [PATCH 5.10 134/300] NFSv4: handle ERR_GRACE on delegation recalls Greg Kroah-Hartman
2025-12-03 15:25 ` [PATCH 5.10 135/300] NFSv4.1: fix mount hang after CREATE_SESSION failure Greg Kroah-Hartman
2025-12-03 15:25 ` [PATCH 5.10 136/300] nfs4_setup_readdir(): insufficient locking for ->d_parent->d_inode dereferencing Greg Kroah-Hartman
2025-12-03 15:25 ` [PATCH 5.10 137/300] fs: ext4: change GFP_KERNEL to GFP_NOFS to avoid deadlock Greg Kroah-Hartman
2025-12-03 15:25 ` [PATCH 5.10 138/300] net: macb: avoid dealing with endianness in macb_set_hwaddr() Greg Kroah-Hartman
2025-12-03 15:25 ` [PATCH 5.10 139/300] Bluetooth: SCO: Fix UAF on sco_conn_free Greg Kroah-Hartman
2025-12-03 15:25 ` [PATCH 5.10 140/300] Bluetooth: bcsp: receive data only if registered Greg Kroah-Hartman
2025-12-03 15:25 ` [PATCH 5.10 141/300] ALSA: usb-audio: add mono main switch to Presonus S1824c Greg Kroah-Hartman
2025-12-03 15:25 ` [PATCH 5.10 142/300] exfat: limit log print for IO error Greg Kroah-Hartman
2025-12-03 15:25 ` [PATCH 5.10 143/300] page_pool: Clamp pool size to max 16K pages Greg Kroah-Hartman
2025-12-03 15:25 ` [PATCH 5.10 144/300] orangefs: fix xattr related buffer overflow Greg Kroah-Hartman
2025-12-03 15:25 ` [PATCH 5.10 145/300] ACPICA: Update dsmethod.c to get rid of unused variable warning Greg Kroah-Hartman
2025-12-03 15:25 ` [PATCH 5.10 146/300] btrfs: mark dirty extent range for out of bound prealloc extents Greg Kroah-Hartman
2025-12-03 15:25 ` [PATCH 5.10 147/300] fs/hpfs: Fix error code for new_inode() failure in mkdir/create/mknod/symlink Greg Kroah-Hartman
2025-12-03 15:25 ` [PATCH 5.10 148/300] um: Fix help message for ssl-non-raw Greg Kroah-Hartman
2025-12-03 15:25 ` [PATCH 5.10 149/300] ARM: at91: pm: save and restore ACR during PLL disable/enable Greg Kroah-Hartman
2025-12-03 15:25 ` [PATCH 5.10 150/300] 9p: fix /sys/fs/9p/caches overwriting itself Greg Kroah-Hartman
2025-12-03 15:25 ` [PATCH 5.10 151/300] 9p: sysfs_init: dont hardcode error to ENOMEM Greg Kroah-Hartman
2025-12-03 15:25 ` [PATCH 5.10 152/300] ACPI: property: Return present device nodes only on fwnode interface Greg Kroah-Hartman
2025-12-03 15:25 ` [PATCH 5.10 153/300] tools bitmap: Add missing asm-generic/bitsperlong.h include Greg Kroah-Hartman
2025-12-03 15:25 ` [PATCH 5.10 154/300] fbdev: Add bounds checking in bit_putcs to fix vmalloc-out-of-bounds Greg Kroah-Hartman
2025-12-03 15:25 ` [PATCH 5.10 155/300] ASoC: meson: aiu-encoder-i2s: fix bit clock polarity Greg Kroah-Hartman
2025-12-03 15:26 ` [PATCH 5.10 156/300] ceph: add checking of wait_for_completion_killable() return value Greg Kroah-Hartman
2025-12-03 15:26 ` [PATCH 5.10 157/300] ALSA: hda/realtek: Audio disappears on HP 15-fc000 after warm boot again Greg Kroah-Hartman
2025-12-03 15:26 ` [PATCH 5.10 158/300] riscv: ptdump: use seq_puts() in pt_dump_seq_puts() macro Greg Kroah-Hartman
2025-12-03 15:26 ` [PATCH 5.10 159/300] net: vlan: sync VLAN features with lower device Greg Kroah-Hartman
2025-12-03 15:26 ` [PATCH 5.10 160/300] net: dsa: b53: fix resetting speed and pause on forced link Greg Kroah-Hartman
2025-12-03 15:26 ` [PATCH 5.10 161/300] net: dsa: b53: fix enabling ip multicast Greg Kroah-Hartman
2025-12-03 15:26 ` [PATCH 5.10 162/300] net: dsa: b53: stop reading ARL entries if search is done Greg Kroah-Hartman
2025-12-03 15:26 ` [PATCH 5.10 163/300] sctp: Hold RCU read lock while iterating over address list Greg Kroah-Hartman
2025-12-03 15:26 ` [PATCH 5.10 164/300] sctp: Prevent TOCTOU out-of-bounds write Greg Kroah-Hartman
2025-12-03 15:26 ` [PATCH 5.10 165/300] net: sctp: Fix some typos Greg Kroah-Hartman
2025-12-03 15:26 ` [PATCH 5.10 166/300] net: Use nlmsg_unicast() instead of netlink_unicast() Greg Kroah-Hartman
2025-12-03 15:26 ` [PATCH 5.10 167/300] sctp: hold endpoint before calling cb in sctp_transport_lookup_process Greg Kroah-Hartman
2025-12-03 15:26 ` [PATCH 5.10 168/300] sctp: Hold sock lock while iterating over address list Greg Kroah-Hartman
2025-12-03 15:26 ` [PATCH 5.10 169/300] net: usb: qmi_wwan: initialize MAC header offset in qmimux_rx_fixup Greg Kroah-Hartman
2025-12-03 15:26 ` [PATCH 5.10 170/300] tracing: Fix memory leaks in create_field_var() Greg Kroah-Hartman
2025-12-03 15:26 ` [PATCH 5.10 171/300] lib/crypto: curve25519-hacl64: Fix older clang KASAN workaround for GCC Greg Kroah-Hartman
2025-12-03 15:26 ` [PATCH 5.10 172/300] extcon: adc-jack: Cleanup wakeup source only if it was enabled Greg Kroah-Hartman
2025-12-03 15:26 ` [PATCH 5.10 173/300] compiler_types: Move unused static inline functions warning to W=2 Greg Kroah-Hartman
2025-12-03 15:26 ` [PATCH 5.10 174/300] RISC-V: clear hot-unplugged cores from all task mm_cpumasks to avoid rfence errors Greg Kroah-Hartman
2025-12-03 15:26 ` [PATCH 5.10 175/300] NFS4: Fix state renewals missing after boot Greg Kroah-Hartman
2025-12-03 15:26 ` [PATCH 5.10 176/300] HID: quirks: avoid Cooler Master MM712 dongle wakeup bug Greg Kroah-Hartman
2025-12-03 15:26 ` [PATCH 5.10 177/300] ASoC: max98090/91: fixed max98091 ALSA widget powering up/down Greg Kroah-Hartman
2025-12-03 15:26 ` [PATCH 5.10 178/300] net: fec: correct rx_bytes statistic for the case SHIFT16 is set Greg Kroah-Hartman
2025-12-03 15:26 ` [PATCH 5.10 179/300] Bluetooth: btusb: reorder cleanup in btusb_disconnect to avoid UAF Greg Kroah-Hartman
2025-12-03 15:26 ` [PATCH 5.10 180/300] Bluetooth: 6lowpan: reset link-local header on ipv6 recv path Greg Kroah-Hartman
2025-12-03 15:26 ` [PATCH 5.10 181/300] Bluetooth: 6lowpan: fix BDADDR_LE vs ADDR_LE_DEV address type confusion Greg Kroah-Hartman
2025-12-03 15:26 ` [PATCH 5.10 182/300] Bluetooth: 6lowpan: Dont hold spin lock over sleeping functions Greg Kroah-Hartman
2025-12-03 15:26 ` [PATCH 5.10 183/300] sctp: prevent possible shift-out-of-bounds in sctp_transport_update_rto Greg Kroah-Hartman
2025-12-03 15:26 ` [PATCH 5.10 184/300] net/smc: fix mismatch between CLC header and proposal Greg Kroah-Hartman
2025-12-03 15:26 ` [PATCH 5.10 185/300] tipc: Fix use-after-free in tipc_mon_reinit_self() Greg Kroah-Hartman
2025-12-03 15:26 ` [PATCH 5.10 186/300] net: mdio: fix resource leak in mdiobus_register_device() Greg Kroah-Hartman
2025-12-03 15:26 ` [PATCH 5.10 187/300] wifi: mac80211: skip rate verification for not captured PSDUs Greg Kroah-Hartman
2025-12-03 15:26 ` [PATCH 5.10 188/300] net: sched: act_ife: initialize struct tc_ife to fix KMSAN kernel-infoleak Greg Kroah-Hartman
2025-12-03 15:26 ` [PATCH 5.10 189/300] net/mlx5e: Fix maxrate wraparound in threshold between units Greg Kroah-Hartman
2025-12-03 15:26 ` [PATCH 5.10 190/300] net/mlx5e: Fix wraparound in rate limiting for values above 255 Gbps Greg Kroah-Hartman
2025-12-03 15:26 ` [PATCH 5.10 191/300] net_sched: limit try_bulk_dequeue_skb() batches Greg Kroah-Hartman
2025-12-03 15:26 ` [PATCH 5.10 192/300] hsr: Fix supervision frame sending on HSRv0 Greg Kroah-Hartman
2025-12-03 15:26 ` [PATCH 5.10 193/300] Bluetooth: L2CAP: export l2cap_chan_hold for modules Greg Kroah-Hartman
2025-12-03 15:26 ` [PATCH 5.10 194/300] acpi,srat: Fix incorrect device handle check for Generic Initiator Greg Kroah-Hartman
2025-12-03 15:26 ` [PATCH 5.10 195/300] regulator: fixed: use dev_err_probe for register Greg Kroah-Hartman
2025-12-03 15:26 ` [PATCH 5.10 196/300] regulator: fixed: fix GPIO descriptor leak on register failure Greg Kroah-Hartman
2025-12-03 15:26 ` [PATCH 5.10 197/300] ASoC: cs4271: Fix regulator leak on probe failure Greg Kroah-Hartman
2025-12-03 15:26 ` [PATCH 5.10 198/300] drm/vmwgfx: Validate command header size against SVGA_CMD_MAX_DATASIZE Greg Kroah-Hartman
2025-12-03 15:26 ` [PATCH 5.10 199/300] ALSA: usb-audio: Fix NULL pointer dereference in snd_usb_mixer_controls_badd Greg Kroah-Hartman
2025-12-03 15:26 ` [PATCH 5.10 200/300] fsdax: mark the iomap argument to dax_iomap_sector as const Greg Kroah-Hartman
2025-12-03 15:26 ` [PATCH 5.10 201/300] mm/ksm: fix flag-dropping behavior in ksm_madvise Greg Kroah-Hartman
2025-12-03 15:26 ` [PATCH 5.10 202/300] lib/crypto: arm/curve25519: Disable on CPU_BIG_ENDIAN Greg Kroah-Hartman
2025-12-03 15:26 ` [PATCH 5.10 203/300] mtd: onenand: Pass correct pointer to IRQ handler Greg Kroah-Hartman
2025-12-03 15:26 ` [PATCH 5.10 204/300] netfilter: nf_tables: reject duplicate device on updates Greg Kroah-Hartman
2025-12-03 15:26 ` [PATCH 5.10 205/300] HID: hid-ntrig: Prevent memory leak in ntrig_report_version() Greg Kroah-Hartman
2025-12-03 15:26 ` [PATCH 5.10 206/300] NFSD: free copynotify stateid in nfs4_free_ol_stateid() Greg Kroah-Hartman
2025-12-03 15:26 ` [PATCH 5.10 207/300] gcov: add support for GCC 15 Greg Kroah-Hartman
2025-12-03 15:26 ` [PATCH 5.10 208/300] strparser: Fix signed/unsigned mismatch bug Greg Kroah-Hartman
2025-12-03 15:26 ` [PATCH 5.10 209/300] ipv4: route: Prevent rt_bind_exception() from rebinding stale fnhe Greg Kroah-Hartman
2025-12-03 15:26 ` [PATCH 5.10 210/300] fs/proc: fix uaf in proc_readdir_de() Greg Kroah-Hartman
2025-12-03 15:26 ` [PATCH 5.10 211/300] spi: Try to get ACPI GPIO IRQ earlier Greg Kroah-Hartman
2025-12-03 15:26 ` [PATCH 5.10 212/300] EDAC/altera: Handle OCRAM ECC enable after warm reset Greg Kroah-Hartman
2025-12-03 15:26 ` [PATCH 5.10 213/300] EDAC/altera: Use INTTEST register for Ethernet and USB SBE injection Greg Kroah-Hartman
2025-12-03 15:26 ` [PATCH 5.10 214/300] isdn: mISDN: hfcsusb: fix memory leak in hfcsusb_probe() Greg Kroah-Hartman
2025-12-03 15:26 ` [PATCH 5.10 215/300] HID: quirks: work around VID/PID conflict for 0x4c4a/0x4155 Greg Kroah-Hartman
2025-12-03 15:27 ` [PATCH 5.10 216/300] mtd: rawnand: cadence: fix DMA device NULL pointer dereference Greg Kroah-Hartman
2025-12-03 15:27 ` [PATCH 5.10 217/300] exfat: check return value of sb_min_blocksize in exfat_read_boot_sector Greg Kroah-Hartman
2025-12-03 15:27 ` [PATCH 5.10 218/300] be2net: pass wrb_params in case of OS2BMC Greg Kroah-Hartman
2025-12-03 15:27 ` [PATCH 5.10 219/300] Input: cros_ec_keyb - fix an invalid memory access Greg Kroah-Hartman
2025-12-03 15:27 ` [PATCH 5.10 220/300] Input: imx_sc_key - fix memory corruption on unload Greg Kroah-Hartman
2025-12-03 15:27 ` [PATCH 5.10 221/300] nvme: nvme-fc: Ensure ->ioerr_work is cancelled in nvme_fc_delete_ctrl() Greg Kroah-Hartman
2025-12-03 15:27 ` [PATCH 5.10 222/300] scsi: sg: Do not sleep in atomic context Greg Kroah-Hartman
2025-12-03 15:27 ` [PATCH 5.10 223/300] scsi: target: tcm_loop: Fix segfault in tcm_loop_tpg_address_show() Greg Kroah-Hartman
2025-12-03 15:27 ` [PATCH 5.10 224/300] MIPS: Malta: Fix !EVA SOC-it PCI MMIO Greg Kroah-Hartman
2025-12-03 15:27 ` [PATCH 5.10 225/300] drm/tegra: dc: Fix reference leak in tegra_dc_couple() Greg Kroah-Hartman
2025-12-03 15:27 ` [PATCH 5.10 226/300] mlxsw: spectrum: Fix memory leak in mlxsw_sp_flower_stats() Greg Kroah-Hartman
2025-12-03 15:27 ` [PATCH 5.10 227/300] net: openvswitch: remove never-working support for setting nsh fields Greg Kroah-Hartman
2025-12-03 15:27 ` [PATCH 5.10 228/300] s390/ctcm: Fix double-kfree Greg Kroah-Hartman
2025-12-03 15:27 ` [PATCH 5.10 229/300] vsock: Ignore signal/timeout on connect() if already established Greg Kroah-Hartman
2025-12-03 15:27 ` [PATCH 5.10 230/300] scsi: core: Fix a regression triggered by scsi_host_busy() Greg Kroah-Hartman
2025-12-03 15:27 ` [PATCH 5.10 231/300] net: tls: Cancel RX async resync request on rcd_delta overflow Greg Kroah-Hartman
2025-12-03 15:27 ` [PATCH 5.10 232/300] kconfig/mconf: Initialize the default locale at startup Greg Kroah-Hartman
2025-12-03 15:27 ` [PATCH 5.10 233/300] kconfig/nconf: " Greg Kroah-Hartman
2025-12-03 15:27 ` [PATCH 5.10 234/300] mm/mm_init: fix hash table order logging in alloc_large_system_hash() Greg Kroah-Hartman
2025-12-03 15:27 ` [PATCH 5.10 235/300] ALSA: usb-audio: fix uac2 clock source at terminal parser Greg Kroah-Hartman
2025-12-03 15:27 ` [PATCH 5.10 236/300] net: ethernet: ti: netcp: Standardize knav_dma_open_channel to return NULL on error Greg Kroah-Hartman
2025-12-03 15:27 ` [PATCH 5.10 237/300] uio_hv_generic: Set event for all channels on the device Greg Kroah-Hartman
2025-12-03 15:27 ` [PATCH 5.10 238/300] net: qede: Initialize qede_ll_ops with designated initializer Greg Kroah-Hartman
2025-12-03 15:27 ` [PATCH 5.10 239/300] Makefile.compiler: replace cc-ifversion with compiler-specific macros Greg Kroah-Hartman
2025-12-03 15:27 ` [PATCH 5.10 240/300] Revert "NFS: Dont set NFS_INO_REVAL_PAGECACHE in the inode cache validity" Greg Kroah-Hartman
2025-12-03 15:27 ` [PATCH 5.10 241/300] net: netpoll: fix incorrect refcount handling causing incorrect cleanup Greg Kroah-Hartman
2025-12-03 15:27 ` [PATCH 5.10 242/300] ALSA: usb-audio: Fix potential overflow of PCM transfer buffer Greg Kroah-Hartman
2025-12-03 15:27 ` [PATCH 5.10 243/300] pmdomain: imx: Fix reference count leak in imx_gpc_remove Greg Kroah-Hartman
2025-12-03 15:27 ` [PATCH 5.10 244/300] pmdomain: arm: scmi: Fix genpd leak on provider registration failure Greg Kroah-Hartman
2025-12-03 15:27 ` [PATCH 5.10 245/300] ata: libata-scsi: Fix system suspend for a security locked drive Greg Kroah-Hartman
2025-12-03 15:27 ` [PATCH 5.10 246/300] mptcp: introduce mptcp_schedule_work Greg Kroah-Hartman
2025-12-03 15:27 ` [PATCH 5.10 247/300] mptcp: fix race condition in mptcp_schedule_work() Greg Kroah-Hartman
2025-12-03 15:27 ` [PATCH 5.10 248/300] dt-bindings: pinctrl: toshiba,visconti: Fix number of items in groups Greg Kroah-Hartman
2025-12-03 15:27 ` [PATCH 5.10 249/300] mm/mempool: replace kmap_atomic() with kmap_local_page() Greg Kroah-Hartman
2025-12-03 15:27 ` [PATCH 5.10 250/300] mm/mempool: fix poisoning order>0 pages with HIGHMEM Greg Kroah-Hartman
2025-12-03 15:27 ` [PATCH 5.10 251/300] mptcp: fix a race in mptcp_pm_del_add_timer() Greg Kroah-Hartman
2025-12-03 15:27 ` [PATCH 5.10 252/300] mptcp: do not fallback when OoO is present Greg Kroah-Hartman
2025-12-03 15:27 ` [PATCH 5.10 253/300] usb: deprecate the third argument of usb_maxpacket() Greg Kroah-Hartman
2025-12-03 15:27 ` [PATCH 5.10 254/300] Input: remove " Greg Kroah-Hartman
2025-12-03 15:27 ` [PATCH 5.10 255/300] Input: pegasus-notetaker - fix potential out-of-bounds access Greg Kroah-Hartman
2025-12-03 15:27 ` [PATCH 5.10 256/300] can: kvaser_usb: leaf: Fix potential infinite loop in command parsers Greg Kroah-Hartman
2025-12-03 15:27 ` [PATCH 5.10 257/300] Bluetooth: SMP: Fix not generating mackey and ltk when repairing Greg Kroah-Hartman
2025-12-03 15:27 ` [PATCH 5.10 258/300] net: aquantia: Add missing descriptor cache invalidation on ATL2 Greg Kroah-Hartman
2025-12-03 15:27 ` [PATCH 5.10 259/300] net/mlx5e: Fix validation logic in rate limiting Greg Kroah-Hartman
2025-12-03 15:27 ` [PATCH 5.10 260/300] net: sxgbe: fix potential NULL dereference in sxgbe_rx() Greg Kroah-Hartman
2025-12-03 15:27 ` [PATCH 5.10 261/300] net: atlantic: fix fragment overflow handling in RX path Greg Kroah-Hartman
2025-12-03 15:27 ` [PATCH 5.10 262/300] mailbox: mailbox-test: Fix debugfs_create_dir error checking Greg Kroah-Hartman
2025-12-03 15:27 ` [PATCH 5.10 263/300] spi: bcm63xx: fix premature CS deassertion on RX-only transactions Greg Kroah-Hartman
2025-12-03 15:27 ` [PATCH 5.10 264/300] Revert "perf/x86: Always store regs->ip in perf_callchain_kernel()" Greg Kroah-Hartman
2025-12-03 15:27 ` [PATCH 5.10 265/300] iio: imu: st_lsm6dsx: fix array size for st_lsm6dsx_settings fields Greg Kroah-Hartman
2025-12-03 15:27 ` [PATCH 5.10 266/300] iio:common:ssp_sensors: Fix an error handling path ssp_probe() Greg Kroah-Hartman
2025-12-03 15:27 ` [PATCH 5.10 267/300] MIPS: mm: Prevent a TLB shutdown on initial uniquification Greg Kroah-Hartman
2025-12-03 15:27 ` [PATCH 5.10 268/300] MIPS: mm: kmalloc tlb_vpn array to avoid stack overflow Greg Kroah-Hartman
2025-12-03 15:27 ` [PATCH 5.10 269/300] atm/fore200e: Fix possible data race in fore200e_open() Greg Kroah-Hartman
2025-12-03 15:27 ` [PATCH 5.10 270/300] can: sja1000: fix max irq loop handling Greg Kroah-Hartman
2025-12-03 15:27 ` [PATCH 5.10 271/300] can: sun4i_can: sun4i_can_interrupt(): " Greg Kroah-Hartman
2025-12-03 15:27 ` [PATCH 5.10 272/300] dm-verity: fix unreliable memory allocation Greg Kroah-Hartman
2025-12-03 15:27 ` [PATCH 5.10 273/300] thunderbolt: Add support for Intel Wildcat Lake Greg Kroah-Hartman
2025-12-03 15:27 ` [PATCH 5.10 274/300] slimbus: ngd: Fix reference count leak in qcom_slim_ngd_notify_slaves Greg Kroah-Hartman
2025-12-03 15:27 ` [PATCH 5.10 275/300] firmware: stratix10-svc: fix bug in saving controller data Greg Kroah-Hartman
2025-12-03 15:28 ` [PATCH 5.10 276/300] serial: amba-pl011: prefer dma_mapping_error() over explicit address checking Greg Kroah-Hartman
2025-12-03 15:28 ` [PATCH 5.10 277/300] most: usb: fix double free on late probe failure Greg Kroah-Hartman
2025-12-03 15:28 ` [PATCH 5.10 278/300] usb: cdns3: Fix double resource release in cdns3_pci_probe Greg Kroah-Hartman
2025-12-03 15:28 ` [PATCH 5.10 279/300] usb: gadget: f_eem: Fix memory leak in eem_unwrap Greg Kroah-Hartman
2025-12-03 15:28 ` [PATCH 5.10 280/300] usb: storage: Fix memory leak in USB bulk transport Greg Kroah-Hartman
2025-12-03 15:28 ` [PATCH 5.10 281/300] USB: storage: Remove subclass and protocol overrides from Novatek quirk Greg Kroah-Hartman
2025-12-03 15:28 ` [PATCH 5.10 282/300] usb: storage: sddr55: Reject out-of-bound new_pba Greg Kroah-Hartman
2025-12-03 15:28 ` [PATCH 5.10 283/300] usb: dwc3: Fix race condition between concurrent dwc3_remove_requests() call paths Greg Kroah-Hartman
2025-12-03 15:28 ` [PATCH 5.10 284/300] xhci: dbgtty: Fix data corruption when transmitting data form DbC to host Greg Kroah-Hartman
2025-12-03 15:28 ` [PATCH 5.10 285/300] USB: serial: ftdi_sio: add support for u-blox EVK-M101 Greg Kroah-Hartman
2025-12-03 15:28 ` [PATCH 5.10 286/300] USB: serial: option: add support for Rolling RW101R-GL Greg Kroah-Hartman
2025-12-03 15:28 ` [PATCH 5.10 287/300] drm: sti: fix device leaks at component probe Greg Kroah-Hartman
2025-12-03 15:28 ` [PATCH 5.10 288/300] drm/amd/display: Check NULL before accessing Greg Kroah-Hartman
2025-12-03 15:28 ` [PATCH 5.10 289/300] libceph: fix potential use-after-free in have_mon_and_osd_map() Greg Kroah-Hartman
2025-12-03 15:28 ` [PATCH 5.10 290/300] fs: writeback: fix use-after-free in __mark_inode_dirty() Greg Kroah-Hartman
2025-12-03 15:28 ` [PATCH 5.10 291/300] Bluetooth: Add more enc key size check Greg Kroah-Hartman
2025-12-03 15:28 ` [PATCH 5.10 292/300] netfilter: nf_set_pipapo: fix initial map fill Greg Kroah-Hartman
2025-12-03 15:28 ` [PATCH 5.10 293/300] scsi: pm80xx: Set phy->enable_completion only when we Greg Kroah-Hartman
2025-12-03 15:28 ` [PATCH 5.10 294/300] mptcp: Fix proto fallback detection with BPF Greg Kroah-Hartman
2025-12-03 15:28 ` [PATCH 5.10 295/300] smb: client: fix memory leak in cifs_construct_tcon() Greg Kroah-Hartman
2025-12-03 15:28 ` [PATCH 5.10 296/300] usb: typec: ucsi: psy: Set max current to zero when disconnected Greg Kroah-Hartman
2025-12-03 15:28 ` [PATCH 5.10 297/300] usb: renesas_usbhs: Fix synchronous external abort on unbind Greg Kroah-Hartman
2025-12-03 15:28 ` [PATCH 5.10 298/300] usb: uas: fix urb unmapping issue when the uas device is remove during ongoing data transfer Greg Kroah-Hartman
2025-12-03 15:28 ` [PATCH 5.10 299/300] ovl: fix UAF in ovl_dentry_update_reval by moving dput() in ovl_link_up Greg Kroah-Hartman
2025-12-03 15:28 ` [PATCH 5.10 300/300] netfilter: nf_set_pipapo_avx2: fix initial map fill Greg Kroah-Hartman
2025-12-03 16:51 ` [PATCH 5.10 000/300] 5.10.247-rc1 review Pavel Machek
2025-12-03 17:33 ` Florian Fainelli
2025-12-03 19:49 ` Jon Hunter
2025-12-04  2:22 ` Dominique Martinet
2025-12-04  7:45 ` Naresh Kamboju
2025-12-04 12:17 ` Mark Brown

Reply instructions:

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

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

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

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

  git send-email \
    --in-reply-to=20251203152405.428348495@linuxfoundation.org \
    --to=gregkh@linuxfoundation.org \
    --cc=hau@realtek.com \
    --cc=hkallweit1@gmail.com \
    --cc=kuba@kernel.org \
    --cc=patches@lists.linux.dev \
    --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).