[PATCH] alloc_tag: remove empty module tag section

2025-06-10 Thread Casey Chen
add allocation tagging support for memory allocation profiling") Signed-off-by: Casey Chen Reviewed-by: Yuanyuan Zhong Acked-by: Suren Baghdasaryan --- include/asm-generic/codetag.lds.h | 6 -- scripts/module.lds.S | 5 - 2 files changed, 11 deletions(-) diff --git a

Re: [PATCH 1/1] alloc_tag: handle module codetag load errors as module load failures

2025-05-21 Thread Casey Chen
; profiling when this error happens, instead we fail to load the module. > > Fixes: 10075262888b ("alloc_tag: allocate percpu counters for module tags > dynamically") > Reported-by: Casey Chen > Closes: > https://lore.kernel.org/all/20250520231620.15259-1-cac...@purestor