[PATCH v6 00/13] arm64: debug: remove hook registration, split exception entry

Will Deacon will at kernel.org
Tue Jul 8 07:44:20 PDT 2025


On Mon, 07 Jul 2025 12:40:56 +0100, Ada Couprie Diaz wrote:
> Another small re-spin (okay'd by Catalin[-1]) to fix build issues :
>  - Patch 10 would fail to build, fix by correcting `el1_dbg()` being`
>    modified when it shouldn't have. This creates a small change
>    in Patch 11 as well : removing the line that was mistakenly removed
>    in Patch 10.
>  - Patch 11 would fail to build without `CONFIG_COMPAT`, fix by marking
>    `el0_dbg()` `__maybe_unused`. It gets removed in the next patch anyway.
> 
> [...]

Applied to arm64 (for-next/debug-entry), thanks!

[01/13] arm64: debug: clean up single_step_handler logic
        https://git.kernel.org/arm64/c/ad8b22648b7d
[02/13] arm64: refactor aarch32_break_handler()
        https://git.kernel.org/arm64/c/b1e2d95524e4
[03/13] arm64: debug: call software breakpoint handlers statically
        https://git.kernel.org/arm64/c/6adfdc5e2ef9
[04/13] arm64: debug: call step handlers statically
        https://git.kernel.org/arm64/c/403b48aad5b3
[05/13] arm64: debug: remove break/step handler registration infrastructure
        https://git.kernel.org/arm64/c/d4e0b1262094
[06/13] arm64: entry: Add entry and exit functions for debug exceptions
        https://git.kernel.org/arm64/c/eaff68b32861
[07/13] arm64: debug: split hardware breakpoint exception entry
        https://git.kernel.org/arm64/c/43e2ae77fcab
[08/13] arm64: debug: refactor reinstall_suspended_bps()
        https://git.kernel.org/arm64/c/80691d35523d
[09/13] arm64: debug: split single stepping exception entry
        https://git.kernel.org/arm64/c/0ac7584c08ce
[10/13] arm64: debug: split hardware watchpoint exception entry
        https://git.kernel.org/arm64/c/413f0bba005d
[11/13] arm64: debug: split brk64 exception entry
        https://git.kernel.org/arm64/c/31575e11ecf7
[12/13] arm64: debug: split bkpt32 exception entry
        https://git.kernel.org/arm64/c/fc5e5d0477c5
[13/13] arm64: debug: remove debug exception registration infrastructure
        https://git.kernel.org/arm64/c/a8b8cce9d96d

Cheers,
-- 
Will

https://fixes.arm64.dev
https://next.arm64.dev
https://will.arm64.dev



More information about the linux-arm-kernel mailing list