[PATCH 0/4] arm64: boot fixes/updates

Mark Rutland mark.rutland at arm.com
Fri Mar 13 09:14:33 PDT 2015


Hi all,

The following patches address a few boot related issues I spotted
recently.

The first patch fixes alternatives for !SMP kernels, the second fixes a
potential issue with boot mode detection, and the final patches give us
some better logging of the boot mode, fixing a latent bug in mismatch
detection (though until now this has not been a problem).

Ard, Marc, I guess our recent boot patches are all going to clash. Do we
need to sort that out between us or are we relying on the arm64
maintainers? ;)

Thanks,
Mark.

Mark Rutland (4):
  arm64: apply alternatives for !SMP kernels
  arm64: head.S: fix __boot_cpu_mode alignment
  arm64: fix hyp mode mismatch detection
  arm64: log CPU boot modes

 arch/arm64/Kconfig                |  4 ++++
 arch/arm64/include/asm/smp_plat.h |  2 ++
 arch/arm64/kernel/head.S          |  4 ++--
 arch/arm64/kernel/setup.c         | 25 +++++++++++++++++++++++++
 arch/arm64/kernel/smp.c           |  2 +-
 5 files changed, 34 insertions(+), 3 deletions(-)

-- 
1.9.1




More information about the linux-arm-kernel mailing list