Merge tag 'for-linus' of https://github.com/openrisc/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 14 May 2024 18:27:32 +0000 (11:27 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 14 May 2024 18:27:32 +0000 (11:27 -0700)
commit590103732442b4bb83886f03f2ddd39d129c3289
tree0b8fdb2ed15e33b4ea425bed32575f4b1661be0e
parentc59cebe8ff779df029d19e5525d4557fd70a769b
parent4dc70e1aadfadf968676d983587c6f5d455aba85
Merge tag 'for-linus' of https://github.com/openrisc/linux

Pull OpenRISC updates from Stafford Horne:
 "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
     refactorings"

* tag 'for-linus' of https://github.com/openrisc/linux:
  openrisc: Move FPU state out of pt_regs
  openrisc: Add FPU config
  openrisc: traps: Don't send signals to kernel mode threads
  openrisc: traps: Remove calls to show_registers before die
  openrisc: traps: Convert printks to pr_<level> macros
  openrisc: Add support for more module relocations
  openrisc: Define openrisc relocation types
  openrisc: Use do_kernel_power_off()