Skip to content

mainline: bump edge to 7.0-rc6#9618

Merged
EvilOlaf merged 5 commits intoarmbian:mainfrom
EvilOlaf:7.0-rc6
Mar 30, 2026
Merged

mainline: bump edge to 7.0-rc6#9618
EvilOlaf merged 5 commits intoarmbian:mainfrom
EvilOlaf:7.0-rc6

Conversation

@EvilOlaf
Copy link
Copy Markdown
Member

@EvilOlaf EvilOlaf commented Mar 30, 2026

Description

  • rewrite rockchip64 ✔️
  • rewrite meson64: no changes
  • rewrite uefi-arm64: no changes
  • rewrite uefi-x86 ✔️
  • rewrite sunxi ✔️

@rpardini I have issues with three patches (in sunxi) where rewrite-kernel-patches persistently removes the original header and replaces it with some archeology stuff. I already tried earlier to restore them with a dedicated commit (faba3a4) in hope that the mechanism would acknowledge but no dice. How to prevent that in future?

How Has This Been Tested?

  • build rockchip64
  • build meson64
  • build uefi-arm64
  • build uefi-x86
  • build sunxi
  • build sunxi64
  • ???
  • Profit!

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings
  • Any dependent changes have been merged and published in downstream modules

Summary by CodeRabbit

Release Notes

  • New Features

    • Added USB2 PHY support for RK3528 boards
    • Added IOMMU support for Allwinner A523 SoCs
    • Added I2S MCLK output clock support for RK3588
    • Added configurable PCIe bus scan delay
    • Added HID support for SPI-connected input devices
  • Bug Fixes

    • Fixed RK3399 PCIe enumeration with SError interrupt handling
    • Fixed RK3528 Ethernet PHY reset configuration
    • Improved Motorcomm eFUSE MAC address reading reliability
    • Fixed RK3528 USB OTG timer cleanup on probe failure
  • Refactor

    • Updated DRM graphics memory allocation to use dedicated DMA devices

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Mar 30, 2026

📝 Walkthrough

Walkthrough

This PR updates mainline kernel targeting from rc5 to rc6 and introduces multiple architecture-specific kernel patches for Rockchip (RK3399/RK3528/RK3588), Allwinner, and x86 platforms, adding support for PCIe error handling, audio codecs, USB PHY, I2S clocking, DMA device management, IOMMU, and HID SPI devices.

Changes

