* [GIT PULL] OpenRISC updates for 6.14
@ 2025-01-25 6:29 Stafford Horne
2025-01-25 18:34 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Stafford Horne @ 2025-01-25 6:29 UTC (permalink / raw)
To: Linus Torvalds; +Cc: Linux OpenRISC, LKML
Hello Linus,
Please consider for pull,
The following changes since commit fc033cf25e612e840e545f8d5ad2edd6ba613ed5:
Linux 6.13-rc5 (2024-12-29 13:15:45 -0800)
are available in the Git repository at:
https://github.com/openrisc/linux.git tags/for-linus
for you to fetch changes up to ea1413e5b53a8dd4fa7675edb23cdf828bbdce1e:
rseq/selftests: Add support for OpenRISC (2025-01-14 17:17:16 +0000)
----------------------------------------------------------------
OpenRISC updates for 6.14
A few updates from me and the community:
* Added support for restartable sequences
* Migration to Generic built-in DTB from Masahiro Yamada
----------------------------------------------------------------
Masahiro Yamada (1):
openrisc: migrate to the generic rule for built-in DTB
Michael Jeanson (1):
openrisc: Add HAVE_REGS_AND_STACK_ACCESS_API support
Stafford Horne (2):
openrisc: Add support for restartable sequences
rseq/selftests: Add support for OpenRISC
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 +
tools/testing/selftests/rseq/param_test.c | 24 ++
tools/testing/selftests/rseq/rseq-or1k-bits.h | 412 +++++++++++++++++++++
.../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 +
16 files changed, 816 insertions(+), 7 deletions(-)
create mode 100644 tools/testing/selftests/rseq/rseq-or1k-bits.h
create mode 100644 tools/testing/selftests/rseq/rseq-or1k-thread-pointer.h
create mode 100644 tools/testing/selftests/rseq/rseq-or1k.h
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] OpenRISC updates for 6.14
2025-01-25 6:29 [GIT PULL] OpenRISC updates for 6.14 Stafford Horne
@ 2025-01-25 18:34 ` pr-tracker-bot
0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2025-01-25 18:34 UTC (permalink / raw)
To: Stafford Horne; +Cc: Linus Torvalds, Linux OpenRISC, LKML
The pull request you sent on Sat, 25 Jan 2025 06:29:37 +0000:
> https://github.com/openrisc/linux.git tags/for-linus
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/fd56e5104a37f96e1b1ca42b4fd64fd49257fdce
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-01-25 18:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-25 6:29 [GIT PULL] OpenRISC updates for 6.14 Stafford Horne
2025-01-25 18:34 ` pr-tracker-bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).