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.10
Date: Tue, 14 May 2024 16:34:42 +0100 [thread overview]
Message-ID: <ZkOEkhs_-wiwucSO@antec> (raw)
Hello Linus,
Please consider for pull,
The following changes since commit 4cece764965020c22cff7665b18a012006359095:
Linux 6.9-rc1 (2024-03-24 14:10:05 -0700)
are available in the Git repository at:
https://github.com/openrisc/linux.git tags/for-linus
for you to fetch changes up to 4dc70e1aadfadf968676d983587c6f5d455aba85:
openrisc: Move FPU state out of pt_regs (2024-04-15 15:20:39 +0100)
----------------------------------------------------------------
OpenRISC updates for 6.10
A few cleanups and fixups from me:
- Add a few missing relocations to fix module loading.
- Cleanup FPU state save and restore to be more efficient.
- Cleanups to traps handling and logging.
- Fix issue with poweroff being broken after recent power driver
refactoings.
----------------------------------------------------------------
Stafford Horne (8):
openrisc: Use do_kernel_power_off()
openrisc: Define openrisc relocation types
openrisc: Add support for more module relocations
openrisc: traps: Convert printks to pr_<level> macros
openrisc: traps: Remove calls to show_registers before die
openrisc: traps: Don't send signals to kernel mode threads
openrisc: Add FPU config
openrisc: Move FPU state out of pt_regs
arch/openrisc/Kconfig | 9 +++
arch/openrisc/include/asm/fpu.h | 22 ++++++
arch/openrisc/include/asm/processor.h | 1 +
arch/openrisc/include/asm/ptrace.h | 3 +-
arch/openrisc/include/uapi/asm/elf.h | 75 +++++++++++++++---
arch/openrisc/kernel/entry.S | 15 +---
arch/openrisc/kernel/module.c | 18 ++++-
arch/openrisc/kernel/process.c | 13 +--
arch/openrisc/kernel/ptrace.c | 18 ++---
arch/openrisc/kernel/signal.c | 36 ++++++++-
arch/openrisc/kernel/traps.c | 144 ++++++++++++++++++----------------
11 files changed, 243 insertions(+), 111 deletions(-)
create mode 100644 arch/openrisc/include/asm/fpu.h
next reply other threads:[~2024-05-14 15:34 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-14 15:34 Stafford Horne [this message]
2024-05-14 18:41 ` [GIT PULL] OpenRISC updates for 6.10 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=ZkOEkhs_-wiwucSO@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.