Cohort / File(s) Summary
Kernel Version Configuration
config/sources/mainline-kernel.conf.sh
Updated mainline kernel targeting from v7.0-rc5 to v7.0-rc6 and renamed/retargeted corresponding conditional hook function for Torvalds kernel source selection.
RK3399 PCIe SError Handling
patch/kernel/archive/rockchip64-7.0/HACK-Ignore-SError-to-enable-rk3399-PCIe-bus-enumera.patch
Added opt-in mechanism to ignore SError interrupts during RK3399 PCIe enumeration via new kernel parameter and optional CPU4 affinity handling in probe flow.
RK3588 Audio Codec
patch/kernel/archive/rockchip64-7.0/general-ASoC-codecs-es8328-allow-sharing-LRCK-for-microphone.patch
Extended ES8328 codec probe to conditionally adjust clock source based on device property everest,mic-lrck-same.
RK3588 I2S Clock Output
patch/kernel/archive/rockchip64-7.0/general-rk3588-i2s-mclk-output-gate-*.patch
Added four I2S MCLK output-to-IO clock definitions, extended GRF-dependent branch lookup logic, introduced SYS_GRF register offset macro, and wired new clock gates into RK3588 clock controller initialization.
RK3588 PCIe Bus Scan Delay
patch/kernel/archive/rockchip64-7.0/rk3399-rp64-pcie-Reimplement-rockchip-PCIe-bus-scan-delay.patch
Added configurable bus scan delay via module parameter and device-tree property with runtime msleep() injection in Rockchip PCIe probe flow.
RK3528 USB2 PHY Driver
patch/kernel/archive/rockchip64-7.0/rk3528-10-phy-rockchip-inno-usb2-Add-support-for-RK3528.patch
Refactored USB2 PHY driver to support RK3528 with dedicated PHY regmap, conditional clock-output control, and RK3528-specific register tuning function.
RK3528 USB Controllers & PHY Nodes
patch/kernel/archive/rockchip64-7.0/rk3528-11-arm64-dts-rockchip-rk3528-Add-USB-controller-and-PHY-nodes.patch, patch/kernel/archive/rockchip64-7.0/rk3528-12-arm64-dts-rockchip-nanopi-zero2-Enable-USB.patch
Added DTS nodes for RK3528 USB controllers (xHCI, EHCI, OHCI) and USB2 PHY with per-board enablement and configuration in NanoPi Zero2.
RK3528 PHY Timer Cleanup
patch/kernel/archive/rockchip64-7.0/rk3528-13-phy-rockchip-inno-usb2-fix-otg-timer-cleanup.patch
Introduced device-managed cleanup actions to cancel OTG and host delayed-work tasks on probe failure or driver removal.
RK3528 Ethernet PHY Reset
patch/kernel/archive/rockchip64-7.0/rk3528-14-arm64-dts-rockchip-nanopi-zero2-fix-ethernet-phy-reset.patch
Relocated Ethernet PHY reset GPIO and delay configuration from MDIO PHY node to GMAC controller node in NanoPi Zero2 DTS.
Sunxi DRM GEM DMA
patch/kernel/archive/sunxi-7.0/patches.armbian/drm-gem-dma-*.patch
Updated DRM GEM DMA helpers and prime scatter-list size computation to use dedicated DMA device (drm_dev_dma_dev()) instead of base device for allocation, deallocation, and mapping operations.
Sunxi Sun4i DRM Binding
patch/kernel/archive/sunxi-7.0/patches.armbian/drm-sun4i-use-backend-mixer-as-dedicated-dma-device.patch
Removed conditional device-tree-based DMA reconfiguration and replaced with logic to set backend/mixer as dedicated DMA device when initially unset.
Allwinner A523 IOMMU Driver
patch/kernel/archive/sunxi-7.0/patches.armbian/drv-iommu-sunxi-add-iommu-driver.patch
Introduced complete IOMMU driver for Allwinner A523 with two-level page-table management, domain mapping/unmapping, fault handling, suspend/resume, and public fault/reset APIs.
UEFI x86 HID SPI Support
patch/kernel/archive/uefi-x86-7.0/4001-asahi-trackpad.patch
Extended HID subsystem to recognize and support SPI bus devices with new HID_TYPE_SPI_KEYBOARD/MOUSE types and HID_SPI_DEVICE() descriptor macro.

Estimated code review effort

🎯 4 (Complex) | ⏱️ ~60 minutes

Possibly related PRs

  • edge: bump 7.0 to rc5 #9580: Directly related—both PRs update mainline kernel selection logic in config/sources/mainline-kernel.conf.sh, transitioning rc5 to rc6 targeting and renaming the corresponding version-control hook.

Suggested reviewers

  • igorpecovnik

Poem

🐰 Bouncing through kernel patches, hopping with glee,
New clocks for I2S, and USB PHY—three!
RK3528 springs forth with devices in tow,
Sunxi's IOMMU garden begins now to grow,
From rc5 to rc6, we leap toward the light! 🌿✨

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'mainline: bump edge to 7.0-rc6' directly and specifically describes the primary change—updating the mainline kernel edge version from 7.0-rc5 to 7.0-rc6.
Docstring Coverage ✅ Passed Docstring coverage is 100.00% which is sufficient. The required threshold is 80.00%.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions github-actions bot added size/medium PR with more then 50 and less then 250 lines 05 Milestone: Second quarter release Needs review Seeking for review Hardware Hardware related like kernel, U-Boot, ... Patches Patches related to kernel, U-Boot, ... labels Mar 30, 2026
Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 2

Caution

Some comments are outside the diff and can’t be posted inline due to platform limitations.

⚠️ Outside diff range comments (2)
patch/kernel/archive/rockchip64-7.0/HACK-Ignore-SError-to-enable-rk3399-PCIe-bus-enumera.patch (2)

22-38: ⚠️ Potential issue | 🔴 Critical

Scope the SError bypass to the actual enumeration window.

