stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: stable@vger.kernel.org
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	patches@lists.linux.dev, Zqiang <qiang.zhang1211@gmail.com>,
	"Paul E. McKenney" <paulmck@kernel.org>,
	"Uladzislau Rezki (Sony)" <urezki@gmail.com>,
	Sasha Levin <sashal@kernel.org>
Subject: [PATCH 6.1 006/131] rcutorture: Fix invalid context warning when enable srcu barrier testing
Date: Tue, 25 Jun 2024 11:32:41 +0200	[thread overview]
Message-ID: <20240625085526.180793580@linuxfoundation.org> (raw)
In-Reply-To: <20240625085525.931079317@linuxfoundation.org>

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

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

From: Zqiang <qiang.zhang1211@gmail.com>

[ Upstream commit 668c0406d887467d53f8fe79261dda1d22d5b671 ]

When the torture_type is set srcu or srcud and cb_barrier is
non-zero, running the rcutorture test will trigger the
following warning:

[  163.910989][    C1] BUG: sleeping function called from invalid context at kernel/locking/spinlock_rt.c:48
[  163.910994][    C1] in_atomic(): 1, irqs_disabled(): 1, non_block: 0, pid: 0, name: swapper/1
[  163.910999][    C1] preempt_count: 10001, expected: 0
[  163.911002][    C1] RCU nest depth: 0, expected: 0
[  163.911005][    C1] INFO: lockdep is turned off.
[  163.911007][    C1] irq event stamp: 30964
[  163.911010][    C1] hardirqs last  enabled at (30963): [<ffffffffabc7df52>] do_idle+0x362/0x500
[  163.911018][    C1] hardirqs last disabled at (30964): [<ffffffffae616eff>] sysvec_call_function_single+0xf/0xd0
[  163.911025][    C1] softirqs last  enabled at (0): [<ffffffffabb6475f>] copy_process+0x16ff/0x6580
[  163.911033][    C1] softirqs last disabled at (0): [<0000000000000000>] 0x0
[  163.911038][    C1] Preemption disabled at:
[  163.911039][    C1] [<ffffffffacf1964b>] stack_depot_save_flags+0x24b/0x6c0
[  163.911063][    C1] CPU: 1 PID: 0 Comm: swapper/1 Tainted: G        W          6.8.0-rc4-rt4-yocto-preempt-rt+ #3 1e39aa9a737dd024a3275c4f835a872f673a7d3a
[  163.911071][    C1] Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS rel-1.16.2-0-gea1b7a073390-prebuilt.qemu.org 04/01/2014
[  163.911075][    C1] Call Trace:
[  163.911078][    C1]  <IRQ>
[  163.911080][    C1]  dump_stack_lvl+0x88/0xd0
[  163.911089][    C1]  dump_stack+0x10/0x20
[  163.911095][    C1]  __might_resched+0x36f/0x530
[  163.911105][    C1]  rt_spin_lock+0x82/0x1c0
[  163.911112][    C1]  spin_lock_irqsave_ssp_contention+0xb8/0x100
[  163.911121][    C1]  srcu_gp_start_if_needed+0x782/0xf00
[  163.911128][    C1]  ? _raw_spin_unlock_irqrestore+0x46/0x70
[  163.911136][    C1]  ? debug_object_active_state+0x336/0x470
[  163.911148][    C1]  ? __pfx_srcu_gp_start_if_needed+0x10/0x10
[  163.911156][    C1]  ? __pfx_lock_release+0x10/0x10
[  163.911165][    C1]  ? __pfx_rcu_torture_barrier_cbf+0x10/0x10
[  163.911188][    C1]  __call_srcu+0x9f/0xe0
[  163.911196][    C1]  call_srcu+0x13/0x20
[  163.911201][    C1]  srcu_torture_call+0x1b/0x30
[  163.911224][    C1]  rcu_torture_barrier1cb+0x4a/0x60
[  163.911247][    C1]  __flush_smp_call_function_queue+0x267/0xca0
[  163.911256][    C1]  ? __pfx_rcu_torture_barrier1cb+0x10/0x10
[  163.911281][    C1]  generic_smp_call_function_single_interrupt+0x13/0x20
[  163.911288][    C1]  __sysvec_call_function_single+0x7d/0x280
[  163.911295][    C1]  sysvec_call_function_single+0x93/0xd0
[  163.911302][    C1]  </IRQ>
[  163.911304][    C1]  <TASK>
[  163.911308][    C1]  asm_sysvec_call_function_single+0x1b/0x20
[  163.911313][    C1] RIP: 0010:default_idle+0x17/0x20
[  163.911326][    C1] RSP: 0018:ffff888001997dc8 EFLAGS: 00000246
[  163.911333][    C1] RAX: 0000000000000000 RBX: dffffc0000000000 RCX: ffffffffae618b51
[  163.911337][    C1] RDX: 0000000000000000 RSI: ffffffffaea80920 RDI: ffffffffaec2de80
[  163.911342][    C1] RBP: ffff888001997dc8 R08: 0000000000000001 R09: ffffed100d740cad
[  163.911346][    C1] R10: ffffed100d740cac R11: ffff88806ba06563 R12: 0000000000000001
[  163.911350][    C1] R13: ffffffffafe460c0 R14: ffffffffafe460c0 R15: 0000000000000000
[  163.911358][    C1]  ? ct_kernel_exit.constprop.3+0x121/0x160
[  163.911369][    C1]  ? lockdep_hardirqs_on+0xc4/0x150
[  163.911376][    C1]  arch_cpu_idle+0x9/0x10
[  163.911383][    C1]  default_idle_call+0x7a/0xb0
[  163.911390][    C1]  do_idle+0x362/0x500
[  163.911398][    C1]  ? __pfx_do_idle+0x10/0x10
[  163.911404][    C1]  ? complete_with_flags+0x8b/0xb0
[  163.911416][    C1]  cpu_startup_entry+0x58/0x70
[  163.911423][    C1]  start_secondary+0x221/0x280
[  163.911430][    C1]  ? __pfx_start_secondary+0x10/0x10
[  163.911440][    C1]  secondary_startup_64_no_verify+0x17f/0x18b
[  163.911455][    C1]  </TASK>

