From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: stable@vger.kernel.org
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
patches@lists.linux.dev,
Ovidiu Panait <ovidiu.panait.oss@gmail.com>,
Herbert Xu <herbert@gondor.apana.org.au>,
Sasha Levin <sashal@kernel.org>
Subject: [PATCH 5.10 134/523] hwrng: mtk - handle devm_pm_runtime_enable errors
Date: Tue, 26 Aug 2025 13:05:44 +0200 [thread overview]
Message-ID: <20250826110927.808560580@linuxfoundation.org> (raw)
In-Reply-To: <20250826110924.562212281@linuxfoundation.org>
5.10-stable review patch. If anyone has any objections, please let me know.
------------------
From: Ovidiu Panait <ovidiu.panait.oss@gmail.com>
[ Upstream commit 522a242a18adc5c63a24836715dbeec4dc3faee1 ]
Although unlikely, devm_pm_runtime_enable() call might fail, so handle
the return value.
Fixes: 78cb66caa6ab ("hwrng: mtk - Use devm_pm_runtime_enable")
Signed-off-by: Ovidiu Panait <ovidiu.panait.oss@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Sasha Levin <sashal@kernel.org>
---
drivers/char/hw_random/mtk-rng.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/drivers/char/hw_random/mtk-rng.c b/drivers/char/hw_random/mtk-rng.c
index 3e00506543b6..72269d0f2a4e 100644
--- a/drivers/char/hw_random/mtk-rng.c
+++ b/drivers/char/hw_random/mtk-rng.c
@@ -142,7 +142,9 @@ static int mtk_rng_probe(struct platform_device *pdev)
dev_set_drvdata(&pdev->dev, priv);
pm_runtime_set_autosuspend_delay(&pdev->dev, RNG_AUTOSUSPEND_TIMEOUT);
pm_runtime_use_autosuspend(&pdev->dev);
- devm_pm_runtime_enable(&pdev->dev);
+ ret = devm_pm_runtime_enable(&pdev->dev);
+ if (ret)
+ return ret;
dev_info(&pdev->dev, "registered RNG driver\n");
--
2.39.5
next prev parent reply other threads:[~2025-08-26 14:11 UTC|newest]
Thread overview: 531+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-26 11:03 [PATCH 5.10 000/523] 5.10.241-rc1 review Greg Kroah-Hartman
2025-08-26 11:03 ` [PATCH 5.10 001/523] phy: tegra: xusb: Fix unbalanced regulator disable in UTMI PHY mode Greg Kroah-Hartman
2025-08-26 11:03 ` [PATCH 5.10 002/523] USB: serial: option: add Telit Cinterion FE910C04 (ECM) composition Greg Kroah-Hartman
2025-08-26 11:03 ` [PATCH 5.10 003/523] USB: serial: option: add Foxconn T99W640 Greg Kroah-Hartman
2025-08-26 11:03 ` [PATCH 5.10 004/523] USB: serial: ftdi_sio: add support for NDI EMGUIDE GEMINI Greg Kroah-Hartman
2025-08-26 11:03 ` [PATCH 5.10 005/523] usb: gadget: configfs: Fix OOB read on empty string write Greg Kroah-Hartman
2025-08-26 11:03 ` [PATCH 5.10 006/523] i2c: stm32: fix the device used for the DMA map Greg Kroah-Hartman
2025-08-26 11:03 ` [PATCH 5.10 007/523] thunderbolt: Fix bit masking in tb_dp_port_set_hops() Greg Kroah-Hartman
2025-08-26 11:03 ` [PATCH 5.10 008/523] Input: xpad - set correct controller type for Acer NGR200 Greg Kroah-Hartman
2025-08-26 11:03 ` [PATCH 5.10 009/523] pch_uart: Fix dma_sync_sg_for_device() nents value Greg Kroah-Hartman
2025-08-26 11:03 ` [PATCH 5.10 010/523] HID: core: ensure the allocated report buffer can contain the reserved report ID Greg Kroah-Hartman
2025-08-26 11:03 ` [PATCH 5.10 011/523] HID: core: ensure __hid_request reserves the report ID as the first byte Greg Kroah-Hartman
2025-08-26 11:03 ` [PATCH 5.10 012/523] HID: core: do not bypass hid_hw_raw_request Greg Kroah-Hartman
2025-08-26 11:03 ` [PATCH 5.10 013/523] phonet/pep: Move call to pn_skb_get_dst_sockaddr() earlier in pep_sock_accept() Greg Kroah-Hartman
2025-08-26 11:03 ` [PATCH 5.10 014/523] af_packet: fix the SO_SNDTIMEO constraint not effective on tpacked_snd() Greg Kroah-Hartman
2025-08-26 11:03 ` [PATCH 5.10 015/523] af_packet: fix soft lockup issue caused by tpacket_snd() Greg Kroah-Hartman
2025-08-26 11:03 ` [PATCH 5.10 016/523] dmaengine: nbpfaxi: Fix memory corruption in probe() Greg Kroah-Hartman
2025-08-26 11:03 ` [PATCH 5.10 017/523] isofs: Verify inode mode when loading from disk Greg Kroah-Hartman
2025-08-26 11:03 ` [PATCH 5.10 018/523] memstick: core: Zero initialize id_reg in h_memstick_read_dev_id() Greg Kroah-Hartman
2025-08-26 11:03 ` [PATCH 5.10 019/523] mmc: bcm2835: Fix dma_unmap_sg() nents value Greg Kroah-Hartman
2025-08-26 11:03 ` [PATCH 5.10 020/523] mmc: sdhci-pci: Quirk for broken command queuing on Intel GLK-based Positivo models Greg Kroah-Hartman
2025-08-26 11:03 ` [PATCH 5.10 021/523] mmc: sdhci_am654: Workaround for Errata i2312 Greg Kroah-Hartman
2025-08-26 11:03 ` [PATCH 5.10 022/523] soc: aspeed: lpc-snoop: Cleanup resources in stack-order Greg Kroah-Hartman
2025-08-26 11:03 ` [PATCH 5.10 023/523] soc: aspeed: lpc-snoop: Dont disable channels that arent enabled Greg Kroah-Hartman
2025-08-26 11:03 ` [PATCH 5.10 024/523] iio: adc: max1363: Fix MAX1363_4X_CHANS/MAX1363_8X_CHANS[] Greg Kroah-Hartman
2025-08-26 11:03 ` [PATCH 5.10 025/523] iio: adc: max1363: Reorder mode_list[] entries Greg Kroah-Hartman
2025-08-26 11:03 ` [PATCH 5.10 026/523] iio: adc: stm32-adc: Fix race in installing chained IRQ handler Greg Kroah-Hartman
2025-08-26 11:03 ` [PATCH 5.10 027/523] comedi: pcl812: Fix bit shift out of bounds Greg Kroah-Hartman
2025-08-26 11:03 ` [PATCH 5.10 028/523] comedi: aio_iiro_16: " Greg Kroah-Hartman
2025-08-26 11:03 ` [PATCH 5.10 029/523] comedi: das16m1: " Greg Kroah-Hartman
2025-08-26 11:04 ` [PATCH 5.10 030/523] comedi: das6402: " Greg Kroah-Hartman
2025-08-26 11:04 ` [PATCH 5.10 031/523] comedi: Fix some signed shift left operations Greg Kroah-Hartman
2025-08-26 11:04 ` [PATCH 5.10 032/523] comedi: Fix use of uninitialized data in insn_rw_emulate_bits() Greg Kroah-Hartman
2025-08-26 11:04 ` [PATCH 5.10 033/523] comedi: Fix initialization of data for instructions that write to subdevice Greg Kroah-Hartman
2025-08-26 11:04 ` [PATCH 5.10 034/523] net: emaclite: Fix missing pointer increment in aligned_read() Greg Kroah-Hartman
2025-08-26 11:04 ` [PATCH 5.10 035/523] net/sched: sch_qfq: Fix race condition on qfq_aggregate Greg Kroah-Hartman
2025-08-26 11:04 ` [PATCH 5.10 036/523] rpl: Fix use-after-free in rpl_do_srh_inline() Greg Kroah-Hartman
2025-08-26 11:04 ` [PATCH 5.10 037/523] hwmon: (corsair-cpro) Validate the size of the received input buffer Greg Kroah-Hartman
2025-08-26 11:04 ` [PATCH 5.10 038/523] usb: net: sierra: check for no status endpoint Greg Kroah-Hartman
2025-08-26 11:04 ` [PATCH 5.10 039/523] Bluetooth: Fix null-ptr-deref in l2cap_sock_resume_cb() Greg Kroah-Hartman
2025-08-26 11:04 ` [PATCH 5.10 040/523] Bluetooth: SMP: If an unallowed command is received consider it a failure Greg Kroah-Hartman
2025-08-26 11:04 ` [PATCH 5.10 041/523] Bluetooth: SMP: Fix using HCI_ERROR_REMOTE_USER_TERM on timeout Greg Kroah-Hartman
2025-08-26 11:04 ` [PATCH 5.10 042/523] Bluetooth: L2CAP: Fix attempting to adjust outgoing MTU Greg Kroah-Hartman
2025-08-26 11:04 ` [PATCH 5.10 043/523] net: vlan: fix VLAN 0 refcount imbalance of toggling filtering during runtime Greg Kroah-Hartman
2025-08-26 11:04 ` [PATCH 5.10 044/523] net/sched: Return NULL when htb_lookup_leaf encounters an empty rbtree Greg Kroah-Hartman
2025-08-26 11:04 ` [PATCH 5.10 045/523] usb: hub: fix detection of high tier USB3 devices behind suspended hubs Greg Kroah-Hartman
2025-08-26 11:04 ` [PATCH 5.10 046/523] usb: hub: Fix flushing and scheduling of delayed work that tunes runtime pm Greg Kroah-Hartman
2025-08-26 11:04 ` [PATCH 5.10 047/523] usb: hub: Fix flushing of delayed work used for post resume purposes Greg Kroah-Hartman
2025-08-26 11:04 ` [PATCH 5.10 048/523] usb: musb: Add and use inline functions musb_{get,set}_state Greg Kroah-Hartman
2025-08-26 11:04 ` [PATCH 5.10 049/523] usb: musb: fix gadget state on disconnect Greg Kroah-Hartman
2025-08-26 11:04 ` [PATCH 5.10 050/523] usb: dwc3: qcom: Dont leave BCR asserted Greg Kroah-Hartman
2025-08-26 11:04 ` [PATCH 5.10 051/523] ASoC: fsl_sai: Force a software reset when starting in consumer mode Greg Kroah-Hartman
2025-08-26 11:04 ` [PATCH 5.10 052/523] mm/vmalloc: leave lazy MMU mode on PTE mapping error Greg Kroah-Hartman
2025-08-26 11:04 ` [PATCH 5.10 053/523] virtio-net: ensure the received length does not exceed allocated size Greg Kroah-Hartman
2025-08-26 11:04 ` [PATCH 5.10 054/523] xhci: Disable stream for xHC controller with XHCI_BROKEN_STREAMS Greg Kroah-Hartman
2025-08-26 11:04 ` [PATCH 5.10 055/523] regulator: core: fix NULL dereference on unbind due to stale coupling data Greg Kroah-Hartman
2025-08-26 11:04 ` [PATCH 5.10 056/523] RDMA/core: Rate limit GID cache warning messages Greg Kroah-Hartman
2025-08-26 11:04 ` [PATCH 5.10 057/523] i40e: Add rx_missed_errors for buffer exhaustion Greg Kroah-Hartman
2025-08-26 11:04 ` [PATCH 5.10 058/523] i40e: report VF tx_dropped with tx_errors instead of tx_discards Greg Kroah-Hartman
2025-08-26 11:04 ` [PATCH 5.10 059/523] net: appletalk: fix kerneldoc warnings Greg Kroah-Hartman
2025-08-26 11:04 ` [PATCH 5.10 060/523] net: appletalk: Fix use-after-free in AARP proxy probe Greg Kroah-Hartman
2025-08-26 11:04 ` [PATCH 5.10 061/523] net/sched: sch_qfq: Avoid triggering might_sleep in atomic context in qfq_delete_class Greg Kroah-Hartman
2025-08-26 11:04 ` [PATCH 5.10 062/523] net: hns3: refine the struct hane3_tc_info Greg Kroah-Hartman
2025-08-26 11:04 ` [PATCH 5.10 063/523] net: hns3: fixed vf get max channels bug Greg Kroah-Hartman
2025-08-26 11:04 ` [PATCH 5.10 064/523] i2c: qup: jump out of the loop in case of timeout Greg Kroah-Hartman
2025-08-26 11:04 ` [PATCH 5.10 065/523] ALSA: hda/realtek - Add mute LED support for HP Pavilion 15-eg0xxx Greg Kroah-Hartman
2025-08-26 11:04 ` [PATCH 5.10 066/523] e1000e: disregard NVM checksum on tgp when valid checksum bit is not set Greg Kroah-Hartman
2025-08-26 11:04 ` [PATCH 5.10 067/523] e1000e: ignore uninitialized checksum word on tgp Greg Kroah-Hartman
2025-08-26 11:04 ` [PATCH 5.10 068/523] gve: Fix stuck TX queue for DQ queue format Greg Kroah-Hartman
2025-08-26 11:04 ` [PATCH 5.10 069/523] nilfs2: reject invalid file types when reading inodes Greg Kroah-Hartman
2025-08-26 11:04 ` [PATCH 5.10 070/523] x86/bugs: Fix use of possibly uninit value in amd_check_tsa_microcode() Greg Kroah-Hartman
2025-08-26 11:04 ` [PATCH 5.10 071/523] comedi: comedi_test: Fix possible deletion of uninitialized timers Greg Kroah-Hartman
2025-08-26 11:04 ` [PATCH 5.10 072/523] ALSA: hda: Add missing NVIDIA HDA codec IDs Greg Kroah-Hartman
2025-08-26 11:04 ` [PATCH 5.10 073/523] usb: chipidea: add USB PHY event Greg Kroah-Hartman
2025-08-26 11:04 ` [PATCH 5.10 074/523] usb: phy: mxs: disconnect line when USB charger is attached Greg Kroah-Hartman
2025-08-26 11:04 ` [PATCH 5.10 075/523] ethernet: intel: fix building with large NR_CPUS Greg Kroah-Hartman
2025-08-26 11:04 ` [PATCH 5.10 076/523] ASoC: Intel: fix SND_SOC_SOF dependencies Greg Kroah-Hartman
2025-08-26 11:04 ` [PATCH 5.10 077/523] fs_context: fix parameter name in infofc() macro Greg Kroah-Hartman
2025-08-26 11:04 ` [PATCH 5.10 078/523] hfsplus: remove mutex_lock check in hfsplus_free_extents Greg Kroah-Hartman
2025-08-26 11:04 ` [PATCH 5.10 079/523] ASoC: soc-dai: tidyup return value of snd_soc_xlate_tdm_slot_mask() Greg Kroah-Hartman
2025-08-26 11:04 ` [PATCH 5.10 080/523] ASoC: ops: dynamically allocate struct snd_ctl_elem_value Greg Kroah-Hartman
2025-08-26 11:04 ` [PATCH 5.10 081/523] ARM: dts: vfxxx: Correctly use two tuples for timer address Greg Kroah-Hartman
2025-08-26 11:04 ` [PATCH 5.10 082/523] staging: fbtft: fix potential memory leak in fbtft_framebuffer_alloc() Greg Kroah-Hartman
2025-08-26 11:04 ` [PATCH 5.10 083/523] vmci: Prevent the dispatching of uninitialized payloads Greg Kroah-Hartman
2025-08-26 11:04 ` [PATCH 5.10 084/523] pps: fix poll support Greg Kroah-Hartman
2025-08-26 11:04 ` [PATCH 5.10 085/523] Revert "vmci: Prevent the dispatching of uninitialized payloads" Greg Kroah-Hartman
2025-08-26 11:04 ` [PATCH 5.10 086/523] usb: early: xhci-dbc: Fix early_ioremap leak Greg Kroah-Hartman
2025-08-26 11:04 ` [PATCH 5.10 087/523] ARM: dts: imx6ul-kontron-bl-common: Fix RTS polarity for RS485 interface Greg Kroah-Hartman
2025-08-26 11:04 ` [PATCH 5.10 088/523] arm64: dts: imx8mm-beacon: Fix HS400 USDHC clock speed Greg Kroah-Hartman
2025-08-26 11:04 ` [PATCH 5.10 089/523] cpufreq: Initialize cpufreq-based frequency-invariance later Greg Kroah-Hartman
2025-08-26 11:05 ` [PATCH 5.10 090/523] cpufreq: Init policy->rwsem before it may be possibly used Greg Kroah-Hartman
2025-08-26 11:05 ` [PATCH 5.10 091/523] samples: mei: Fix building on musl libc Greg Kroah-Hartman
2025-08-26 11:05 ` [PATCH 5.10 092/523] staging: nvec: Fix incorrect null termination of battery manufacturer Greg Kroah-Hartman
2025-08-26 11:05 ` [PATCH 5.10 093/523] selftests/tracing: Fix false failure of subsystem event test Greg Kroah-Hartman
2025-08-26 11:05 ` [PATCH 5.10 094/523] drm/rockchip: cleanup fb when drm_gem_fb_afbc_init failed Greg Kroah-Hartman
2025-08-26 11:05 ` [PATCH 5.10 095/523] bpf, ktls: Fix data corruption when using bpf_msg_pop_data() in ktls Greg Kroah-Hartman
2025-08-26 11:05 ` [PATCH 5.10 096/523] bpftool: Fix memory leak in dump_xx_nlmsg on realloc failure Greg Kroah-Hartman
2025-08-26 11:05 ` [PATCH 5.10 097/523] caif: reduce stack size, again Greg Kroah-Hartman
2025-08-26 11:05 ` [PATCH 5.10 098/523] wifi: rtl818x: Kill URBs before clearing tx status queue Greg Kroah-Hartman
2025-08-26 11:05 ` [PATCH 5.10 099/523] wifi: iwlwifi: Fix memory leak in iwl_mvm_init() Greg Kroah-Hartman
2025-08-26 11:05 ` [PATCH 5.10 100/523] iwlwifi: Add missing check for alloc_ordered_workqueue Greg Kroah-Hartman
2025-08-26 11:05 ` [PATCH 5.10 101/523] wifi: ath11k: clear initialized flag for deinit-ed srng lists Greg Kroah-Hartman
2025-08-26 11:05 ` [PATCH 5.10 102/523] tcp: fix tcp_ofo_queue() to avoid including too much DUP SACK range Greg Kroah-Hartman
2025-08-26 11:05 ` [PATCH 5.10 103/523] m68k: Dont unregister boot console needlessly Greg Kroah-Hartman
2025-08-26 11:05 ` [PATCH 5.10 104/523] drm/amd/pm/powerplay/hwmgr/smu_helper: fix order of mask and value Greg Kroah-Hartman
2025-08-26 11:05 ` [PATCH 5.10 105/523] netfilter: nf_tables: adjust lockdep assertions handling Greg Kroah-Hartman
2025-08-26 11:05 ` [PATCH 5.10 106/523] arch: powerpc: defconfig: Drop obsolete CONFIG_NET_CLS_TCINDEX Greg Kroah-Hartman
2025-08-26 11:05 ` [PATCH 5.10 107/523] net/sched: Restrict conditions for adding duplicating netems to qdisc tree Greg Kroah-Hartman
2025-08-26 11:05 ` [PATCH 5.10 108/523] net_sched: act_ctinfo: use atomic64_t for three counters Greg Kroah-Hartman
2025-08-26 11:05 ` [PATCH 5.10 109/523] xen/gntdev: remove struct gntdev_copy_batch from stack Greg Kroah-Hartman
2025-08-26 11:05 ` [PATCH 5.10 110/523] wifi: rtl8xxxu: Fix RX skb size for aggregation disabled Greg Kroah-Hartman
2025-08-26 11:05 ` [PATCH 5.10 111/523] mwl8k: Add missing check after DMA map Greg Kroah-Hartman
2025-08-26 11:05 ` [PATCH 5.10 112/523] wifi: mac80211: Check 802.11 encaps offloading in ieee80211_tx_h_select_key() Greg Kroah-Hartman
2025-08-26 11:05 ` [PATCH 5.10 113/523] Reapply "wifi: mac80211: Update skbs control block key in ieee80211_tx_dequeue()" Greg Kroah-Hartman
2025-08-26 11:05 ` [PATCH 5.10 114/523] wifi: brcmfmac: fix P2P discovery failure in P2P peer due to missing P2P IE Greg Kroah-Hartman
2025-08-26 11:05 ` [PATCH 5.10 115/523] can: kvaser_pciefd: Store device channel index Greg Kroah-Hartman
2025-08-26 11:05 ` [PATCH 5.10 116/523] can: kvaser_usb: Assign netdev.dev_port based on " Greg Kroah-Hartman
2025-08-26 11:05 ` [PATCH 5.10 117/523] netfilter: xt_nfacct: dont assume acct name is null-terminated Greg Kroah-Hartman
2025-08-26 11:05 ` [PATCH 5.10 118/523] selftests: rtnetlink.sh: remove esp4_offload after test Greg Kroah-Hartman
2025-08-26 11:05 ` [PATCH 5.10 119/523] vrf: Drop existing dst reference in vrf_ip6_input_dst Greg Kroah-Hartman
2025-08-26 11:05 ` [PATCH 5.10 120/523] PCI: rockchip-host: Fix "Unexpected Completion" log message Greg Kroah-Hartman
2025-08-26 11:05 ` [PATCH 5.10 121/523] crypto: marvell/cesa - Fix engine load inaccuracy Greg Kroah-Hartman
2025-08-26 11:05 ` [PATCH 5.10 122/523] mtd: fix possible integer overflow in erase_xfer() Greg Kroah-Hartman
2025-08-26 11:05 ` [PATCH 5.10 123/523] clk: davinci: Add NULL check in davinci_lpsc_clk_register() Greg Kroah-Hartman
2025-08-26 11:05 ` [PATCH 5.10 124/523] power: supply: max14577: Handle NULL pdata when CONFIG_OF is not set Greg Kroah-Hartman
2025-08-26 11:05 ` [PATCH 5.10 125/523] pinctrl: sunxi: Fix memory leak on krealloc failure Greg Kroah-Hartman
2025-08-26 11:05 ` [PATCH 5.10 126/523] crypto: inside-secure - Fix `dma_unmap_sg()` nents value Greg Kroah-Hartman
2025-08-26 11:05 ` [PATCH 5.10 127/523] crypto: ccp - Fix crash when rebind ccp device for ccp.ko Greg Kroah-Hartman
2025-08-26 11:05 ` [PATCH 5.10 128/523] perf tests bp_account: Fix leaked file descriptor Greg Kroah-Hartman
2025-08-26 11:05 ` [PATCH 5.10 129/523] clk: sunxi-ng: v3s: Fix de clock definition Greg Kroah-Hartman
2025-08-26 11:05 ` [PATCH 5.10 130/523] scsi: ibmvscsi_tgt: Fix dma_unmap_sg() nents value Greg Kroah-Hartman
2025-08-26 11:05 ` [PATCH 5.10 131/523] scsi: mvsas: " Greg Kroah-Hartman
2025-08-26 11:05 ` [PATCH 5.10 132/523] scsi: isci: " Greg Kroah-Hartman
2025-08-26 11:05 ` [PATCH 5.10 133/523] watchdog: ziirave_wdt: check record length in ziirave_firm_verify() Greg Kroah-Hartman
2025-08-26 11:05 ` Greg Kroah-Hartman [this message]
2025-08-26 11:05 ` [PATCH 5.10 135/523] crypto: img-hash - Fix dma_unmap_sg() nents value Greg Kroah-Hartman
2025-08-26 11:05 ` [PATCH 5.10 136/523] soundwire: stream: restore params when prepare ports fail Greg Kroah-Hartman
2025-08-26 11:05 ` [PATCH 5.10 137/523] fs/orangefs: Allow 2 more characters in do_c_string() Greg Kroah-Hartman
2025-08-26 11:05 ` [PATCH 5.10 138/523] dmaengine: mv_xor: Fix missing check after DMA map and missing unmap Greg Kroah-Hartman
2025-08-26 11:05 ` [PATCH 5.10 139/523] dmaengine: nbpfaxi: Add missing check after DMA map Greg Kroah-Hartman
2025-08-26 11:05 ` [PATCH 5.10 140/523] sh: Do not use hyphen in exported variable name Greg Kroah-Hartman
2025-08-26 11:05 ` [PATCH 5.10 141/523] crypto: qat - fix seq_file position update in adf_ring_next() Greg Kroah-Hartman
2025-08-26 11:05 ` [PATCH 5.10 142/523] fbdev: imxfb: Check fb_add_videomode to prevent null-ptr-deref Greg Kroah-Hartman
2025-08-26 11:05 ` [PATCH 5.10 143/523] jfs: fix metapage reference count leak in dbAllocCtl Greg Kroah-Hartman
2025-08-26 11:05 ` [PATCH 5.10 144/523] mtd: rawnand: atmel: Fix dma_mapping_error() address Greg Kroah-Hartman
2025-08-26 11:05 ` [PATCH 5.10 145/523] mtd: rawnand: atmel: set pmecc data setup time Greg Kroah-Hartman
2025-08-26 11:05 ` [PATCH 5.10 146/523] vhost-scsi: Fix log flooding with target does not exist errors Greg Kroah-Hartman
2025-08-26 11:05 ` [PATCH 5.10 147/523] bpf: Check flow_dissector ctx accesses are aligned Greg Kroah-Hartman
2025-08-26 11:05 ` [PATCH 5.10 148/523] apparmor: ensure WB_HISTORY_SIZE value is a power of 2 Greg Kroah-Hartman
2025-08-26 11:05 ` [PATCH 5.10 149/523] module: Restore the moduleparam prefix length check Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.10 150/523] rtc: ds1307: fix incorrect maximum clock rate handling Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.10 151/523] rtc: hym8563: " Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.10 152/523] rtc: pcf85063: " Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.10 153/523] rtc: pcf8563: " Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.10 154/523] rtc: rv3028: " Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.10 155/523] f2fs: doc: fix wrong quota mount option description Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.10 156/523] f2fs: fix to avoid UAF in f2fs_sync_inode_meta() Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.10 157/523] f2fs: fix to avoid panic in f2fs_evict_inode Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.10 158/523] f2fs: fix to avoid out-of-boundary access in devs.path Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.10 159/523] scsi: ufs: core: Use link recovery when h8 exit fails during runtime resume Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.10 160/523] kconfig: qconf: fix ConfigList::updateListAllforAll() Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.10 161/523] PCI: pnv_php: Clean up allocated IRQs on unplug Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.10 162/523] PCI: pnv_php: Work around switches with broken presence detection Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.10 163/523] powerpc/eeh: Export eeh_unfreeze_pe() Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.10 164/523] powerpc/eeh: Rely on dev->link_active_reporting Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.10 165/523] powerpc/eeh: Make EEH driver device hotplug safe Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.10 166/523] PCI: pnv_php: Fix surprise plug detection and recovery Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.10 167/523] pNFS/flexfiles: Avoid spurious layout returns in ff_layout_choose_ds_for_read Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.10 168/523] pNFS/flexfiles: dont attempt pnfs on fatal DS errors Greg Kroah-Hartman
2025-08-28 12:48 ` Mkrtchyan, Tigran
2025-08-28 14:16 ` Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.10 169/523] NFS: Fix filehandle bounds checking in nfs_fh_to_dentry() Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.10 170/523] NFSv4.2: another fix for listxattr Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.10 171/523] mm: extract might_alloc() debug check Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.10 172/523] XArray: Add calls to might_alloc() Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.10 173/523] NFS: Fixup allocation flags for nfsiods __GFP_NORETRY Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.10 174/523] netpoll: prevent hanging NAPI when netcons gets enabled Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.10 175/523] phy: mscc: Fix parsing of unicast frames Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.10 176/523] pptp: ensure minimal skb length in pptp_xmit() Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.10 177/523] ipv6: reject malicious packets in ipv6_gso_segment() Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.10 178/523] net: drop UFO packets in udp_rcv_segment() Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.10 179/523] benet: fix BUG when creating VFs Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.10 180/523] ALSA: hda/ca0132: Fix missing error handling in ca0132_alt_select_out() Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.10 181/523] smb: client: let recv_done() cleanup before notifying the callers Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.10 182/523] pptp: fix pptp_xmit() error path Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.10 183/523] perf/core: Dont leak AUX buffer refcount on allocation failure Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.10 184/523] perf/core: Exit early on perf_mmap() fail Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.10 185/523] perf/core: Prevent VMA split of buffer mappings Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.10 186/523] net/packet: fix a race in packet_set_ring() and packet_notifier() Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.10 187/523] vsock: Do not allow binding to VMADDR_PORT_ANY Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.10 188/523] USB: serial: option: add Foxconn T99W709 Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.10 189/523] MIPS: mm: tlb-r4k: Uniquify TLB entries on init Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.10 190/523] mm/hmm: move pmd_to_hmm_pfn_flags() to the respective #ifdeffery Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.10 191/523] usb: gadget : fix use-after-free in composite_dev_cleanup() Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.10 192/523] io_uring: dont use int for ABI Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.10 193/523] ALSA: usb-audio: Validate UAC3 power domain descriptors, too Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.10 194/523] ALSA: usb-audio: Validate UAC3 cluster segment descriptors Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.10 195/523] netlink: avoid infinite retry looping in netlink_unicast() Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.10 196/523] net: gianfar: fix device leak when querying time stamp info Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.10 197/523] net: dpaa: " Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.10 198/523] nfsd: handle get_client_locked() failure in nfsd4_setclientid_confirm() Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.10 199/523] NFSD: detect mismatch of file handle and delegation stateid in OPEN op Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.10 200/523] sunvdc: Balance device refcount in vdc_port_mpgroup_check Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.10 201/523] fs: Prevent file descriptor table allocations exceeding INT_MAX Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.10 202/523] Documentation: ACPI: Fix parent device references Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.10 203/523] ACPI: processor: perflib: Fix initial _PPC limit application Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.10 204/523] ACPI: processor: perflib: Move problematic pr->performance check Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.10 205/523] udp: also consider secpath when evaluating ipsec use for checksumming Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.10 206/523] netfilter: ctnetlink: fix refcount leak on table dump Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.10 207/523] sctp: linearize cloned gso packets in sctp_rcv Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.10 208/523] intel_idle: Allow loading ACPI tables for any family Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.10 209/523] cpuidle: governors: menu: Avoid using invalid recent intervals data Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.10 210/523] hfs: fix slab-out-of-bounds in hfs_bnode_read() Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.10 211/523] hfsplus: fix slab-out-of-bounds in hfsplus_bnode_read() Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.10 212/523] hfsplus: fix slab-out-of-bounds read in hfsplus_uni2asc() Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.10 213/523] hfsplus: dont use BUG_ON() in hfsplus_create_attributes_file() Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.10 214/523] arm64: Handle KCOV __init vs inline mismatches Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.10 215/523] udf: Verify partition map count Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.10 216/523] drbd: add missing kref_get in handle_write_conflicts Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.10 217/523] hfs: fix not erasing deleted b-tree node issue Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.10 218/523] better lockdep annotations for simple_recursive_removal() Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.10 219/523] ata: libata-sata: Disallow changing LPM state if not supported Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.10 220/523] securityfs: dont pin dentries twice, once is enough Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.10 221/523] usb: xhci: print xhci->xhc_state when queue_command failed Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.10 222/523] cpufreq: CPPC: Mark driver with NEED_UPDATE_LIMITS flag Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.10 223/523] selftests/futex: Define SYS_futex on 32-bit architectures with 64-bit time_t Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.10 224/523] usb: typec: ucsi: psy: Set current max to 100mA for BC 1.2 and Default Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.10 225/523] usb: xhci: Avoid showing warnings for dying controller Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.10 226/523] usb: xhci: Set avg_trb_len = 8 for EP0 during Address Device Command Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.10 227/523] usb: xhci: Avoid showing errors during surprise removal Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.10 228/523] gpio: wcd934x: check the return value of regmap_update_bits() Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.10 229/523] cpufreq: Exit governor when failed to start old governor Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.10 230/523] ARM: rockchip: fix kernel hang during smp initialization Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.10 231/523] PM / devfreq: governor: Replace sscanf() with kstrtoul() in set_freq_store() Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.10 232/523] ASoC: soc-dapm: set bias_level if snd_soc_dapm_set_bias_level() was successed Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.10 233/523] gpio: tps65912: check the return value of regmap_update_bits() Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.10 234/523] ARM: tegra: Use I/O memcpy to write to IRAM Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.10 235/523] selftests: tracing: Use mutex_unlock for testing glob filter Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.10 236/523] PM: runtime: Clear power.needs_force_resume in pm_runtime_reinit() Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.10 237/523] thermal: sysfs: Return ENODATA instead of EAGAIN for reads Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.10 238/523] PM: sleep: console: Fix the black screen issue Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.10 239/523] ACPI: processor: fix acpi_object initialization Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.10 240/523] mmc: sdhci-msm: Ensure SD card power isnt ON when card removed Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.10 241/523] ACPI: APEI: GHES: add TAINT_MACHINE_CHECK on GHES panic path Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.10 242/523] reset: brcmstb: Enable reset drivers for ARCH_BCM2835 Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.10 243/523] mmc: rtsx_usb_sdmmc: Fix error-path in sd_set_power_mode() Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.10 244/523] x86/bugs: Avoid warning when overriding return thunk Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.10 245/523] ASoC: hdac_hdmi: Rate limit logging on connection and disconnection Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.10 246/523] ALSA: intel8x0: Fix incorrect codec index usage in mixer for ICH4 Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.10 247/523] ASoC: core: Check for rtd == NULL in snd_soc_remove_pcm_runtime() Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.10 248/523] usb: typec: intel_pmc_mux: Defer probe if SCU IPC isnt present Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.10 249/523] usb: core: usb_submit_urb: downgrade type check Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.10 250/523] pm: cpupower: Fix the snapshot-order of tsc,mperf, clock in mperf_stop() Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.10 251/523] platform/x86: thinkpad_acpi: Handle KCOV __init vs inline mismatches Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.10 252/523] platform/chrome: cros_ec_typec: Defer probe on missing EC parent Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.10 253/523] ALSA: hda/ca0132: Fix buffer overflow in add_tuning_control Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.10 254/523] ALSA: pcm: Rewrite recalculate_boundary() to avoid costly loop Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.10 255/523] ALSA: usb-audio: Avoid precedence issues in mixer_quirks macros Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.10 256/523] iio: adc: ad7768-1: Ensure SYNC_IN pulse minimum timing requirement Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.10 257/523] ASoC: codecs: rt5640: Retry DEVICE_ID verification Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.10 258/523] xen/netfront: Fix TX response spurious interrupts Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.10 259/523] ktest.pl: Prevent recursion of default variable options Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.10 260/523] wifi: cfg80211: reject HTC bit for management frames Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.10 261/523] s390/time: Use monotonic clock in get_cycles() Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.10 262/523] be2net: Use correct byte order and format string for TCP seq and ack_seq Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.10 263/523] et131x: Add missing check after DMA map Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.10 264/523] net: ag71xx: " Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.10 265/523] rcu: Protect ->defer_qs_iw_pending from data race Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.10 266/523] wifi: cfg80211: Fix interface type validation Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.10 267/523] net: ipv4: fix incorrect MTU in broadcast routes Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.10 268/523] net: thunderx: Fix format-truncation warning in bgx_acpi_match_id() Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.10 269/523] wifi: iwlwifi: mvm: fix scan request validation Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.10 270/523] s390/stp: Remove udelay from stp_sync_clock() Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.10 271/523] (powerpc/512) Fix possible `dma_unmap_single()` on uninitialized pointer Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.10 272/523] net: fec: allow disable coalescing Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.10 273/523] drm/amd/display: Separate set_gsl from set_gsl_source_select Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.10 274/523] wifi: iwlwifi: dvm: fix potential overflow in rs_fill_link_cmd() Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.10 275/523] wifi: iwlwifi: fw: Fix possible memory leak in iwl_fw_dbg_collect Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.10 276/523] drm/amd/display: Fix failed to blank crtc! Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.10 277/523] wifi: rtlwifi: fix possible skb memory leak in `_rtl_pci_rx_interrupt()` Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.10 278/523] netmem: fix skb_frag_address_safe with unreadable skbs Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.10 279/523] wifi: iwlegacy: Check rate_idx range after addition Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.10 280/523] net: vlan: Replace BUG() with WARN_ON_ONCE() in vlan_dev_* stubs Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.10 281/523] gve: Return error for unknown admin queue command Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.10 282/523] net: dsa: b53: fix b53_imp_vlan_setup for BCM5325 Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.10 283/523] net: dsa: b53: prevent GMII_PORT_OVERRIDE_CTRL access on BCM5325 Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.10 284/523] net: dsa: b53: prevent SWITCH_CTRL " Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.10 285/523] wifi: rtlwifi: fix possible skb memory leak in _rtl_pci_init_one_rxdesc() Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.10 286/523] net: ncsi: Fix buffer overflow in fetching version id Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.10 287/523] drm/ttm: Should to return the evict error Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.10 288/523] uapi: in6: restore visibility of most IPv6 socket options Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.10 289/523] net: dsa: b53: fix IP_MULTICAST_CTRL on BCM5325 Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.10 290/523] vhost: fail early when __vhost_add_used() fails Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.10 291/523] cifs: Fix calling CIFSFindFirst() for root path without msearch Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.10 292/523] ext4: do not BUG when INLINE_DATA_FL lacks system.data xattr Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.10 293/523] scsi: libiscsi: Initialize iscsi_conn->dd_data only if memory is allocated Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.10 294/523] fs/orangefs: use snprintf() instead of sprintf() Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.10 295/523] watchdog: dw_wdt: Fix default timeout Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.10 296/523] MIPS: vpe-mt: add missing prototypes for vpe_{alloc,start,stop,free} Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.10 297/523] scsi: bfa: Double-free fix Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.10 298/523] jfs: truncate good inode pages when hard link is 0 Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.10 299/523] jfs: Regular file corruption check Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.10 300/523] jfs: upper bound check of tree index in dbAllocAG Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.10 301/523] MIPS: Dont crash in stack_top() for tasks without ABI or vDSO Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.10 302/523] leds: leds-lp50xx: Handle reg to get correct multi_index Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.10 303/523] RDMA: hfi1: fix possible divide-by-zero in find_hw_thread_mask() Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.10 304/523] RDMA/core: reduce stack using in nldev_stat_get_doit() Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.10 305/523] scsi: lpfc: Check for hdwq null ptr when cleaning up lpfc_vport structure Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.10 306/523] scsi: mpt3sas: Correctly handle ATA device errors Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.10 307/523] pinctrl: stm32: Manage irq affinity settings Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.10 308/523] media: tc358743: Check I2C succeeded during probe Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.10 309/523] media: tc358743: Return an appropriate colorspace from tc358743_set_fmt Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.10 310/523] media: tc358743: Increase FIFO trigger level to 374 Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.10 311/523] media: usb: hdpvr: disable zero-length read messages Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.10 312/523] media: dvb-frontends: dib7090p: fix null-ptr-deref in dib7090p_rw_on_apb() Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.10 313/523] media: dvb-frontends: w7090p: fix null-ptr-deref in w7090p_tuner_write_serpar and w7090p_tuner_read_serpar Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.10 314/523] media: uvcvideo: Fix bandwidth issue for Alcor camera Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.10 315/523] md: dm-zoned-target: Initialize return variable r to avoid uninitialized use Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.10 316/523] i3c: add missing include to internal header Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.10 317/523] rtc: ds1307: handle oscillator stop flag (OSF) for ds1341 Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.10 318/523] i3c: dont fail if GETHDRCAP is unsupported Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.10 319/523] dm-mpath: dont print the "loaded" message if registering fails Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.10 320/523] i2c: Force DLL0945 touchpad i2c freq to 100khz Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.10 321/523] kconfig: lxdialog: replace strcpy() with strncpy() in inputbox.c Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.10 322/523] kconfig: nconf: Ensure null termination where strncpy is used Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.10 323/523] scsi: Fix sas_user_scan() to handle wildcard and multi-channel scans Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.10 324/523] scsi: aacraid: Stop using PCI_IRQ_AFFINITY Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.10 325/523] ipmi: Use dev_warn_ratelimited() for incorrect message warnings Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.10 326/523] kconfig: gconf: avoid hardcoding model2 in on_treeview2_cursor_changed() Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.10 327/523] kconfig: gconf: fix potential memory leak in renderer_edited() Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.10 328/523] kconfig: lxdialog: fix space to (de)select options Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.10 329/523] ipmi: Fix strcpy source and destination the same Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.10 330/523] net: phy: smsc: add proper reset flags for LAN8710A Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.10 331/523] block: avoid possible overflow for chunk_sectors check in blk_stack_limits() Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.10 332/523] pNFS: Fix stripe mapping in block/scsi layout Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.10 333/523] pNFS: Fix disk addr range check " Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.10 334/523] pNFS: Handle RPC size limit for layoutcommits Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.10 335/523] pNFS: Fix uninited ptr deref in block/scsi layout Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.10 336/523] rtc: ds1307: remove clear of oscillator stop flag (OSF) in probe Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.10 337/523] scsi: lpfc: Remove redundant assignment to avoid memory leak Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.10 338/523] ASoC: soc-dai.c: add missing flag check at snd_soc_pcm_dai_probe() Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.10 339/523] ASoC: fsl_sai: replace regmap_write with regmap_update_bits Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.10 340/523] drm/amdgpu: fix incorrect vm flags to map bo Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.10 341/523] usb: core: config: Prevent OOB read in SS endpoint companion parsing Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.10 342/523] misc: rtsx: usb: Ensure mmc child device is active when card is present Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.10 343/523] usb: typec: ucsi: Update power_supply on power role change Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.10 344/523] comedi: fix race between polling and detaching Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.10 345/523] thunderbolt: Fix copy+paste error in match_service_id() Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.10 346/523] btrfs: fix log tree replay failure due to file with 0 links and extents Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.10 347/523] parisc: Makefile: fix a typo in palo.conf Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.10 348/523] mm/kmemleak: avoid soft lockup in __kmemleak_do_cleanup() Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.10 349/523] mm/kmemleak: avoid deadlock by moving pr_warn() outside kmemleak_lock Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.10 350/523] media: uvcvideo: Fix 1-byte out-of-bounds read in uvc_parse_format() Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.10 351/523] media: uvcvideo: Do not mark valid metadata as invalid Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.10 352/523] serial: 8250: fix panic due to PSLVERR Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.10 353/523] cpufreq: armada-8k: Fix off by one in armada_8k_cpufreq_free_table() Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.10 354/523] m68k: Fix lost column on framebuffer debug console Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.10 355/523] usb: atm: cxacru: Merge cxacru_upload_firmware() into cxacru_heavy_init() Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.10 356/523] usb: gadget: udc: renesas_usb3: fix device leak at unbind Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.10 357/523] usb: dwc3: meson-g12a: fix device leaks " Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.10 358/523] bus: mhi: host: Fix endianness of BHI vector table Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.10 359/523] vt: keyboard: Dont process Unicode characters in K_OFF mode Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.10 360/523] vt: defkeymap: Map keycodes above 127 to K_HOLE Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.10 361/523] lib/crypto: mips/chacha: Fix clang build and remove unneeded byteswap Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.10 362/523] Revert "vgacon: Add check for vc_origin address range in vgacon_scroll()" Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.10 363/523] ext4: check fast symlink for ea_inode correctly Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.10 364/523] ext4: fix fsmap end of range reporting with bigalloc Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.10 365/523] ext4: fix reserved gdt blocks handling in fsmap Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.10 366/523] ata: libata-scsi: Fix ata_to_sense_error() status handling Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.10 367/523] zynq_fpga: use sgtable-based scatterlist wrappers Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.10 368/523] wifi: brcmsmac: Remove const from tbl_ptr parameter in wlc_lcnphy_common_read_table() Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.10 369/523] wifi: ath11k: fix source ring-buffer corruption Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.10 370/523] pwm: imx-tpm: Reset counter if CMOD is 0 Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.10 371/523] hwmon: (gsc-hwmon) fix fan pwm setpoint show functions Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.10 372/523] mtd: rawnand: fsmc: Add missing check after DMA map Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.10 373/523] PCI: endpoint: Fix configfs group list head handling Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.10 374/523] PCI: endpoint: Fix configfs group removal on driver teardown Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.10 375/523] jbd2: prevent softlockup in jbd2_log_do_checkpoint() Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.10 376/523] soc/tegra: pmc: Ensure power-domains are in a known state Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.10 377/523] media: gspca: Add bounds checking to firmware parser Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.10 378/523] media: hi556: correct the test pattern configuration Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.10 379/523] media: imx: fix a potential memory leak in imx_media_csc_scaler_device_init() Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.10 380/523] media: usbtv: Lock resolution while streaming Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.10 381/523] media: rainshadow-cec: fix TOCTOU race condition in rain_interrupt() Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.10 382/523] media: ov2659: Fix memory leaks in ov2659_probe() Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.10 383/523] media: venus: Add a check for packet size after reading from shared memory Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.10 384/523] drm/amd: Restore cached power limit during resume Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.10 385/523] net, hsr: reject HSR frame if skb cant hold tag Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.10 386/523] sch_htb: make htb_qlen_notify() idempotent Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.10 387/523] sch_drr: make drr_qlen_notify() idempotent Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.10 388/523] sch_hfsc: make hfsc_qlen_notify() idempotent Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.10 389/523] sch_qfq: make qfq_qlen_notify() idempotent Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.10 390/523] codel: remove sch->q.qlen check before qdisc_tree_reduce_backlog() Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.10 391/523] sch_htb: make htb_deactivate() idempotent Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.10 392/523] memstick: Fix deadlock by moving removing flag earlier Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.10 393/523] mmc: sdhci-pci-gli: GL9763e: Rename the gli_set_gl9763e() for consistency Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.10 394/523] squashfs: fix memory leak in squashfs_fill_super Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.10 395/523] ALSA: hda/realtek: Add support for HP EliteBook x360 830 G6 and EliteBook 830 G6 Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.10 396/523] drm/amd/display: Fix fractional fb divider in set_pixel_clock_v3 Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.10 397/523] drm/amd/display: Fix DP audio DTO1 clock source on DCE 6 Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.10 398/523] drm/amd/display: Find first CRTC and its line time in dce110_fill_display_configs Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.10 399/523] drm/amd/display: Fill display clock and vblank " Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.10 400/523] selftests: mptcp: connect: also cover alt modes Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.10 401/523] fs/buffer: fix use-after-free when call bh_read() helper Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.10 402/523] move_mount: allow to add a mount into an existing group Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.10 403/523] use uniform permission checks for all mount propagation changes Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.10 404/523] fpga: zynq_fpga: Fix the wrong usage of dma_map_sgtable() Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.10 405/523] ftrace: Also allocate and copy hash for reading of filter files Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.10 406/523] iio: pressure: bmp280: Use IS_ERR() in bmp280_common_probe() Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.10 407/523] iio: proximity: isl29501: fix buffered read on big-endian systems Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.10 408/523] most: core: Drop device reference after usage in get_channel() Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.10 409/523] usb: quirks: Add DELAY_INIT quick for another SanDisk 3.2Gen1 Flash Drive Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.10 410/523] usb: renesas-xhci: Fix External ROM access timeouts Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.10 411/523] USB: storage: Add unusual-devs entry for Novatek NTK96550-based camera Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.10 412/523] usb: storage: realtek_cr: Use correct byte order for bcs->Residue Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.10 413/523] USB: storage: Ignore driver CD mode for Realtek multi-mode Wi-Fi dongles Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.10 414/523] usb: dwc3: Ignore late xferNotReady event to prevent halt timeout Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.10 415/523] kbuild: userprogs: use correct linker when mixing clang and GNU ld Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.10 416/523] f2fs: fix to do sanity check on ino and xnid Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.10 417/523] iio: hid-sensor-prox: Fix incorrect OFFSET calculation Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.10 418/523] x86/mce/amd: Add default names for MCA banks and blocks Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.10 419/523] usb: hub: avoid warm port reset during USB3 disconnect Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.10 420/523] usb: hub: Dont try to recover devices lost during warm reset Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.10 421/523] smb: client: fix use-after-free in crypt_message when using async crypto Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.10 422/523] tracing: Add down_write(trace_event_sem) when adding trace event Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.10 423/523] pmdomain: governor: Consider CPU latency tolerance from pm_domain_cpu_gov Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.10 424/523] ice: Fix a null pointer dereference in ice_copy_and_init_pkg() Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.10 425/523] drm/sched: Remove optimization that causes hang when killing dependent jobs Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.10 426/523] mm/zsmalloc.c: convert to use kmem_cache_zalloc in cache_alloc_zspage() Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.10 427/523] mm/zsmalloc: do not pass __GFP_MOVABLE if CONFIG_COMPACTION=n Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.10 428/523] x86/fpu: Delay instruction pointer fixup until after warning Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.10 429/523] ALSA: scarlett2: Add retry on -EPROTO from scarlett2_usb_tx() Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.10 430/523] net: usbnet: Avoid potential RCU stall on LINK_CHANGE event Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.10 431/523] usb: typec: fusb302: cache PD RX state Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.10 432/523] PCI/ACPI: Fix runtime PM ref imbalance on Hot-Plug Capable ports Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.10 433/523] block: Make REQ_OP_ZONE_FINISH a write operation Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.10 434/523] hv_netvsc: Fix panic during namespace deletion with VF Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.10 435/523] USB: cdc-acm: do not log successful probe on later errors Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.10 436/523] cdc-acm: fix race between initial clearing halt and open Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.10 437/523] comedi: Fail COMEDI_INSNLIST ioctl if n_insns is too large Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.10 438/523] ptp: Fix possible memory leak in ptp_clock_register() Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.10 439/523] block: dont call rq_qos_ops->done_bio if the bio isnt tracked Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.10 440/523] btrfs: fix deadlock when cloning inline extents and using qgroups Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.10 441/523] ARM: 9448/1: Use an absolute path to unified.h in KBUILD_AFLAGS Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.10 442/523] dpaa2-mac: split up initializing the MAC object from connecting to it Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.10 443/523] dpaa2-mac: export MAC counters even when in TYPE_FIXED Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.10 444/523] dpaa2-eth: retry the probe when the MAC is not yet discovered on the bus Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.10 445/523] dpaa2-eth: Fix device reference count leak in MAC endpoint handling Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.10 446/523] mm: drop the assumption that VM_SHARED always implies writable Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.10 447/523] mm: update memfd seal write check to include F_SEAL_WRITE Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.10 448/523] mm: reinstate ability to map write-sealed memfd mappings read-only Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.10 449/523] selftests/memfd: add test for mapping write-sealed memfd read-only Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.10 450/523] dma-buf: insert memory barrier before updating num_fences Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.10 451/523] drm/amdgpu: handle the case of pci_channel_io_frozen only in amdgpu_pci_resume Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.10 452/523] RDMA/rxe: Return CQE error if invalid lkey was supplied Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.10 453/523] scsi: lpfc: Fix link down processing to address NULL pointer dereference Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.10 454/523] scsi: pm80xx: Fix memory leak during rmmod Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.10 455/523] NFS: Dont set NFS_INO_REVAL_PAGECACHE in the inode cache validity Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.10 456/523] NFSv4: Fix nfs4_bitmap_copy_adjust() Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.10 457/523] NFS: Create an nfs4_server_set_init_caps() function Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.10 458/523] NFS: Fix the setting of capabilities when automounting a new filesystem Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.10 459/523] net/sched: sch_ets: properly init all active DRR list handles Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.10 460/523] net_sched: sch_ets: implement lockless ets_dump() Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.10 461/523] net/sched: ets: use old nbands while purging unused classes Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.10 462/523] mm/ptdump: take the memory hotplug lock inside ptdump_walk_pgd() Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.10 463/523] ata: Fix SATA_MOBILE_LPM_POLICY description in Kconfig Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.10 464/523] scsi: ufs: exynos: Fix programming of HCI_UTRL_NEXUS_TYPE Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.10 465/523] iio: adc: ad_sigma_delta: change to buffer predisable Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.10 466/523] soc: qcom: mdt_loader: Ensure we dont read past the ELF header Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.10 467/523] usb: musb: omap2430: fix device leak at unbind Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.10 468/523] btrfs: populate otime when logging an inode item Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.10 469/523] ACPI: processor: idle: Check acpi_fetch_acpi_dev() return value Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.10 470/523] minmax: add umin(a, b) and umax(a, b) Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.10 471/523] ext4: fix hole length calculation overflow in non-extent inodes Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.10 472/523] platform/chrome: cros_ec: Make cros_ec_unregister() return void Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.10 473/523] platform/chrome: cros_ec: Use per-device lockdep key Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.10 474/523] platform/chrome: cros_ec: remove unneeded label and if-condition Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.10 475/523] platform/chrome: cros_ec: Unregister notifier in cros_ec_unregister() Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.10 476/523] pwm: mediatek: Implement .apply() callback Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.10 477/523] pwm: mediatek: Handle hardware enable and clock enable separately Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.10 478/523] pwm: mediatek: Fix duty and period setting Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.10 479/523] locking/barriers, kcsan: Support generic instrumentation Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.10 480/523] asm-generic: Add memory barrier dma_mb() Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.10 481/523] wifi: ath11k: fix dest ring-buffer corruption when ring is full Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.10 482/523] media: v4l2-ctrls: always copy the controls on completion Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.10 483/523] media: v4l2-ctrls: Dont reset handlers error in v4l2_ctrl_handler_free() Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.10 484/523] media: venus: dont de-reference NULL pointers at IRQ time Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.10 485/523] media: venus: hfi: explicitly release IRQ during teardown Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.10 486/523] media: venus: Add support for SSR trigger using fault injection Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.10 487/523] media: venus: protect against spurious interrupts during probe Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.10 488/523] drm/amd/display: Dont overclock DCE 6 by 15% Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.10 489/523] drm/dp: Change AUX DPCD probe address from DPCD_REV to LANE0_1_STATUS Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.10 490/523] media: qcom: camss: cleanup media device allocated resource on error path Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.10 491/523] f2fs: fix to avoid out-of-boundary access in dnode page Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.10 492/523] media: venus: vdec: Clamp param smaller than 1fps and bigger than 240 Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.10 493/523] uio_hv_generic: Fix another memory leak in error handling paths Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.10 494/523] dm: rearrange core declarations for extended use from dm-zone.c Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.10 495/523] dm rq: dont queue request to blk-mq during DM suspend Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.10 496/523] usb: dwc3: Remove DWC3 locking during gadget suspend/resume Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.10 497/523] usb: dwc3: core: remove lock of otg mode during gadget suspend/resume to avoid deadlock Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.10 498/523] gpio: rcar: Use raw_spinlock to protect register access Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.10 499/523] selftests: mptcp: pm: check flush doesnt reset limits Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.10 500/523] net: usbnet: Fix the wrong netif_carrier_on() call Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.10 501/523] compiler: remove __ADDRESSABLE_ASM{_STR,}() again Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.10 502/523] usb: xhci: Fix slot_id resource race conflict Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.10 503/523] iio: imu: inv_icm42600: change invalid data error to -EBUSY Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.10 504/523] tracing: Remove unneeded goto out logic Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.10 505/523] tracing: Limit access to parser->buffer when trace_get_user failed Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.10 506/523] iio: light: as73211: Ensure buffer holes are zeroed Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.10 507/523] mm/page_alloc: detect allocation forbidden by cpuset and bail out early Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.10 508/523] cgroup/cpuset: Use static_branch_enable_cpuslocked() on cpusets_insane_config_key Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.10 509/523] RDMA/bnxt_re: Fix to initialize the PBL array Greg Kroah-Hartman
2025-08-26 11:12 ` [PATCH 5.10 510/523] scsi: qla4xxx: Prevent a potential error pointer dereference Greg Kroah-Hartman
2025-08-26 11:12 ` [PATCH 5.10 511/523] iommu/amd: Avoid stack buffer overflow from kernel cmdline Greg Kroah-Hartman
2025-08-26 11:12 ` [PATCH 5.10 512/523] mlxsw: spectrum: Forward packets with an IPv4 link-local source IP Greg Kroah-Hartman
2025-08-26 11:12 ` [PATCH 5.10 513/523] ALSA: usb-audio: Fix size validation in convert_chmap_v3() Greg Kroah-Hartman
2025-08-26 11:12 ` [PATCH 5.10 514/523] ipv6: sr: validate HMAC algorithm ID in seg6_hmac_info_add Greg Kroah-Hartman
2025-08-26 11:12 ` [PATCH 5.10 515/523] ixgbe: xsk: resolve the negative overflow of budget in ixgbe_xmit_zc Greg Kroah-Hartman
2025-08-26 11:12 ` [PATCH 5.10 516/523] net/sched: Make cake_enqueue return NET_XMIT_CN when past buffer_limit Greg Kroah-Hartman
2025-08-26 11:12 ` [PATCH 5.10 517/523] net/sched: Remove unnecessary WARNING condition for empty child qdisc in htb_activate Greg Kroah-Hartman
2025-08-26 11:12 ` [PATCH 5.10 518/523] ALSA: usb-audio: Use correct sub-type for UAC3 feature unit validation Greg Kroah-Hartman
2025-08-26 11:12 ` [PATCH 5.10 519/523] s390/hypfs: Avoid unnecessary ioctl registration in debugfs Greg Kroah-Hartman
2025-08-26 11:12 ` [PATCH 5.10 520/523] s390/hypfs: Enable limited access during lockdown Greg Kroah-Hartman
2025-08-26 11:12 ` [PATCH 5.10 521/523] netfilter: nft_reject: unify reject init and dump into nft_reject Greg Kroah-Hartman
2025-08-26 11:12 ` [PATCH 5.10 522/523] netfilter: nft_reject_inet: allow to use reject from inet ingress Greg Kroah-Hartman
2025-08-26 11:12 ` [PATCH 5.10 523/523] netfilter: nf_reject: dont leak dst refcount for loopback packets Greg Kroah-Hartman
2025-08-26 17:36 ` [PATCH 5.10 000/523] 5.10.241-rc1 review Florian Fainelli
2025-08-26 17:43 ` Jon Hunter
2025-08-26 17:53 ` Brett A C Sheffield
2025-08-26 20:29 ` [PATCH 5.10 000/523] " Pavel Machek
2025-08-27 9:21 ` Anders Roxell
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=20250826110927.808560580@linuxfoundation.org \
--to=gregkh@linuxfoundation.org \
--cc=herbert@gondor.apana.org.au \
--cc=ovidiu.panait.oss@gmail.com \
--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).