[linux-yocto] [linux-yocto-rt][PATCH 0/2] Backport two rt patches to fix build error for powerpc

Hongzhi.Song hongzhi.song at windriver.com
Tue Apr 9 20:22:38 PDT 2019


There are tow errors when compiling powerpc rt kernel.
1.
	Error: operand out of range (0x0000000000208690 is not between 0x0000000000000000 and 0x000000000000ffff)
2.
	error: implicit declaration of function 'printk_safe_flush_on_panic'

There are for v5.0/standard/preempt-rt/base

John Ogness (1):
  printk: An all-in-one commit to fix build failures

Sebastian Andrzej Siewior (1):
  powerpc: reshuffle TIF bits

 arch/powerpc/include/asm/thread_info.h | 13 ++++++++-----
 arch/powerpc/kernel/entry_32.S         | 12 +++++++-----
 arch/powerpc/kernel/entry_64.S         | 12 +++++++-----
 arch/powerpc/kernel/traps.c            |  1 -
 arch/powerpc/kernel/watchdog.c         |  5 -----
 kernel/printk/printk.c                 | 16 ++++++++++++++--
 lib/printk_ringbuffer.c                |  8 +++++++-
 7 files changed, 43 insertions(+), 24 deletions(-)

-- 
2.8.1



More information about the linux-yocto mailing list