Hi Linus,

please pull the following Xtensa architecture updates for v5.9.
There are trivial conflicts in the seccomp selftests with the csky
and sh trees.

The following changes since commit 92ed301919932f777713b9172e525674157e983d:

  Linux 5.8-rc7 (2020-07-26 14:14:06 -0700)

are available in the Git repository at:

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

for you to fetch changes up to a0fc1436f1f4f84e93144480bf30e0c958d135b6:

  xtensa: add missing exclusive access state management (2020-07-31 14:15:57 
-0700)

----------------------------------------------------------------
Xtensa updates for v5.9:

- add syscall audit support
- add seccomp filter support
- clean up make rules under arch/xtensa/boot
- fix state management for exclusive access opcodes
- fix build with PMU enabled

----------------------------------------------------------------
Masahiro Yamada (1):
      xtensa: add boot subdirectories build artifacts to 'targets'

Max Filippov (8):
      xtensa: add audit support
      xtensa: expose syscall through user_pt_regs
      xtensa: add seccomp support
      selftests/seccomp: add xtensa support
      xtensa: move vmlinux.bin[.gz] to boot subdirectory
      xtensa: add uImage and xipImage to targets
      xtensa: fix xtensa_pmu_setup prototype
      xtensa: add missing exclusive access state management

Randy Dunlap (1):
      xtensa: initialize_mmu.h: fix a duplicated word

 .../features/seccomp/seccomp-filter/arch-support.txt     |  2 +-
 arch/xtensa/Kconfig                                      | 16 ++++++++++++++++
 arch/xtensa/boot/Makefile                                | 12 +++++++-----
 arch/xtensa/boot/boot-elf/Makefile                       |  5 +++--
 arch/xtensa/boot/boot-redboot/Makefile                   |  5 +++--
 arch/xtensa/include/asm/Kbuild                           |  1 +
 arch/xtensa/include/asm/initialize_mmu.h                 |  2 +-
 arch/xtensa/include/asm/thread_info.h                    | 11 ++++++++++-
 arch/xtensa/include/uapi/asm/ptrace.h                    |  3 ++-
 arch/xtensa/kernel/asm-offsets.c                         |  3 +++
 arch/xtensa/kernel/entry.S                               | 11 +++++++++++
 arch/xtensa/kernel/perf_event.c                          |  2 +-
 arch/xtensa/kernel/ptrace.c                              | 14 +++++++++++++-
 tools/testing/selftests/seccomp/seccomp_bpf.c            | 16 +++++++++++++++-
 14 files changed, 87 insertions(+), 16 deletions(-)

-- 
Thanks.
-- Max

Reply via email to