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

xur@google.com posted 2 patches 3 days, 10 hours ago
Documentation/dev-tools/autofdo.rst   | 41 ++++++++++++++++++++++
Documentation/dev-tools/propeller.rst | 49 ++++++++++++++++++++-------
arch/Kconfig                          |  9 +----
arch/arm64/kernel/vmlinux.lds.S       |  1 +
arch/x86/Kconfig                      |  2 --
arch/x86/kernel/vmlinux.lds.S         |  5 +--
include/asm-generic/vmlinux.lds.h     |  6 ++++
7 files changed, 87 insertions(+), 26 deletions(-)
[PATCH v4 0/2] kconfig: Remove the architecture specific config for AutoFDO and Propeller
Posted by xur@google.com 3 days, 10 hours ago
From: Rong Xu <xur@google.com>

ChangeLog:
  V4: (1) updated docs for AutoFDO and Propeller
      (2) moved .llvm_bb_addr_map sections grouping to the header file.
      (3) use $(cc-option,...) for supported archs.
  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

 Documentation/dev-tools/autofdo.rst   | 41 ++++++++++++++++++++++
 Documentation/dev-tools/propeller.rst | 49 ++++++++++++++++++++-------
 arch/Kconfig                          |  9 +----
 arch/arm64/kernel/vmlinux.lds.S       |  1 +
 arch/x86/Kconfig                      |  2 --
 arch/x86/kernel/vmlinux.lds.S         |  5 +--
 include/asm-generic/vmlinux.lds.h     |  6 ++++
 7 files changed, 87 insertions(+), 26 deletions(-)


base-commit: f58316a441b4626324993db585fa4b7b7c780fac
-- 
2.54.0.1032.g2f8565e1d1-goog