[GIT PULL] Apple SoC RTKit IPC library updates for v6.15

From: Sven Peter
Date: Sun Mar 02 2025 - 06:39:01 EST


Hi,

Please merge these Apple SoC RTKit IPC library updates for v6.15.
This batch includes a bunch of minor improvements and bugfixes mostly
required for our downstream drivers (e.g. DCP) which we are planning to
upstream in the next months.
There's one API change which requires a single line adjustment to our
NVMe driver as well which has been reviewed by a NVMe maintainer.


Best,


Sven

The following changes since commit 2014c95afecee3e76ca4a56956a936e23283f05b:

Linux 6.14-rc1 (2025-02-02 15:39:26 -0800)

are available in the Git repository at:

https://github.com/AsahiLinux/linux.git tags/asahi-soc-rtkit-6.15

for you to fetch changes up to e210227f0259d2666cc41b28ed1b7b0b0a99ed4d:

soc: apple: rtkit: Cut syslog messages after the first '\0' (2025-02-28 21:36:45 +0000)

----------------------------------------------------------------
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

----------------------------------------------------------------
Asahi Lina (2):
soc: apple: rtkit: Check & log more failures
soc: apple: rtkit: Pass the crashlog to the crashed() callback

Harshit Mogalapalli (1):
soc: apple: rtkit: Fix use-after-free in apple_rtkit_crashlog_rx()

Hector Martin (1):
soc: apple: rtkit: Implement OSLog buffers properly

Janne Grunau (3):
soc: apple: rtkit: Add and use PWR_STATE_INIT instead of _ON
soc: apple: rtkit: Use high prio work queue
soc: apple: rtkit: Cut syslog messages after the first '\0'

drivers/nvme/host/apple.c | 2 +-
drivers/soc/apple/rtkit-internal.h | 1 +
drivers/soc/apple/rtkit.c | 112 +++++++++++++++++++++++++------------
include/linux/soc/apple/rtkit.h | 2 +-
4 files changed, 78 insertions(+), 39 deletions(-)