Re: [PATCH 05/24] alpha: select HAVE_DEBUG_KMEMLEAK
From: Magnus Lindholm
Date: Wed Sep 02 2026 - 02:05:02 EST
Hi Matt,
On Tue, Sep 1, 2026 at 5:50 PM Matt Turner <mattst88@xxxxxxxxx> wrote:
>
> Kmemleak needs no architecture support beyond the standard linker script
> symbols for the data and bss sections, which Alpha already provides, and
> a scan of the kernel stacks, which is done generically.
>
I tested this on an AlphaServer ES40 with CONFIG_DEBUG_KMEMLEAK=y.
The kernel built and booted successfully, and a manual kmemleak scan
completed normally.
The scan reported three suspected allocations from the sym53c8xx_2
driver. These appear unrelated to this patch and may be false
positives caused by references stored in DMA-coherent memory.
Either way, the patch looks good to me.
Tested-by: Magnus Lindholm <linmag7@xxxxxxxxx>
Reviewed-by: Magnus Lindholm <linmag7@xxxxxxxxx>