Line 24 turns this into a boot-wide mode switch, and Lines 32-37 then return before the normal fatal/non-RAS handling path. That means any later, unrelated SError on any CPU gets silently swallowed, not just the RK3399 enumeration fault. Please gate this around the narrow probe/scan window instead of leaving do_serror() in permanent "ignore everything" mode.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In
`@patch/kernel/archive/rockchip64-7.0/HACK-Ignore-SError-to-enable-rk3399-PCIe-bus-enumera.patch`
around lines 22 - 38, The current boot parameter and global
rk3399_pcie_ignore_serror_enabled make do_serror() ignore all SErrors
system-wide; instead restrict the bypass to the short RK3399 PCIe enumeration
window by replacing the permanent flag with a scoped probe-mode gate: add
clearly named enable/disable functions (e.g. rk3399_pcie_serror_probe_enter()
and rk3399_pcie_serror_probe_exit()) and call enable just before the RK3399 PCIe
probe/scan and call disable immediately after; update
setup_rk3399_pcie_serror_handling to only enable probe-mode if the param is
present (or register the param to toggle the initial state), and modify
do_serror() to check the probe-mode gate (rk3399_pcie_serror_probe_active) so
only SErrors occurring during the enumeration window are swallowed.

83-101: ⚠️ Potential issue | 🟠 Major

Restore the caller's affinity after pinning probe to CPU4.

Line 88 pins the current task to CPU4 via set_cpus_allowed_ptr(), but nothing restores the original affinity before the function continues. The task remains pinned to CPU4 for the entire duration of the probe and beyond. If this runs in a deferred-probe or workqueue context, that restriction leaks into subsequent unrelated work. Save the original cpumask before line 88 and restore it after the sensitive section, or narrow the restriction to only the critical enumeration code.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In
`@patch/kernel/archive/rockchip64-7.0/HACK-Ignore-SError-to-enable-rk3399-PCIe-bus-enumera.patch`
around lines 83 - 101, Save the task's original CPU affinity before calling
set_cpus_allowed_ptr(current, &mask) (e.g., copy the current allowed cpumask
into a local variable), then after the critical PCIe enumeration/probing
finishes restore the saved affinity by calling set_cpus_allowed_ptr(current,
&original_mask); alternatively, restrict the pinning to just the critical
section (around the enumeration code) rather than leaving the affinity changed
for the rest of the function; reference the existing use of cpu_online(4),
struct cpumask mask, and set_cpus_allowed_ptr(current, &mask) to locate where to
save and restore the original cpumask.
🧹 Nitpick comments (3)
patch/kernel/archive/rockchip64-7.0/general-rk3588-i2s-mclk-output-gate-4-gate-grf-clocks.patch (1)

108-117: Consider logging a warning on failure for easier debugging.

