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

xur@google.com posted 2 patches 1 week, 4 days ago
There is a newer version of this series
arch/Kconfig                    | 8 --------
arch/arm64/kernel/vmlinux.lds.S | 3 +++
arch/x86/Kconfig                | 2 --
3 files changed, 3 insertions(+), 10 deletions(-)
[PATCH v3 0/2] kconfig: Remove the architecture specific config for AutoFDO and Propeller
Posted by xur@google.com 1 week, 4 days ago
From: Rong Xu <xur@google.com>

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(-)


base-commit: 2c31897a17e55a6da529b4e797e98c6febc60fd2
-- 
2.54.0.794.g4f17f83d09-goog
Re: [PATCH v3 0/2] kconfig: Remove the architecture specific config for AutoFDO and Propeller
Posted by Will Deacon 1 week, 2 days ago
On Wed, May 27, 2026 at 02:45:06PM -0700, xur@google.com wrote:
> From: Rong Xu <xur@google.com>
> 
> 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@kernel.org>

Will