From: Sasha Levin <sashal@kernel.org>
To: patches@lists.linux.dev, stable@vger.kernel.org
Cc: Nicholas Kazlauskas <nicholas.kazlauskas@amd.com>,
Dillon Varone <dillon.varone@amd.com>,
Roman Li <roman.li@amd.com>, Dan Wheeler <daniel.wheeler@amd.com>,
Alex Deucher <alexander.deucher@amd.com>,
Sasha Levin <sashal@kernel.org>,
harry.wentland@amd.com, sunpeng.li@amd.com,
Rodrigo.Siqueira@amd.com, christian.koenig@amd.com,
Xinhui.Pan@amd.com, airlied@gmail.com, daniel@ffwll.ch,
amd-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org,
linux-kernel@vger.kernel.org
Subject: [PATCH AUTOSEL 7.0-6.18] drm/amd/display: Pass min page size from SOC BB to dml2_1 plane config
Date: Tue, 28 Apr 2026 06:40:25 -0400 [thread overview]
Message-ID: <20260428104133.2858589-14-sashal@kernel.org> (raw)
In-Reply-To: <20260428104133.2858589-1-sashal@kernel.org>
From: Nicholas Kazlauskas <nicholas.kazlauskas@amd.com>
[ Upstream commit 07ac59230d5fd603d56af2363dae80d3e973e4bc ]
[Why]
Like dml2_0 this isn't guaranteed to be constant for every ASIC.
This can cause corruption or underflow for linear surfaces due to a
wrong PTE_ROW_HEIGHT_LINEAR value if not correctly specified.
[How]
Like dml2_0 pass in the SOC bb into the plane configuration population
functions.
Set both GPUVM and HostVM page sizes in the overrides.
Reviewed-by: Dillon Varone <dillon.varone@amd.com>
Signed-off-by: Nicholas Kazlauskas <nicholas.kazlauskas@amd.com>
Signed-off-by: Roman Li <roman.li@amd.com>
Tested-by: Dan Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
---
LLM Generated explanations, may be completely bogus:
Based on my forensic investigation, here is my detailed analysis:
## PHASE 1: COMMIT MESSAGE FORENSICS
**Step 1.1: Subject Line**
- Subsystem prefix: `drm/amd/display:`
- Action verb: "Pass" (descriptive of the fix; effectively a bug fix)
- Record: drm/amd/display, action verb "Pass" (corrective), summary:
ensures DML2.1 plane configuration uses SOC bounding box values for
min page size instead of hardcoded 256
**Step 1.2: Commit Message Tags**
- Reviewed-by: Dillon Varone <dillon.varone@amd.com>
- Signed-off-by: Nicholas Kazlauskas (author, AMD)
- Signed-off-by: Roman Li (AMD display submaintainer)
- Tested-by: Dan Wheeler <daniel.wheeler@amd.com> (AMD QA tester)
- Signed-off-by: Alex Deucher (AMD GPU maintainer)
- No Fixes:/Cc:stable tags (expected per instructions)
- Record: Strong AMD internal review chain - reviewed, tested by AMD QA,
signed by maintainers
**Step 1.3: Commit Body Analysis**
- Bug: `gpuvm_min_page_size_kbytes` is hardcoded to 256, but SOC-
provided values can differ per ASIC
- Symptom: "corruption or underflow for linear surfaces due to a wrong
PTE_ROW_HEIGHT_LINEAR value if not correctly specified"
- Mechanism: Wrong page size causes wrong PTE row height, which causes
incorrect PTE prefetching
- Author understands root cause and explicitly notes this mirrors the
dml2_0 fix
- Record: Hardware corruption/underflow on linear surfaces; explicit
reference to prior dml2_0 fix
**Step 1.4: Hidden Bug Fix Detection**
- "Pass min page size from SOC BB" is corrective phrasing
- Commit explicitly says "can cause corruption or underflow"
- Record: This IS a bug fix despite verb-only-language ("Pass")
## PHASE 2: DIFF ANALYSIS
**Step 2.1: Inventory**
- 1 file: `drivers/gpu/drm/amd/display/dc/dml2_0/dml21/dml21_translation
_helper.c`
- 15 insertions, 6 deletions
- 3 functions modified: `populate_dml21_dummy_plane_cfg`,
`populate_dml21_plane_config_from_plane_state`,
`dml21_map_dc_state_into_dml_display_cfg`
- Record: Single-file surgical fix, very small scope
**Step 2.2: Code Flow Change**
- BEFORE: `plane->overrides.gpuvm_min_page_size_kbytes = 256;`
(hardcoded)
- AFTER: `plane->overrides.gpuvm_min_page_size_kbytes =
soc_bb->gpuvm_min_page_size_kbytes;` (from SOC bb)
- Also adds: `plane->overrides.hostvm_min_page_size_kbytes =
soc_bb->hostvm_min_page_size_kbytes;`
- Function signatures extended to accept `struct dml2_soc_bb *soc_bb`
parameter
- Caller updated to pass `&dml_ctx->v21.dml_init.soc_bb`
- Record: Replaces hardcoded values with SOC-provided values; added
missing hostvm setting
**Step 2.3: Bug Mechanism**
- Category: Logic/correctness fix (hardware programming)
- Root cause: hardcoded constant where ASIC-specific value should be
used
- Specific impact: Wrong gpuvm_min_page_size affects
PTE_ROW_HEIGHT_LINEAR HW register programming on DCN401 hardware
- Record: Hardware programming correctness bug; can cause display
corruption
**Step 2.4: Fix Quality**
- Obviously correct: just propagates existing SOC bb values
- Minimal/surgical: 21-line diff, no unrelated changes
- Regression risk: very low - just replaces hardcoded values with
structured access; for DCN401 default SOC bb, values are identical
(256/0)
- Record: High quality, low-risk fix
## PHASE 3: GIT HISTORY INVESTIGATION
**Step 3.1: Blame**
- Hardcoded `= 256` lines have been present since the dml21 directory
was first added
- The dml21 file itself was renamed from `dml2/dml21/` to
`dml2_0/dml21/` in commit `e6a8a000cfe6a` (v6.19)
- Original creation: commit `70839da636050` ("Add new DCN401 sources")
from April 2024, first appeared in v6.11
- Record: Buggy code present since v6.11
**Step 3.2: Fixes: Tag**
- No Fixes: tag, but the commit explicitly references "Like dml2_0"
referring to commit `31663521ede2e` ("Use gpuvm_min_page_size_kbytes
for DML2 surfaces", July 2024)
- The dml2_0 fix WAS selected for stable trees: backported to 6.10.y
(54877301a7551), 6.11.y (291c87fd3abe1), 6.12.y, 6.18.y, 6.19.y
- Record: Direct precedent for backporting this class of fix
**Step 3.3: Related Recent Changes**
- Adjacent commit `5721b5b9c9c79` (Mar 24, 2026): "Fix HostVMMinPageSize
unit mismatch in DML2.1" - related but independent (fixes core
calculation, not override population)
- Adjacent commit `5a89553231833` (Mar 24, 2026): DCN42 SOC bb
correction
- Record: Part of a series of DML2.1 hardening fixes; this commit is
self-contained
**Step 3.4: Author Context**
- Nicholas Kazlauskas: AMD display engineer, primary author of DML logic
- Roman Li: AMD display maintainer
- Alex Deucher: AMD GPU subsystem maintainer
- Record: Author has full subsystem authority
**Step 3.5: Dependencies**
- The override field `hostvm_min_page_size_kbytes` was added to the
`plane->overrides` struct in commit `76468055069ce` ("DML21
Reintegration"), first appearing in v6.16
- For stable trees < 6.16, the hostvm field doesn't exist in the
override struct → backport adjustment needed
- The gpuvm portion can apply to all stable trees with the dml21
directory
- Record: Partial dependency on field availability; gpuvm portion
universally applicable
## PHASE 4: MAILING LIST INVESTIGATION
**Step 4.1: b4 dig**
- `b4 dig -c 07ac59230d5fd`: returned "Could not find anything matching"
- typical for AMD display patches that go through the internal `amd-
staging-drm-next` tree before mainline (not posted directly to lkml)
- Record: Patch went through AMD internal pipeline; no public list
discussion to investigate
**Step 4.2: Reviewers**
- Verified through commit message: AMD internal review (Dillon Varone,
Roman Li, Alex Deucher all involved)
- Tested by AMD QA (Dan Wheeler)
**Step 4.3-4.5: External Research**
- No bug report links; no Reported-by tags
- No syzbot involvement
- The commit was developed proactively after dml2_0 fix to address
parallel bug
## PHASE 5: CODE SEMANTIC ANALYSIS
**Step 5.1-5.4: Functions and Reachability**
- `populate_dml21_dummy_plane_cfg`: called when stream has no planes
(e.g., display blanked/initial state)
- `populate_dml21_plane_config_from_plane_state`: called for every plane
on every mode-set
- Caller: `dml21_map_dc_state_into_dml_display_cfg` invoked from
`dml21_validate`/`dml21_compute_subvp_state`
- Reachable from: every atomic commit / mode-set on DCN401 hardware
- Record: HIGHLY reachable - any display configuration change on DCN401
**Step 5.5: Similar Patterns**
- The same fix was already done for dml2_0
(`populate_dummy_dml_plane_cfg`,
`populate_dml_plane_cfg_from_plane_state`)
- DCN401 uses `using_dml21 = true` (verified in `dcn401_resource.c`), so
dml2_1 path is the active one for this hardware
- Record: Direct parallel to previously-fixed dml2_0 bug
## PHASE 6: STABLE TREE ANALYSIS
**Step 6.1: Code Existence**
- 6.6.y: file does NOT exist (no DCN401 support, dml21 dir absent)
- 6.11.y - 6.18.y: file exists at
`drivers/gpu/drm/amd/display/dc/dml2/dml21/dml21_translation_helper.c`
- 6.19.y - 7.0.y: file exists at `drivers/gpu/drm/amd/display/dc/dml2_0/
dml21/dml21_translation_helper.c` (renamed)
- Record: Bug exists in 6.11.y onward; not applicable to 6.6.y and
earlier
**Step 6.2: Backport Difficulty**
- 7.0.y, 6.19.y: clean apply
- 6.18.y: needs path adjustment (dml2 vs dml2_0)
- 6.16.y - 6.17.y: needs path adjustment; both fields available
- 6.12.y, 6.15.y: needs path adjustment AND hostvm field doesn't exist
in override struct → drop the hostvm override line
- 6.11.y: similar to 6.12.y (needs adjustment)
- Record: Trivial path adjustment for older trees; hostvm portion may
need dropping for 6.15.y and earlier
**Step 6.3: Related Fixes Already in Stable**
- The dml2_0 equivalent IS already in stable from 6.10.y onward
- The dml2_1 specific fix is NOT yet in any stable tree
- Record: This commit fills a gap left by the prior dml2_0 fix
## PHASE 7: SUBSYSTEM CONTEXT
**Step 7.1: Subsystem**
- `drivers/gpu/drm/amd/display/` - AMD DC display driver
- Affects: DCN401 hardware (RX 9000 / RDNA4 GPUs, gfx12.0.0/12.0.1)
- Criticality: IMPORTANT - affects users of new AMD GPUs
**Step 7.2: Activity**
- Highly active subsystem; frequent fixes flow to stable
- Record: Active; AMD regularly submits display fixes to stable
## PHASE 8: IMPACT AND RISK
**Step 8.1: Affected Users**
- DCN401 hardware users (AMD RX 9000 / RDNA 4)
- Triggered on every mode-set/atomic commit
- Record: Driver-specific (DCN401), but on every display config change
**Step 8.2: Trigger Conditions**
- Per-ASIC dependent: only triggers visible corruption when SOC bb has
non-default values
- For DCN401 default SOC bb, values are identical (gpuvm=256, hostvm=0),
so the fix is a no-op functionally
- For DCN42 (in master, not yet stable) and other future ASICs with
different values, this prevents corruption
- Record: Latent bug; impact varies per ASIC
**Step 8.3: Failure Mode Severity**
- Per commit message: "corruption or underflow for linear surfaces"
- HIGH severity: visible display corruption is user-visible
- Record: HIGH for affected ASICs
**Step 8.4: Risk-Benefit**
- Benefit: prevents a documented hardware programming bug; mirrors
approved dml2_0 fix
- Risk: very low - structural change replacing constant with same-value
lookup; for current DCN401 default, no behavior change
- Record: Favorable risk-benefit ratio
## PHASE 9: SYNTHESIS
**Evidence FOR backport:**
- Direct precedent: the dml2_0 equivalent was selected for stable
(6.10-6.19+)
- Small surgical fix (~15 lines)
- Low regression risk; for default DCN401 SOC bb the values are
identical
- Reviewed and tested by AMD
- Hardware corruption potential explicitly stated by author
- Affects DCN401 users on every mode-set
**Evidence AGAINST backport:**
- For older stable trees (<6.16), the hostvm override field doesn't
exist - needs backport adjustment
- For DCN401's default SOC bb, this is essentially a structural fix
without functional change in practice
- Bug is latent for default configurations on current hardware
**Stable Rules Checklist:**
1. Obviously correct and tested? YES (Reviewed-by, Tested-by AMD QA)
2. Real bug? YES (per commit message: corruption/underflow potential)
3. Important issue? YES (display corruption is HIGH severity)
4. Small and contained? YES (1 file, 21 lines)
5. No new features? YES (just propagates existing SOC bb values)
6. Applies cleanly? PARTIALLY - clean for 6.19+, needs path/feature
adjustments for older
This commit follows the established pattern: the dml2_0 equivalent fix
was an AUTOSEL stable backport, and this fixes the parallel bug in
dml2_1. While the impact on the current DCN401 default configuration is
minimal (values match), it is the correct structural fix that prevents
corruption on ASICs with different SOC bb values, including upcoming
DCN42 hardware. The fix is small, well-reviewed, and low-risk.
## Verification
- [Phase 1] Parsed tags: confirmed Reviewed-by Dillon Varone, Tested-by
Dan Wheeler, signed by Roman Li and Alex Deucher
- [Phase 2] Diff analysis: 15 insertions, 6 deletions in single file;
verified function signature changes via diff
- [Phase 3] git log on file: dml21 dir created in commit `70839da636050`
(April 2024); confirmed via `git tag --contains` it first appeared in
v6.11
- [Phase 3] git log/show `31663521ede2e`: confirmed dml2_0 equivalent
exists, was authored July 2024 by same author Nicholas Kazlauskas
- [Phase 3] Confirmed dml2_0 fix backported to stable: 54877301a7551
(6.10.y), 291c87fd3abe1 (6.11.y), 31663521ede2e (6.12.y, 6.18.y,
6.19.y)
- [Phase 3] git show `5721b5b9c9c79`: verified adjacent independent fix
for HostVMMinPageSize unit mismatch
- [Phase 4] b4 dig -c 07ac59230d5fd: returned "Could not find anything
matching" - typical for AMD internal pipeline
- [Phase 5] grep verified `using_dml21 = true` in dcn401_resource.c
(line 731), confirming dml2_1 path is active for DCN401
- [Phase 5] grep verified callers of populate functions trace back to
mode-set/atomic commit paths
- [Phase 6] git ls-tree on stable trees: confirmed file presence per
branch (6.6.y absent, 6.11+ present, renamed at 6.19)
- [Phase 6] git show on 6.12.y soc_parameter_types.h: confirmed
`hostvm_min_page_size_kbytes` exists in dml2_soc_bb but verified the
dml_top_display_cfg_types.h plane override only had
`gpuvm_min_page_size_kbytes` (not hostvm) until v6.16
- [Phase 6] git show on 6.18.y/6.19.y override struct: confirmed both
fields present
- [Phase 7] Verified subsystem activity via recent commit log
- [Phase 8] Verified default DCN4 SOC bb values:
`gpuvm_min_page_size_kbytes = 256`, `hostvm_min_page_size_kbytes = 0`
in `dcn4_soc_bb.h` - identical to previous hardcoding for default case
- [Phase 8] Verified `display_config` is memset to 0 before population
in `dml21_wrapper.c` (line 210), so hostvm starts at 0 effectively
even before fix
- UNVERIFIED: Could not find the patch on lore.kernel.org (b4 dig and
direct lore search both failed); typical for AMD internal pipeline
patches that don't get posted to public lists before merge
The fix matches a previously-approved stable backport pattern, is small
and surgical, addresses a documented hardware programming concern
(PTE_ROW_HEIGHT_LINEAR causing corruption/underflow), and has negligible
regression risk.
**YES**
.../dml2_0/dml21/dml21_translation_helper.c | 21 +++++++++++++------
1 file changed, 15 insertions(+), 6 deletions(-)
diff --git a/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/dml21_translation_helper.c b/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/dml21_translation_helper.c
index bf5e7f4e04167..a64c0407ad515 100644
--- a/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/dml21_translation_helper.c
+++ b/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/dml21_translation_helper.c
@@ -381,7 +381,9 @@ static void populate_dml21_dummy_surface_cfg(struct dml2_surface_cfg *surface, c
surface->tiling = dml2_sw_64kb_2d;
}
-static void populate_dml21_dummy_plane_cfg(struct dml2_plane_parameters *plane, const struct dc_stream_state *stream)
+static void populate_dml21_dummy_plane_cfg(struct dml2_plane_parameters *plane,
+ const struct dc_stream_state *stream,
+ const struct dml2_soc_bb *soc_bb)
{
unsigned int width, height;
@@ -425,7 +427,8 @@ static void populate_dml21_dummy_plane_cfg(struct dml2_plane_parameters *plane,
plane->pixel_format = dml2_444_32;
plane->dynamic_meta_data.enable = false;
- plane->overrides.gpuvm_min_page_size_kbytes = 256;
+ plane->overrides.gpuvm_min_page_size_kbytes = soc_bb->gpuvm_min_page_size_kbytes;
+ plane->overrides.hostvm_min_page_size_kbytes = soc_bb->hostvm_min_page_size_kbytes;
}
static void populate_dml21_surface_config_from_plane_state(
@@ -495,7 +498,7 @@ static const struct scaler_data *get_scaler_data_for_plane(
static void populate_dml21_plane_config_from_plane_state(struct dml2_context *dml_ctx,
struct dml2_plane_parameters *plane, const struct dc_plane_state *plane_state,
- const struct dc_state *context, unsigned int stream_index)
+ const struct dc_state *context, unsigned int stream_index, const struct dml2_soc_bb *soc_bb)
{
const struct scaler_data *scaler_data = get_scaler_data_for_plane(dml_ctx, plane_state, context);
struct dc_stream_state *stream = context->streams[stream_index];
@@ -631,7 +634,8 @@ static void populate_dml21_plane_config_from_plane_state(struct dml2_context *dm
plane->composition.rotation_angle = (enum dml2_rotation_angle) plane_state->rotation;
plane->stream_index = stream_index;
- plane->overrides.gpuvm_min_page_size_kbytes = 256;
+ plane->overrides.gpuvm_min_page_size_kbytes = soc_bb->gpuvm_min_page_size_kbytes;
+ plane->overrides.hostvm_min_page_size_kbytes = soc_bb->hostvm_min_page_size_kbytes;
plane->immediate_flip = plane_state->flip_immediate;
@@ -765,7 +769,9 @@ bool dml21_map_dc_state_into_dml_display_cfg(const struct dc *in_dc, struct dc_s
if (context->stream_status[stream_index].plane_count == 0) {
disp_cfg_plane_location = dml_dispcfg->num_planes++;
populate_dml21_dummy_surface_cfg(&dml_dispcfg->plane_descriptors[disp_cfg_plane_location].surface, context->streams[stream_index]);
- populate_dml21_dummy_plane_cfg(&dml_dispcfg->plane_descriptors[disp_cfg_plane_location], context->streams[stream_index]);
+ populate_dml21_dummy_plane_cfg(
+ &dml_dispcfg->plane_descriptors[disp_cfg_plane_location],
+ context->streams[stream_index], &dml_ctx->v21.dml_init.soc_bb);
dml_dispcfg->plane_descriptors[disp_cfg_plane_location].stream_index = disp_cfg_stream_location;
} else {
for (plane_index = 0; plane_index < context->stream_status[stream_index].plane_count; plane_index++) {
@@ -777,7 +783,10 @@ bool dml21_map_dc_state_into_dml_display_cfg(const struct dc *in_dc, struct dc_s
ASSERT(disp_cfg_plane_location >= 0 && disp_cfg_plane_location < __DML2_WRAPPER_MAX_STREAMS_PLANES__);
populate_dml21_surface_config_from_plane_state(in_dc, &dml_dispcfg->plane_descriptors[disp_cfg_plane_location].surface, context->stream_status[stream_index].plane_states[plane_index]);
- populate_dml21_plane_config_from_plane_state(dml_ctx, &dml_dispcfg->plane_descriptors[disp_cfg_plane_location], context->stream_status[stream_index].plane_states[plane_index], context, stream_index);
+ populate_dml21_plane_config_from_plane_state(
+ dml_ctx, &dml_dispcfg->plane_descriptors[disp_cfg_plane_location],
+ context->stream_status[stream_index].plane_states[plane_index],
+ context, stream_index, &dml_ctx->v21.dml_init.soc_bb);
dml_dispcfg->plane_descriptors[disp_cfg_plane_location].stream_index = disp_cfg_stream_location;
if (dml21_wrapper_get_plane_id(context, context->streams[stream_index]->stream_id, context->stream_status[stream_index].plane_states[plane_index], &dml_ctx->v21.dml_to_dc_pipe_mapping.disp_cfg_to_plane_id[disp_cfg_plane_location]))
--
2.53.0
next prev parent reply other threads:[~2026-04-28 10:41 UTC|newest]
Thread overview: 76+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-28 10:40 [PATCH AUTOSEL 7.0] ALSA: hda/realtek: add quirk for HONOR MRB-XXX M1020 Sasha Levin
2026-04-28 10:40 ` [PATCH AUTOSEL 7.0-5.10] tools/power/x86/intel-speed-select: Avoid current base freq as maximum Sasha Levin
2026-04-28 10:40 ` [PATCH AUTOSEL 7.0-6.18] um: fix address-of CMSG_DATA() rvalue in stub Sasha Levin
2026-04-28 10:40 ` [PATCH AUTOSEL 7.0-6.12] tty: serial: samsung_tty: avoid dev_dbg deadlock Sasha Levin
2026-04-28 10:40 ` [PATCH AUTOSEL 7.0-6.18] drm/amdgpu: fix CPER ring header parsing Sasha Levin
2026-04-28 10:40 ` [PATCH AUTOSEL 7.0-6.18] io_uring/rsrc: unify nospec indexing for direct descriptors Sasha Levin
2026-04-28 10:40 ` [PATCH AUTOSEL 7.0-6.18] um: avoid struct sigcontext redefinition with musl Sasha Levin
2026-04-28 10:40 ` [PATCH AUTOSEL 7.0-5.15] leds: lgm-sso: Fix typo in macro for src offset Sasha Levin
2026-04-28 10:40 ` [PATCH AUTOSEL 7.0-5.15] fs/ntfs3: increase CLIENT_REC name field size Sasha Levin
2026-04-28 10:40 ` [PATCH AUTOSEL 7.0-5.15] ksmbd: fix CreateOptions sanitization clobbering the whole field Sasha Levin
2026-04-28 10:40 ` [PATCH AUTOSEL 7.0-6.1] thunderbolt: Disable CLx on Titan Ridge-based devices with old firmware Sasha Levin
2026-04-28 10:40 ` [PATCH AUTOSEL 7.0-6.6] NFS: Use nlmclnt_shutdown_rpc_clnt() to safely shut down NLM Sasha Levin
2026-04-28 10:40 ` [PATCH AUTOSEL 7.0-6.12] smb: client: compress: fix buffer overrun in lz77_compress() Sasha Levin
2026-04-28 10:40 ` Sasha Levin [this message]
2026-04-28 10:40 ` [PATCH AUTOSEL 7.0-6.12] usb: dwc3: Support USB3340x ULPI PHY high-speed negotiation Sasha Levin
2026-04-28 10:40 ` [PATCH AUTOSEL 7.0-6.12] smb: client: compress: fix counting in LZ77 match finding Sasha Levin
2026-04-28 10:40 ` [PATCH AUTOSEL 7.0-6.18] mfd: mt6397: Properly fix CID of MT6328, MT6331 and MT6332 Sasha Levin
2026-04-28 10:40 ` [PATCH AUTOSEL 7.0-6.1] um: Disable GCOV_PROFILE_ALL on 32-bit UML with Clang 20/21 Sasha Levin
2026-04-28 10:40 ` [PATCH AUTOSEL 7.0-6.12] ASoC: qcom: x1e80100: limit speaker volumes Sasha Levin
2026-04-28 10:40 ` [PATCH AUTOSEL 7.0-6.12] smb: client: compress: fix bad encoding on last LZ77 flag Sasha Levin
2026-04-28 10:40 ` [PATCH AUTOSEL 7.0-5.15] fs/ntfs3: fix potential double iput on d_make_root() failure Sasha Levin
2026-04-28 10:40 ` [PATCH AUTOSEL 7.0-5.10] scsi: storvsc: Handle PERSISTENT_RESERVE_IN truncation for Hyper-V vFC Sasha Levin
2026-04-28 10:40 ` [PATCH AUTOSEL 7.0] fs: aio: set VMA_DONTCOPY_BIT in mmap to fix NULL-pointer-dereference error Sasha Levin
2026-04-28 10:40 ` [PATCH AUTOSEL 7.0-5.10] dt-bindings: arm64: add Marvell 7k COMe boards Sasha Levin
2026-04-28 10:40 ` [PATCH AUTOSEL 7.0-5.10] ecryptfs: Set s_time_gran to get correct time granularity Sasha Levin
2026-04-28 10:40 ` [PATCH AUTOSEL 7.0-5.10] usb: usbip: fix OOB read/write in usbip_pad_iso() Sasha Levin
2026-04-28 10:40 ` [PATCH AUTOSEL 7.0-6.18] scsi: lpfc: Remove unnecessary ndlp kref get in lpfc_check_nlp_post_devloss Sasha Levin
2026-04-28 10:40 ` [PATCH AUTOSEL 7.0-6.18] leds: core: Implement fallback to software node name for LED names Sasha Levin
2026-04-28 10:40 ` [PATCH AUTOSEL 7.0-5.15] ntfs3: reject inodes with zero non-DOS link count Sasha Levin
2026-04-28 10:40 ` [PATCH AUTOSEL 7.0-5.10] f2fs: fix to skip empty sections in f2fs_get_victim Sasha Levin
2026-04-28 10:40 ` [PATCH AUTOSEL 7.0] NFS: fix writeback in presence of errors Sasha Levin
2026-04-28 10:40 ` [PATCH AUTOSEL 7.0-6.6] dt-bindings: rtc: microcrystal,rv3028: Allow to specify vdd-supply Sasha Levin
2026-04-28 10:40 ` [PATCH AUTOSEL 7.0-5.10] fs: aio: reject partial mremap to avoid Null-pointer-dereference error Sasha Levin
2026-04-28 10:40 ` [PATCH AUTOSEL 7.0-5.15] fs/ntfs3: fix $LXDEV xattr lookup Sasha Levin
2026-04-28 10:40 ` [PATCH AUTOSEL 7.0-6.18] scsi: ufs: ufs-pci: Add support for Intel Nova Lake Sasha Levin
2026-04-28 10:40 ` [PATCH AUTOSEL 7.0-6.1] scsi: lpfc: Fix incorrect txcmplq_cnt during cleanup in lpfc_sli_abort_ring() Sasha Levin
2026-04-28 10:40 ` [PATCH AUTOSEL 7.0-6.18] drm/amdgpu: drop userq fence driver refs out of fence process() Sasha Levin
2026-04-28 10:40 ` [PATCH AUTOSEL 7.0-5.15] ksmbd: fix O(N^2) DoS in smb2_lock via unbounded LockCount Sasha Levin
2026-04-28 10:40 ` [PATCH AUTOSEL 7.0-5.10] usb: gadget: bdc: validate status-report endpoint indices Sasha Levin
2026-04-28 10:40 ` [PATCH AUTOSEL 7.0-6.12] coda_flag_children(): fix a UAF Sasha Levin
2026-04-28 10:40 ` [PATCH AUTOSEL 7.0-5.10] fbdev: savage: fix probe-path EDID cleanup leaks Sasha Levin
2026-04-28 10:40 ` [PATCH AUTOSEL 7.0] scsi: virtio_scsi: Move INIT_WORK calls to virtscsi_probe() Sasha Levin
2026-04-28 10:40 ` [PATCH AUTOSEL 7.0-5.10] iio: ABI: fix current_trigger description Sasha Levin
2026-04-28 10:40 ` [PATCH AUTOSEL 7.0-5.10] staging: octeon: fix free_irq dev_id mismatch in cvm_oct_rx_shutdown Sasha Levin
2026-04-28 10:40 ` [PATCH AUTOSEL 7.0-6.12] mfd: intel-lpss: Add Intel Nova Lake-H PCI IDs Sasha Levin
2026-04-28 10:40 ` [PATCH AUTOSEL 7.0-5.10] tty: serial: imx: keep dma request disabled before dma transfer setup Sasha Levin
2026-04-28 10:40 ` [PATCH AUTOSEL 7.0-6.12] greybus: beagleplay: bound bootloader RX buffer copy Sasha Levin
2026-04-28 10:40 ` [PATCH AUTOSEL 7.0-5.10] serial: qcom-geni: Fix RTS behavior with flow control Sasha Levin
2026-04-28 10:41 ` [PATCH AUTOSEL 7.0-5.10] selftests: fib_nexthops: test stale has_v4 on nexthop replace Sasha Levin
2026-04-28 10:41 ` [PATCH AUTOSEL 7.0-6.1] ntfs3: fix OOB write in attr_wof_frame_info() Sasha Levin
2026-04-28 10:41 ` [PATCH AUTOSEL 7.0-5.10] arm64: cputype: Add C1-Pro definitions Sasha Levin
2026-04-28 11:13 ` Mark Rutland
2026-04-28 10:41 ` [PATCH AUTOSEL 7.0-6.18] drm/amd/display: Fix HostVMMinPageSize unit mismatch in DML2.1 Sasha Levin
2026-04-28 10:41 ` [PATCH AUTOSEL 7.0-6.12] 9p/trans_xen: make cleanup idempotent after dataring alloc errors Sasha Levin
2026-04-28 10:41 ` [PATCH AUTOSEL 7.0] drm/amdgpu: OR init_pte_flags into invalid leaf PTE updates Sasha Levin
2026-04-28 10:41 ` [PATCH AUTOSEL 7.0-6.6] scsi: ufs: core: Disable timestamp for Kioxia THGJFJT0E25BAIP Sasha Levin
2026-04-28 10:41 ` [PATCH AUTOSEL 7.0-6.18] f2fs: fix to freeze GC and discard threads quickly Sasha Levin
2026-04-28 10:41 ` [PATCH AUTOSEL 7.0-5.10] scsi: esas2r: Fix __printf annotation on esas2r_log_master() Sasha Levin
2026-04-28 10:41 ` [PATCH AUTOSEL 7.0-6.18] rtc: max77686: convert to i2c_new_ancillary_device Sasha Levin
2026-04-28 10:41 ` [PATCH AUTOSEL 7.0-6.1] rtc: ti-k3: Add support to resume from IO DDR low power mode Sasha Levin
2026-04-28 10:41 ` [PATCH AUTOSEL 7.0-6.12] bus: mhi: host: pci_generic: Add Telit FE912C04 modem support Sasha Levin
2026-04-28 10:41 ` [PATCH AUTOSEL 7.0-5.10] usb: usbip: fix integer overflow in usbip_recv_iso() Sasha Levin
2026-04-28 10:41 ` [PATCH AUTOSEL 7.0-5.10] clk: qcom: rcg2: expand frac table for mdss_pixel_clk_src Sasha Levin
2026-04-28 10:41 ` [PATCH AUTOSEL 7.0-5.10] usb: usbip: validate iso frame actual_length in usbip_recv_iso() Sasha Levin
2026-04-28 10:41 ` [PATCH AUTOSEL 7.0-6.12] bus: mhi: host: pci_generic: Add Qualcomm SDX35 modem Sasha Levin
2026-04-28 10:41 ` [PATCH AUTOSEL 7.0] drm/amd/display: Use overlay cursor when color pipeline is active Sasha Levin
2026-04-28 10:41 ` [PATCH AUTOSEL 7.0-6.18] platform/x86: hp-wmi: Add support for Omen 16-wf1xxx (8C77) Sasha Levin
2026-04-28 10:41 ` [PATCH AUTOSEL 7.0-6.12] smb: server: stop sending fake security descriptors Sasha Levin
2026-04-28 10:41 ` [PATCH AUTOSEL 7.0-6.18] ALSA: usb-audio: Add quirk entries for NexiGo N930W webcam Sasha Levin
2026-04-28 10:41 ` [PATCH AUTOSEL 7.0-5.15] ntfs3: fix memory leak in indx_create_allocate() Sasha Levin
2026-04-28 10:41 ` [PATCH AUTOSEL 7.0-5.10] staging: fbtft: fix unchecked write return value in fb_agm1264k-fl Sasha Levin
2026-04-28 10:41 ` [PATCH AUTOSEL 7.0-5.10] ipv6: Cap TLV scan in ip6_tnl_parse_tlv_enc_lim Sasha Levin
2026-04-28 10:41 ` [PATCH AUTOSEL 7.0-6.18] scsi: lpfc: Add PCI ID support for LPe42100 series adapters Sasha Levin
2026-04-28 10:41 ` [PATCH AUTOSEL 7.0-6.12] io_uring: take page references for NOMMU pbuf_ring mmaps Sasha Levin
2026-04-28 10:41 ` [PATCH AUTOSEL 7.0-6.18] iio: imu: st_lsm6dsx: Add ACPI ID for SHIFT13mi gyroscope Sasha Levin
2026-04-28 10:41 ` [PATCH AUTOSEL 7.0-5.15] dt-bindings: clock: qcom,gcc-sc8180x: Add missing GDSCs Sasha Levin
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=20260428104133.2858589-14-sashal@kernel.org \
--to=sashal@kernel.org \
--cc=Rodrigo.Siqueira@amd.com \
--cc=Xinhui.Pan@amd.com \
--cc=airlied@gmail.com \
--cc=alexander.deucher@amd.com \
--cc=amd-gfx@lists.freedesktop.org \
--cc=christian.koenig@amd.com \
--cc=daniel.wheeler@amd.com \
--cc=daniel@ffwll.ch \
--cc=dillon.varone@amd.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=harry.wentland@amd.com \
--cc=linux-kernel@vger.kernel.org \
--cc=nicholas.kazlauskas@amd.com \
--cc=patches@lists.linux.dev \
--cc=roman.li@amd.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