The SYS_GRF registration silently fails if syscon_regmap_lookup_by_compatible or kzalloc fails. While this is a soft failure (the system boots, but the MCLK-to-IO clocks won't be available), adding a pr_warn would help identify issues on boards where audio doesn't work due to missing DT entries or memory pressure during early init.

That said, this follows the typical Rockchip early init pattern and the patch is already in upstream review, so this is purely optional feedback.

🔧 Optional: add warning on failure
 	/* Register SYS_GRF for I2S MCLK output to IO gate clocks */
 	sys_grf = syscon_regmap_lookup_by_compatible("rockchip,rk3588-sys-grf");
-	if (!IS_ERR(sys_grf)) {
+	if (IS_ERR(sys_grf)) {
+		pr_warn("%s: could not find SYS_GRF, I2S MCLK gates unavailable\n", __func__);
+	} else {
 		sys_grf_e = kzalloc_obj(*sys_grf_e);
 		if (sys_grf_e) {
 			sys_grf_e->grf = sys_grf;
 			sys_grf_e->type = grf_type_sys;
 			hash_add(ctx->aux_grf_table, &sys_grf_e->node, grf_type_sys);
+		} else {
+			pr_warn("%s: failed to allocate SYS_GRF entry\n", __func__);
 		}
 	}
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In
`@patch/kernel/archive/rockchip64-7.0/general-rk3588-i2s-mclk-output-gate-4-gate-grf-clocks.patch`
around lines 108 - 117, The SYS_GRF registration currently fails silently; add
warnings when syscon_regmap_lookup_by_compatible("rockchip,rk3588-sys-grf")
returns an error and when kzalloc_obj for sys_grf_e fails so failures are
visible in dmesg; specifically, after calling syscon_regmap_lookup_by_compatible
check IS_ERR(sys_grf) and pr_warn with PTR_ERR_OR_ZERO(sys_grf) or a descriptive
message mentioning "sys_grf" and the compatible string, and inside the true
branch if kzalloc_obj(*sys_grf_e) returns NULL emit a pr_warn mentioning
allocation failure for sys_grf_e (including ctx or grf_type_sys context) before
skipping the hash_add to ctx->aux_grf_table.
patch/kernel/archive/rockchip64-7.0/net-stmmac-dwmac-motorcomm-fix-eFUSE-MAC-Address-Rea.patch (2)

53-65: Encapsulate the new eFuse settle requirement.

motorcomm_init() plus the 15-20ms sleep is now part of the contract for reading eFuse, but it is open-coded in probe. A small helper and named delay constants would make that sequencing harder to miss if another eFuse read path shows up later.

♻️ Possible cleanup
-	usleep_range(15000, 20000);
+	usleep_range(EFUSE_SETTLE_DELAY_MIN_US, EFUSE_SETTLE_DELAY_MAX_US);

Add the EFUSE_SETTLE_DELAY_* defines next to the other eFuse timing constants, or wrap the whole init+settle sequence in a dedicated helper.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In
`@patch/kernel/archive/rockchip64-7.0/net-stmmac-dwmac-motorcomm-fix-eFUSE-MAC-Address-Rea.patch`
around lines 53 - 65, The motorcomm_init() + usleep_range(15000, 20000) sequence
should be encapsulated into a small helper and use named delay constants; create
a helper (e.g., motorcomm_prepare_efuse() or motorcomm_efuse_init_sequence())
that calls motorcomm_init() and then usleep_range(EFUSE_SETTLE_DELAY_MIN,
EFUSE_SETTLE_DELAY_MAX), and add EFUSE_SETTLE_DELAY_MIN and
EFUSE_SETTLE_DELAY_MAX defines alongside the other eFuse timing constants;
replace the inline motorcomm_init() + usleep_range(...) pair in the probe with a
single call to the new helper to ensure the contract is clear and reusable.

43-45: Verify that the atomic poll helper is really needed here.

This wait still happens on the probe path, and readl_poll_timeout_atomic() uses udelay() between polls instead of the sleepable helper. Please verify there is a non-sleepable caller that actually needs that behavior; otherwise this can turn a slow or failing eFuse read into CPU spin during probe for no real gain. (codebrowser.dev)

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In
`@patch/kernel/archive/rockchip64-7.0/net-stmmac-dwmac-motorcomm-fix-eFUSE-MAC-Address-Rea.patch`
around lines 43 - 45, The atomic iopoll call using
readl_poll_timeout_atomic(priv->base + EFUSE_OP_CTRL_1, reg, reg &
EFUSE_OP_DONE, 2, EFUSE_READ_TIMEOUT_US) is used on probe — verify whether this
path can ever be in atomic context; if not, replace with the sleepable
readl_poll_timeout variant (or a msleep/yield-backed loop) to avoid busy-waiting
during slow/failed eFuse reads, otherwise add a comment justifying why atomic
polling is required; identify the call site in the probe code and check
surrounding callers/context to choose between readl_poll_timeout and
readl_poll_timeout_atomic and update the call and comment accordingly.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@config/sources/mainline-kernel.conf.sh`:
- Around line 31-33: The alert text in the display_alert call (function
display_alert) incorrectly says "missing torvalds tag" while the code sets
KERNELSOURCE to Torvalds; update the message to state that the tag was missing
from the original source and that the script is falling back to Torvalds (e.g.,
"original repo missing tag; falling back to torvalds: Using
KERNELSOURCE='${KERNELSOURCE}' for KERNELBRANCH='${KERNELBRANCH}'") so the log
accurately reflects the fallback action; modify the display_alert invocation
that references KERNELSOURCE and KERNELBRANCH accordingly.

In
`@patch/kernel/archive/rockchip64-7.0/rk3528-14-arm64-dts-rockchip-nanopi-zero2-fix-ethernet-phy-reset.patch`:
- Around line 29-30: The device tree uses the plural property name
"snps,reset-gpios" which should be the singular "snps,reset-gpio"; update the
property name to "snps,reset-gpio" (keeping the value <&gpio4 RK_PC2
GPIO_ACTIVE_LOW> and the associated "snps,reset-delays-us = <0 20000 100000>;")
so the Ethernet controller binding recognizes the reset GPIO; locate and change
the property in the patch where "snps,reset-gpios" appears.

---

Outside diff comments:
In
`@patch/kernel/archive/rockchip64-7.0/HACK-Ignore-SError-to-enable-rk3399-PCIe-bus-enumera.patch`:
- Around line 22-38: The current boot parameter and global
rk3399_pcie_ignore_serror_enabled make do_serror() ignore all SErrors
system-wide; instead restrict the bypass to the short RK3399 PCIe enumeration
window by replacing the permanent flag with a scoped probe-mode gate: add
clearly named enable/disable functions (e.g. rk3399_pcie_serror_probe_enter()
and rk3399_pcie_serror_probe_exit()) and call enable just before the RK3399 PCIe
probe/scan and call disable immediately after; update
setup_rk3399_pcie_serror_handling to only enable probe-mode if the param is
present (or register the param to toggle the initial state), and modify
do_serror() to check the probe-mode gate (rk3399_pcie_serror_probe_active) so
only SErrors occurring during the enumeration window are swallowed.
- Around line 83-101: Save the task's original CPU affinity before calling
set_cpus_allowed_ptr(current, &mask) (e.g., copy the current allowed cpumask
into a local variable), then after the critical PCIe enumeration/probing
finishes restore the saved affinity by calling set_cpus_allowed_ptr(current,
&original_mask); alternatively, restrict the pinning to just the critical
section (around the enumeration code) rather than leaving the affinity changed
for the rest of the function; reference the existing use of cpu_online(4),
struct cpumask mask, and set_cpus_allowed_ptr(current, &mask) to locate where to
save and restore the original cpumask.

---

Nitpick comments:
In
`@patch/kernel/archive/rockchip64-7.0/general-rk3588-i2s-mclk-output-gate-4-gate-grf-clocks.patch`:
- Around line 108-117: The SYS_GRF registration currently fails silently; add
warnings when syscon_regmap_lookup_by_compatible("rockchip,rk3588-sys-grf")
returns an error and when kzalloc_obj for sys_grf_e fails so failures are
visible in dmesg; specifically, after calling syscon_regmap_lookup_by_compatible
check IS_ERR(sys_grf) and pr_warn with PTR_ERR_OR_ZERO(sys_grf) or a descriptive
message mentioning "sys_grf" and the compatible string, and inside the true
branch if kzalloc_obj(*sys_grf_e) returns NULL emit a pr_warn mentioning
allocation failure for sys_grf_e (including ctx or grf_type_sys context) before
skipping the hash_add to ctx->aux_grf_table.

In
`@patch/kernel/archive/rockchip64-7.0/net-stmmac-dwmac-motorcomm-fix-eFUSE-MAC-Address-Rea.patch`:
- Around line 53-65: The motorcomm_init() + usleep_range(15000, 20000) sequence
should be encapsulated into a small helper and use named delay constants; create
a helper (e.g., motorcomm_prepare_efuse() or motorcomm_efuse_init_sequence())
that calls motorcomm_init() and then usleep_range(EFUSE_SETTLE_DELAY_MIN,
EFUSE_SETTLE_DELAY_MAX), and add EFUSE_SETTLE_DELAY_MIN and
EFUSE_SETTLE_DELAY_MAX defines alongside the other eFuse timing constants;
replace the inline motorcomm_init() + usleep_range(...) pair in the probe with a
single call to the new helper to ensure the contract is clear and reusable.
- Around line 43-45: The atomic iopoll call using
readl_poll_timeout_atomic(priv->base + EFUSE_OP_CTRL_1, reg, reg &
EFUSE_OP_DONE, 2, EFUSE_READ_TIMEOUT_US) is used on probe — verify whether this
path can ever be in atomic context; if not, replace with the sleepable
readl_poll_timeout variant (or a msleep/yield-backed loop) to avoid busy-waiting
during slow/failed eFuse reads, otherwise add a comment justifying why atomic
polling is required; identify the call site in the probe code and check
surrounding callers/context to choose between readl_poll_timeout and
readl_poll_timeout_atomic and update the call and comment accordingly.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 642e7fbb-3475-41e2-85e3-833a65439dc5

📥 Commits

Reviewing files that changed from the base of the PR and between 832f9db and faba3a4.

📒 Files selected for processing (19)
  • config/sources/mainline-kernel.conf.sh
  • patch/kernel/archive/rockchip64-7.0/HACK-Ignore-SError-to-enable-rk3399-PCIe-bus-enumera.patch
  • patch/kernel/archive/rockchip64-7.0/general-ASoC-codecs-es8328-allow-sharing-LRCK-for-microphone.patch
  • patch/kernel/archive/rockchip64-7.0/general-rk3588-i2s-mclk-output-gate-1-bindings.patch
  • patch/kernel/archive/rockchip64-7.0/general-rk3588-i2s-mclk-output-gate-2-allow-grf-type-sys.patch
  • patch/kernel/archive/rockchip64-7.0/general-rk3588-i2s-mclk-output-gate-3-grf-header.patch
  • patch/kernel/archive/rockchip64-7.0/general-rk3588-i2s-mclk-output-gate-4-gate-grf-clocks.patch
  • patch/kernel/archive/rockchip64-7.0/net-stmmac-dwmac-motorcomm-fix-eFUSE-MAC-Address-Rea.patch
  • patch/kernel/archive/rockchip64-7.0/rk3399-rp64-pcie-Reimplement-rockchip-PCIe-bus-scan-delay.patch
  • patch/kernel/archive/rockchip64-7.0/rk3528-10-phy-rockchip-inno-usb2-Add-support-for-RK3528.patch
  • patch/kernel/archive/rockchip64-7.0/rk3528-11-arm64-dts-rockchip-rk3528-Add-USB-controller-and-PHY-nodes.patch
  • patch/kernel/archive/rockchip64-7.0/rk3528-12-arm64-dts-rockchip-nanopi-zero2-Enable-USB.patch
  • patch/kernel/archive/rockchip64-7.0/rk3528-13-phy-rockchip-inno-usb2-fix-otg-timer-cleanup.patch
  • patch/kernel/archive/rockchip64-7.0/rk3528-14-arm64-dts-rockchip-nanopi-zero2-fix-ethernet-phy-reset.patch
  • patch/kernel/archive/sunxi-7.0/patches.armbian/drm-gem-dma-support-dedicated-dma-device-for-allocation-and-mapping.patch
  • patch/kernel/archive/sunxi-7.0/patches.armbian/drm-prime-limit-scatter-list-size-with-dedicated-dma-device.patch
  • patch/kernel/archive/sunxi-7.0/patches.armbian/drm-sun4i-use-backend-mixer-as-dedicated-dma-device.patch
  • patch/kernel/archive/sunxi-7.0/patches.armbian/drv-iommu-sunxi-add-iommu-driver.patch
  • patch/kernel/archive/uefi-x86-7.0/4001-asahi-trackpad.patch

@github-actions github-actions bot added the Ready to merge Reviewed, tested and ready for merge label Mar 30, 2026
@github-actions
Copy link
Copy Markdown
Contributor

✅ This PR has been reviewed and approved — all set for merge!

@rpardini
Copy link
Copy Markdown
Member

@rpardini I have issues with three patches (in sunxi) where rewrite-kernel-patches persistently removes the original header and replaces it with some archeology stuff. I already tried earlier to restore them with a dedicated commit (faba3a4) in hope that the mechanism would acknowledge but no dice. How to prevent that in future?

That usually indicates the original mbox format is somehow invalid or not understood by the patching system. It could be too many line breaks, a rogue From word in the description, etc. Let me try and have a look once this is merged.

@EvilOlaf EvilOlaf merged commit 8f7e151 into armbian:main Mar 30, 2026
16 checks passed
@EvilOlaf
Copy link
Copy Markdown
Member Author

Go for it :)

@rpardini
Copy link
Copy Markdown
Member

Go for it :)

Hmm. Your fix fixed it, somehow -- a rewrite now correctly only strips the [PATCH] prefix from Subject.

@EvilOlaf
Copy link
Copy Markdown
Member Author

I thought so myself because I did the very same earlier with faba3a4 and an immediate rewrite was successful.
However when I started working on rc6 and did the rewrite it again replaced it. I have no clue what I miss.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

05 Milestone: Second quarter release Hardware Hardware related like kernel, U-Boot, ... Patches Patches related to kernel, U-Boot, ... Ready to merge Reviewed, tested and ready for merge size/medium PR with more then 50 and less then 250 lines

Development

Successfully merging this pull request may close these issues.

3 participants