This commit therefore use smp_call_on_cpu() instead of
smp_call_function_single(), make rcu_torture_barrier1cb() invoked
happens on task-context.

Signed-off-by: Zqiang <qiang.zhang1211@gmail.com>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Signed-off-by: Uladzislau Rezki (Sony) <urezki@gmail.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
---
 kernel/rcu/rcutorture.c | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/kernel/rcu/rcutorture.c b/kernel/rcu/rcutorture.c
index a42141033577e..8c45df910763a 100644
--- a/kernel/rcu/rcutorture.c
+++ b/kernel/rcu/rcutorture.c
@@ -2968,11 +2968,12 @@ static void rcu_torture_barrier_cbf(struct rcu_head *rcu)
 }
 
 /* IPI handler to get callback posted on desired CPU, if online. */
-static void rcu_torture_barrier1cb(void *rcu_void)
+static int rcu_torture_barrier1cb(void *rcu_void)
 {
 	struct rcu_head *rhp = rcu_void;
 
 	cur_ops->call(rhp, rcu_torture_barrier_cbf);
+	return 0;
 }
 
 /* kthread function to register callbacks used to test RCU barriers. */
@@ -2998,11 +2999,9 @@ static int rcu_torture_barrier_cbs(void *arg)
 		 * The above smp_load_acquire() ensures barrier_phase load
 		 * is ordered before the following ->call().
 		 */
