From: Stafford Horne <shorne@gmail.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Linux OpenRISC <linux-openrisc@vger.kernel.org>,
LKML <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] OpenRISC updates for 6.18
Date: Sun, 5 Oct 2025 07:35:34 +0100 [thread overview]
Message-ID: <aOIRtnhTn3Gt8yr5@antec> (raw)
Hello Linus,
Please consider for pull,
The following changes since commit 76eeb9b8de9880ca38696b2fb56ac45ac0a25c6c:
Linux 6.17-rc5 (2025-09-07 14:22:57 -0700)
are available in the Git repository at:
https://github.com/openrisc/linux.git tags/for-linus
for you to fetch changes up to 8c30b0018f9d93391573e091960d257fd9de120a:
openrisc: Add jump label support (2025-09-11 11:27:59 +0100)
----------------------------------------------------------------
OpenRISC updates for 6.18
I picked up one series from Chen Miao, our Google Summer
of Code contributor:
- Added OpenRISC support for static keys
----------------------------------------------------------------
chenmiao (4):
openrisc: Add text patching API support
openrisc: Add R_OR1K_32_PCREL relocation type module support
openrisc: Regenerate defconfigs.
openrisc: Add jump label support
.../features/core/jump-labels/arch-support.txt | 2 +-
arch/openrisc/Kconfig | 2 +
arch/openrisc/configs/or1ksim_defconfig | 19 ++----
arch/openrisc/configs/virt_defconfig | 2 +-
arch/openrisc/include/asm/Kbuild | 1 -
arch/openrisc/include/asm/fixmap.h | 1 +
arch/openrisc/include/asm/insn-def.h | 15 ++++
arch/openrisc/include/asm/jump_label.h | 72 ++++++++++++++++++++
arch/openrisc/include/asm/text-patching.h | 13 ++++
arch/openrisc/kernel/Makefile | 2 +
arch/openrisc/kernel/jump_label.c | 51 ++++++++++++++
arch/openrisc/kernel/module.c | 4 ++
arch/openrisc/kernel/patching.c | 79 ++++++++++++++++++++++
arch/openrisc/kernel/setup.c | 2 +
arch/openrisc/mm/init.c | 6 +-
15 files changed, 255 insertions(+), 16 deletions(-)
create mode 100644 arch/openrisc/include/asm/insn-def.h
create mode 100644 arch/openrisc/include/asm/jump_label.h
create mode 100644 arch/openrisc/include/asm/text-patching.h
create mode 100644 arch/openrisc/kernel/jump_label.c
create mode 100644 arch/openrisc/kernel/patching.c
next reply other threads:[~2025-10-05 6:35 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-05 6:35 Stafford Horne [this message]
2025-10-05 17:43 ` [GIT PULL] OpenRISC updates for 6.18 pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=aOIRtnhTn3Gt8yr5@antec \
--to=shorne@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-openrisc@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).