This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 0f8e26b38d7a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...] new 134502abfe36 openrisc: migrate to the generic rule for built-in DTB new 7ce8716e2769 openrisc: Add HAVE_REGS_AND_STACK_ACCESS_API support new ca46ebffc2d2 openrisc: Add support for restartable sequences new ea1413e5b53a rseq/selftests: Add support for OpenRISC new fd56e5104a37 Merge tag 'for-linus' of https://github.com/openrisc/linux new 36975ec3a2c1 kdb: use kmap_local_page() new 6beaa75cd24d kdb: Remove unused flags stack new 405057718a1f Merge tag 'kgdb-6.14-rc1' of git://git.kernel.org/pub/scm/ [...]
The 8 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: arch/openrisc/Kbuild | 1 - arch/openrisc/Kconfig | 5 +- arch/openrisc/boot/dts/Makefile | 2 +- arch/openrisc/configs/or1klitex_defconfig | 2 +- arch/openrisc/configs/or1ksim_defconfig | 2 +- arch/openrisc/configs/simple_smp_defconfig | 2 +- arch/openrisc/include/asm/ptrace.h | 73 ++++++++- arch/openrisc/kernel/entry.S | 4 + arch/openrisc/kernel/ptrace.c | 96 +++++++++++ arch/openrisc/kernel/signal.c | 2 + include/linux/kdb.h | 3 - kernel/debug/kdb/kdb_support.c | 24 +-- tools/testing/selftests/rseq/param_test.c | 24 +++ .../rseq/{rseq-riscv-bits.h => rseq-or1k-bits.h} | 72 ++++---- .../selftests/rseq/rseq-or1k-thread-pointer.h | 13 ++ tools/testing/selftests/rseq/rseq-or1k.h | 181 +++++++++++++++++++++ tools/testing/selftests/rseq/rseq-thread-pointer.h | 2 + tools/testing/selftests/rseq/rseq.h | 2 + 18 files changed, 444 insertions(+), 66 deletions(-) copy tools/testing/selftests/rseq/{rseq-riscv-bits.h => rseq-or1k-bits.h} (88%) create mode 100644 tools/testing/selftests/rseq/rseq-or1k-thread-pointer.h create mode 100644 tools/testing/selftests/rseq/rseq-or1k.h