From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: stable@vger.kernel.org
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
patches@lists.linux.dev, stable <stable@kernel.org>,
John Keeping <jkeeping@inmusicbrands.com>,
Takashi Iwai <tiwai@suse.de>
Subject: [PATCH 6.1 511/578] usb: gadget: f_midi: fix MIDI Streaming descriptor lengths
Date: Wed, 19 Feb 2025 09:28:35 +0100 [thread overview]
Message-ID: <20250219082713.085273523@linuxfoundation.org> (raw)
In-Reply-To: <20250219082652.891560343@linuxfoundation.org>
6.1-stable review patch. If anyone has any objections, please let me know.
------------------
From: John Keeping <jkeeping@inmusicbrands.com>
commit da1668997052ed1cb00322e1f3b63702615c9429 upstream.
While the MIDI jacks are configured correctly, and the MIDIStreaming
endpoint descriptors are filled with the correct information,
bNumEmbMIDIJack and bLength are set incorrectly in these descriptors.
This does not matter when the numbers of in and out ports are equal, but
when they differ the host will receive broken descriptors with
uninitialized stack memory leaking into the descriptor for whichever
value is smaller.
The precise meaning of "in" and "out" in the port counts is not clearly
defined and can be confusing. But elsewhere the driver consistently
uses this to match the USB meaning of IN and OUT viewed from the host,
so that "in" ports send data to the host and "out" ports receive data
from it.
Cc: stable <stable@kernel.org>
Fixes: c8933c3f79568 ("USB: gadget: f_midi: allow a dynamic number of input and output ports")
Signed-off-by: John Keeping <jkeeping@inmusicbrands.com>
Reviewed-by: Takashi Iwai <tiwai@suse.de>
Link: https://lore.kernel.org/r/20250130195035.3883857-1-jkeeping@inmusicbrands.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
drivers/usb/gadget/function/f_midi.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
--- a/drivers/usb/gadget/function/f_midi.c
+++ b/drivers/usb/gadget/function/f_midi.c
@@ -999,11 +999,11 @@ static int f_midi_bind(struct usb_config
}
/* configure the endpoint descriptors ... */
- ms_out_desc.bLength = USB_DT_MS_ENDPOINT_SIZE(midi->in_ports);
- ms_out_desc.bNumEmbMIDIJack = midi->in_ports;
+ ms_out_desc.bLength = USB_DT_MS_ENDPOINT_SIZE(midi->out_ports);
+ ms_out_desc.bNumEmbMIDIJack = midi->out_ports;
- ms_in_desc.bLength = USB_DT_MS_ENDPOINT_SIZE(midi->out_ports);
- ms_in_desc.bNumEmbMIDIJack = midi->out_ports;
+ ms_in_desc.bLength = USB_DT_MS_ENDPOINT_SIZE(midi->in_ports);
+ ms_in_desc.bNumEmbMIDIJack = midi->in_ports;
/* ... and add them to the list */
endpoint_descriptor_index = i;
next prev parent reply other threads:[~2025-02-19 9:29 UTC|newest]
Thread overview: 591+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-19 8:20 [PATCH 6.1 000/578] 6.1.129-rc1 review Greg Kroah-Hartman
2025-02-19 8:20 ` [PATCH 6.1 001/578] powerpc/book3s64/hugetlb: Fix disabling hugetlb when fadump is active Greg Kroah-Hartman
2025-02-19 8:20 ` [PATCH 6.1 002/578] afs: Fix EEXIST error returned from afs_rmdir() to be ENOTEMPTY Greg Kroah-Hartman
2025-02-19 8:20 ` [PATCH 6.1 003/578] afs: Fix directory format encoding struct Greg Kroah-Hartman
2025-02-19 8:20 ` [PATCH 6.1 004/578] fs: fix proc_handler for sysctl_nr_open Greg Kroah-Hartman
2025-02-19 8:20 ` [PATCH 6.1 005/578] block: retry call probe after request_module in blk_request_module Greg Kroah-Hartman
2025-02-19 8:20 ` [PATCH 6.1 006/578] nbd: dont allow reconnect after disconnect Greg Kroah-Hartman
2025-02-19 8:20 ` [PATCH 6.1 007/578] pstore/blk: trivial typo fixes Greg Kroah-Hartman
2025-02-19 8:20 ` [PATCH 6.1 008/578] nvme: Add error check for xa_store in nvme_get_effects_log Greg Kroah-Hartman
2025-02-19 8:20 ` [PATCH 6.1 009/578] selftests/powerpc: Fix argument order to timer_sub() Greg Kroah-Hartman
2025-02-19 8:20 ` [PATCH 6.1 010/578] partitions: ldm: remove the initial kernel-doc notation Greg Kroah-Hartman
2025-02-19 8:20 ` [PATCH 6.1 011/578] select: Fix unbalanced user_access_end() Greg Kroah-Hartman
2025-02-19 8:20 ` [PATCH 6.1 012/578] afs: Fix the fallback handling for the YFS.RemoveFile2 RPC call Greg Kroah-Hartman
2025-02-19 8:20 ` [PATCH 6.1 013/578] sched/psi: Use task->psi_flags to clear in CPU migration Greg Kroah-Hartman
2025-02-19 8:20 ` [PATCH 6.1 014/578] sched/fair: Fix value reported by hot tasks pulled in /proc/schedstat Greg Kroah-Hartman
2025-02-19 8:20 ` [PATCH 6.1 015/578] drm/msm/dp: set safe_to_exit_level before printing it Greg Kroah-Hartman
2025-02-19 8:20 ` [PATCH 6.1 016/578] drm/etnaviv: Fix page property being used for non writecombine buffers Greg Kroah-Hartman
2025-02-19 8:20 ` [PATCH 6.1 017/578] HID: core: Fix assumption that Resolution Multipliers must be in Logical Collections Greg Kroah-Hartman
2025-02-19 8:20 ` [PATCH 6.1 018/578] drm/amdgpu: Fix potential NULL pointer dereference in atomctrl_get_smc_sclk_range_table Greg Kroah-Hartman
2025-02-19 8:20 ` [PATCH 6.1 019/578] drm/rockchip: vop2: Fix cluster windows alpha ctrl regsiters offset Greg Kroah-Hartman
2025-02-19 8:20 ` [PATCH 6.1 020/578] drm/rockchip: vop2: Fix the mixer alpha setup for layer 0 Greg Kroah-Hartman
2025-02-19 8:20 ` [PATCH 6.1 021/578] drm/rockchip: vop2: Set YUV/RGB overlay mode Greg Kroah-Hartman
2025-02-19 8:20 ` [PATCH 6.1 022/578] drm/rockchip: vop2: set bg dly and prescan dly at vop2_post_config Greg Kroah-Hartman
2025-02-19 8:20 ` [PATCH 6.1 023/578] drm/rockchip: vop2: Fix the windows switch between different layers Greg Kroah-Hartman
2025-02-19 8:20 ` [PATCH 6.1 024/578] drm/rockchip: vop2: Check linear format for Cluster windows on rk3566/8 Greg Kroah-Hartman
2025-02-19 8:20 ` [PATCH 6.1 025/578] OPP: Rearrange entries in pm_opp.h Greg Kroah-Hartman
2025-02-19 8:20 ` [PATCH 6.1 026/578] OPP: Introduce dev_pm_opp_find_freq_{ceil/floor}_indexed() APIs Greg Kroah-Hartman
2025-02-19 8:20 ` [PATCH 6.1 027/578] OPP: Introduce dev_pm_opp_get_freq_indexed() API Greg Kroah-Hartman
2025-02-19 8:20 ` [PATCH 6.1 028/578] OPP: Add dev_pm_opp_find_freq_exact_indexed() Greg Kroah-Hartman
2025-02-19 8:20 ` [PATCH 6.1 029/578] OPP: Reuse dev_pm_opp_get_freq_indexed() Greg Kroah-Hartman
2025-02-19 8:20 ` [PATCH 6.1 030/578] OPP: add index check to assert to avoid buffer overflow in _read_freq() Greg Kroah-Hartman
2025-02-19 8:20 ` [PATCH 6.1 031/578] OPP: fix dev_pm_opp_find_bw_*() when bandwidth table not initialized Greg Kroah-Hartman
2025-02-19 8:20 ` [PATCH 6.1 032/578] drm/bridge: it6505: Change definition of AUX_FIFO_MAX_SIZE Greg Kroah-Hartman
2025-02-19 8:20 ` [PATCH 6.1 033/578] genirq: Make handle_enforce_irqctx() unconditionally available Greg Kroah-Hartman
2025-02-19 8:20 ` [PATCH 6.1 034/578] ipmi: ipmb: Add check devm_kasprintf() returned value Greg Kroah-Hartman
2025-02-19 8:20 ` [PATCH 6.1 035/578] wifi: ath11k: Fix unexpected return buffer manager error for WCN6750/WCN6855 Greg Kroah-Hartman
2025-02-19 8:20 ` [PATCH 6.1 036/578] wifi: rtlwifi: do not complete firmware loading needlessly Greg Kroah-Hartman
2025-02-19 8:20 ` [PATCH 6.1 037/578] wifi: rtlwifi: rtl8192se: rise completion of firmware loading as last step Greg Kroah-Hartman
2025-02-19 8:20 ` [PATCH 6.1 038/578] wifi: rtlwifi: wait for firmware loading before releasing memory Greg Kroah-Hartman
2025-02-19 8:20 ` [PATCH 6.1 039/578] wifi: rtlwifi: fix init_sw_vars leak when probe fails Greg Kroah-Hartman
2025-02-19 8:20 ` [PATCH 6.1 040/578] wifi: rtlwifi: usb: fix workqueue " Greg Kroah-Hartman
2025-02-19 8:20 ` [PATCH 6.1 041/578] wifi: wcn36xx: fix channel survey memory allocation size Greg Kroah-Hartman
2025-02-19 8:20 ` [PATCH 6.1 042/578] net_sched: sch_sfq: annotate data-races around q->perturb_period Greg Kroah-Hartman
2025-02-19 8:20 ` [PATCH 6.1 043/578] net_sched: sch_sfq: handle bigger packets Greg Kroah-Hartman
2025-02-19 8:20 ` [PATCH 6.1 044/578] net_sched: sch_sfq: dont allow 1 packet limit Greg Kroah-Hartman
2025-02-19 8:20 ` [PATCH 6.1 045/578] spi: zynq-qspi: Add check for clk_enable() Greg Kroah-Hartman
2025-02-19 8:20 ` [PATCH 6.1 046/578] dt-bindings: mmc: controller: clarify the address-cells description Greg Kroah-Hartman
2025-02-19 8:20 ` [PATCH 6.1 047/578] dt-bindings: leds: class-multicolor: Fix path to color definitions Greg Kroah-Hartman
2025-02-19 8:20 ` [PATCH 6.1 048/578] wifi: rtlwifi: remove unused timer and related code Greg Kroah-Hartman
2025-02-19 8:20 ` [PATCH 6.1 049/578] wifi: rtlwifi: remove unused dualmac control leftovers Greg Kroah-Hartman
2025-02-19 8:20 ` [PATCH 6.1 050/578] wifi: rtlwifi: remove unused check_buddy_priv Greg Kroah-Hartman
2025-02-19 8:20 ` [PATCH 6.1 051/578] wifi: rtlwifi: destroy workqueue at rtl_deinit_core Greg Kroah-Hartman
2025-02-19 8:20 ` [PATCH 6.1 052/578] wifi: rtlwifi: fix memory leaks and invalid access at probe error path Greg Kroah-Hartman
2025-02-19 8:20 ` [PATCH 6.1 053/578] wifi: rtlwifi: pci: wait for firmware loading before releasing memory Greg Kroah-Hartman
2025-02-19 8:20 ` [PATCH 6.1 054/578] HID: multitouch: fix support for Goodix PID 0x01e9 Greg Kroah-Hartman
2025-02-19 8:20 ` [PATCH 6.1 055/578] regulator: dt-bindings: mt6315: Drop regulator-compatible property Greg Kroah-Hartman
2025-02-19 8:21 ` [PATCH 6.1 056/578] ACPI: fan: cleanup resources in the error path of .probe() Greg Kroah-Hartman
2025-02-19 8:21 ` [PATCH 6.1 057/578] cpupower: fix TSC MHz calculation Greg Kroah-Hartman
2025-02-19 8:21 ` [PATCH 6.1 058/578] dt-bindings: mfd: bd71815: Fix rsense and typos Greg Kroah-Hartman
2025-02-19 8:21 ` [PATCH 6.1 059/578] leds: netxbig: Fix an OF node reference leak in netxbig_leds_get_of_pdata() Greg Kroah-Hartman
2025-02-19 8:21 ` [PATCH 6.1 060/578] inetpeer: remove create argument of inet_getpeer_v[46]() Greg Kroah-Hartman
2025-02-19 8:21 ` [PATCH 6.1 061/578] inetpeer: remove create argument of inet_getpeer() Greg Kroah-Hartman
2025-02-19 8:21 ` [PATCH 6.1 062/578] inetpeer: update inetpeer timestamp in inet_getpeer() Greg Kroah-Hartman
2025-02-19 8:21 ` [PATCH 6.1 063/578] inetpeer: do not get a refcount " Greg Kroah-Hartman
2025-02-19 8:21 ` [PATCH 6.1 064/578] pwm: stm32-lp: Add check for clk_enable() Greg Kroah-Hartman
2025-02-19 8:21 ` [PATCH 6.1 065/578] cpufreq: schedutil: Fix superfluous updates caused by need_freq_update Greg Kroah-Hartman
2025-02-19 8:21 ` [PATCH 6.1 066/578] clk: imx8mp: Fix clkout1/2 support Greg Kroah-Hartman
2025-02-19 8:21 ` [PATCH 6.1 067/578] team: prevent adding a device which is already a team device lower Greg Kroah-Hartman
2025-02-19 8:21 ` [PATCH 6.1 068/578] regulator: of: Implement the unwind path of of_regulator_match() Greg Kroah-Hartman
2025-02-19 8:21 ` [PATCH 6.1 069/578] ax25: rcu protect dev->ax25_ptr Greg Kroah-Hartman
2025-02-19 8:21 ` [PATCH 6.1 070/578] OPP: OF: Fix an OF node leak in _opp_add_static_v2() Greg Kroah-Hartman
2025-02-19 8:21 ` [PATCH 6.1 071/578] clk: qcom: gcc-sdm845: Do not use shared clk_ops for QUPs Greg Kroah-Hartman
2025-02-19 8:21 ` [PATCH 6.1 072/578] HID: hid-thrustmaster: Fix warning in thrustmaster_probe by adding endpoint check Greg Kroah-Hartman
2025-02-19 8:21 ` [PATCH 6.1 073/578] mfd: syscon: Remove extern from function prototypes Greg Kroah-Hartman
2025-02-19 8:21 ` [PATCH 6.1 074/578] mfd: syscon: Add of_syscon_register_regmap() API Greg Kroah-Hartman
2025-02-19 8:21 ` [PATCH 6.1 075/578] mfd: syscon: Use scoped variables with memory allocators to simplify error paths Greg Kroah-Hartman
2025-02-19 8:21 ` [PATCH 6.1 076/578] mfd: syscon: Fix race in device_node_get_regmap() Greg Kroah-Hartman
2025-02-19 8:21 ` [PATCH 6.1 077/578] samples/landlock: Fix possible NULL dereference in parse_path() Greg Kroah-Hartman
2025-02-19 8:21 ` [PATCH 6.1 078/578] wifi: wlcore: fix unbalanced pm_runtime calls Greg Kroah-Hartman
2025-02-19 8:21 ` [PATCH 6.1 079/578] wifi: mac80211: prohibit deactivating all links Greg Kroah-Hartman
2025-02-19 8:21 ` [PATCH 6.1 080/578] wifi: mac80211: Fix common size calculation for ML element Greg Kroah-Hartman
2025-02-19 8:21 ` [PATCH 6.1 081/578] net/smc: fix data error when recvmsg with MSG_PEEK flag Greg Kroah-Hartman
2025-02-19 8:21 ` [PATCH 6.1 082/578] landlock: Handle weird files Greg Kroah-Hartman
2025-02-19 8:21 ` [PATCH 6.1 083/578] wifi: mt76: mt76u_vendor_request: Do not print error messages when -EPROTO Greg Kroah-Hartman
2025-02-19 8:21 ` [PATCH 6.1 084/578] wifi: mt76: mt7921: fix using incorrect group cipher after disconnection Greg Kroah-Hartman
2025-02-19 8:21 ` [PATCH 6.1 085/578] wifi: mt76: mt7915: fix register mapping Greg Kroah-Hartman
2025-02-19 8:21 ` [PATCH 6.1 086/578] cpufreq: ACPI: Fix max-frequency computation Greg Kroah-Hartman
2025-02-19 8:21 ` [PATCH 6.1 087/578] selftests: timers: clocksource-switch: Adapt progress to kselftest framework Greg Kroah-Hartman
2025-02-19 8:21 ` [PATCH 6.1 088/578] selftests: harness: fix printing of mismatch values in __EXPECT() Greg Kroah-Hartman
2025-02-19 8:21 ` [PATCH 6.1 089/578] wifi: cfg80211: Handle specific BSSID in 6GHz scanning Greg Kroah-Hartman
2025-02-19 8:21 ` [PATCH 6.1 090/578] wifi: cfg80211: adjust allocation of colocated AP data Greg Kroah-Hartman
2025-02-19 8:21 ` [PATCH 6.1 091/578] clk: analogbits: Fix incorrect calculation of vco rate delta Greg Kroah-Hartman
2025-02-19 8:21 ` [PATCH 6.1 092/578] pwm: stm32: Add check for clk_enable() Greg Kroah-Hartman
2025-02-19 8:21 ` [PATCH 6.1 093/578] selftests/landlock: Fix error message Greg Kroah-Hartman
2025-02-19 8:21 ` [PATCH 6.1 094/578] net: let net.core.dev_weight always be non-zero Greg Kroah-Hartman
2025-02-19 8:21 ` [PATCH 6.1 095/578] net/mlxfw: Drop hard coded max FW flash image size Greg Kroah-Hartman
2025-02-19 8:21 ` [PATCH 6.1 096/578] net: avoid race between device unregistration and ethnl ops Greg Kroah-Hartman
2025-02-19 8:21 ` [PATCH 6.1 097/578] net: sched: Disallow replacing of child qdisc from one parent to another Greg Kroah-Hartman
2025-02-19 8:21 ` [PATCH 6.1 098/578] netfilter: nft_flow_offload: update tcp state flags under lock Greg Kroah-Hartman
2025-02-19 8:21 ` [PATCH 6.1 099/578] net: ethernet: ti: am65-cpsw: fix freeing IRQ in am65_cpsw_nuss_remove_tx_chns() Greg Kroah-Hartman
2025-02-19 8:21 ` [PATCH 6.1 100/578] tcp_cubic: fix incorrect HyStart round start detection Greg Kroah-Hartman
2025-02-19 8:21 ` [PATCH 6.1 101/578] net/rose: prevent integer overflows in rose_setsockopt() Greg Kroah-Hartman
2025-02-19 8:21 ` [PATCH 6.1 102/578] libbpf: dont adjust USDT semaphore address if .stapsdt.base addr is missing Greg Kroah-Hartman
2025-02-19 8:21 ` [PATCH 6.1 103/578] tools/testing/selftests/bpf/test_tc_tunnel.sh: Fix wait for server bind Greg Kroah-Hartman
2025-02-19 8:21 ` [PATCH 6.1 104/578] libbpf: Fix segfault due to libelf functions not setting errno Greg Kroah-Hartman
2025-02-19 8:21 ` [PATCH 6.1 105/578] ASoC: sun4i-spdif: Add clock multiplier settings Greg Kroah-Hartman
2025-02-19 8:21 ` [PATCH 6.1 106/578] perf header: Fix one memory leakage in process_bpf_btf() Greg Kroah-Hartman
2025-02-19 8:21 ` [PATCH 6.1 107/578] perf header: Fix one memory leakage in process_bpf_prog_info() Greg Kroah-Hartman
2025-02-19 8:21 ` [PATCH 6.1 108/578] perf bpf: Fix two memory leakages when calling perf_env__insert_bpf_prog_info() Greg Kroah-Hartman
2025-02-19 8:21 ` [PATCH 6.1 109/578] ASoC: renesas: rz-ssi: Use only the proper amount of dividers Greg Kroah-Hartman
2025-02-19 8:21 ` [PATCH 6.1 110/578] ktest.pl: Remove unused declarations in run_bisect_test function Greg Kroah-Hartman
2025-02-19 8:21 ` [PATCH 6.1 111/578] crypto: hisilicon/sec2 - optimize the error return process Greg Kroah-Hartman
2025-02-19 8:21 ` [PATCH 6.1 112/578] crypto: hisilicon/sec2 - fix for aead icv error Greg Kroah-Hartman
2025-02-19 8:21 ` [PATCH 6.1 113/578] crypto: hisilicon/sec2 - fix for aead invalid authsize Greg Kroah-Hartman
2025-02-19 8:21 ` [PATCH 6.1 114/578] crypto: ixp4xx - fix OF node reference leaks in init_ixp_crypto() Greg Kroah-Hartman
2025-02-19 8:21 ` [PATCH 6.1 115/578] padata: fix sysfs store callback check Greg Kroah-Hartman
2025-02-19 8:22 ` [PATCH 6.1 116/578] perf top: Dont complain about lack of vmlinux when not resolving some kernel samples Greg Kroah-Hartman
2025-02-19 8:22 ` [PATCH 6.1 117/578] perf namespaces: Introduce nsinfo__set_in_pidns() Greg Kroah-Hartman
2025-02-19 8:22 ` [PATCH 6.1 118/578] perf namespaces: Fixup the nsinfo__in_pidns() return type, its bool Greg Kroah-Hartman
2025-02-19 8:22 ` [PATCH 6.1 119/578] ASoC: Intel: avs: Fix theoretical infinite loop Greg Kroah-Hartman
2025-02-19 8:22 ` [PATCH 6.1 120/578] perf report: Fix misleading help message about --demangle Greg Kroah-Hartman
2025-02-19 8:22 ` [PATCH 6.1 121/578] pinctrl: stm32: set default gpio line names using pin names Greg Kroah-Hartman
2025-02-19 8:22 ` [PATCH 6.1 122/578] pinctrl: stm32: Add check for devm_kcalloc Greg Kroah-Hartman
2025-02-19 8:22 ` [PATCH 6.1 123/578] pinctrl: stm32: check devm_kasprintf() returned value Greg Kroah-Hartman
2025-02-19 8:22 ` [PATCH 6.1 124/578] pinctrl: stm32: Add check for clk_enable() Greg Kroah-Hartman
2025-02-19 8:22 ` [PATCH 6.1 125/578] bpf: Send signals asynchronously if !preemptible Greg Kroah-Hartman
2025-02-19 8:22 ` [PATCH 6.1 126/578] bpf: tcp: Mark bpf_load_hdr_opt() arg2 as read-write Greg Kroah-Hartman
2025-02-19 8:22 ` [PATCH 6.1 127/578] ALSA: hda/realtek - Fixed headphone distorted sound on Acer Aspire A115-31 laptop Greg Kroah-Hartman
2025-02-19 8:22 ` [PATCH 6.1 128/578] padata: fix UAF in padata_reorder Greg Kroah-Hartman
2025-02-19 8:22 ` [PATCH 6.1 129/578] padata: add pd get/put refcnt helper Greg Kroah-Hartman
2025-02-19 8:22 ` [PATCH 6.1 130/578] padata: avoid UAF for reorder_work Greg Kroah-Hartman
2025-02-19 8:22 ` [PATCH 6.1 131/578] smb: client: fix oops due to unset link speed Greg Kroah-Hartman
2025-02-19 8:22 ` [PATCH 6.1 132/578] soc: atmel: fix device_node release in atmel_soc_device_init() Greg Kroah-Hartman
2025-02-19 8:22 ` [PATCH 6.1 133/578] ARM: at91: pm: change BU Power Switch to automatic mode Greg Kroah-Hartman
2025-02-19 8:22 ` [PATCH 6.1 134/578] arm64: dts: mt8183: set DMIC one-wire mode on Damu Greg Kroah-Hartman
2025-02-19 8:22 ` [PATCH 6.1 135/578] arm64: dts: mediatek: mt8516: fix GICv2 range Greg Kroah-Hartman
2025-02-19 8:22 ` [PATCH 6.1 136/578] arm64: dts: mediatek: mt8516: fix wdt irq type Greg Kroah-Hartman
2025-02-19 8:22 ` [PATCH 6.1 137/578] arm64: dts: mediatek: mt8516: add i2c clock-div property Greg Kroah-Hartman
2025-02-19 8:22 ` [PATCH 6.1 138/578] arm64: dts: mediatek: mt8516: reserve 192 KiB for TF-A Greg Kroah-Hartman
2025-02-19 8:22 ` [PATCH 6.1 139/578] RDMA/mlx4: Avoid false error about access to uninitialized gids array Greg Kroah-Hartman
2025-02-19 8:22 ` [PATCH 6.1 140/578] rdma/cxgb4: Prevent potential integer overflow on 32bit Greg Kroah-Hartman
2025-02-19 8:22 ` [PATCH 6.1 141/578] arm64: dts: mediatek: mt8173-evb: Drop regulator-compatible property Greg Kroah-Hartman
2025-02-19 8:22 ` [PATCH 6.1 142/578] arm64: dts: mediatek: mt8173-elm: " Greg Kroah-Hartman
2025-02-19 8:22 ` [PATCH 6.1 143/578] arm64: dts: mediatek: mt8192-asurada: " Greg Kroah-Hartman
2025-02-19 8:22 ` [PATCH 6.1 144/578] arm64: dts: mediatek: mt8195-cherry: " Greg Kroah-Hartman
2025-02-19 8:22 ` [PATCH 6.1 145/578] arm64: dts: mediatek: mt8195-demo: " Greg Kroah-Hartman
2025-02-19 8:22 ` [PATCH 6.1 146/578] arm64: dts: mediatek: mt8173-elm: Fix MT6397 PMIC sub-node names Greg Kroah-Hartman
2025-02-19 8:22 ` [PATCH 6.1 147/578] arm64: dts: mediatek: mt8173-evb: " Greg Kroah-Hartman
2025-02-19 8:22 ` [PATCH 6.1 148/578] arm64: dts: mediatek: mt8183: kenzo: Support second source touchscreen Greg Kroah-Hartman
2025-02-19 8:22 ` [PATCH 6.1 149/578] arm64: dts: mediatek: mt8183: willow: " Greg Kroah-Hartman
2025-02-19 8:22 ` [PATCH 6.1 150/578] RDMA/srp: Fix error handling in srp_add_port Greg Kroah-Hartman
2025-02-19 8:22 ` [PATCH 6.1 151/578] memory: tegra20-emc: fix an OF node reference bug in tegra_emc_find_node_by_ram_code() Greg Kroah-Hartman
2025-02-19 8:22 ` [PATCH 6.1 152/578] arm64: dts: mediatek: mt8183-kukui-jacuzzi: Drop pp3300_panel voltage settings Greg Kroah-Hartman
2025-02-19 8:22 ` [PATCH 6.1 153/578] arm64: dts: qcom: msm8996-xiaomi-gemini: Fix LP5562 LED1 reg property Greg Kroah-Hartman
2025-02-19 8:22 ` [PATCH 6.1 154/578] arm64: dts: qcom: msm8996: Fix up USB3 interrupts Greg Kroah-Hartman
2025-02-19 8:22 ` [PATCH 6.1 155/578] arm64: dts: qcom: msm8994: Describe USB interrupts Greg Kroah-Hartman
2025-02-19 8:22 ` [PATCH 6.1 156/578] arm64: dts: qcom: sm7225-fairphone-fp4: Drop extra qcom,msm-id value Greg Kroah-Hartman
2025-02-19 8:22 ` [PATCH 6.1 157/578] arm64: dts: qcom: msm8916: correct sleep clock frequency Greg Kroah-Hartman
2025-02-19 8:22 ` [PATCH 6.1 158/578] arm64: dts: qcom: msm8994: " Greg Kroah-Hartman
2025-02-19 8:22 ` [PATCH 6.1 159/578] arm64: dts: qcom: sc7280: " Greg Kroah-Hartman
2025-02-19 8:22 ` [PATCH 6.1 160/578] arm64: dts: qcom: sm6125: " Greg Kroah-Hartman
2025-02-19 8:22 ` [PATCH 6.1 161/578] arm64: dts: qcom: sm8250: " Greg Kroah-Hartman
2025-02-19 8:22 ` [PATCH 6.1 162/578] arm64: dts: qcom: sm8350: " Greg Kroah-Hartman
2025-02-19 8:22 ` [PATCH 6.1 163/578] arm64: dts: qcom: sm8450: " Greg Kroah-Hartman
2025-02-19 8:22 ` [PATCH 6.1 164/578] arm64: dts: ti: k3-am62: Remove duplicate GICR reg Greg Kroah-Hartman
2025-02-19 8:22 ` [PATCH 6.1 165/578] arm64: dts: ti: k3-am62a: " Greg Kroah-Hartman
2025-02-19 8:22 ` [PATCH 6.1 166/578] arm64: dts: qcom: sc7180: Add compat qcom,sc7180-dsi-ctrl Greg Kroah-Hartman
2025-02-19 8:22 ` [PATCH 6.1 167/578] arm64: dts: qcom: sc7180-idp: use just "port" in panel Greg Kroah-Hartman
2025-02-19 8:22 ` [PATCH 6.1 168/578] arm64: dts: qcom: sc7180-trogdor-quackingstick: " Greg Kroah-Hartman
2025-02-19 8:22 ` [PATCH 6.1 169/578] arm64: dts: qcom: sc7180-trogdor-wormdingler: " Greg Kroah-Hartman
2025-02-19 8:22 ` [PATCH 6.1 170/578] arm64: dts: qcom: sc7180: Dont enable lpass clocks by default Greg Kroah-Hartman
2025-02-19 8:22 ` [PATCH 6.1 171/578] arm64: dts: qcom: sc7180: Drop redundant disable in mdp Greg Kroah-Hartman
2025-02-19 8:22 ` [PATCH 6.1 172/578] arm64: dts: qcom: sc7180-trogdor-quackingstick: add missing avee-supply Greg Kroah-Hartman
2025-02-19 8:22 ` [PATCH 6.1 173/578] arm64: dts: qcom: pm6150l: add temp sensor and thermal zone config Greg Kroah-Hartman
2025-02-19 8:22 ` [PATCH 6.1 174/578] arm64: dts: qcom: sc7180-*: Remove thermal zone polling delays Greg Kroah-Hartman
2025-02-19 8:22 ` [PATCH 6.1 175/578] arm64: dts: qcom: sc7180-trogdor-pompom: rename 5v-choke thermal zone Greg Kroah-Hartman
2025-02-19 8:23 ` [PATCH 6.1 176/578] arm64: dts: qcom: sm8150-microsoft-surface-duo: fix typos in da7280 properties Greg Kroah-Hartman
2025-02-19 8:23 ` [PATCH 6.1 177/578] arm64: dts: qcom: sc8280xp: Fix up remoteproc register space sizes Greg Kroah-Hartman
2025-02-19 8:23 ` [PATCH 6.1 178/578] dts: arm64: mediatek: mt8195: Remove MT8183 compatible for OVL Greg Kroah-Hartman
2025-02-19 8:23 ` [PATCH 6.1 179/578] arm64: dts: qcom: sdm845: Fix interrupt types of camss interrupts Greg Kroah-Hartman
2025-02-19 8:23 ` [PATCH 6.1 180/578] arm64: dts: qcom: sm8250: " Greg Kroah-Hartman
2025-02-19 8:23 ` [PATCH 6.1 181/578] ARM: dts: mediatek: mt7623: fix IR nodename Greg Kroah-Hartman
2025-02-19 8:23 ` [PATCH 6.1 182/578] fbdev: omapfb: Fix an OF node leak in dss_of_port_get_parent_device() Greg Kroah-Hartman
2025-02-19 8:23 ` [PATCH 6.1 183/578] RDMA/mlx5: Fix indirect mkey ODP page count Greg Kroah-Hartman
2025-02-19 8:23 ` [PATCH 6.1 184/578] of: reserved-memory: Do not make kmemleak ignore freed address Greg Kroah-Hartman
2025-02-19 8:23 ` [PATCH 6.1 185/578] efi: sysfb_efi: fix W=1 warnings when EFI is not set Greg Kroah-Hartman
2025-02-19 8:23 ` [PATCH 6.1 186/578] RDMA/rxe: Fix the warning "__rxe_cleanup+0x12c/0x170 [rdma_rxe]" Greg Kroah-Hartman
2025-02-19 8:23 ` [PATCH 6.1 187/578] iommufd/iova_bitmap: Fix shift-out-of-bounds in iova_bitmap_offset_to_index() Greg Kroah-Hartman
2025-02-19 8:23 ` [PATCH 6.1 188/578] media: rc: iguanair: handle timeouts Greg Kroah-Hartman
2025-02-19 8:23 ` [PATCH 6.1 189/578] media: lmedm04: Handle errors for lme2510_int_read Greg Kroah-Hartman
2025-02-19 8:23 ` [PATCH 6.1 190/578] PCI: endpoint: Destroy the EPC device in devm_pci_epc_destroy() Greg Kroah-Hartman
2025-02-19 8:23 ` [PATCH 6.1 191/578] media: marvell: Add check for clk_enable() Greg Kroah-Hartman
2025-02-19 8:23 ` [PATCH 6.1 192/578] media: i2c: imx412: Add missing newline to prints Greg Kroah-Hartman
2025-02-19 8:23 ` [PATCH 6.1 193/578] media: i2c: ov9282: Correct the exposure offset Greg Kroah-Hartman
2025-02-19 8:23 ` [PATCH 6.1 194/578] media: mipi-csis: Add check for clk_enable() Greg Kroah-Hartman
2025-02-19 8:23 ` [PATCH 6.1 195/578] media: camif-core: " Greg Kroah-Hartman
2025-02-19 8:23 ` [PATCH 6.1 196/578] media: uvcvideo: Propagate buf->error to userspace Greg Kroah-Hartman
2025-02-19 8:23 ` [PATCH 6.1 197/578] mtd: hyperbus: hbmc-am654: Convert to platform remove callback returning void Greg Kroah-Hartman
2025-02-19 8:23 ` [PATCH 6.1 198/578] mtd: hyperbus: hbmc-am654: fix an OF node reference leak Greg Kroah-Hartman
2025-02-19 8:23 ` [PATCH 6.1 199/578] staging: media: imx: fix OF node leak in imx_media_add_of_subdevs() Greg Kroah-Hartman
2025-02-19 8:23 ` [PATCH 6.1 200/578] PCI: rcar-ep: Fix incorrect variable used when calling devm_request_mem_region() Greg Kroah-Hartman
2025-02-19 8:23 ` [PATCH 6.1 201/578] PCI: endpoint: pci-epf-test: Set dma_chan_rx pointer to NULL on error Greg Kroah-Hartman
2025-02-19 8:23 ` [PATCH 6.1 202/578] PCI: epf-test: Simplify DMA support checks Greg Kroah-Hartman
2025-02-19 8:23 ` [PATCH 6.1 203/578] PCI: endpoint: pci-epf-test: Fix check for DMA MEMCPY test Greg Kroah-Hartman
2025-02-19 8:23 ` [PATCH 6.1 204/578] scsi: mpt3sas: Set ioc->manu_pg11.EEDPTagMode directly to 1 Greg Kroah-Hartman
2025-02-19 8:23 ` [PATCH 6.1 205/578] scsi: ufs: bsg: Delete bsg_dev when setting up bsg fails Greg Kroah-Hartman
2025-02-19 8:23 ` [PATCH 6.1 206/578] ocfs2: mark dquot as inactive if failed to start trans while releasing dquot Greg Kroah-Hartman
2025-02-19 8:23 ` [PATCH 6.1 207/578] module: Extend the preempt disabled section in dereference_symbol_descriptor() Greg Kroah-Hartman
2025-02-19 8:23 ` [PATCH 6.1 208/578] serial: 8250: Adjust the timeout for FIFO mode Greg Kroah-Hartman
2025-02-19 8:23 ` [PATCH 6.1 209/578] NFSv4.2: fix COPY_NOTIFY xdr buf size calculation Greg Kroah-Hartman
2025-02-19 8:23 ` [PATCH 6.1 210/578] NFSv4.2: mark OFFLOAD_CANCEL MOVEABLE Greg Kroah-Hartman
2025-02-19 8:23 ` [PATCH 6.1 211/578] tools/bootconfig: Fix the wrong format specifier Greg Kroah-Hartman
2025-02-19 8:23 ` [PATCH 6.1 212/578] xfrm: replay: Fix the update of replay_esn->oseq_hi for GSO Greg Kroah-Hartman
2025-02-19 8:23 ` [PATCH 6.1 213/578] dmaengine: ti: edma: fix OF node reference leaks in edma_driver Greg Kroah-Hartman
2025-02-19 8:23 ` [PATCH 6.1 214/578] rtc: pcf85063: fix potential OOB write in PCF85063 NVMEM read Greg Kroah-Hartman
2025-02-19 8:23 ` [PATCH 6.1 215/578] ubifs: skip dumping tnc tree when zroot is null Greg Kroah-Hartman
2025-02-19 8:23 ` [PATCH 6.1 216/578] regulator: core: Add missing newline character Greg Kroah-Hartman
2025-02-19 8:23 ` [PATCH 6.1 217/578] net: hns3: fix oops when unload drivers paralleling Greg Kroah-Hartman
2025-02-19 8:23 ` [PATCH 6.1 218/578] gpio: mxc: remove dead code after switch to DT-only Greg Kroah-Hartman
2025-02-19 8:23 ` [PATCH 6.1 219/578] net: fec: implement TSO descriptor cleanup Greg Kroah-Hartman
2025-02-19 8:23 ` [PATCH 6.1 220/578] ipmr: do not call mr_mfc_uses_dev() for unres entries Greg Kroah-Hartman
2025-02-19 8:23 ` [PATCH 6.1 221/578] PM: hibernate: Add error handling for syscore_suspend() Greg Kroah-Hartman
2025-02-19 8:23 ` [PATCH 6.1 222/578] iavf: allow changing VLAN state without calling PF Greg Kroah-Hartman
2025-02-19 8:23 ` [PATCH 6.1 223/578] net: rose: fix timer races against user threads Greg Kroah-Hartman
2025-02-19 8:23 ` [PATCH 6.1 224/578] net: netdevsim: try to close UDP port harness races Greg Kroah-Hartman
2025-02-19 8:23 ` [PATCH 6.1 225/578] vxlan: Fix uninit-value in vxlan_vnifilter_dump() Greg Kroah-Hartman
2025-02-19 8:23 ` [PATCH 6.1 226/578] net: davicom: fix UAF in dm9000_drv_remove Greg Kroah-Hartman
2025-02-19 8:23 ` [PATCH 6.1 227/578] perf trace: Fix runtime error of index out of bounds Greg Kroah-Hartman
2025-02-19 8:23 ` [PATCH 6.1 228/578] bgmac: reduce max frame size to support just MTU 1500 Greg Kroah-Hartman
2025-02-19 8:23 ` [PATCH 6.1 229/578] net: sh_eth: Fix missing rtnl lock in suspend/resume path Greg Kroah-Hartman
2025-02-19 8:23 ` [PATCH 6.1 230/578] net: hsr: fix fill_frame_info() regression vs VLAN packets Greg Kroah-Hartman
2025-02-19 8:23 ` [PATCH 6.1 231/578] genksyms: fix memory leak when the same symbol is added from source Greg Kroah-Hartman
2025-02-19 8:23 ` [PATCH 6.1 232/578] genksyms: fix memory leak when the same symbol is read from *.symref file Greg Kroah-Hartman
2025-02-19 8:23 ` [PATCH 6.1 233/578] ASoC: rockchip: i2s_tdm: Re-add the set_sysclk callback Greg Kroah-Hartman
2025-02-19 8:23 ` [PATCH 6.1 234/578] kconfig: fix file name in warnings when loading KCONFIG_DEFCONFIG_LIST Greg Kroah-Hartman
2025-02-19 8:23 ` [PATCH 6.1 235/578] kconfig: add warn-unknown-symbols sanity check Greg Kroah-Hartman
2025-02-19 8:24 ` [PATCH 6.1 236/578] kconfig: require a space after # for valid input Greg Kroah-Hartman
2025-02-19 8:24 ` [PATCH 6.1 237/578] kconfig: remove unused code for S_DEF_AUTO in conf_read_simple() Greg Kroah-Hartman
2025-02-19 8:24 ` [PATCH 6.1 238/578] kconfig: deduplicate code " Greg Kroah-Hartman
2025-02-19 8:24 ` [PATCH 6.1 239/578] kconfig: WERROR unmet symbol dependency Greg Kroah-Hartman
2025-02-19 8:24 ` [PATCH 6.1 240/578] kconfig: fix memory leak in sym_warn_unmet_dep() Greg Kroah-Hartman
2025-02-19 8:24 ` [PATCH 6.1 241/578] hexagon: fix using plain integer as NULL pointer warning in cmpxchg Greg Kroah-Hartman
2025-02-19 8:24 ` [PATCH 6.1 242/578] hexagon: Fix unbalanced spinlock in die() Greg Kroah-Hartman
2025-02-19 8:24 ` [PATCH 6.1 243/578] f2fs: Introduce linear search for dentries Greg Kroah-Hartman
2025-02-19 8:24 ` [PATCH 6.1 244/578] NFSD: Reset cb_seq_status after NFS4ERR_DELAY Greg Kroah-Hartman
2025-02-19 8:24 ` [PATCH 6.1 245/578] kbuild: switch from lz4c to lz4 for compression Greg Kroah-Hartman
2025-02-19 8:24 ` [PATCH 6.1 246/578] netfilter: nf_tables: reject mismatching sum of field_len with set key length Greg Kroah-Hartman
2025-02-19 8:24 ` [PATCH 6.1 247/578] nvme: fix metadata handling in nvme-passthrough Greg Kroah-Hartman
2025-02-19 8:24 ` [PATCH 6.1 248/578] drm/amd/display: fix double free issue during amdgpu module unload Greg Kroah-Hartman
2025-02-19 8:24 ` [PATCH 6.1 249/578] ktest.pl: Check kernelrelease return in get_version Greg Kroah-Hartman
2025-02-19 8:24 ` [PATCH 6.1 250/578] ALSA: usb-audio: Add delay quirk for iBasso DC07 Pro Greg Kroah-Hartman
2025-02-19 8:24 ` [PATCH 6.1 251/578] net: usb: rtl8150: enable basic endpoint checking Greg Kroah-Hartman
2025-02-19 8:24 ` [PATCH 6.1 252/578] usb: xhci: Fix NULL pointer dereference on certain command aborts Greg Kroah-Hartman
2025-02-19 8:24 ` [PATCH 6.1 253/578] drivers/card_reader/rtsx_usb: Restore interrupt based detection Greg Kroah-Hartman
2025-02-19 8:24 ` [PATCH 6.1 254/578] usb: gadget: f_tcm: Fix Get/SetInterface return value Greg Kroah-Hartman
2025-02-19 8:24 ` [PATCH 6.1 255/578] usb: dwc3-am62: Fix an OF node leak in phy_syscon_pll_refclk() Greg Kroah-Hartman
2025-02-19 8:24 ` [PATCH 6.1 256/578] usb: dwc3: core: Defer the probe until USB power supply ready Greg Kroah-Hartman
2025-02-19 8:24 ` [PATCH 6.1 257/578] usb: typec: tcpm: set SRC_SEND_CAPABILITIES timeout to PD_T_SENDER_RESPONSE Greg Kroah-Hartman
2025-02-19 8:24 ` [PATCH 6.1 258/578] usb: typec: tcpci: Prevent Sink disconnection before vPpsShutdown in SPR PPS Greg Kroah-Hartman
2025-02-19 8:24 ` [PATCH 6.1 259/578] mptcp: consolidate suboption status Greg Kroah-Hartman
2025-02-19 8:24 ` [PATCH 6.1 260/578] mptcp: handle fastopen disconnect correctly Greg Kroah-Hartman
2025-02-19 8:24 ` [PATCH 6.1 261/578] remoteproc: core: Fix ida_free call while not allocated Greg Kroah-Hartman
2025-02-19 8:24 ` [PATCH 6.1 262/578] media: uvcvideo: Fix double free in error path Greg Kroah-Hartman
2025-02-19 8:24 ` [PATCH 6.1 263/578] usb: gadget: f_tcm: Dont free command immediately Greg Kroah-Hartman
2025-02-19 8:24 ` [PATCH 6.1 264/578] staging: media: max96712: fix kernel oops when removing module Greg Kroah-Hartman
2025-02-19 8:24 ` [PATCH 6.1 265/578] media: imx-jpeg: Fix potential error pointer dereference in detach_pm() Greg Kroah-Hartman
2025-02-19 8:24 ` [PATCH 6.1 266/578] btrfs: output the reason for open_ctree() failure Greg Kroah-Hartman
2025-02-19 8:24 ` [PATCH 6.1 267/578] ptp: Properly handle compat ioctls Greg Kroah-Hartman
2025-02-19 8:24 ` [PATCH 6.1 268/578] s390: Add -std=gnu11 to decompressor and purgatory CFLAGS Greg Kroah-Hartman
2025-02-19 8:24 ` [PATCH 6.1 269/578] pinctrl: stm32: fix array read out of bound Greg Kroah-Hartman
2025-02-19 8:24 ` [PATCH 6.1 270/578] btrfs: fix use-after-free when attempting to join an aborted transaction Greg Kroah-Hartman
2025-02-19 8:24 ` [PATCH 6.1 271/578] arm64/mm: Ensure adequate HUGE_MAX_HSTATE Greg Kroah-Hartman
2025-02-19 8:24 ` [PATCH 6.1 272/578] exec: fix up /proc/pid/comm in the execveat(AT_EMPTY_PATH) case Greg Kroah-Hartman
2025-02-19 8:24 ` [PATCH 6.1 273/578] btrfs: fix data race when accessing the inodes disk_i_size at btrfs_drop_extents() Greg Kroah-Hartman
2025-02-19 8:24 ` [PATCH 6.1 274/578] btrfs: convert BUG_ON in btrfs_reloc_cow_block() to proper error handling Greg Kroah-Hartman
2025-02-19 8:24 ` [PATCH 6.1 275/578] sched: Dont try to catch up excess steal time Greg Kroah-Hartman
2025-02-19 8:24 ` [PATCH 6.1 276/578] lockdep: Fix upper limit for LOCKDEP_*_BITS configs Greg Kroah-Hartman
2025-02-19 8:24 ` [PATCH 6.1 277/578] x86/amd_nb: Restrict init function to AMD-based systems Greg Kroah-Hartman
2025-02-19 8:24 ` [PATCH 6.1 278/578] drm/virtio: New fence for every plane update Greg Kroah-Hartman
2025-02-19 8:24 ` [PATCH 6.1 279/578] printk: Fix signed integer overflow when defining LOG_BUF_LEN_MAX Greg Kroah-Hartman
2025-02-19 8:24 ` [PATCH 6.1 280/578] drm/amd/display: Fix Mode Cutoff in DSC Passthrough to DP2.1 Monitor Greg Kroah-Hartman
2025-02-19 8:24 ` [PATCH 6.1 281/578] drm/bridge: it6505: Change definition MAX_HDCP_DOWN_STREAM_COUNT Greg Kroah-Hartman
2025-02-19 8:24 ` [PATCH 6.1 282/578] drm/bridge: it6505: fix HDCP Bstatus check Greg Kroah-Hartman
2025-02-19 8:24 ` [PATCH 6.1 283/578] drm/bridge: it6505: fix HDCP encryption when R0 ready Greg Kroah-Hartman
2025-02-19 8:24 ` [PATCH 6.1 284/578] drm/bridge: it6505: fix HDCP CTS compare V matching Greg Kroah-Hartman
2025-02-19 8:24 ` [PATCH 6.1 285/578] safesetid: check size of policy writes Greg Kroah-Hartman
2025-02-19 8:24 ` [PATCH 6.1 286/578] tun: fix group permission check Greg Kroah-Hartman
2025-02-19 8:24 ` [PATCH 6.1 287/578] mmc: core: Respect quirk_max_rate for non-UHS SDIO card Greg Kroah-Hartman
2025-02-19 8:24 ` [PATCH 6.1 288/578] wifi: brcmsmac: add gain range check to wlc_phy_iqcal_gainparams_nphy() Greg Kroah-Hartman
2025-02-19 8:24 ` [PATCH 6.1 289/578] tomoyo: dont emit warning in tomoyo_write_control() Greg Kroah-Hartman
2025-02-19 8:24 ` [PATCH 6.1 290/578] mfd: lpc_ich: Add another Gemini Lake ISA bridge PCI device-id Greg Kroah-Hartman
2025-02-19 8:24 ` [PATCH 6.1 291/578] HID: Wacom: Add PCI Wacom device support Greg Kroah-Hartman
2025-02-19 8:24 ` [PATCH 6.1 292/578] net/mlx5: use do_aux_work for PHC overflow checks Greg Kroah-Hartman
2025-02-19 8:24 ` [PATCH 6.1 293/578] wifi: brcmfmac: Check the return value of of_property_read_string_index() Greg Kroah-Hartman
2025-02-19 8:24 ` [PATCH 6.1 294/578] wifi: iwlwifi: avoid memory leak Greg Kroah-Hartman
2025-02-19 8:24 ` [PATCH 6.1 295/578] i2c: Force ELAN06FA touchpad I2C bus freq to 100KHz Greg Kroah-Hartman
2025-02-19 8:25 ` [PATCH 6.1 296/578] APEI: GHES: Have GHES honor the panic= setting Greg Kroah-Hartman
2025-02-19 8:25 ` [PATCH 6.1 297/578] Bluetooth: MGMT: Fix slab-use-after-free Read in mgmt_remove_adv_monitor_sync Greg Kroah-Hartman
2025-02-19 8:25 ` [PATCH 6.1 298/578] net: wwan: iosm: Fix hibernation by re-binding the driver around it Greg Kroah-Hartman
2025-02-19 8:25 ` [PATCH 6.1 299/578] mmc: sdhci-msm: Correctly set the load for the regulator Greg Kroah-Hartman
2025-02-19 8:25 ` [PATCH 6.1 300/578] tipc: re-order conditions in tipc_crypto_key_rcv() Greg Kroah-Hartman
2025-02-19 8:25 ` [PATCH 6.1 301/578] selftests/net/ipsec: Fix Null pointer dereference in rtattr_pack() Greg Kroah-Hartman
2025-02-19 8:25 ` [PATCH 6.1 302/578] x86/kexec: Allocate PGD for x86_64 transition page tables separately Greg Kroah-Hartman
2025-02-19 8:25 ` [PATCH 6.1 303/578] iommu/arm-smmu-v3: Clean up more on probe failure Greg Kroah-Hartman
2025-02-19 8:25 ` [PATCH 6.1 304/578] platform/x86: int3472: Check for adev == NULL Greg Kroah-Hartman
2025-02-19 8:25 ` [PATCH 6.1 305/578] ASoC: soc-pcm: dont use soc_pcm_ret() on .prepare callback Greg Kroah-Hartman
2025-02-19 8:25 ` [PATCH 6.1 306/578] ASoC: amd: Add ACPI dependency to fix build error Greg Kroah-Hartman
2025-02-19 8:25 ` [PATCH 6.1 307/578] Input: allocate keycode for phone linking Greg Kroah-Hartman
2025-02-19 8:25 ` [PATCH 6.1 308/578] platform/x86: acer-wmi: Ignore AC events Greg Kroah-Hartman
2025-02-19 8:25 ` [PATCH 6.1 309/578] KVM: PPC: e500: Mark "struct page" dirty in kvmppc_e500_shadow_map() Greg Kroah-Hartman
2025-02-19 8:25 ` [PATCH 6.1 310/578] KVM: PPC: e500: Mark "struct page" pfn accessed before dropping mmu_lock Greg Kroah-Hartman
2025-02-19 8:25 ` [PATCH 6.1 311/578] KVM: PPC: e500: Use __kvm_faultin_pfn() to handle page faults Greg Kroah-Hartman
2025-02-19 8:25 ` [PATCH 6.1 312/578] KVM: e500: always restore irqs Greg Kroah-Hartman
2025-02-19 8:25 ` [PATCH 6.1 313/578] usb: chipidea/ci_hdrc_imx: Convert to platform remove callback returning void Greg Kroah-Hartman
2025-02-19 8:25 ` [PATCH 6.1 314/578] usb: chipidea: ci_hdrc_imx: decrement devices refcount in .remove() and in the error path of .probe() Greg Kroah-Hartman
2025-02-19 8:25 ` [PATCH 6.1 315/578] net/ncsi: Add NC-SI 1.2 Get MC MAC Address command Greg Kroah-Hartman
2025-02-19 8:25 ` [PATCH 6.1 316/578] net/ncsi: fix locking in Get MAC Address handling Greg Kroah-Hartman
2025-02-19 8:25 ` [PATCH 6.1 317/578] gpio: xilinx: Convert to immutable irq_chip Greg Kroah-Hartman
2025-02-19 8:25 ` [PATCH 6.1 318/578] gpio: xilinx: Convert gpio_lock to raw spinlock Greg Kroah-Hartman
2025-02-19 8:25 ` [PATCH 6.1 319/578] xfs: report realtime block quota limits on realtime directories Greg Kroah-Hartman
2025-02-19 8:25 ` [PATCH 6.1 320/578] xfs: dont over-report free space or inodes in statvfs Greg Kroah-Hartman
2025-02-19 8:25 ` [PATCH 6.1 321/578] nvme: handle connectivity loss in nvme_set_queue_count Greg Kroah-Hartman
2025-02-19 8:25 ` [PATCH 6.1 322/578] firmware: iscsi_ibft: fix ISCSI_IBFT Kconfig entry Greg Kroah-Hartman
2025-02-19 8:25 ` [PATCH 6.1 323/578] gpu: drm_dp_cec: fix broken CEC adapter properties check Greg Kroah-Hartman
2025-02-19 8:25 ` [PATCH 6.1 324/578] tg3: Disable tg3 PCIe AER on system reboot Greg Kroah-Hartman
2025-02-19 8:25 ` [PATCH 6.1 325/578] udp: gso: do not drop small packets when PMTU reduces Greg Kroah-Hartman
2025-02-19 8:25 ` [PATCH 6.1 326/578] gpio: pca953x: Improve interrupt support Greg Kroah-Hartman
2025-02-19 8:25 ` [PATCH 6.1 327/578] net: atlantic: fix warning during hot unplug Greg Kroah-Hartman
2025-02-19 8:25 ` [PATCH 6.1 328/578] net: rose: lock the socket in rose_bind() Greg Kroah-Hartman
2025-02-19 8:25 ` [PATCH 6.1 329/578] x86/xen: fix xen_hypercall_hvm() to not clobber %rbx Greg Kroah-Hartman
2025-02-19 8:25 ` [PATCH 6.1 330/578] x86/xen: add FRAME_END to xen_hypercall_hvm() Greg Kroah-Hartman
2025-02-19 8:25 ` [PATCH 6.1 331/578] ACPI: property: Fix return value for nval == 0 in acpi_data_prop_read() Greg Kroah-Hartman
2025-02-19 8:25 ` [PATCH 6.1 332/578] netem: Update sch->q.qlen before qdisc_tree_reduce_backlog() Greg Kroah-Hartman
2025-02-19 8:25 ` [PATCH 6.1 333/578] tun: revert fix group permission check Greg Kroah-Hartman
2025-02-19 8:25 ` [PATCH 6.1 334/578] net: sched: Fix truncation of offloaded action statistics Greg Kroah-Hartman
2025-02-19 8:25 ` [PATCH 6.1 335/578] cpufreq: s3c64xx: Fix compilation warning Greg Kroah-Hartman
2025-02-19 8:25 ` [PATCH 6.1 336/578] leds: lp8860: Write full EEPROM, not only half of it Greg Kroah-Hartman
2025-02-19 8:25 ` [PATCH 6.1 337/578] ALSA: hda/realtek: Enable Mute LED on HP Laptop 14s-fq1xxx Greg Kroah-Hartman
2025-02-19 8:25 ` [PATCH 6.1 338/578] drm/modeset: Handle tiled displays in pan_display_atomic Greg Kroah-Hartman
2025-02-19 8:25 ` [PATCH 6.1 339/578] smb: client: change lease epoch type from unsigned int to __u16 Greg Kroah-Hartman
2025-02-19 8:25 ` [PATCH 6.1 340/578] s390/futex: Fix FUTEX_OP_ANDN implementation Greg Kroah-Hartman
2025-02-19 8:25 ` [PATCH 6.1 341/578] m68k: vga: Fix I/O defines Greg Kroah-Hartman
2025-02-19 8:25 ` [PATCH 6.1 342/578] fs/proc: do_task_stat: Fix ESP not readable during coredump Greg Kroah-Hartman
2025-02-19 8:25 ` [PATCH 6.1 343/578] binfmt_flat: Fix integer overflow bug on 32 bit systems Greg Kroah-Hartman
2025-02-19 8:25 ` [PATCH 6.1 344/578] drm/rockchip: cdn-dp: Use drm_connector_helper_hpd_irq_event() Greg Kroah-Hartman
2025-02-19 8:25 ` [PATCH 6.1 345/578] arm64: dts: rockchip: increase gmac rx_delay on rk3399-puma Greg Kroah-Hartman
2025-02-19 8:25 ` [PATCH 6.1 346/578] KVM: Explicitly verify target vCPU is online in kvm_get_vcpu() Greg Kroah-Hartman
2025-02-19 8:25 ` [PATCH 6.1 347/578] KVM: s390: vsie: fix some corner-cases when grabbing vsie pages Greg Kroah-Hartman
2025-02-19 8:25 ` [PATCH 6.1 348/578] ksmbd: fix integer overflows on 32 bit systems Greg Kroah-Hartman
2025-02-19 8:25 ` [PATCH 6.1 349/578] drm/amd/pm: Mark MM activity as unsupported Greg Kroah-Hartman
2025-02-19 8:25 ` [PATCH 6.1 350/578] Revert "drm/amd/display: Use HW lock mgr for PSR1" Greg Kroah-Hartman
2025-02-19 8:25 ` [PATCH 6.1 351/578] drm/i915/guc: Debug print LRC state entries only if the context is pinned Greg Kroah-Hartman
2025-02-19 8:25 ` [PATCH 6.1 352/578] drm/komeda: Add check for komeda_get_layer_fourcc_list() Greg Kroah-Hartman
2025-02-19 8:25 ` [PATCH 6.1 353/578] drm/i915: Drop 64bpp YUV formats from ICL+ SDR planes Greg Kroah-Hartman
2025-02-19 8:25 ` [PATCH 6.1 354/578] Bluetooth: L2CAP: handle NULL sock pointer in l2cap_sock_alloc Greg Kroah-Hartman
2025-02-19 8:25 ` [PATCH 6.1 355/578] Bluetooth: L2CAP: accept zero as a special value for MTU auto-selection Greg Kroah-Hartman
2025-02-19 8:26 ` [PATCH 6.1 356/578] clk: sunxi-ng: a100: enable MMC clock reparenting Greg Kroah-Hartman
2025-02-19 8:26 ` [PATCH 6.1 357/578] clk: qcom: clk-alpha-pll: fix alpha mode configuration Greg Kroah-Hartman
2025-02-19 8:26 ` [PATCH 6.1 358/578] clk: qcom: gcc-sm6350: Add missing parent_map for two clocks Greg Kroah-Hartman
2025-02-19 8:26 ` [PATCH 6.1 359/578] clk: qcom: dispcc-sm6350: Add missing parent_map for a clock Greg Kroah-Hartman
2025-02-19 8:26 ` [PATCH 6.1 360/578] clk: qcom: gcc-mdm9607: Fix cmd_rcgr offset for blsp1_uart6 rcg Greg Kroah-Hartman
2025-02-19 8:26 ` [PATCH 6.1 361/578] clk: qcom: clk-rpmh: prevent integer overflow in recalc_rate Greg Kroah-Hartman
2025-02-19 8:26 ` [PATCH 6.1 362/578] blk-cgroup: Fix class @block_classs subsystem refcount leakage Greg Kroah-Hartman
2025-02-19 8:26 ` [PATCH 6.1 363/578] efi: libstub: Use -std=gnu11 to fix build with GCC 15 Greg Kroah-Hartman
2025-02-19 8:26 ` [PATCH 6.1 364/578] perf bench: Fix undefined behavior in cmpworker() Greg Kroah-Hartman
2025-02-19 8:26 ` [PATCH 6.1 365/578] scsi: ufs: core: Fix the HIGH/LOW_TEMP Bit Definitions Greg Kroah-Hartman
2025-02-19 8:26 ` [PATCH 6.1 366/578] of: Correct child specifier used as input of the 2nd nexus node Greg Kroah-Hartman
2025-02-19 8:26 ` [PATCH 6.1 367/578] of: Fix of_find_node_opts_by_path() handling of alias+path+options Greg Kroah-Hartman
2025-02-19 8:26 ` [PATCH 6.1 368/578] of: reserved-memory: Fix using wrong number of cells to get property alignment Greg Kroah-Hartman
2025-02-19 8:26 ` [PATCH 6.1 369/578] HID: hid-sensor-hub: dont use stale platform-data on remove Greg Kroah-Hartman
2025-02-19 8:26 ` [PATCH 6.1 370/578] wifi: rtlwifi: rtl8821ae: Fix media status report Greg Kroah-Hartman
2025-02-19 8:26 ` [PATCH 6.1 371/578] wifi: brcmfmac: fix NULL pointer dereference in brcmf_txfinalize() Greg Kroah-Hartman
2025-02-19 8:26 ` [PATCH 6.1 372/578] usb: gadget: f_tcm: Translate error to sense Greg Kroah-Hartman
2025-02-19 8:26 ` [PATCH 6.1 373/578] usb: gadget: f_tcm: Decrement command ref count on cleanup Greg Kroah-Hartman
2025-02-19 8:26 ` [PATCH 6.1 374/578] usb: gadget: f_tcm: ep_autoconfig with fullspeed endpoint Greg Kroah-Hartman
2025-02-19 8:26 ` [PATCH 6.1 375/578] usb: gadget: f_tcm: Dont prepare BOT write request twice Greg Kroah-Hartman
2025-02-19 8:26 ` [PATCH 6.1 376/578] ASoC: acp: Support microphone from Lenovo Go S Greg Kroah-Hartman
2025-02-19 8:26 ` [PATCH 6.1 377/578] soc: qcom: socinfo: Avoid out of bounds read of serial number Greg Kroah-Hartman
2025-02-19 8:26 ` [PATCH 6.1 378/578] serial: sh-sci: Drop __initdata macro for port_cfg Greg Kroah-Hartman
2025-02-19 8:26 ` [PATCH 6.1 379/578] serial: sh-sci: Do not probe the serial port if its slot in sci_ports[] is in use Greg Kroah-Hartman
2025-02-19 8:26 ` [PATCH 6.1 380/578] MIPS: Loongson64: remove ROM Size unit in boardinfo Greg Kroah-Hartman
2025-02-19 8:26 ` [PATCH 6.1 381/578] powerpc/pseries/eeh: Fix get PE state translation Greg Kroah-Hartman
2025-02-19 8:26 ` [PATCH 6.1 382/578] dm-crypt: dont update io->sector after kcryptd_crypt_write_io_submit() Greg Kroah-Hartman
2025-02-19 8:26 ` [PATCH 6.1 383/578] dm-crypt: track tag_offset in convert_context Greg Kroah-Hartman
2025-02-19 8:26 ` [PATCH 6.1 384/578] mips/math-emu: fix emulation of the prefx instruction Greg Kroah-Hartman
2025-02-19 8:26 ` [PATCH 6.1 385/578] block: dont revert iter for -EIOCBQUEUED Greg Kroah-Hartman
2025-02-19 8:26 ` [PATCH 6.1 386/578] Revert "media: uvcvideo: Require entities to have a non-zero unique ID" Greg Kroah-Hartman
2025-02-19 8:26 ` [PATCH 6.1 387/578] ALSA: hda/realtek: Enable headset mic on Positivo C6400 Greg Kroah-Hartman
2025-02-19 8:26 ` [PATCH 6.1 388/578] ALSA: hda: Fix headset detection failure due to unstable sort Greg Kroah-Hartman
2025-02-19 8:26 ` [PATCH 6.1 389/578] arm64: tegra: Fix Tegra234 PCIe interrupt-map Greg Kroah-Hartman
2025-02-19 8:26 ` [PATCH 6.1 390/578] PCI: endpoint: Finish virtual EP removal in pci_epf_remove_vepf() Greg Kroah-Hartman
2025-02-19 8:26 ` [PATCH 6.1 391/578] nvme-pci: Add TUXEDO InfinityFlex to Samsung sleep quirk Greg Kroah-Hartman
2025-02-19 8:26 ` [PATCH 6.1 392/578] nvme-pci: Add TUXEDO IBP Gen9 " Greg Kroah-Hartman
2025-02-19 8:26 ` [PATCH 6.1 393/578] scsi: qla2xxx: Move FCE Trace buffer allocation to user control Greg Kroah-Hartman
2025-02-19 8:26 ` [PATCH 6.1 394/578] scsi: storvsc: Set correct data length for sending SCSI command without payload Greg Kroah-Hartman
2025-02-19 8:26 ` [PATCH 6.1 395/578] kbuild: Move -Wenum-enum-conversion to W=2 Greg Kroah-Hartman
2025-02-19 8:26 ` [PATCH 6.1 396/578] x86/boot: Use -std=gnu11 to fix build with GCC 15 Greg Kroah-Hartman
2025-02-19 8:26 ` [PATCH 6.1 397/578] arm64: dts: qcom: sm6350: Fix ADSP memory length Greg Kroah-Hartman
2025-02-19 8:26 ` [PATCH 6.1 398/578] arm64: dts: qcom: sm6350: Fix MPSS " Greg Kroah-Hartman
2025-02-19 8:26 ` [PATCH 6.1 399/578] arm64: dts: qcom: sm8350: " Greg Kroah-Hartman
2025-02-19 8:26 ` [PATCH 6.1 400/578] arm64: dts: qcom: sm8450: " Greg Kroah-Hartman
2025-02-19 8:26 ` [PATCH 6.1 401/578] crypto: qce - fix priority to be less than ARMv8 CE Greg Kroah-Hartman
2025-02-19 8:26 ` [PATCH 6.1 402/578] arm64: tegra: Disable Tegra234 sce-fabric node Greg Kroah-Hartman
2025-02-19 8:26 ` [PATCH 6.1 403/578] xfs: Add error handling for xfs_reflink_cancel_cow_range Greg Kroah-Hartman
2025-02-19 8:26 ` [PATCH 6.1 404/578] ACPI: PRM: Remove unnecessary strict handler address checks Greg Kroah-Hartman
2025-02-19 8:26 ` [PATCH 6.1 405/578] rv: Reset per-task monitors also for idle tasks Greg Kroah-Hartman
2025-02-19 8:26 ` [PATCH 6.1 406/578] kfence: skip __GFP_THISNODE allocations on NUMA systems Greg Kroah-Hartman
2025-02-19 8:26 ` [PATCH 6.1 407/578] media: ccs: Clean up parsed CCS static data on parse failure Greg Kroah-Hartman
2025-02-19 8:26 ` [PATCH 6.1 408/578] iio: light: as73211: fix channel handling in only-color triggered buffer Greg Kroah-Hartman
2025-02-19 8:26 ` [PATCH 6.1 409/578] soc: qcom: smem_state: fix missing of_node_put in error path Greg Kroah-Hartman
2025-02-19 8:26 ` [PATCH 6.1 410/578] media: mc: fix endpoint iteration Greg Kroah-Hartman
2025-02-19 8:26 ` [PATCH 6.1 411/578] media: ov5640: fix get_light_freq on auto Greg Kroah-Hartman
2025-02-19 8:26 ` [PATCH 6.1 412/578] media: ccs: Fix CCS static data parsing for large block sizes Greg Kroah-Hartman
2025-02-19 8:26 ` [PATCH 6.1 413/578] media: ccs: Fix cleanup order in ccs_probe() Greg Kroah-Hartman
2025-02-19 8:26 ` [PATCH 6.1 414/578] media: uvcvideo: Fix event flags in uvc_ctrl_send_events Greg Kroah-Hartman
2025-02-19 8:26 ` [PATCH 6.1 415/578] media: uvcvideo: Remove redundant NULL assignment Greg Kroah-Hartman
2025-02-19 8:27 ` [PATCH 6.1 416/578] mm: kmemleak: fix upper boundary check for physical address objects Greg Kroah-Hartman
2025-02-19 8:27 ` [PATCH 6.1 417/578] ata: libata-sff: Ensure that we cannot write outside the allocated buffer Greg Kroah-Hartman
2025-02-19 8:27 ` [PATCH 6.1 418/578] crypto: qce - fix goto jump in error path Greg Kroah-Hartman
2025-02-19 8:27 ` [PATCH 6.1 419/578] crypto: qce - unregister previously registered algos " Greg Kroah-Hartman
2025-02-19 8:27 ` [PATCH 6.1 420/578] nvmem: qcom-spmi-sdam: Set size in struct nvmem_config Greg Kroah-Hartman
2025-02-19 8:27 ` [PATCH 6.1 421/578] nvmem: core: improve range check for nvmem_cell_write() Greg Kroah-Hartman
2025-02-19 8:27 ` [PATCH 6.1 422/578] io_uring/net: dont retry connect operation on EPOLLERR Greg Kroah-Hartman
2025-02-19 8:27 ` [PATCH 6.1 423/578] vfio/platform: check the bounds of read/write syscalls Greg Kroah-Hartman
2025-02-19 8:27 ` [PATCH 6.1 424/578] selftests: mptcp: connect: -f: no reconnect Greg Kroah-Hartman
2025-02-19 8:27 ` [PATCH 6.1 425/578] pnfs/flexfiles: retry getting layout segment for reads Greg Kroah-Hartman
2025-02-19 8:27 ` [PATCH 6.1 426/578] ocfs2: fix incorrect CPU endianness conversion causing mount failure Greg Kroah-Hartman
2025-02-19 8:27 ` [PATCH 6.1 427/578] ocfs2: handle a symlink read error correctly Greg Kroah-Hartman
2025-02-19 8:27 ` [PATCH 6.1 428/578] nilfs2: fix possible int overflows in nilfs_fiemap() Greg Kroah-Hartman
2025-02-19 8:27 ` [PATCH 6.1 429/578] mailbox: tegra-hsp: Clear mailbox before using message Greg Kroah-Hartman
2025-02-19 8:27 ` [PATCH 6.1 430/578] NFC: nci: Add bounds checking in nci_hci_create_pipe() Greg Kroah-Hartman
2025-02-19 8:27 ` [PATCH 6.1 431/578] i3c: master: Fix missing ret assignment in set_speed() Greg Kroah-Hartman
2025-02-19 8:27 ` [PATCH 6.1 432/578] irqchip/apple-aic: Only handle PMC interrupt as FIQ when configured so Greg Kroah-Hartman
2025-02-19 8:27 ` [PATCH 6.1 433/578] mtd: onenand: Fix uninitialized retlen in do_otp_read() Greg Kroah-Hartman
2025-02-19 8:27 ` [PATCH 6.1 434/578] misc: fastrpc: Deregister device nodes properly in error scenarios Greg Kroah-Hartman
2025-02-19 8:27 ` [PATCH 6.1 435/578] misc: fastrpc: Fix registered buffer page address Greg Kroah-Hartman
2025-02-19 8:27 ` [PATCH 6.1 436/578] misc: fastrpc: Fix copy buffer page size Greg Kroah-Hartman
2025-02-19 8:27 ` [PATCH 6.1 437/578] net/ncsi: wait for the last response to Deselect Package before configuring channel Greg Kroah-Hartman
2025-02-19 8:27 ` [PATCH 6.1 438/578] net: phy: c45-tjaxx: add delay between MDIO write and read in soft_reset Greg Kroah-Hartman
2025-02-19 8:27 ` [PATCH 6.1 439/578] rtla/osnoise: Distinguish missing workload option Greg Kroah-Hartman
2025-02-19 8:27 ` [PATCH 6.1 440/578] rtla: Add trace_instance_stop Greg Kroah-Hartman
2025-02-19 8:27 ` [PATCH 6.1 441/578] rtla/timerlat_hist: Stop timerlat tracer on signal Greg Kroah-Hartman
2025-02-19 8:27 ` [PATCH 6.1 442/578] rtla/timerlat_top: " Greg Kroah-Hartman
2025-02-19 8:27 ` [PATCH 6.1 443/578] pinctrl: samsung: fix fwnode refcount cleanup if platform_get_irq_optional() fails Greg Kroah-Hartman
2025-02-19 8:27 ` [PATCH 6.1 444/578] ptp: Ensure info->enable callback is always set Greg Kroah-Hartman
2025-02-19 8:27 ` [PATCH 6.1 445/578] rtc: zynqmp: Fix optional clock name property Greg Kroah-Hartman
2025-02-19 8:27 ` [PATCH 6.1 446/578] io_uring: fix multishots with selected buffers Greg Kroah-Hartman
2025-02-19 8:27 ` [PATCH 6.1 447/578] io_uring: fix io_req_prep_async with provided buffers Greg Kroah-Hartman
2025-02-19 8:27 ` [PATCH 6.1 448/578] io_uring/rw: commit provided buffer state on async Greg Kroah-Hartman
2025-02-19 8:27 ` [PATCH 6.1 449/578] MIPS: ftrace: Declare ftrace_get_parent_ra_addr() as static Greg Kroah-Hartman
2025-02-19 8:27 ` [PATCH 6.1 450/578] net/ncsi: use dev_set_mac_address() for Get MC MAC Address handling Greg Kroah-Hartman
2025-02-19 8:27 ` [PATCH 6.1 451/578] gpio: xilinx: remove excess kernel doc Greg Kroah-Hartman
2025-02-19 8:27 ` [PATCH 6.1 452/578] ocfs2: check dir i_size in ocfs2_find_entry Greg Kroah-Hartman
2025-02-19 8:27 ` [PATCH 6.1 453/578] cachefiles: Fix NULL pointer dereference in object->file Greg Kroah-Hartman
2025-02-19 8:27 ` [PATCH 6.1 454/578] mptcp: pm: only set fullmesh for subflow endp Greg Kroah-Hartman
2025-02-19 8:27 ` [PATCH 6.1 455/578] mptcp: prevent excessive coalescing on receive Greg Kroah-Hartman
2025-02-19 8:27 ` [PATCH 6.1 456/578] tty: xilinx_uartps: split sysrq handling Greg Kroah-Hartman
2025-02-19 8:27 ` [PATCH 6.1 457/578] maple_tree: fix static analyser cppcheck issue Greg Kroah-Hartman
2025-02-19 8:27 ` [PATCH 6.1 458/578] maple_tree: simplify split calculation Greg Kroah-Hartman
2025-02-19 8:27 ` [PATCH 6.1 459/578] pps: Fix a use-after-free Greg Kroah-Hartman
2025-02-19 8:27 ` [PATCH 6.1 460/578] Revert "btrfs: avoid monopolizing a core when activating a swap file" Greg Kroah-Hartman
2025-02-19 8:27 ` [PATCH 6.1 461/578] btrfs: avoid monopolizing a core when activating a swap file Greg Kroah-Hartman
2025-02-19 8:27 ` [PATCH 6.1 462/578] nfsd: clear acl_access/acl_default after releasing them Greg Kroah-Hartman
2025-02-19 8:27 ` [PATCH 6.1 463/578] NFSD: fix hang in nfsd4_shutdown_callback Greg Kroah-Hartman
2025-02-19 8:27 ` [PATCH 6.1 464/578] pinctrl: cy8c95x0: Respect IRQ trigger settings from firmware Greg Kroah-Hartman
2025-02-19 8:27 ` [PATCH 6.1 465/578] HID: multitouch: Add NULL check in mt_input_configured Greg Kroah-Hartman
2025-02-19 8:27 ` [PATCH 6.1 466/578] HID: hid-thrustmaster: fix stack-out-of-bounds read in usb_check_int_endpoints() Greg Kroah-Hartman
2025-02-19 8:27 ` [PATCH 6.1 467/578] ax25: Fix refcount leak caused by setting SO_BINDTODEVICE sockopt Greg Kroah-Hartman
2025-02-19 8:27 ` [PATCH 6.1 468/578] ndisc: ndisc_send_redirect() must use dev_get_by_index_rcu() Greg Kroah-Hartman
2025-02-19 8:27 ` [PATCH 6.1 469/578] vrf: use RCU protection in l3mdev_l3_out() Greg Kroah-Hartman
2025-02-19 8:27 ` [PATCH 6.1 470/578] vxlan: check vxlan_vnigroup_init() return value Greg Kroah-Hartman
2025-02-19 8:27 ` [PATCH 6.1 471/578] team: better TEAM_OPTION_TYPE_STRING validation Greg Kroah-Hartman
2025-02-19 8:27 ` [PATCH 6.1 472/578] arm64: cacheinfo: Avoid out-of-bounds write to cacheinfo array Greg Kroah-Hartman
2025-02-19 8:27 ` [PATCH 6.1 473/578] cgroup: Remove steal time from usage_usec Greg Kroah-Hartman
2025-02-19 8:27 ` [PATCH 6.1 474/578] drm/i915/selftests: avoid using uninitialized context Greg Kroah-Hartman
2025-02-19 8:27 ` [PATCH 6.1 475/578] gpio: bcm-kona: Fix GPIO lock/unlock for banks above bank 0 Greg Kroah-Hartman
2025-02-19 8:28 ` [PATCH 6.1 476/578] gpio: bcm-kona: Make sure GPIO bits are unlocked when requesting IRQ Greg Kroah-Hartman
2025-02-19 8:28 ` [PATCH 6.1 477/578] gpio: bcm-kona: Add missing newline to dev_err format string Greg Kroah-Hartman
2025-02-19 8:28 ` [PATCH 6.1 478/578] xen/swiotlb: relax alignment requirements Greg Kroah-Hartman
2025-02-19 8:28 ` [PATCH 6.1 479/578] xen: remove a confusing comment on auto-translated guest I/O Greg Kroah-Hartman
2025-02-19 8:28 ` [PATCH 6.1 480/578] x86/xen: allow larger contiguous memory regions in PV guests Greg Kroah-Hartman
2025-02-19 8:28 ` [PATCH 6.1 481/578] RDMA/efa: Reset device on probe failure Greg Kroah-Hartman
2025-02-19 8:28 ` [PATCH 6.1 482/578] fbdev: omap: use threaded IRQ for LCD DMA Greg Kroah-Hartman
2025-02-19 8:28 ` [PATCH 6.1 483/578] media: cxd2841er: fix 64-bit division on gcc-9 Greg Kroah-Hartman
2025-02-19 8:28 ` [PATCH 6.1 484/578] media: vidtv: Fix a null-ptr-deref in vidtv_mux_stop_thread Greg Kroah-Hartman
2025-02-19 8:28 ` [PATCH 6.1 485/578] PCI/DPC: Quirk PIO log size for Intel Raptor Lake-P Greg Kroah-Hartman
2025-02-19 8:28 ` [PATCH 6.1 486/578] PCI: switchtec: Add Microchip PCI100X device IDs Greg Kroah-Hartman
2025-02-19 8:28 ` [PATCH 6.1 487/578] scsi: ufs: bsg: Set bsg_queue to NULL after removal Greg Kroah-Hartman
2025-02-19 8:28 ` [PATCH 6.1 488/578] rtla/timerlat_hist: Abort event processing on second signal Greg Kroah-Hartman
2025-02-19 8:28 ` [PATCH 6.1 489/578] rtla/timerlat_top: " Greg Kroah-Hartman
2025-02-19 8:28 ` [PATCH 6.1 490/578] vfio/pci: Enable iowrite64 and ioread64 for vfio pci Greg Kroah-Hartman
2025-02-19 8:28 ` [PATCH 6.1 491/578] Grab mm lock before grabbing pt lock Greg Kroah-Hartman
2025-02-19 8:28 ` [PATCH 6.1 492/578] selftests: gpio: gpio-sim: Fix missing chip disablements Greg Kroah-Hartman
2025-02-19 8:28 ` [PATCH 6.1 493/578] x86/mm/tlb: Only trim the mm_cpumask once a second Greg Kroah-Hartman
2025-02-19 8:28 ` [PATCH 6.1 494/578] orangefs: fix a oob in orangefs_debug_write Greg Kroah-Hartman
2025-02-19 8:28 ` [PATCH 6.1 495/578] ASoC: Intel: bytcr_rt5640: Add DMI quirk for Vexia Edu Atla 10 tablet 5V Greg Kroah-Hartman
2025-02-19 8:28 ` [PATCH 6.1 496/578] batman-adv: fix panic during interface removal Greg Kroah-Hartman
2025-02-19 8:28 ` [PATCH 6.1 497/578] batman-adv: Ignore neighbor throughput metrics in error case Greg Kroah-Hartman
2025-02-19 8:28 ` [PATCH 6.1 498/578] batman-adv: Drop unmanaged ELP metric worker Greg Kroah-Hartman
2025-02-19 8:28 ` [PATCH 6.1 499/578] drm/amdgpu: avoid buffer overflow attach in smu_sys_set_pp_table() Greg Kroah-Hartman
2025-02-19 8:28 ` [PATCH 6.1 500/578] KVM: x86: Reject Hyper-Vs SEND_IPI hypercalls if local APIC isnt in-kernel Greg Kroah-Hartman
2025-02-19 8:28 ` [PATCH 6.1 501/578] KVM: nSVM: Enter guest mode before initializing nested NPT MMU Greg Kroah-Hartman
2025-02-19 8:28 ` [PATCH 6.1 502/578] perf/x86/intel: Ensure LBRs are disabled when a CPU is starting Greg Kroah-Hartman
2025-02-19 8:28 ` [PATCH 6.1 503/578] usb: dwc3: Fix timeout issue during controller enter/exit from halt state Greg Kroah-Hartman
2025-02-19 8:28 ` [PATCH 6.1 504/578] usb: roles: set switch registered flag early on Greg Kroah-Hartman
2025-02-19 8:28 ` [PATCH 6.1 505/578] usb: gadget: udc: renesas_usb3: Fix compiler warning Greg Kroah-Hartman
2025-02-19 8:28 ` [PATCH 6.1 506/578] usb: dwc2: gadget: remove of_node reference upon udc_stop Greg Kroah-Hartman
2025-02-19 8:28 ` [PATCH 6.1 507/578] USB: pci-quirks: Fix HCCPARAMS register error for LS7A EHCI Greg Kroah-Hartman
2025-02-19 8:28 ` [PATCH 6.1 508/578] usb: core: fix pipe creation for get_bMaxPacketSize0 Greg Kroah-Hartman
2025-02-19 8:28 ` [PATCH 6.1 509/578] USB: quirks: add USB_QUIRK_NO_LPM quirk for Teclast dist Greg Kroah-Hartman
2025-02-19 8:28 ` [PATCH 6.1 510/578] USB: Add USB_QUIRK_NO_LPM quirk for sony xperia xz1 smartphone Greg Kroah-Hartman
2025-02-19 8:28 ` Greg Kroah-Hartman [this message]
2025-02-19 8:28 ` [PATCH 6.1 512/578] USB: hub: Ignore non-compliant devices with too many configs or interfaces Greg Kroah-Hartman
2025-02-19 8:28 ` [PATCH 6.1 513/578] USB: cdc-acm: Fill in Renesas R-Car D3 USB Download mode quirk Greg Kroah-Hartman
2025-02-19 8:28 ` [PATCH 6.1 514/578] usb: cdc-acm: Check control transfer buffer size before access Greg Kroah-Hartman
2025-02-19 8:28 ` [PATCH 6.1 515/578] usb: cdc-acm: Fix handling of oversized fragments Greg Kroah-Hartman
2025-02-19 8:28 ` [PATCH 6.1 516/578] USB: serial: option: add MeiG Smart SLM828 Greg Kroah-Hartman
2025-02-19 8:28 ` [PATCH 6.1 517/578] USB: serial: option: add Telit Cinterion FN990B compositions Greg Kroah-Hartman
2025-02-19 8:28 ` [PATCH 6.1 518/578] USB: serial: option: fix Telit Cinterion FN990A name Greg Kroah-Hartman
2025-02-19 8:28 ` [PATCH 6.1 519/578] USB: serial: option: drop MeiG Smart defines Greg Kroah-Hartman
2025-02-19 8:28 ` [PATCH 6.1 520/578] can: ctucanfd: handle skb allocation failure Greg Kroah-Hartman
2025-02-19 8:28 ` [PATCH 6.1 521/578] can: c_can: fix unbalanced runtime PM disable in error path Greg Kroah-Hartman
2025-02-19 8:28 ` [PATCH 6.1 522/578] can: j1939: j1939_sk_send_loop(): fix unable to send messages with data length zero Greg Kroah-Hartman
2025-02-19 8:28 ` [PATCH 6.1 523/578] alpha: make stack 16-byte aligned (most cases) Greg Kroah-Hartman
2025-02-19 8:28 ` [PATCH 6.1 524/578] efi: Avoid cold plugged memory for placing the kernel Greg Kroah-Hartman
2025-02-19 8:28 ` [PATCH 6.1 525/578] cgroup: fix race between fork and cgroup.kill Greg Kroah-Hartman
2025-02-19 8:28 ` [PATCH 6.1 526/578] serial: 8250: Fix fifo underflow on flush Greg Kroah-Hartman
2025-02-19 8:28 ` [PATCH 6.1 527/578] alpha: align stack for page fault and user unaligned trap handlers Greg Kroah-Hartman
2025-02-19 8:28 ` [PATCH 6.1 528/578] gpiolib: acpi: Add a quirk for Acer Nitro ANV14 Greg Kroah-Hartman
2025-02-19 8:28 ` [PATCH 6.1 529/578] gpio: stmpe: Check return value of stmpe_reg_read in stmpe_gpio_irq_sync_unlock Greg Kroah-Hartman
2025-02-19 8:28 ` [PATCH 6.1 530/578] partitions: mac: fix handling of bogus partition table Greg Kroah-Hartman
2025-02-19 8:28 ` [PATCH 6.1 531/578] regmap-irq: Add missing kfree() Greg Kroah-Hartman
2025-02-19 8:28 ` [PATCH 6.1 532/578] arm64: Handle .ARM.attributes section in linker scripts Greg Kroah-Hartman
2025-02-19 8:28 ` [PATCH 6.1 533/578] mmc: mtk-sd: Fix register settings for hs400(es) mode Greg Kroah-Hartman
2025-02-19 8:28 ` [PATCH 6.1 534/578] mlxsw: Add return value check for mlxsw_sp_port_get_stats_raw() Greg Kroah-Hartman
2025-02-19 8:28 ` [PATCH 6.1 535/578] btrfs: fix hole expansion when writing at an offset beyond EOF Greg Kroah-Hartman
2025-02-19 8:29 ` [PATCH 6.1 536/578] clocksource: Use pr_info() for "Checking clocksource synchronization" message Greg Kroah-Hartman
2025-02-19 8:29 ` [PATCH 6.1 537/578] clocksource: Use migrate_disable() to avoid calling get_random_u32() in atomic context Greg Kroah-Hartman
2025-02-19 8:29 ` [PATCH 6.1 538/578] ipv4: add RCU protection to ip4_dst_hoplimit() Greg Kroah-Hartman
2025-02-19 8:29 ` [PATCH 6.1 539/578] net: treat possible_net_t net pointer as an RCU one and add read_pnet_rcu() Greg Kroah-Hartman
2025-02-19 8:29 ` [PATCH 6.1 540/578] net: add dev_net_rcu() helper Greg Kroah-Hartman
2025-02-19 8:29 ` [PATCH 6.1 541/578] ipv4: use RCU protection in ipv4_default_advmss() Greg Kroah-Hartman
2025-02-19 8:29 ` [PATCH 6.1 542/578] ipv4: use RCU protection in rt_is_expired() Greg Kroah-Hartman
2025-02-19 8:29 ` [PATCH 6.1 543/578] ipv4: use RCU protection in inet_select_addr() Greg Kroah-Hartman
2025-02-19 8:29 ` [PATCH 6.1 544/578] net: ipv4: Cache pmtu for all packet paths if multipath enabled Greg Kroah-Hartman
2025-02-19 8:29 ` [PATCH 6.1 545/578] ipv4: use RCU protection in __ip_rt_update_pmtu() Greg Kroah-Hartman
2025-02-19 8:29 ` [PATCH 6.1 546/578] ipv4: icmp: convert to dev_net_rcu() Greg Kroah-Hartman
2025-02-19 8:29 ` [PATCH 6.1 547/578] flow_dissector: use RCU protection to fetch dev_net() Greg Kroah-Hartman
2025-02-19 8:29 ` [PATCH 6.1 548/578] ipv6: use RCU protection in ip6_default_advmss() Greg Kroah-Hartman
2025-02-19 8:29 ` [PATCH 6.1 549/578] ndisc: use RCU protection in ndisc_alloc_skb() Greg Kroah-Hartman
2025-02-19 8:29 ` [PATCH 6.1 550/578] neighbour: delete redundant judgment statements Greg Kroah-Hartman
2025-02-19 8:29 ` [PATCH 6.1 551/578] neighbour: use RCU protection in __neigh_notify() Greg Kroah-Hartman
2025-02-19 8:29 ` [PATCH 6.1 552/578] arp: use RCU protection in arp_xmit() Greg Kroah-Hartman
2025-02-19 8:29 ` [PATCH 6.1 553/578] openvswitch: use RCU protection in ovs_vport_cmd_fill_info() Greg Kroah-Hartman
2025-02-19 8:29 ` [PATCH 6.1 554/578] ndisc: extend RCU protection in ndisc_send_skb() Greg Kroah-Hartman
2025-02-19 8:29 ` [PATCH 6.1 555/578] ipv6: mcast: add RCU protection to mld_newpack() Greg Kroah-Hartman
2025-02-19 8:29 ` [PATCH 6.1 556/578] drm/tidss: Fix issue in irq handling causing irq-flood issue Greg Kroah-Hartman
2025-02-19 17:27 ` Jon Cormier
2025-02-19 8:29 ` [PATCH 6.1 557/578] drm/tidss: Clear the interrupt status for interrupts being disabled Greg Kroah-Hartman
2025-02-19 17:26 ` Jon Cormier
2025-02-19 8:29 ` [PATCH 6.1 558/578] drm/v3d: Stop active perfmon if it is being destroyed Greg Kroah-Hartman
2025-02-19 8:29 ` [PATCH 6.1 559/578] kdb: Do not assume write() callback available Greg Kroah-Hartman
2025-02-19 8:29 ` [PATCH 6.1 560/578] x86/static-call: Remove early_boot_irqs_disabled check to fix Xen PVH dom0 Greg Kroah-Hartman
2025-02-19 8:29 ` [PATCH 6.1 561/578] iommu: Return right value in iommu_sva_bind_device() Greg Kroah-Hartman
2025-02-19 8:29 ` [PATCH 6.1 562/578] arm64: tegra: Fix typo in Tegra234 dce-fabric compatible Greg Kroah-Hartman
2025-02-19 8:29 ` [PATCH 6.1 563/578] mm: gup: fix infinite loop within __get_longterm_locked Greg Kroah-Hartman
2025-02-19 8:29 ` [PATCH 6.1 564/578] alpha: replace hardcoded stack offsets with autogenerated ones Greg Kroah-Hartman
2025-02-19 8:29 ` [PATCH 6.1 565/578] i3c: master: cdns: Fix use after free vulnerability in cdns_i3c_master Driver Due to Race Condition Greg Kroah-Hartman
2025-02-19 8:29 ` [PATCH 6.1 566/578] nilfs2: do not output warnings when clearing dirty buffers Greg Kroah-Hartman
2025-02-19 8:29 ` [PATCH 6.1 567/578] nilfs2: do not force clear folio if buffer is referenced Greg Kroah-Hartman
2025-02-19 8:29 ` [PATCH 6.1 568/578] nilfs2: protect access to buffers with no active references Greg Kroah-Hartman
2025-02-19 8:29 ` [PATCH 6.1 569/578] can: ems_pci: move ASIX AX99100 ids to pci_ids.h Greg Kroah-Hartman
2025-02-19 8:29 ` [PATCH 6.1 570/578] serial: 8250_pci: add support for ASIX AX99100 Greg Kroah-Hartman
2025-02-19 8:29 ` [PATCH 6.1 571/578] parport_pc: " Greg Kroah-Hartman
2025-02-19 8:29 ` [PATCH 6.1 572/578] net: dsa: fix netdev_priv() dereference before check on non-DSA netdevice events Greg Kroah-Hartman
2025-02-19 8:29 ` [PATCH 6.1 573/578] netdevsim: print human readable IP address Greg Kroah-Hartman
2025-02-19 8:29 ` [PATCH 6.1 574/578] selftests: rtnetlink: update netdevsim ipsec output format Greg Kroah-Hartman
2025-02-19 8:29 ` [PATCH 6.1 575/578] ARM: dts: dra7: Add bus_dma_limit for l4 cfg bus Greg Kroah-Hartman
2025-02-19 8:29 ` [PATCH 6.1 576/578] f2fs: fix to wait dio completion Greg Kroah-Hartman
2025-02-19 8:29 ` [PATCH 6.1 577/578] drm/amd/display: Add NULL pointer check for kzalloc Greg Kroah-Hartman
2025-02-19 8:29 ` [PATCH 6.1 578/578] x86/i8253: Disable PIT timer 0 when not in use Greg Kroah-Hartman
2025-02-19 10:24 ` [PATCH 6.1 000/578] 6.1.129-rc1 review Pavel Machek
2025-02-19 11:18 ` Peter Schneider
2025-02-19 18:30 ` [PATCH 6.1] " Hardik Garg
2025-02-20 10:38 ` Greg KH
2025-02-19 20:13 ` [PATCH 6.1 000/578] " Slade Watkins
2025-02-19 22:34 ` Ron Economos
2025-02-19 23:08 ` Mark Brown
2025-02-19 23:29 ` Jon Hunter
2025-02-20 9:16 ` Naresh Kamboju
2025-02-20 16:15 ` Shuah Khan
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=20250219082713.085273523@linuxfoundation.org \
--to=gregkh@linuxfoundation.org \
--cc=jkeeping@inmusicbrands.com \
--cc=patches@lists.linux.dev \
--cc=stable@kernel.org \
--cc=stable@vger.kernel.org \
--cc=tiwai@suse.de \
/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).