Re: [PATCH v3 0/2] kconfig: Remove the architecture specific config for AutoFDO and Propeller

From: Will Deacon

Date: Fri May 29 2026 - 12:32:29 EST


On Wed, May 27, 2026 at 02:45:06PM -0700, xur@xxxxxxxxxx wrote:
> From: Rong Xu <xur@xxxxxxxxxx>
>
> Resend this patch:
>
> ChangeLog:
> V3: (1) updated the base;
> (2) changed vmlinux.lds.S for arm64 to avoid the warnings
> from .llvm_bb_addr_map.
>
> Rong Xu (2):
> kconfig: Remove the architecture specific config for AutoFDO
> kconfig: Remove the architecture specific config for Propeller
>
> arch/Kconfig | 8 --------
> arch/arm64/kernel/vmlinux.lds.S | 3 +++
> arch/x86/Kconfig | 2 --
> 3 files changed, 3 insertions(+), 10 deletions(-)

For the series:

Acked-by: Will Deacon <will@xxxxxxxxxx>

Will