[PULL 0/4] xtensa fixes for v5.1-rc5

From: Max Filippov
Date: Mon Apr 08 2019 - 14:02:24 EST


Hi Linus,

please pull the following batch of fixes for the xtensa architecture:

The following changes since commit 79a3aaa7b82e3106be97842dedfd8429248896e6:

Linux 5.1-rc3 (2019-03-31 14:39:29 -0700)

are available in the git repository at:

git://github.com/jcmvbkbc/linux-xtensa.git tags/xtensa-20190408

for you to fetch changes up to ecae26fae15abb7d433557afbd15467ce1c444f5:

xtensa: fix format string warning in init_pmd (2019-04-04 18:45:55 -0700)

----------------------------------------------------------------
xtensa fixes for v5.1-rc5

- fix syscall number passed to trace_sys_exit;
- fix syscall number initialization in start_thread;
- fix level interpretation in the return_address;
- fix format string warning in init_pmd.

----------------------------------------------------------------
Max Filippov (4):
xtensa: use actual syscall number in do_syscall_trace_leave
xtensa: fix initialization of pt_regs::syscall in start_thread
xtensa: fix return_address
xtensa: fix format string warning in init_pmd

arch/xtensa/include/asm/processor.h | 21 ++++++++++++---------
arch/xtensa/kernel/entry.S | 6 ++++++
arch/xtensa/kernel/stacktrace.c | 6 +++++-
arch/xtensa/mm/mmu.c | 2 +-
4 files changed, 24 insertions(+), 11 deletions(-)

--
Thanks.
-- Max