[PULL 0/2] Xtensa fixes for v4.9-rc6

From: Max Filippov
Date: Wed Nov 16 2016 - 18:51:06 EST


Hi Linus,

please pull the following two fixes for the Xtensa architecture.

The following changes since commit 712cba5d87a6c0e980ee5fad45734e189c4d7151:

Merge tag 'v4.9-rc3' into xtensa-for-next (2016-11-06 23:31:10 -0800)

are available in the git repository at:

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

for you to fetch changes up to 709fb1f961ea5c287107c3f903e81c9529224c8b:

xtensa: wire up new pkey_{mprotect,alloc,free} syscalls (2016-11-14 12:31:49 -0800)

----------------------------------------------------------------
Xtensa fixes for v4.9-rc6:

- fix register dumps, stack dumps and stack traces that got torn due to
recent printk changes;
- wire up pkey_{mprotect,alloc,free} syscalls.

----------------------------------------------------------------
Max Filippov (2):
xtensa: clean up printk usage for boot/crash logging
xtensa: wire up new pkey_{mprotect,alloc,free} syscalls

arch/xtensa/include/uapi/asm/unistd.h | 9 ++++-
arch/xtensa/kernel/time.c | 14 +++----
arch/xtensa/kernel/traps.c | 74 +++++++++++------------------------
3 files changed, 37 insertions(+), 60 deletions(-)

--
Thanks.
-- Max