[GIT PULL] orphan section fixes for v5.13-rc6

From: Kees Cook
Date: Tue Jun 08 2021 - 13:21:29 EST


Hi Linus,

Please pull these orphan sections fixes for v5.13-rc6. These two corner
case fixes have been in -next for about a week.

Thanks!

-Kees

The following changes since commit d07f6ca923ea0927a1024dfccafc5b53b61cfecc:

Linux 5.13-rc2 (2021-05-16 15:27:44 -0700)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/orphans-v5.13-rc6

for you to fetch changes up to d4c6399900364facd84c9e35ce1540b6046c345f:

vmlinux.lds.h: Avoid orphan section with !SMP (2021-06-02 12:43:55 -0700)

----------------------------------------------------------------
orphan section fixes for v5.13-rc6

- Avoid orphan section in ARM cpuidle (Arnd Bergmann)

- Avoid orphan section with !SMP (Nathan Chancellor)

----------------------------------------------------------------
Arnd Bergmann (1):
ARM: cpuidle: Avoid orphan section warning

Nathan Chancellor (1):
vmlinux.lds.h: Avoid orphan section with !SMP

arch/arm/include/asm/cpuidle.h | 5 +++--
include/asm-generic/vmlinux.lds.h | 1 +
2 files changed, 4 insertions(+), 2 deletions(-)

--
Kees Cook