mbox series

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

Message ID 20250302113842.58092-1-sven@svenpeter.dev (mailing list archive)
State New
Headers show
Series [GIT,PULL] Apple SoC RTKit IPC library updates for v6.15 | expand

Pull-request

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

Message

Sven Peter March 2, 2025, 11:38 a.m. UTC
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(-)