From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: stable@vger.kernel.org
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
patches@lists.linux.dev,
Thadeu Lima de Souza Cascardo <cascardo@igalia.com>,
Sun peng Li <sunpeng.li@amd.com>,
Tom Chung <chiahsuan.chung@amd.com>,
Daniel Wheeler <daniel.wheeler@amd.com>,
Alex Deucher <alexander.deucher@amd.com>,
Rodrigo Siqueira <siqueira@igalia.com>,
Sasha Levin <sashal@kernel.org>
Subject: [PATCH 6.6 056/268] drm/amd/display: avoid NPD when ASIC does not support DMUB
Date: Tue, 8 Apr 2025 12:47:47 +0200 [thread overview]
Message-ID: <20250408104830.011124802@linuxfoundation.org> (raw)
In-Reply-To: <20250408104828.499967190@linuxfoundation.org>
6.6-stable review patch. If anyone has any objections, please let me know.
------------------
From: Thadeu Lima de Souza Cascardo <cascardo@igalia.com>
[ Upstream commit 42d9d7bed270247f134190ba0cb05bbd072f58c2 ]
ctx->dmub_srv will de NULL if the ASIC does not support DMUB, which is
tested in dm_dmub_sw_init.
However, it will be dereferenced in dmub_hw_lock_mgr_cmd if
should_use_dmub_lock returns true.
This has been the case since dmub support has been added for PSR1.
Fix this by checking for dmub_srv in should_use_dmub_lock.
[ 37.440832] BUG: kernel NULL pointer dereference, address: 0000000000000058
[ 37.447808] #PF: supervisor read access in kernel mode
[ 37.452959] #PF: error_code(0x0000) - not-present page
[ 37.458112] PGD 0 P4D 0
[ 37.460662] Oops: Oops: 0000 [#1] PREEMPT SMP NOPTI
[ 37.465553] CPU: 2 UID: 1000 PID: 1745 Comm: DrmThread Not tainted 6.14.0-rc1-00003-gd62e938120f0 #23 99720e1cb1e0fc4773b8513150932a07de3c6e88
[ 37.478324] Hardware name: Google Morphius/Morphius, BIOS Google_Morphius.13434.858.0 10/26/2023
[ 37.487103] RIP: 0010:dmub_hw_lock_mgr_cmd+0x77/0xb0
[ 37.492074] Code: 44 24 0e 00 00 00 00 48 c7 04 24 45 00 00 0c 40 88 74 24 0d 0f b6 02 88 44 24 0c 8b 01 89 44 24 08 85 f6 75 05 c6 44 24 0e 01 <48> 8b 7f 58 48 89 e6 ba 01 00 00 00 e8 08 3c 2a 00 65 48 8b 04 5
[ 37.510822] RSP: 0018:ffff969442853300 EFLAGS: 00010202
[ 37.516052] RAX: 0000000000000000 RBX: ffff92db03000000 RCX: ffff969442853358
[ 37.523185] RDX: ffff969442853368 RSI: 0000000000000001 RDI: 0000000000000000
[ 37.530322] RBP: 0000000000000001 R08: 00000000000004a7 R09: 00000000000004a5
[ 37.537453] R10: 0000000000000476 R11: 0000000000000062 R12: ffff92db0ade8000
[ 37.544589] R13: ffff92da01180ae0 R14: ffff92da011802a8 R15: ffff92db03000000
[ 37.551725] FS: 0000784a9cdfc6c0(0000) GS:ffff92db2af00000(0000) knlGS:0000000000000000
[ 37.559814] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 37.565562] CR2: 0000000000000058 CR3: 0000000112b1c000 CR4: 00000000003506f0
[ 37.572697] Call Trace:
[ 37.575152] <TASK>
[ 37.577258] ? __die_body+0x66/0xb0
[ 37.580756] ? page_fault_oops+0x3e7/0x4a0
[ 37.584861] ? exc_page_fault+0x3e/0xe0
[ 37.588706] ? exc_page_fault+0x5c/0xe0
[ 37.592550] ? asm_exc_page_fault+0x22/0x30
[ 37.596742] ? dmub_hw_lock_mgr_cmd+0x77/0xb0
[ 37.601107] dcn10_cursor_lock+0x1e1/0x240
[ 37.605211] program_cursor_attributes+0x81/0x190
[ 37.609923] commit_planes_for_stream+0x998/0x1ef0
[ 37.614722] update_planes_and_stream_v2+0x41e/0x5c0
[ 37.619703] dc_update_planes_and_stream+0x78/0x140
[ 37.624588] amdgpu_dm_atomic_commit_tail+0x4362/0x49f0
[ 37.629832] ? srso_return_thunk+0x5/0x5f
[ 37.633847] ? mark_held_locks+0x6d/0xd0
[ 37.637774] ? _raw_spin_unlock_irq+0x24/0x50
[ 37.642135] ? srso_return_thunk+0x5/0x5f
[ 37.646148] ? lockdep_hardirqs_on+0x95/0x150
[ 37.650510] ? srso_return_thunk+0x5/0x5f
[ 37.654522] ? _raw_spin_unlock_irq+0x2f/0x50
[ 37.658883] ? srso_return_thunk+0x5/0x5f
[ 37.662897] ? wait_for_common+0x186/0x1c0
[ 37.666998] ? srso_return_thunk+0x5/0x5f
[ 37.671009] ? drm_crtc_next_vblank_start+0xc3/0x170
[ 37.675983] commit_tail+0xf5/0x1c0
[ 37.679478] drm_atomic_helper_commit+0x2a2/0x2b0
[ 37.684186] drm_atomic_commit+0xd6/0x100
[ 37.688199] ? __cfi___drm_printfn_info+0x10/0x10
[ 37.692911] drm_atomic_helper_update_plane+0xe5/0x130
[ 37.698054] drm_mode_cursor_common+0x501/0x670
[ 37.702600] ? __cfi_drm_mode_cursor_ioctl+0x10/0x10
[ 37.707572] drm_mode_cursor_ioctl+0x48/0x70
[ 37.711851] drm_ioctl_kernel+0xf2/0x150
[ 37.715781] drm_ioctl+0x363/0x590
[ 37.719189] ? __cfi_drm_mode_cursor_ioctl+0x10/0x10
[ 37.724165] amdgpu_drm_ioctl+0x41/0x80
[ 37.728013] __se_sys_ioctl+0x7f/0xd0
[ 37.731685] do_syscall_64+0x87/0x100
[ 37.735355] ? vma_end_read+0x12/0xe0
[ 37.739024] ? srso_return_thunk+0x5/0x5f
[ 37.743041] ? find_held_lock+0x47/0xf0
[ 37.746884] ? vma_end_read+0x12/0xe0
[ 37.750552] ? srso_return_thunk+0x5/0x5f
[ 37.754565] ? lock_release+0x1c4/0x2e0
[ 37.758406] ? vma_end_read+0x12/0xe0
[ 37.762079] ? exc_page_fault+0x84/0xe0
[ 37.765921] ? srso_return_thunk+0x5/0x5f
[ 37.769938] ? lockdep_hardirqs_on+0x95/0x150
[ 37.774303] ? srso_return_thunk+0x5/0x5f
[ 37.778317] ? exc_page_fault+0x84/0xe0
[ 37.782163] entry_SYSCALL_64_after_hwframe+0x55/0x5d
[ 37.787218] RIP: 0033:0x784aa5ec3059
[ 37.790803] Code: 04 25 28 00 00 00 48 89 45 c8 31 c0 48 8d 45 10 c7 45 b0 10 00 00 00 48 89 45 b8 48 8d 45 d0 48 89 45 c0 b8 10 00 00 00 0f 05 <41> 89 c0 3d 00 f0 ff ff 77 1d 48 8b 45 c8 64 48 2b 04 25 28 00 0
[ 37.809553] RSP: 002b:0000784a9cdf90e0 EFLAGS: 00000246 ORIG_RAX: 0000000000000010
[ 37.817121] RAX: ffffffffffffffda RBX: 0000784a9cdf917c RCX: 0000784aa5ec3059
[ 37.824256] RDX: 0000784a9cdf917c RSI: 00000000c01c64a3 RDI: 0000000000000020
[ 37.831391] RBP: 0000784a9cdf9130 R08: 0000000000000100 R09: 0000000000ff0000
[ 37.838525] R10: 0000000000000000 R11: 0000000000000246 R12: 0000025c01606ed0
[ 37.845657] R13: 0000025c00030200 R14: 00000000c01c64a3 R15: 0000000000000020
[ 37.852799] </TASK>
[ 37.854992] Modules linked in:
[ 37.864546] gsmi: Log Shutdown Reason 0x03
[ 37.868656] CR2: 0000000000000058
[ 37.871979] ---[ end trace 0000000000000000 ]---
[ 37.880976] RIP: 0010:dmub_hw_lock_mgr_cmd+0x77/0xb0
[ 37.885954] Code: 44 24 0e 00 00 00 00 48 c7 04 24 45 00 00 0c 40 88 74 24 0d 0f b6 02 88 44 24 0c 8b 01 89 44 24 08 85 f6 75 05 c6 44 24 0e 01 <48> 8b 7f 58 48 89 e6 ba 01 00 00 00 e8 08 3c 2a 00 65 48 8b 04 5
[ 37.904703] RSP: 0018:ffff969442853300 EFLAGS: 00010202
[ 37.909933] RAX: 0000000000000000 RBX: ffff92db03000000 RCX: ffff969442853358
[ 37.917068] RDX: ffff969442853368 RSI: 0000000000000001 RDI: 0000000000000000
[ 37.924201] RBP: 0000000000000001 R08: 00000000000004a7 R09: 00000000000004a5
[ 37.931336] R10: 0000000000000476 R11: 0000000000000062 R12: ffff92db0ade8000
[ 37.938469] R13: ffff92da01180ae0 R14: ffff92da011802a8 R15: ffff92db03000000
[ 37.945602] FS: 0000784a9cdfc6c0(0000) GS:ffff92db2af00000(0000) knlGS:0000000000000000
[ 37.953689] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 37.959435] CR2: 0000000000000058 CR3: 0000000112b1c000 CR4: 00000000003506f0
[ 37.966570] Kernel panic - not syncing: Fatal exception
[ 37.971901] Kernel Offset: 0x30200000 from 0xffffffff81000000 (relocation range: 0xffffffff80000000-0xffffffffbfffffff)
[ 37.982840] gsmi: Log Shutdown Reason 0x02
Fixes: b5c764d6ed55 ("drm/amd/display: Use HW lock mgr for PSR1")
Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@igalia.com>
Cc: Sun peng Li <sunpeng.li@amd.com>
Cc: Tom Chung <chiahsuan.chung@amd.com>
Cc: Daniel Wheeler <daniel.wheeler@amd.com>
Cc: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Rodrigo Siqueira <siqueira@igalia.com>
Reviewed-by: Leo Li <sunpeng.li@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
---
drivers/gpu/drm/amd/display/dc/dce/dmub_hw_lock_mgr.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/drivers/gpu/drm/amd/display/dc/dce/dmub_hw_lock_mgr.c b/drivers/gpu/drm/amd/display/dc/dce/dmub_hw_lock_mgr.c
index 5c7530287730e..4dc9856e87301 100644
--- a/drivers/gpu/drm/amd/display/dc/dce/dmub_hw_lock_mgr.c
+++ b/drivers/gpu/drm/amd/display/dc/dce/dmub_hw_lock_mgr.c
@@ -63,6 +63,10 @@ void dmub_hw_lock_mgr_inbox0_cmd(struct dc_dmub_srv *dmub_srv,
bool should_use_dmub_lock(struct dc_link *link)
{
+ /* ASIC doesn't support DMUB */
+ if (!link->ctx->dmub_srv)
+ return false;
+
if (link->psr_settings.psr_version == DC_PSR_VERSION_SU_1)
return true;
--
2.39.5
next prev parent reply other threads:[~2025-04-08 11:52 UTC|newest]
Thread overview: 279+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-08 10:46 [PATCH 6.6 000/268] 6.6.87-rc1 review Greg Kroah-Hartman
2025-04-08 10:46 ` [PATCH 6.6 001/268] watch_queue: fix pipe accounting mismatch Greg Kroah-Hartman
2025-04-08 10:46 ` [PATCH 6.6 002/268] x86/mm/pat: cpa-test: fix length for CPA_ARRAY test Greg Kroah-Hartman
2025-04-08 10:46 ` [PATCH 6.6 003/268] cpufreq: scpi: compare kHz instead of Hz Greg Kroah-Hartman
2025-04-08 10:46 ` [PATCH 6.6 004/268] smack: dont compile ipv6 code unless ipv6 is configured Greg Kroah-Hartman
2025-04-08 10:46 ` [PATCH 6.6 005/268] cpufreq: governor: Fix negative idle_time handling in dbs_update() Greg Kroah-Hartman
2025-04-08 10:46 ` [PATCH 6.6 006/268] EDAC/{skx_common,i10nm}: Fix some missing error reports on Emerald Rapids Greg Kroah-Hartman
2025-04-08 10:46 ` [PATCH 6.6 007/268] x86/fpu: Fix guest FPU state buffer allocation size Greg Kroah-Hartman
2025-04-08 10:46 ` [PATCH 6.6 008/268] x86/fpu: Avoid copying dynamic FP state from init_task in arch_dup_task_struct() Greg Kroah-Hartman
2025-04-08 10:47 ` [PATCH 6.6 009/268] x86/platform: Only allow CONFIG_EISA for 32-bit Greg Kroah-Hartman
2025-04-08 10:47 ` [PATCH 6.6 010/268] x86/sev: Add missing RIP_REL_REF() invocations during sme_enable() Greg Kroah-Hartman
2025-04-08 10:47 ` [PATCH 6.6 011/268] lockdep/mm: Fix might_fault() lockdep check of current->mm->mmap_lock Greg Kroah-Hartman
2025-04-08 10:47 ` [PATCH 6.6 012/268] PM: sleep: Adjust check before setting power.must_resume Greg Kroah-Hartman
2025-04-08 10:47 ` [PATCH 6.6 013/268] RISC-V: KVM: Disable the kernel perf counter during configure Greg Kroah-Hartman
2025-04-08 10:47 ` [PATCH 6.6 014/268] selinux: Chain up tool resolving errors in install_policy.sh Greg Kroah-Hartman
2025-04-08 10:47 ` [PATCH 6.6 015/268] EDAC/ie31200: Fix the size of EDAC_MC_LAYER_CHIP_SELECT layer Greg Kroah-Hartman
2025-04-08 10:47 ` [PATCH 6.6 016/268] EDAC/ie31200: Fix the DIMM size mask for several SoCs Greg Kroah-Hartman
2025-04-08 10:47 ` [PATCH 6.6 017/268] EDAC/ie31200: Fix the error path order of ie31200_init() Greg Kroah-Hartman
2025-04-08 10:47 ` [PATCH 6.6 018/268] thermal: int340x: Add NULL check for adev Greg Kroah-Hartman
2025-04-08 10:47 ` [PATCH 6.6 019/268] PM: sleep: Fix handling devices with direct_complete set on errors Greg Kroah-Hartman
2025-04-08 10:47 ` [PATCH 6.6 020/268] lockdep: Dont disable interrupts on RT in disable_irq_nosync_lockdep.*() Greg Kroah-Hartman
2025-04-08 10:47 ` [PATCH 6.6 021/268] perf/ring_buffer: Allow the EPOLLRDNORM flag for poll Greg Kroah-Hartman
2025-04-08 10:47 ` [PATCH 6.6 022/268] x86/traps: Make exc_double_fault() consistently noreturn Greg Kroah-Hartman
2025-04-08 10:47 ` [PATCH 6.6 023/268] x86/fpu/xstate: Fix inconsistencies in guest FPU xfeatures Greg Kroah-Hartman
2025-04-08 10:47 ` [PATCH 6.6 024/268] media: verisilicon: HEVC: Initialize start_bit field Greg Kroah-Hartman
2025-04-08 10:47 ` [PATCH 6.6 025/268] media: platform: allgro-dvt: unregister v4l2_device on the error path Greg Kroah-Hartman
2025-04-08 10:47 ` [PATCH 6.6 026/268] platform/x86: dell-ddv: Fix temperature calculation Greg Kroah-Hartman
2025-04-08 10:47 ` [PATCH 6.6 027/268] ASoC: cs35l41: check the return value from spi_setup() Greg Kroah-Hartman
2025-04-08 10:47 ` [PATCH 6.6 028/268] HID: remove superfluous (and wrong) Makefile entry for CONFIG_INTEL_ISH_FIRMWARE_DOWNLOADER Greg Kroah-Hartman
2025-04-08 10:47 ` [PATCH 6.6 029/268] dt-bindings: vendor-prefixes: add GOcontroll Greg Kroah-Hartman
2025-04-08 10:47 ` [PATCH 6.6 030/268] ALSA: hda/realtek: Always honor no_shutup_pins Greg Kroah-Hartman
2025-04-08 10:47 ` [PATCH 6.6 031/268] ASoC: ti: j721e-evm: Fix clock configuration for ti,j7200-cpb-audio compatible Greg Kroah-Hartman
2025-04-08 10:47 ` [PATCH 6.6 032/268] drm/bridge: ti-sn65dsi86: Fix multiple instances Greg Kroah-Hartman
2025-04-08 10:47 ` [PATCH 6.6 033/268] drm/dp_mst: Fix drm RAD print Greg Kroah-Hartman
2025-04-08 10:47 ` [PATCH 6.6 034/268] drm/bridge: it6505: fix HDCP V match check is not performed correctly Greg Kroah-Hartman
2025-04-08 10:47 ` [PATCH 6.6 035/268] drm: xlnx: zynqmp: Fix max dma segment size Greg Kroah-Hartman
2025-04-08 10:47 ` [PATCH 6.6 036/268] drm/vkms: Fix use after free and double free on init error Greg Kroah-Hartman
2025-04-08 10:47 ` [PATCH 6.6 037/268] PCI: Use downstream bridges for distributing resources Greg Kroah-Hartman
2025-04-08 10:47 ` [PATCH 6.6 038/268] drm/mediatek: mtk_hdmi: Unregister audio platform device on failure Greg Kroah-Hartman
2025-04-08 10:47 ` [PATCH 6.6 039/268] drm/mediatek: mtk_hdmi: Fix typo for aud_sampe_size member Greg Kroah-Hartman
2025-04-08 10:47 ` [PATCH 6.6 040/268] PCI/ASPM: Fix link state exit during switch upstream function removal Greg Kroah-Hartman
2025-04-08 10:47 ` [PATCH 6.6 041/268] drm/msm/dpu: dont use active in atomic_check() Greg Kroah-Hartman
2025-04-08 10:47 ` [PATCH 6.6 042/268] drm/msm/dsi: Use existing per-interface slice count in DSC timing Greg Kroah-Hartman
2025-04-08 10:47 ` [PATCH 6.6 043/268] drm/msm/dsi: Set PHY usescase (and mode) before registering DSI host Greg Kroah-Hartman
2025-04-08 10:47 ` [PATCH 6.6 044/268] drm/amdkfd: Fix Circular Locking Dependency in svm_range_cpu_invalidate_pagetables Greg Kroah-Hartman
2025-04-08 10:47 ` [PATCH 6.6 045/268] PCI: cadence-ep: Fix the driver to send MSG TLP for INTx without data payload Greg Kroah-Hartman
2025-04-08 10:47 ` [PATCH 6.6 046/268] PCI: brcmstb: Use internal register to change link capability Greg Kroah-Hartman
2025-04-08 10:47 ` [PATCH 6.6 047/268] PCI: brcmstb: Fix error path after a call to regulator_bulk_get() Greg Kroah-Hartman
2025-04-08 10:47 ` [PATCH 6.6 048/268] PCI: brcmstb: Fix potential premature regulator disabling Greg Kroah-Hartman
2025-04-08 10:47 ` [PATCH 6.6 049/268] PCI/portdrv: Only disable pciehp interrupts early when needed Greg Kroah-Hartman
2025-04-08 10:47 ` [PATCH 6.6 050/268] PCI: Avoid reset when disabled via sysfs Greg Kroah-Hartman
2025-04-08 10:47 ` [PATCH 6.6 051/268] drm/amd/display: fix type mismatch in CalculateDynamicMetadataParameters() Greg Kroah-Hartman
2025-04-08 10:47 ` [PATCH 6.6 052/268] PCI: Remove stray put_device() in pci_register_host_bridge() Greg Kroah-Hartman
2025-04-08 10:47 ` [PATCH 6.6 053/268] PCI: xilinx-cpm: Fix IRQ domain leak in error path of probe Greg Kroah-Hartman
2025-04-08 10:47 ` [PATCH 6.6 054/268] drm/mediatek: dp: drm_err => dev_err in HPD path to avoid NULL ptr Greg Kroah-Hartman
2025-04-08 10:47 ` [PATCH 6.6 055/268] drm/mediatek: dsi: fix error codes in mtk_dsi_host_transfer() Greg Kroah-Hartman
2025-04-08 10:47 ` Greg Kroah-Hartman [this message]
2025-04-08 10:47 ` [PATCH 6.6 057/268] PCI: histb: Fix an error handling path in histb_pcie_probe() Greg Kroah-Hartman
2025-04-08 10:47 ` [PATCH 6.6 058/268] PCI: pciehp: Dont enable HPIE when resuming in poll mode Greg Kroah-Hartman
2025-04-08 10:47 ` [PATCH 6.6 059/268] fbdev: au1100fb: Move a variable assignment behind a null pointer check Greg Kroah-Hartman
2025-04-08 10:47 ` [PATCH 6.6 060/268] mdacon: rework dependency list Greg Kroah-Hartman
2025-04-08 10:47 ` [PATCH 6.6 061/268] fbdev: sm501fb: Add some geometry checks Greg Kroah-Hartman
2025-04-08 10:47 ` [PATCH 6.6 062/268] clk: amlogic: gxbb: drop incorrect flag on 32k clock Greg Kroah-Hartman
2025-04-08 10:47 ` [PATCH 6.6 063/268] crypto: hisilicon/sec2 - fix for aead authsize alignment Greg Kroah-Hartman
2025-04-08 10:47 ` [PATCH 6.6 064/268] crypto: hisilicon/sec2 - fix for sec spec check Greg Kroah-Hartman
2025-04-08 10:47 ` [PATCH 6.6 065/268] remoteproc: core: Clear table_sz when rproc_shutdown Greg Kroah-Hartman
2025-04-08 10:47 ` [PATCH 6.6 066/268] of: property: Increase NR_FWNODE_REFERENCE_ARGS Greg Kroah-Hartman
2025-04-08 10:47 ` [PATCH 6.6 067/268] remoteproc: qcom_q6v5_pas: Make single-PD handling more robust Greg Kroah-Hartman
2025-04-08 10:47 ` [PATCH 6.6 068/268] libbpf: Fix hypothetical STT_SECTION extern NULL deref case Greg Kroah-Hartman
2025-04-08 10:48 ` [PATCH 6.6 069/268] selftests/bpf: Fix string read in strncmp benchmark Greg Kroah-Hartman
2025-04-08 10:48 ` [PATCH 6.6 070/268] x86/mm/pat: Fix VM_PAT handling when fork() fails in copy_page_range() Greg Kroah-Hartman
2025-04-08 10:48 ` [PATCH 6.6 071/268] clk: samsung: Fix UBSAN panic in samsung_clk_init() Greg Kroah-Hartman
2025-04-08 10:48 ` [PATCH 6.6 072/268] clk: qcom: gcc-msm8953: fix stuck venus0_core0 clock Greg Kroah-Hartman
2025-04-08 10:48 ` [PATCH 6.6 073/268] RDMA/mana_ib: Ensure variable err is initialized Greg Kroah-Hartman
2025-04-08 10:48 ` [PATCH 6.6 074/268] remoteproc: qcom_q6v5_pas: Use resource with CX PD for MSM8226 Greg Kroah-Hartman
2025-04-08 10:48 ` [PATCH 6.6 075/268] bpf: Use preempt_count() directly in bpf_send_signal_common() Greg Kroah-Hartman
2025-04-08 10:48 ` [PATCH 6.6 076/268] lib: 842: Improve error handling in sw842_compress() Greg Kroah-Hartman
2025-04-08 10:48 ` [PATCH 6.6 077/268] pinctrl: renesas: rza2: Fix missing of_node_put() call Greg Kroah-Hartman
2025-04-08 10:48 ` [PATCH 6.6 078/268] pinctrl: renesas: rzg2l: " Greg Kroah-Hartman
2025-04-08 10:48 ` [PATCH 6.6 079/268] clk: rockchip: rk3328: fix wrong clk_ref_usb3otg parent Greg Kroah-Hartman
2025-04-08 10:48 ` [PATCH 6.6 080/268] RDMA/core: Dont expose hw_counters outside of init net namespace Greg Kroah-Hartman
2025-04-08 10:48 ` [PATCH 6.6 081/268] RDMA/mlx5: Fix calculation of total invalidated pages Greg Kroah-Hartman
2025-04-08 10:48 ` [PATCH 6.6 082/268] RDMA/erdma: Prevent use-after-free in erdma_accept_newconn() Greg Kroah-Hartman
2025-04-08 10:48 ` [PATCH 6.6 083/268] remoteproc: qcom_q6v5_mss: Handle platforms with one power domain Greg Kroah-Hartman
2025-04-08 10:48 ` [PATCH 6.6 084/268] IB/mad: Check available slots before posting receive WRs Greg Kroah-Hartman
2025-04-08 10:48 ` [PATCH 6.6 085/268] pinctrl: tegra: Set SFIO mode to Mux Register Greg Kroah-Hartman
2025-04-08 10:48 ` [PATCH 6.6 086/268] clk: amlogic: g12b: fix cluster A parent data Greg Kroah-Hartman
2025-04-08 10:48 ` [PATCH 6.6 087/268] clk: amlogic: gxbb: drop non existing 32k clock parent Greg Kroah-Hartman
2025-04-08 10:48 ` [PATCH 6.6 088/268] selftests/bpf: Select NUMA_NO_NODE to create map Greg Kroah-Hartman
2025-04-08 10:48 ` [PATCH 6.6 089/268] rust: fix signature of rust_fmt_argument Greg Kroah-Hartman
2025-04-08 11:57 ` Alice Ryhl
2025-04-08 12:01 ` Alice Ryhl
2025-04-08 10:48 ` [PATCH 6.6 090/268] clk: clk-imx8mp-audiomix: fix dsp/ocram_a clock parents Greg Kroah-Hartman
2025-04-08 10:48 ` [PATCH 6.6 091/268] clk: amlogic: g12a: fix mmc A peripheral clock Greg Kroah-Hartman
2025-04-08 10:48 ` [PATCH 6.6 092/268] x86/entry: Fix ORC unwinder for PUSH_REGS with save_ret=1 Greg Kroah-Hartman
2025-04-08 10:48 ` [PATCH 6.6 093/268] power: supply: max77693: Fix wrong conversion of charge input threshold value Greg Kroah-Hartman
2025-04-08 10:48 ` [PATCH 6.6 094/268] crypto: nx - Fix uninitialised hv_nxc on error Greg Kroah-Hartman
2025-04-08 10:48 ` [PATCH 6.6 095/268] RDMA/mlx5: Fix mlx5_poll_one() cur_qp update flow Greg Kroah-Hartman
2025-04-08 10:48 ` [PATCH 6.6 096/268] pinctrl: renesas: rzv2m: Fix missing of_node_put() call Greg Kroah-Hartman
2025-04-08 10:48 ` [PATCH 6.6 097/268] mfd: sm501: Switch to BIT() to mitigate integer overflows Greg Kroah-Hartman
2025-04-08 10:48 ` [PATCH 6.6 098/268] leds: Fix LED_OFF brightness race Greg Kroah-Hartman
2025-04-08 10:48 ` [PATCH 6.6 099/268] x86/dumpstack: Fix inaccurate unwinding from exception stacks due to misplaced assignment Greg Kroah-Hartman
2025-04-08 10:48 ` [PATCH 6.6 100/268] crypto: hisilicon/sec2 - fix for aead auth key length Greg Kroah-Hartman
2025-04-08 10:48 ` [PATCH 6.6 101/268] pinctrl: intel: Fix wrong bypass assignment in intel_pinctrl_probe_pwm() Greg Kroah-Hartman
2025-04-08 10:48 ` [PATCH 6.6 102/268] clk: qcom: mmcc-sdm660: fix stuck video_subcore0 clock Greg Kroah-Hartman
2025-04-08 10:48 ` [PATCH 6.6 103/268] perf stat: Fix find_stat for mixed legacy/non-legacy events Greg Kroah-Hartman
2025-04-08 10:48 ` [PATCH 6.6 104/268] isofs: fix KMSAN uninit-value bug in do_isofs_readdir() Greg Kroah-Hartman
2025-04-08 10:48 ` [PATCH 6.6 105/268] soundwire: slave: fix an OF node reference leak in soundwire slave device Greg Kroah-Hartman
2025-04-08 10:48 ` [PATCH 6.6 106/268] coresight: catu: Fix number of pages while using 64k pages Greg Kroah-Hartman
2025-04-08 10:48 ` [PATCH 6.6 107/268] vhost-scsi: Fix handling of multiple calls to vhost_scsi_set_endpoint Greg Kroah-Hartman
2025-04-08 10:48 ` [PATCH 6.6 108/268] coresight-etm4x: add isb() before reading the TRCSTATR Greg Kroah-Hartman
2025-04-08 10:48 ` [PATCH 6.6 109/268] perf pmu: Dont double count common sysfs and json events Greg Kroah-Hartman
2025-04-08 10:48 ` [PATCH 6.6 110/268] ucsi_ccg: Dont show failed to get FW build information error Greg Kroah-Hartman
2025-04-08 10:48 ` [PATCH 6.6 111/268] iio: accel: mma8452: Ensure error return on failure to matching oversampling ratio Greg Kroah-Hartman
2025-04-08 10:48 ` [PATCH 6.6 112/268] iio: accel: msa311: Fix failure to release runtime pm if direct mode claim fails Greg Kroah-Hartman
2025-04-08 10:48 ` [PATCH 6.6 113/268] perf arm-spe: Fix load-store operation checking Greg Kroah-Hartman
2025-04-08 10:48 ` [PATCH 6.6 114/268] perf bench: Fix perf bench syscall loop count Greg Kroah-Hartman
2025-04-08 10:48 ` [PATCH 6.6 115/268] usb: xhci: correct debug message page size calculation Greg Kroah-Hartman
2025-04-08 10:48 ` [PATCH 6.6 116/268] fs/ntfs3: Fix a couple integer overflows on 32bit systems Greg Kroah-Hartman
2025-04-08 10:48 ` [PATCH 6.6 117/268] fs/ntfs3: Prevent integer overflow in hdr_first_de() Greg Kroah-Hartman
2025-04-08 10:48 ` [PATCH 6.6 118/268] dmaengine: fsl-edma: cleanup chan after dma_async_device_unregister Greg Kroah-Hartman
2025-04-08 10:48 ` [PATCH 6.6 119/268] iio: adc: ad4130: Fix comparison of channel setups Greg Kroah-Hartman
2025-04-08 10:48 ` [PATCH 6.6 120/268] iio: adc: ad7124: Fix comparison of channel configs Greg Kroah-Hartman
2025-04-08 10:48 ` [PATCH 6.6 121/268] perf evlist: Add success path to evlist__create_syswide_maps Greg Kroah-Hartman
2025-04-08 10:48 ` [PATCH 6.6 122/268] perf units: Fix insufficient array space Greg Kroah-Hartman
2025-04-08 10:48 ` [PATCH 6.6 123/268] kernel/events/uprobes: handle device-exclusive entries correctly in __replace_page() Greg Kroah-Hartman
2025-04-08 10:48 ` [PATCH 6.6 124/268] kexec: initialize ELF lowest address to ULONG_MAX Greg Kroah-Hartman
2025-04-08 10:48 ` [PATCH 6.6 125/268] ocfs2: validate l_tree_depth to avoid out-of-bounds access Greg Kroah-Hartman
2025-04-08 10:48 ` [PATCH 6.6 126/268] arch/powerpc: drop GENERIC_PTDUMP from mpc885_ads_defconfig Greg Kroah-Hartman
2025-04-08 10:48 ` [PATCH 6.6 127/268] NFSv4: Dont trigger uneccessary scans for return-on-close delegations Greg Kroah-Hartman
2025-04-08 10:48 ` [PATCH 6.6 128/268] fuse: fix dax truncate/punch_hole fault path Greg Kroah-Hartman
2025-04-08 10:49 ` [PATCH 6.6 129/268] selftests/mm/cow: fix the incorrect error handling Greg Kroah-Hartman
2025-04-08 10:49 ` [PATCH 6.6 130/268] um: remove copy_from_kernel_nofault_allowed Greg Kroah-Hartman
2025-04-08 10:49 ` [PATCH 6.6 131/268] um: hostfs: avoid issues on inode number reuse by host Greg Kroah-Hartman
2025-04-08 10:49 ` [PATCH 6.6 132/268] i3c: master: svc: Fix missing the IBI rules Greg Kroah-Hartman
2025-04-08 10:49 ` [PATCH 6.6 133/268] perf python: Fixup description of sample.id event member Greg Kroah-Hartman
2025-04-08 10:49 ` [PATCH 6.6 134/268] perf python: Decrement the refcount of just created event on failure Greg Kroah-Hartman
2025-04-08 10:49 ` [PATCH 6.6 135/268] perf python: Dont keep a raw_data pointer to consumed ring buffer space Greg Kroah-Hartman
2025-04-08 10:49 ` [PATCH 6.6 136/268] perf python: Check if there is space to copy all the event Greg Kroah-Hartman
2025-04-08 10:49 ` [PATCH 6.6 137/268] staging: rtl8723bs: select CONFIG_CRYPTO_LIB_AES Greg Kroah-Hartman
2025-04-08 10:49 ` [PATCH 6.6 138/268] tty: n_tty: use uint for space returned by tty_write_room() Greg Kroah-Hartman
2025-04-08 10:49 ` [PATCH 6.6 139/268] fs/procfs: fix the comment above proc_pid_wchan() Greg Kroah-Hartman
2025-04-08 10:49 ` [PATCH 6.6 140/268] perf tools: annotate asm_pure_loop.S Greg Kroah-Hartman
2025-04-08 10:49 ` [PATCH 6.6 141/268] objtool, media: dib8000: Prevent divide-by-zero in dib8000_set_dds() Greg Kroah-Hartman
2025-04-08 10:49 ` [PATCH 6.6 142/268] NFS: Shut down the nfs_client only after all the superblocks Greg Kroah-Hartman
2025-04-08 10:49 ` [PATCH 6.6 143/268] smb: client: Fix netns refcount imbalance causing leaks and use-after-free Greg Kroah-Hartman
2025-04-08 10:49 ` [PATCH 6.6 144/268] exfat: fix the infinite loop in exfat_find_last_cluster() Greg Kroah-Hartman
2025-04-08 10:49 ` [PATCH 6.6 145/268] rtnetlink: Allocate vfinfo size for VF GUIDs when supported Greg Kroah-Hartman
2025-04-08 10:49 ` [PATCH 6.6 146/268] rndis_host: Flag RNDIS modems as WWAN devices Greg Kroah-Hartman
2025-04-08 10:49 ` [PATCH 6.6 147/268] ksmbd: use aead_request_free to match aead_request_alloc Greg Kroah-Hartman
2025-04-08 10:49 ` [PATCH 6.6 148/268] ksmbd: fix multichannel connection failure Greg Kroah-Hartman
2025-04-08 10:49 ` [PATCH 6.6 149/268] ksmbd: fix r_count dec/increment mismatch Greg Kroah-Hartman
2025-04-08 10:49 ` [PATCH 6.6 150/268] net/mlx5e: SHAMPO, Make reserved size independent of page size Greg Kroah-Hartman
2025-04-08 10:49 ` [PATCH 6.6 151/268] ring-buffer: Fix bytes_dropped calculation issue Greg Kroah-Hartman
2025-04-08 10:49 ` [PATCH 6.6 152/268] objtool: Fix segfault in ignore_unreachable_insn() Greg Kroah-Hartman
2025-04-08 10:49 ` [PATCH 6.6 153/268] LoongArch: Fix help text of CMDLINE_EXTEND in Kconfig Greg Kroah-Hartman
2025-04-08 10:49 ` [PATCH 6.6 154/268] LoongArch: Rework the arch_kgdb_breakpoint() implementation Greg Kroah-Hartman
2025-04-08 10:49 ` [PATCH 6.6 155/268] ACPI: processor: idle: Return an error if both P_LVL{2,3} idle states are invalid Greg Kroah-Hartman
2025-04-08 10:49 ` [PATCH 6.6 156/268] octeontx2-af: Fix mbox INTR handler when num VFs > 64 Greg Kroah-Hartman
2025-04-08 10:49 ` [PATCH 6.6 157/268] octeontx2-af: Free NIX_AF_INT_VEC_GEN irq Greg Kroah-Hartman
2025-04-08 10:49 ` [PATCH 6.6 158/268] objtool: Fix verbose disassembly if CROSS_COMPILE isnt set Greg Kroah-Hartman
2025-04-08 10:49 ` [PATCH 6.6 159/268] sched/smt: Always inline sched_smt_active() Greg Kroah-Hartman
2025-04-08 10:49 ` [PATCH 6.6 160/268] context_tracking: Always inline ct_{nmi,irq}_{enter,exit}() Greg Kroah-Hartman
2025-04-08 10:49 ` [PATCH 6.6 161/268] rcu-tasks: Always inline rcu_irq_work_resched() Greg Kroah-Hartman
2025-04-08 10:49 ` [PATCH 6.6 162/268] wifi: iwlwifi: fw: allocate chained SG tables for dump Greg Kroah-Hartman
2025-04-08 10:49 ` [PATCH 6.6 163/268] wifi: iwlwifi: mvm: use the right version of the rate API Greg Kroah-Hartman
2025-04-08 10:49 ` [PATCH 6.6 164/268] nvme-tcp: fix possible UAF in nvme_tcp_poll Greg Kroah-Hartman
2025-04-08 10:49 ` [PATCH 6.6 165/268] nvme-pci: clean up CMBMSC when registering CMB fails Greg Kroah-Hartman
2025-04-08 10:49 ` [PATCH 6.6 166/268] nvme-pci: skip CMB blocks incompatible with PCI P2P DMA Greg Kroah-Hartman
2025-04-08 10:49 ` [PATCH 6.6 167/268] wifi: brcmfmac: keep power during suspend if board requires it Greg Kroah-Hartman
2025-04-08 10:49 ` [PATCH 6.6 168/268] affs: generate OFS sequence numbers starting at 1 Greg Kroah-Hartman
2025-04-08 10:49 ` [PATCH 6.6 169/268] affs: dont write overlarge OFS data block size fields Greg Kroah-Hartman
2025-04-08 10:49 ` [PATCH 6.6 170/268] ALSA: hda/realtek: Fix Asus Z13 2025 audio Greg Kroah-Hartman
2025-04-08 10:49 ` [PATCH 6.6 171/268] ALSA: hda: Fix speakers on ASUS EXPERTBOOK P5405CSA 1.0 Greg Kroah-Hartman
2025-04-08 10:49 ` [PATCH 6.6 172/268] perf/core: Fix perf_pmu_register() vs. perf_init_event() Greg Kroah-Hartman
2025-04-08 10:49 ` [PATCH 6.6 173/268] cifs: fix incorrect validation for num_aces field of smb_acl Greg Kroah-Hartman
2025-04-08 10:49 ` [PATCH 6.6 174/268] platform/x86: intel-hid: fix volume buttons on Microsoft Surface Go 4 tablet Greg Kroah-Hartman
2025-04-08 10:49 ` [PATCH 6.6 175/268] platform/x86/intel/vsec: Add Diamond Rapids support Greg Kroah-Hartman
2025-04-08 10:49 ` [PATCH 6.6 176/268] HID: i2c-hid: improve i2c_hid_get_report error message Greg Kroah-Hartman
2025-04-08 10:49 ` [PATCH 6.6 177/268] ALSA: hda/realtek: Add support for ASUS ROG Strix G614 Laptops using CS35L41 HDA Greg Kroah-Hartman
2025-04-08 10:49 ` [PATCH 6.6 178/268] ALSA: hda/realtek: Add support for ASUS Zenbook UM3406KA " Greg Kroah-Hartman
2025-04-08 10:49 ` [PATCH 6.6 179/268] sched/deadline: Use online cpus for validating runtime Greg Kroah-Hartman
2025-04-08 10:49 ` [PATCH 6.6 180/268] x86/hyperv/vtl: Stop kernel from probing VTL0 low memory Greg Kroah-Hartman
2025-04-08 10:49 ` [PATCH 6.6 181/268] wifi: mac80211: flush the station before moving it to UN-AUTHORIZED state Greg Kroah-Hartman
2025-04-08 10:49 ` [PATCH 6.6 182/268] locking/semaphore: Use wake_q to wake up processes outside lock critical section Greg Kroah-Hartman
2025-04-08 10:49 ` [PATCH 6.6 183/268] x86/hyperv: Fix output argument to hypercall that changes page visibility Greg Kroah-Hartman
2025-04-08 10:49 ` [PATCH 6.6 184/268] x86/sgx: Warn explicitly if X86_FEATURE_SGX_LC is not enabled Greg Kroah-Hartman
2025-04-08 10:49 ` [PATCH 6.6 185/268] nvme-pci: fix stuck reset on concurrent DPC and HP Greg Kroah-Hartman
2025-04-08 10:49 ` [PATCH 6.6 186/268] drm/amd: Keep display off while going into S4 Greg Kroah-Hartman
2025-04-08 10:49 ` [PATCH 6.6 187/268] ALSA: hda/realtek: Add mute LED quirk for HP Pavilion x360 14-dy1xxx Greg Kroah-Hartman
2025-04-08 10:49 ` [PATCH 6.6 188/268] can: statistics: use atomic access in hot path Greg Kroah-Hartman
2025-04-08 10:50 ` [PATCH 6.6 189/268] memory: omap-gpmc: drop no compatible check Greg Kroah-Hartman
2025-04-08 10:50 ` [PATCH 6.6 190/268] hwmon: (nct6775-core) Fix out of bounds access for NCT679{8,9} Greg Kroah-Hartman
2025-04-08 10:50 ` [PATCH 6.6 191/268] spufs: fix a leak on spufs_new_file() failure Greg Kroah-Hartman
2025-04-08 10:50 ` [PATCH 6.6 192/268] spufs: fix gang directory lifetimes Greg Kroah-Hartman
2025-04-08 10:50 ` [PATCH 6.6 193/268] spufs: fix a leak in spufs_create_context() Greg Kroah-Hartman
2025-04-08 10:50 ` [PATCH 6.6 194/268] riscv: ftrace: Add parentheses in macro definitions of make_call_t0 and make_call_ra Greg Kroah-Hartman
2025-04-08 10:50 ` [PATCH 6.6 195/268] ntb_hw_switchtec: Fix shift-out-of-bounds in switchtec_ntb_mw_set_trans Greg Kroah-Hartman
2025-04-08 10:50 ` [PATCH 6.6 196/268] ntb: intel: Fix using link status DBs Greg Kroah-Hartman
2025-04-08 10:50 ` [PATCH 6.6 197/268] firmware: cs_dsp: Ensure cs_dsp_load[_coeff]() returns 0 on success Greg Kroah-Hartman
2025-04-08 10:50 ` [PATCH 6.6 198/268] ALSA: hda/realtek: Fix built-in mic breakage on ASUS VivoBook X515JA Greg Kroah-Hartman
2025-04-08 10:50 ` [PATCH 6.6 199/268] RISC-V: errata: Use medany for relocatable builds Greg Kroah-Hartman
2025-04-08 10:50 ` [PATCH 6.6 200/268] x86/uaccess: Improve performance by aligning writes to 8 bytes in copy_user_generic(), on non-FSRM/ERMS CPUs Greg Kroah-Hartman
2025-04-08 10:50 ` [PATCH 6.6 201/268] ASoC: codecs: rt5665: Fix some error handling paths in rt5665_probe() Greg Kroah-Hartman
2025-04-08 10:50 ` [PATCH 6.6 202/268] riscv: Fix hugetlb retrieval of number of ptes in case of !present pte Greg Kroah-Hartman
2025-04-08 10:50 ` [PATCH 6.6 203/268] ASoC: imx-card: Add NULL check in imx_card_probe() Greg Kroah-Hartman
2025-04-08 10:50 ` [PATCH 6.6 204/268] e1000e: change k1 configuration on MTP and later platforms Greg Kroah-Hartman
2025-04-08 10:50 ` [PATCH 6.6 205/268] netfilter: nft_set_hash: GC reaps elements with conncount for dynamic sets only Greg Kroah-Hartman
2025-04-08 10:50 ` [PATCH 6.6 206/268] netfilter: nf_tables: dont unregister hook when table is dormant Greg Kroah-Hartman
2025-04-08 10:50 ` [PATCH 6.6 207/268] netlabel: Fix NULL pointer exception caused by CALIPSO on IPv4 sockets Greg Kroah-Hartman
2025-04-08 10:50 ` [PATCH 6.6 208/268] net_sched: skbprio: Remove overly strict queue assertions Greg Kroah-Hartman
2025-04-08 10:50 ` [PATCH 6.6 209/268] net: mvpp2: Prevent parser TCAM memory corruption Greg Kroah-Hartman
2025-04-08 10:50 ` [PATCH 6.6 210/268] udp: Fix memory accounting leak Greg Kroah-Hartman
2025-04-08 10:50 ` [PATCH 6.6 211/268] vsock: avoid timeout during connect() if the socket is closing Greg Kroah-Hartman
2025-04-08 10:50 ` [PATCH 6.6 212/268] tunnels: Accept PACKET_HOST in skb_tunnel_check_pmtu() Greg Kroah-Hartman
2025-04-08 10:50 ` [PATCH 6.6 213/268] net: decrease cached dst counters in dst_release Greg Kroah-Hartman
2025-04-08 10:50 ` [PATCH 6.6 214/268] netfilter: nft_tunnel: fix geneve_opt type confusion addition Greg Kroah-Hartman
2025-04-08 10:50 ` [PATCH 6.6 215/268] ipv6: fix omitted netlink attributes when using RTEXT_FILTER_SKIP_STATS Greg Kroah-Hartman
2025-04-08 10:50 ` [PATCH 6.6 216/268] net: dsa: mv88e6xxx: propperly shutdown PPU re-enable timer on destroy Greg Kroah-Hartman
2025-04-08 10:50 ` [PATCH 6.6 217/268] net: fix geneve_opt length integer overflow Greg Kroah-Hartman
2025-04-08 10:50 ` [PATCH 6.6 218/268] ipv6: Start path selection from the first nexthop Greg Kroah-Hartman
2025-04-08 10:50 ` [PATCH 6.6 219/268] ipv6: Do not consider link down nexthops in path selection Greg Kroah-Hartman
2025-04-08 10:50 ` [PATCH 6.6 220/268] arcnet: Add NULL check in com20020pci_probe() Greg Kroah-Hartman
2025-04-08 10:50 ` [PATCH 6.6 221/268] net: ibmveth: make veth_pool_store stop hanging Greg Kroah-Hartman
2025-04-08 10:50 ` [PATCH 6.6 222/268] drm/amdgpu/gfx11: fix num_mec Greg Kroah-Hartman
2025-04-08 10:50 ` [PATCH 6.6 223/268] perf/core: Fix child_total_time_enabled accounting bug at task exit Greg Kroah-Hartman
2025-04-08 10:50 ` [PATCH 6.6 224/268] tracing: Allow creating instances with specified system events Greg Kroah-Hartman
2025-04-08 10:50 ` [PATCH 6.6 225/268] tracing: Switch trace_events_hist.c code over to use guard() Greg Kroah-Hartman
2025-04-08 10:50 ` [PATCH 6.6 226/268] tracing/hist: Add poll(POLLIN) support on hist file Greg Kroah-Hartman
2025-04-08 10:50 ` [PATCH 6.6 227/268] tracing/hist: Support POLLPRI event for poll on histogram Greg Kroah-Hartman
2025-04-08 10:50 ` [PATCH 6.6 228/268] tracing: Correct the refcount if the hist/hist_debug file fails to open Greg Kroah-Hartman
2025-04-08 10:50 ` [PATCH 6.6 229/268] drm/amd/display: Check link_index before accessing dc->links[] Greg Kroah-Hartman
2025-04-08 10:50 ` [PATCH 6.6 230/268] usbnet:fix NPE during rx_complete Greg Kroah-Hartman
2025-04-08 10:50 ` [PATCH 6.6 231/268] LoongArch: Increase ARCH_DMA_MINALIGN up to 16 Greg Kroah-Hartman
2025-04-08 10:50 ` [PATCH 6.6 232/268] LoongArch: BPF: Fix off-by-one error in build_prologue() Greg Kroah-Hartman
2025-04-08 10:50 ` [PATCH 6.6 233/268] LoongArch: BPF: Dont override subprogs return value Greg Kroah-Hartman
2025-04-08 10:50 ` [PATCH 6.6 234/268] LoongArch: BPF: Use move_addr() for BPF_PSEUDO_FUNC Greg Kroah-Hartman
2025-04-08 10:50 ` [PATCH 6.6 235/268] x86/hyperv: Fix check of return value from snp_set_vmsa() Greg Kroah-Hartman
2025-04-08 10:50 ` [PATCH 6.6 236/268] x86/microcode/AMD: Fix __apply_microcode_amd()s return value Greg Kroah-Hartman
2025-04-08 10:50 ` [PATCH 6.6 237/268] ACPI: x86: Extend Lenovo Yoga Tab 3 quirk with skip GPIO event-handlers Greg Kroah-Hartman
2025-04-08 10:50 ` [PATCH 6.6 238/268] platform/x86: ISST: Correct command storage data length Greg Kroah-Hartman
2025-04-08 10:50 ` [PATCH 6.6 239/268] ntb_perf: Delete duplicate dmaengine_unmap_put() call in perf_copy_chunk() Greg Kroah-Hartman
2025-04-08 10:50 ` [PATCH 6.6 240/268] perf/x86/intel: Apply static call for drain_pebs Greg Kroah-Hartman
2025-04-08 10:50 ` [PATCH 6.6 241/268] perf/x86/intel: Avoid disable PMU if !cpuc->enabled in sample read Greg Kroah-Hartman
2025-04-08 10:50 ` [PATCH 6.6 242/268] kunit/overflow: Fix UB in overflow_allocation_test Greg Kroah-Hartman
2025-04-08 10:50 ` [PATCH 6.6 243/268] btrfs: handle errors from btrfs_dec_ref() properly Greg Kroah-Hartman
2025-04-08 10:50 ` [PATCH 6.6 244/268] x86/tsc: Always save/restore TSC sched_clock() on suspend/resume Greg Kroah-Hartman
2025-04-08 10:50 ` [PATCH 6.6 245/268] x86/mm: Fix flush_tlb_range() when used for zapping normal PMDs Greg Kroah-Hartman
2025-04-08 10:50 ` [PATCH 6.6 246/268] acpi: nfit: fix narrowing conversion in acpi_nfit_ctl Greg Kroah-Hartman
2025-04-08 10:50 ` [PATCH 6.6 247/268] ACPI: resource: Skip IRQ override on ASUS Vivobook 14 X1404VAP Greg Kroah-Hartman
2025-04-08 10:50 ` [PATCH 6.6 248/268] mmc: omap: Fix memory leak in mmc_omap_new_slot Greg Kroah-Hartman
2025-04-08 10:51 ` [PATCH 6.6 249/268] mmc: sdhci-pxav3: set NEED_RSP_BUSY capability Greg Kroah-Hartman
2025-04-08 10:51 ` [PATCH 6.6 250/268] mmc: sdhci-omap: Disable MMC_CAP_AGGRESSIVE_PM for eMMC/SD Greg Kroah-Hartman
2025-04-08 10:51 ` [PATCH 6.6 251/268] ksmbd: add bounds check for durable handle context Greg Kroah-Hartman
2025-04-08 10:51 ` [PATCH 6.6 252/268] ksmbd: add bounds check for create lease context Greg Kroah-Hartman
2025-04-08 10:51 ` [PATCH 6.6 253/268] ksmbd: fix use-after-free in ksmbd_sessions_deregister() Greg Kroah-Hartman
2025-04-08 10:51 ` [PATCH 6.6 254/268] ksmbd: fix session use-after-free in multichannel connection Greg Kroah-Hartman
2025-04-08 10:51 ` [PATCH 6.6 255/268] ksmbd: validate zero num_subauth before sub_auth is accessed Greg Kroah-Hartman
2025-04-08 10:51 ` [PATCH 6.6 256/268] tracing: Fix use-after-free in print_graph_function_flags during tracer switching Greg Kroah-Hartman
2025-04-08 10:51 ` [PATCH 6.6 257/268] tracing: Ensure module defining synth event cannot be unloaded while tracing Greg Kroah-Hartman
2025-04-08 10:51 ` [PATCH 6.6 258/268] tracing: Fix synth event printk format for str fields Greg Kroah-Hartman
2025-04-08 10:51 ` [PATCH 6.6 259/268] tracing/osnoise: Fix possible recursive locking for cpus_read_lock() Greg Kroah-Hartman
2025-04-08 10:51 ` [PATCH 6.6 260/268] arm64: Dont call NULL in do_compat_alignment_fixup() Greg Kroah-Hartman
2025-04-08 10:51 ` [PATCH 6.6 261/268] ext4: dont over-report free space or inodes in statvfs Greg Kroah-Hartman
2025-04-08 10:51 ` [PATCH 6.6 262/268] ext4: fix OOB read when checking dotdot dir Greg Kroah-Hartman
2025-04-08 10:51 ` [PATCH 6.6 263/268] jfs: fix slab-out-of-bounds read in ea_get() Greg Kroah-Hartman
2025-04-08 10:51 ` [PATCH 6.6 264/268] jfs: add index corruption check to DT_GETPAGE() Greg Kroah-Hartman
2025-04-08 10:51 ` [PATCH 6.6 265/268] exec: fix the racy usage of fs_struct->in_exec Greg Kroah-Hartman
2025-04-08 10:51 ` [PATCH 6.6 266/268] media: streamzap: fix race between device disconnection and urb callback Greg Kroah-Hartman
2025-04-08 10:51 ` [PATCH 6.6 267/268] nfsd: put dl_stid if fail to queue dl_recall Greg Kroah-Hartman
2025-04-08 10:51 ` [PATCH 6.6 268/268] NFSD: Skip sending CB_RECALL_ANY when the backchannel isnt up Greg Kroah-Hartman
2025-04-08 15:04 ` [PATCH 6.6 000/268] 6.6.87-rc1 review Mark Brown
2025-04-08 21:41 ` Peter Schneider
2025-04-08 22:17 ` Florian Fainelli
2025-04-09 2:34 ` SeongJae Park
2025-04-09 6:47 ` Ron Economos
2025-04-09 8:03 ` Jon Hunter
2025-04-09 8:07 ` Naresh Kamboju
2025-04-09 8:39 ` Harshit Mogalapalli
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=20250408104830.011124802@linuxfoundation.org \
--to=gregkh@linuxfoundation.org \
--cc=alexander.deucher@amd.com \
--cc=cascardo@igalia.com \
--cc=chiahsuan.chung@amd.com \
--cc=daniel.wheeler@amd.com \
--cc=patches@lists.linux.dev \
--cc=sashal@kernel.org \
--cc=siqueira@igalia.com \
--cc=stable@vger.kernel.org \
--cc=sunpeng.li@amd.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