-		if (smp_call_function_single(myid, rcu_torture_barrier1cb,
-					     &rcu, 1)) {
-			// IPI failed, so use direct call from current CPU.
+		if (smp_call_on_cpu(myid, rcu_torture_barrier1cb, &rcu, 1))
 			cur_ops->call(&rcu, rcu_torture_barrier_cbf);
-		}
+
 		if (atomic_dec_and_test(&barrier_cbs_count))
 			wake_up(&barrier_wq);
 	} while (!torture_must_stop());
-- 
2.43.0




  parent reply	other threads:[~2024-06-25  9:58 UTC|newest]

Thread overview: 145+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-25  9:32 [PATCH 6.1 000/131] 6.1.96-rc1 review Greg Kroah-Hartman
2024-06-25  9:32 ` [PATCH 6.1 001/131] padata: Disable BH when taking works lock on MT path Greg Kroah-Hartman
2024-06-25  9:32 ` [PATCH 6.1 002/131] crypto: hisilicon/sec - Fix memory leak for sec resource release Greg Kroah-Hartman
2024-06-25  9:32 ` [PATCH 6.1 003/131] io_uring/sqpoll: work around a potential audit memory leak Greg Kroah-Hartman
2024-06-25  9:32 ` [PATCH 6.1 004/131] rcutorture: Fix rcu_torture_one_read() pipe_count overflow comment Greg Kroah-Hartman
2024-06-25  9:32 ` [PATCH 6.1 005/131] rcutorture: Make stall-tasks directly exit when rcutorture tests end Greg Kroah-Hartman
2024-06-25  9:32 ` Greg Kroah-Hartman [this message]
2024-06-25  9:32 ` [PATCH 6.1 007/131] block/ioctl: prefer different overflow check Greg Kroah-Hartman
2024-06-25  9:32 ` [PATCH 6.1 008/131] selftests/bpf: Prevent client connect before server bind in test_tc_tunnel.sh Greg Kroah-Hartman
2024-06-25  9:32 ` [PATCH 6.1 009/131] selftests/bpf: Fix flaky test btf_map_in_map/lookup_update Greg Kroah-Hartman
2024-06-25  9:32 ` [PATCH 6.1 010/131] batman-adv: bypass empty buckets in batadv_purge_orig_ref() Greg Kroah-Hartman
2024-06-25  9:32 ` [PATCH 6.1 011/131] wifi: ath9k: work around memset overflow warning Greg Kroah-Hartman
2024-06-25  9:32 ` [PATCH 6.1 012/131] af_packet: avoid a false positive warning in packet_setsockopt() Greg Kroah-Hartman
2024-06-25  9:32 ` [PATCH 6.1 013/131] drop_monitor: replace spin_lock by raw_spin_lock Greg Kroah-Hartman
2024-06-25  9:32 ` [PATCH 6.1 014/131] scsi: qedi: Fix crash while reading debugfs attribute Greg Kroah-Hartman
2024-06-25  9:32 ` [PATCH 6.1 015/131] net/sched: fix false lockdep warning on qdisc root lock Greg Kroah-Hartman
2024-06-25  9:32 ` [PATCH 6.1 016/131] kselftest: arm64: Add a null pointer check Greg Kroah-Hartman
2024-06-25  9:32 ` [PATCH 6.1 017/131] net: dsa: realtek: keep default LED state in rtl8366rb Greg Kroah-Hartman
2024-06-25  9:32 ` [PATCH 6.1 018/131] netpoll: Fix race condition in netpoll_owner_active Greg Kroah-Hartman
2024-06-25  9:32 ` [PATCH 6.1 019/131] wifi: mt76: mt7921s: fix potential hung tasks during chip recovery Greg Kroah-Hartman
2024-06-25  9:32 ` [PATCH 6.1 020/131] HID: Add quirk for Logitech Casa touchpad Greg Kroah-Hartman
2024-06-25  9:32 ` [PATCH 6.1 021/131] HID: asus: fix more n-key report descriptors if n-key quirked Greg Kroah-Hartman
2024-06-25  9:32 ` [PATCH 6.1 022/131] Bluetooth: ath3k: Fix multiple issues reported by checkpatch.pl Greg Kroah-Hartman
2024-06-25  9:32 ` [PATCH 6.1 023/131] drm/amd/display: Exit idle optimizations before HDCP execution Greg Kroah-Hartman
2024-06-25  9:32 ` [PATCH 6.1 024/131] platform/x86: toshiba_acpi: Add quirk for buttons on Z830 Greg Kroah-Hartman
2024-06-25  9:33 ` [PATCH 6.1 025/131] ASoC: Intel: sof_sdw: add JD2 quirk for HP Omen 14 Greg Kroah-Hartman
2024-06-25  9:33 ` [PATCH 6.1 026/131] drm/lima: add mask irq callback to gp and pp Greg Kroah-Hartman
2024-06-25  9:33 ` [PATCH 6.1 027/131] drm/lima: mask irqs in timeout path before hard reset Greg Kroah-Hartman
2024-06-25  9:33 ` [PATCH 6.1 028/131] ALSA: hda/realtek: Add quirks for Lenovo 13X Greg Kroah-Hartman
2024-06-25  9:33 ` [PATCH 6.1 029/131] powerpc/pseries: Enforce hcall result buffer validity and size Greg Kroah-Hartman
2024-06-25  9:33 ` [PATCH 6.1 030/131] powerpc/io: Avoid clang null pointer arithmetic warnings Greg Kroah-Hartman
2024-06-25  9:33 ` [PATCH 6.1 031/131] platform/x86: p2sb: Dont init until unassigned resources have been assigned Greg Kroah-Hartman
2024-06-25  9:33 ` [PATCH 6.1 032/131] power: supply: cros_usbpd: provide ID table for avoiding fallback match Greg Kroah-Hartman
2024-06-25  9:33 ` [PATCH 6.1 033/131] iommu/arm-smmu-v3: Free MSIs in case of ENOMEM Greg Kroah-Hartman
2024-06-25  9:33 ` [PATCH 6.1 034/131] f2fs: remove clear SB_INLINECRYPT flag in default_options Greg Kroah-Hartman
2024-06-25  9:33 ` [PATCH 6.1 035/131] usb: misc: uss720: check for incompatible versions of the Belkin F5U002 Greg Kroah-Hartman
2024-06-25  9:33 ` [PATCH 6.1 036/131] Avoid hw_desc array overrun in dw-axi-dmac Greg Kroah-Hartman
2024-06-25  9:33 ` [PATCH 6.1 037/131] usb: dwc3: pci: Dont set "linux,phy_charger_detect" property on Lenovo Yoga Tab2 1380 Greg Kroah-Hartman
2024-06-25  9:33 ` [PATCH 6.1 038/131] udf: udftime: prevent overflow in udf_disk_stamp_to_time() Greg Kroah-Hartman
2024-06-25  9:33 ` [PATCH 6.1 039/131] PCI/PM: Avoid D3cold for HP Pavilion 17 PC/1972 PCIe Ports Greg Kroah-Hartman
2024-06-25  9:33 ` [PATCH 6.1 040/131] MIPS: Octeon: Add PCIe link status check Greg Kroah-Hartman
2024-06-25  9:33 ` [PATCH 6.1 041/131] serial: imx: Introduce timeout when waiting on transmitter empty Greg Kroah-Hartman
2024-06-25  9:33 ` [PATCH 6.1 042/131] serial: exar: adding missing CTI and Exar PCI ids Greg Kroah-Hartman
2024-06-25  9:33 ` [PATCH 6.1 043/131] usb: gadget: function: Remove usage of the deprecated ida_simple_xx() API Greg Kroah-Hartman
2024-06-25  9:33 ` [PATCH 6.1 044/131] tty: add the option to have a tty reject a new ldisc Greg Kroah-Hartman
2024-06-25  9:33 ` [PATCH 6.1 045/131] MIPS: Routerboard 532: Fix vendor retry check code Greg Kroah-Hartman
2024-06-25  9:33 ` [PATCH 6.1 046/131] mips: bmips: BCM6358: make sure CBR is correctly set Greg Kroah-Hartman
2024-06-25  9:33 ` [PATCH 6.1 047/131] tracing: Build event generation tests only as modules Greg Kroah-Hartman
2024-06-25  9:33 ` [PATCH 6.1 048/131] ALSA: hda/realtek: Remove Framework Laptop 16 from quirks Greg Kroah-Hartman
2024-06-25  9:33 ` [PATCH 6.1 049/131] ALSA/hda: intel-dsp-config: Document AVS as dsp_driver option Greg Kroah-Hartman
2024-06-25  9:33 ` [PATCH 6.1 050/131] ice: move RDMA init to ice_idc.c Greg Kroah-Hartman
2024-06-25  9:33 ` [PATCH 6.1 051/131] ice: avoid IRQ collision to fix init failure on ACPI S3 resume Greg Kroah-Hartman
2024-06-25  9:33 ` [PATCH 6.1 052/131] cipso: fix total option length computation Greg Kroah-Hartman
2024-06-25  9:33 ` [PATCH 6.1 053/131] bpf: Avoid splat in pskb_pull_reason Greg Kroah-Hartman
2024-06-25  9:33 ` [PATCH 6.1 054/131] ALSA: hda/realtek: Enable headset mic on IdeaPad 330-17IKB 81DM Greg Kroah-Hartman
2024-06-25  9:33 ` [PATCH 6.1 055/131] netrom: Fix a memory leak in nr_heartbeat_expiry() Greg Kroah-Hartman
2024-06-25  9:33 ` [PATCH 6.1 056/131] ipv6: prevent possible NULL deref in fib6_nh_init() Greg Kroah-Hartman
2024-06-25  9:33 ` [PATCH 6.1 057/131] ipv6: prevent possible NULL dereference in rt6_probe() Greg Kroah-Hartman
2024-06-25  9:33 ` [PATCH 6.1 058/131] xfrm6: check ip6_dst_idev() return value in xfrm6_get_saddr() Greg Kroah-Hartman
2024-06-25  9:33 ` [PATCH 6.1 059/131] netns: Make get_net_ns() handle zero refcount net Greg Kroah-Hartman
2024-06-25  9:33 ` [PATCH 6.1 060/131] qca_spi: Make interrupt remembering atomic Greg Kroah-Hartman
2024-06-25  9:33 ` [PATCH 6.1 061/131] net: lan743x: disable WOL upon resume to restore full data path operation Greg Kroah-Hartman
2024-06-25  9:33 ` [PATCH 6.1 062/131] net: lan743x: Support WOL at both the PHY and MAC appropriately Greg Kroah-Hartman
2024-06-25  9:33 ` [PATCH 6.1 063/131] net: phy: mxl-gpy: enhance delay time required by loopback disable function Greg Kroah-Hartman
2024-06-25  9:33 ` [PATCH 6.1 064/131] net: phy: mxl-gpy: Remove interrupt mask clearing from config_init Greg Kroah-Hartman
2024-06-25  9:33 ` [PATCH 6.1 065/131] net/sched: act_api: rely on rcu in tcf_idr_check_alloc Greg Kroah-Hartman
2024-06-25  9:33 ` [PATCH 6.1 066/131] net/sched: act_api: fix possible infinite loop in tcf_idr_check_alloc() Greg Kroah-Hartman
2024-06-25  9:33 ` [PATCH 6.1 067/131] tipc: force a dst refcount before doing decryption Greg Kroah-Hartman
2024-06-25  9:33 ` [PATCH 6.1 068/131] sched: act_ct: add netns into the key of tcf_ct_flow_table Greg Kroah-Hartman
2024-06-25  9:33 ` [PATCH 6.1 069/131] ptp: fix integer overflow in max_vclocks_store Greg Kroah-Hartman
2024-06-25  9:33 ` [PATCH 6.1 070/131] net: stmmac: No need to calculate speed divider when offload is disabled Greg Kroah-Hartman
2024-06-25  9:33 ` [PATCH 6.1 071/131] virtio_net: checksum offloading handling fix Greg Kroah-Hartman
2024-06-25  9:33 ` [PATCH 6.1 072/131] octeontx2-pf: Add error handling to VLAN unoffload handling Greg Kroah-Hartman
2024-06-25  9:33 ` [PATCH 6.1 073/131] netfilter: ipset: Fix suspicious rcu_dereference_protected() Greg Kroah-Hartman
2024-06-25  9:33 ` [PATCH 6.1 074/131] seg6: fix parameter passing when calling NF_HOOK() in End.DX4 and End.DX6 behaviors Greg Kroah-Hartman
2024-06-25  9:33 ` [PATCH 6.1 075/131] ice: Fix VSI list rule with ICE_SW_LKUP_LAST type Greg Kroah-Hartman
2024-06-25  9:33 ` [PATCH 6.1 076/131] bnxt_en: Restore PTP tx_avail count in case of skb_pad() error Greg Kroah-Hartman
2024-06-25  9:33 ` [PATCH 6.1 077/131] net: usb: rtl8150 fix unintiatilzed variables in rtl8150_get_link_ksettings Greg Kroah-Hartman
2024-06-25  9:33 ` [PATCH 6.1 078/131] regulator: core: Fix modpost error "regulator_get_regmap" undefined Greg Kroah-Hartman
2024-06-25  9:33 ` [PATCH 6.1 079/131] dmaengine: idxd: Fix possible Use-After-Free in irq_process_work_list Greg Kroah-Hartman
2024-06-25  9:33 ` [PATCH 6.1 080/131] dmaengine: ioat: Drop redundant pci_enable_pcie_error_reporting() Greg Kroah-Hartman
2024-06-25  9:33 ` [PATCH 6.1 081/131] dmaengine: ioatdma: Fix leaking on version mismatch Greg Kroah-Hartman
2024-06-25  9:33 ` [PATCH 6.1 082/131] dmaengine: ioat: use PCI core macros for PCIe Capability Greg Kroah-Hartman
2024-06-25  9:33 ` [PATCH 6.1 083/131] dmaengine: ioatdma: Fix error path in ioat3_dma_probe() Greg Kroah-Hartman
2024-06-25  9:33 ` [PATCH 6.1 084/131] dmaengine: ioatdma: Fix kmemleak in ioat_pci_probe() Greg Kroah-Hartman
2024-06-25  9:34 ` [PATCH 6.1 085/131] dmaengine: ioatdma: Fix missing kmem_cache_destroy() Greg Kroah-Hartman
2024-06-25  9:34 ` [PATCH 6.1 086/131] regulator: bd71815: fix ramp values Greg Kroah-Hartman
2024-06-25  9:34 ` [PATCH 6.1 087/131] arm64: dts: imx93-11x11-evk: Remove the no-sdio property Greg Kroah-Hartman
2024-06-25  9:34 ` [PATCH 6.1 088/131] arm64: dts: freescale: imx8mm-verdin: enable hysteresis on slow input pin Greg Kroah-Hartman
2024-06-25  9:34 ` [PATCH 6.1 089/131] ACPICA: Revert "ACPICA: avoid Info: mapping multiple BARs. Your kernel is fine." Greg Kroah-Hartman
2024-06-25  9:34 ` [PATCH 6.1 090/131] firmware: psci: Fix return value from psci_system_suspend() Greg Kroah-Hartman
2024-06-25  9:34 ` [PATCH 6.1 091/131] RDMA/mlx5: Add check for srq max_sge attribute Greg Kroah-Hartman
2024-06-25  9:34 ` [PATCH 6.1 092/131] kbuild: Remove support for Clangs ThinLTO caching Greg Kroah-Hartman
2024-06-25  9:34 ` [PATCH 6.1 093/131] MIPS: dts: bcm63268: Add missing properties to the TWD node Greg Kroah-Hartman
2024-06-25  9:34 ` [PATCH 6.1 094/131] net: stmmac: Assign configured channel value to EXTTS event Greg Kroah-Hartman
2024-06-25  9:34 ` [PATCH 6.1 095/131] net: usb: ax88179_178a: improve reset check Greg Kroah-Hartman
2024-06-25  9:34 ` [PATCH 6.1 096/131] net: do not leave a dangling sk pointer, when socket creation fails Greg Kroah-Hartman
2024-06-25  9:34 ` [PATCH 6.1 097/131] btrfs: retry block group reclaim without infinite loop Greg Kroah-Hartman
2024-06-25  9:34 ` [PATCH 6.1 098/131] cifs: fix typo in module parameter enable_gcm_256 Greg Kroah-Hartman
2024-06-25  9:34 ` [PATCH 6.1 099/131] KVM: Fix a data race on last_boosted_vcpu in kvm_vcpu_on_spin() Greg Kroah-Hartman
2024-06-25  9:34 ` [PATCH 6.1 100/131] KVM: arm64: Disassociate vcpus from redistributor region on teardown Greg Kroah-Hartman
2024-06-25  9:34 ` [PATCH 6.1 101/131] KVM: x86: Always sync PIR to IRR prior to scanning I/O APIC routes Greg Kroah-Hartman
2024-06-25  9:34 ` [PATCH 6.1 102/131] ALSA: hda/realtek: fix mute/micmute LEDs dont work for ProBook 445/465 G11 Greg Kroah-Hartman
2024-06-25  9:34 ` [PATCH 6.1 103/131] ALSA: hda/realtek: Limit mic boost on N14AP7 Greg Kroah-Hartman
2024-06-25  9:34 ` [PATCH 6.1 104/131] drm/i915/mso: using joiner is not possible with eDP MSO Greg Kroah-Hartman
2024-06-25  9:34 ` [PATCH 6.1 105/131] drm/radeon: fix UBSAN warning in kv_dpm.c Greg Kroah-Hartman
2024-06-25  9:34 ` [PATCH 6.1 106/131] drm/amdgpu: " Greg Kroah-Hartman
2024-06-25  9:34 ` [PATCH 6.1 107/131] gcov: add support for GCC 14 Greg Kroah-Hartman
2024-06-25  9:34 ` [PATCH 6.1 108/131] kcov: dont lose track of remote references during softirqs Greg Kroah-Hartman
2024-06-25  9:34 ` [PATCH 6.1 109/131] mm: mmap: allow for the maximum number of bits for randomizing mmap_base by default Greg Kroah-Hartman
2024-06-25  9:34 ` [PATCH 6.1 110/131] tcp: clear tp->retrans_stamp in tcp_rcv_fastopen_synack() Greg Kroah-Hartman
2024-06-25  9:34 ` [PATCH 6.1 111/131] mm/page_table_check: fix crash on ZONE_DEVICE Greg Kroah-Hartman
2024-06-25  9:34 ` [PATCH 6.1 112/131] i2c: ocores: set IACK bit after core is enabled Greg Kroah-Hartman
2024-06-25  9:34 ` [PATCH 6.1 113/131] dt-bindings: i2c: google,cros-ec-i2c-tunnel: correct path to i2c-controller schema Greg Kroah-Hartman
2024-06-25  9:34 ` [PATCH 6.1 114/131] spi: stm32: qspi: Fix dual flash mode sanity test in stm32_qspi_setup() Greg Kroah-Hartman
2024-06-25  9:34 ` [PATCH 6.1 115/131] arm64: dts: imx8qm-mek: fix gpio number for reg_usdhc2_vmmc Greg Kroah-Hartman
2024-06-25  9:34 ` [PATCH 6.1 116/131] spi: stm32: qspi: Clamp stm32_qspi_get_mode() output to CCR_BUSWIDTH_4 Greg Kroah-Hartman
2024-06-25  9:34 ` [PATCH 6.1 117/131] perf: script: add raw|disasm arguments to --insn-trace option Greg Kroah-Hartman
2024-06-25  9:34 ` [PATCH 6.1 118/131] perf script: Show also errors for " Greg Kroah-Hartman
2024-06-25  9:34 ` [PATCH 6.1 119/131] ARM: dts: samsung: smdkv310: fix keypad no-autorepeat Greg Kroah-Hartman
2024-06-25  9:34 ` [PATCH 6.1 120/131] ARM: dts: samsung: exynos4412-origen: " Greg Kroah-Hartman
2024-06-25  9:34 ` [PATCH 6.1 121/131] ARM: dts: samsung: smdk4412: " Greg Kroah-Hartman
2024-06-25  9:34 ` [PATCH 6.1 122/131] pmdomain: ti-sci: Fix duplicate PD referrals Greg Kroah-Hartman
2024-06-25  9:34 ` [PATCH 6.1 123/131] tracing: Add MODULE_DESCRIPTION() to preemptirq_delay_test Greg Kroah-Hartman
2024-06-25  9:34 ` [PATCH 6.1 124/131] x86/cpu/vfm: Add new macros to work with (vendor/family/model) values Greg Kroah-Hartman
2024-06-25  9:34 ` [PATCH 6.1 125/131] x86/cpu: Fix x86_match_cpu() to match just X86_VENDOR_INTEL Greg Kroah-Hartman
2024-06-25  9:34 ` [PATCH 6.1 126/131] Revert "kheaders: substituting --sort in archive creation" Greg Kroah-Hartman
2024-06-25  9:34 ` [PATCH 6.1 127/131] kheaders: explicitly define file modes for archived headers Greg Kroah-Hartman
2024-06-25  9:34 ` [PATCH 6.1 128/131] drm/amd/display: revert Exit idle optimizations before HDCP execution Greg Kroah-Hartman
2024-06-25  9:34 ` [PATCH 6.1 129/131] net/sched: unregister lockdep keys in qdisc_create/qdisc_alloc error path Greg Kroah-Hartman
2024-06-25  9:34 ` [PATCH 6.1 130/131] hid: asus: asus_report_fixup: fix potential read out of bounds Greg Kroah-Hartman
2024-06-25  9:34 ` [PATCH 6.1 131/131] Revert "mm: mmap: allow for the maximum number of bits for randomizing mmap_base by default" Greg Kroah-Hartman
2024-06-25 11:23 ` [PATCH 6.1 000/131] 6.1.96-rc1 review Florian Fainelli
2024-06-25 15:54 ` Peter Schneider
2024-06-25 17:04 ` SeongJae Park
2024-06-25 18:02 ` Mark Brown
2024-06-25 21:29 ` Shuah Khan
2024-06-26  8:02 ` Jon Hunter
2024-06-26 10:36 ` Shreeya Patel
2024-06-26 12:21 ` Allen
2024-06-26 12:51 ` Ron Economos
2024-06-26 19:13 ` Mateusz Jończyk
2024-06-26 19:51 ` Naresh Kamboju
2024-06-27  3:32 ` Kelsey Steele
2024-06-28 19:26 ` Pavel Machek

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=20240625085526.180793580@linuxfoundation.org \
    --to=gregkh@linuxfoundation.org \
    --cc=patches@lists.linux.dev \
    --cc=paulmck@kernel.org \
    --cc=qiang.zhang1211@gmail.com \
    --cc=sashal@kernel.org \
    --cc=stable@vger.kernel.org \
    --cc=urezki@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).