]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'asahi-soc-rtkit-6.15' of https://github.com/AsahiLinux/linux into soc...
authorArnd Bergmann <arnd@arndb.de>
Thu, 6 Mar 2025 16:14:51 +0000 (17:14 +0100)
committerArnd Bergmann <arnd@arndb.de>
Thu, 6 Mar 2025 16:15:03 +0000 (17:15 +0100)
commitc339956727376916dead2103fc631ad71fcfadc1
tree679d8cd8353fc97b82ec0275a96d53566bb750cb
parent9c83645c9c59708cc0a1d0d794fb92f4cf069677
parente210227f0259d2666cc41b28ed1b7b0b0a99ed4d
Merge tag 'asahi-soc-rtkit-6.15' of https://github.com/AsahiLinux/linux into soc/drivers

Apple SoC RTKit IPC library updates for 6.15:

- Additional logging for errors
- A few minor improvements and bugfixes required for drivers that are
  yet to be upstreamed

* tag 'asahi-soc-rtkit-6.15' of https://github.com/AsahiLinux/linux:
  soc: apple: rtkit: Cut syslog messages after the first '\0'
  soc: apple: rtkit: Use high prio work queue
  soc: apple: rtkit: Implement OSLog buffers properly
  soc: apple: rtkit: Add and use PWR_STATE_INIT instead of _ON
  soc: apple: rtkit: Fix use-after-free in apple_rtkit_crashlog_rx()
  soc: apple: rtkit: Pass the crashlog to the crashed() callback
  soc: apple: rtkit: Check & log more failures

Link: https://lore.kernel.org/r/20250302113842.58092-1-sven@svenpeter.dev
Signed-off-by: Arnd Bergmann <arnd@arndb.de>