lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: 
 <175458544049.3624981.13613580736849122114.git-patchwork-notify@kernel.org>
Date: Thu, 07 Aug 2025 16:50:40 +0000
From: patchwork-bot+linux-riscv@...nel.org
To: Anup Patel <apatel@...tanamicro.com>
Cc: linux-riscv@...ts.infradead.org, mturquette@...libre.com,
 sboyd@...nel.org, robh@...nel.org, krzk+dt@...nel.org, conor+dt@...nel.org,
 jassisinghbrar@...il.com, tglx@...utronix.de, rafael@...nel.org,
 mika.westerberg@...ux.intel.com, andriy.shevchenko@...ux.intel.com,
 linus.walleij@...aro.org, brgl@...ev.pl, ukleinek@...nel.org,
 devicetree@...r.kernel.org, ajones@...tanamicro.com, alex@...ti.fr,
 atish.patra@...ux.dev, leyfoon.tan@...rfivetech.com, anup@...infault.org,
 linux-kernel@...r.kernel.org, samuel.holland@...ive.com,
 linux-acpi@...r.kernel.org, palmer@...belt.com, paul.walmsley@...ive.com,
 lenb@...nel.org, linux-clk@...r.kernel.org, rpathak@...tanamicro.com
Subject: Re: [PATCH v9 00/24] Linux SBI MPXY and RPMI drivers

Hello:

This series was applied to riscv/linux.git (for-next)
by Palmer Dabbelt <palmer@...belt.com>:

On Mon, 28 Jul 2025 15:10:08 +0530 you wrote:
> The SBI v3.0 (MPXY extension) [1] and RPMI v1.0 [2] specifications
> are ratified by the RISC-V International.
> 
> Currently, most of the RPMI and MPXY drivers are in OpenSBI whereas
> Linux only has SBI MPXY mailbox controller driver, RPMI clock driver
> and RPMI system MSI driver This series also includes ACPI support
> for SBI MPXY mailbox controller and RPMI system MSI drivers.
> 
> [...]

Here is the summary with links:
  - [v9,01/24] dt-bindings: mailbox: Add bindings for RPMI shared memory transport
    https://git.kernel.org/riscv/c/e6ef156cbf20
  - [v9,02/24] dt-bindings: mailbox: Add bindings for RISC-V SBI MPXY extension
    https://git.kernel.org/riscv/c/f24d93a2a11b
  - [v9,03/24] RISC-V: Add defines for the SBI message proxy extension
    https://git.kernel.org/riscv/c/0f2705c52e4a
  - [v9,04/24] mailbox: Add common header for RPMI messages sent via mailbox
    https://git.kernel.org/riscv/c/c949af8fce93
  - [v9,05/24] mailbox: Allow controller specific mapping using fwnode
    https://git.kernel.org/riscv/c/bbc108db8712
  - [v9,06/24] byteorder: Add memcpy_to_le32() and memcpy_from_le32()
    https://git.kernel.org/riscv/c/1419b7bcaff5
  - [v9,07/24] mailbox: Add RISC-V SBI message proxy (MPXY) based mailbox driver
    https://git.kernel.org/riscv/c/81db83e750ca
  - [v9,08/24] dt-bindings: clock: Add RPMI clock service message proxy bindings
    https://git.kernel.org/riscv/c/3d8d1343d4b3
  - [v9,09/24] dt-bindings: clock: Add RPMI clock service controller bindings
    https://git.kernel.org/riscv/c/9231349d789f
  - [v9,10/24] clk: Add clock driver for the RISC-V RPMI clock service group
    https://git.kernel.org/riscv/c/f10b3b886a26
  - [v9,11/24] dt-bindings: Add RPMI system MSI message proxy bindings
    https://git.kernel.org/riscv/c/f421f9dadf4b
  - [v9,12/24] dt-bindings: Add RPMI system MSI interrupt controller bindings
    https://git.kernel.org/riscv/c/dad7051158aa
  - [v9,13/24] irqchip: Add driver for the RPMI system MSI service group
    https://git.kernel.org/riscv/c/087f01ae8138
  - [v9,14/24] ACPI: property: Refactor acpi_fwnode_get_reference_args() to support nargs_prop
    https://git.kernel.org/riscv/c/dfb5dd686542
  - [v9,15/24] ACPI: Add support for nargs_prop in acpi_fwnode_get_reference_args()
    https://git.kernel.org/riscv/c/b39b9be6cf10
  - [v9,16/24] ACPI: scan: Update honor list for RPMI System MSI
    https://git.kernel.org/riscv/c/3061eca5a86f
  - [v9,17/24] ACPI: RISC-V: Create interrupt controller list in sorted order
    https://git.kernel.org/riscv/c/cc57a1b47003
  - [v9,18/24] ACPI: RISC-V: Add support to update gsi range
    https://git.kernel.org/riscv/c/5515df185704
  - [v9,19/24] ACPI: RISC-V: Add RPMI System MSI to GSI mapping
    https://git.kernel.org/riscv/c/a7339aedb006
  - [v9,20/24] irqchip/irq-riscv-imsic-early: Export imsic_acpi_get_fwnode()
    https://git.kernel.org/riscv/c/eeaac5b3a430
  - [v9,21/24] mailbox/riscv-sbi-mpxy: Add ACPI support
    https://git.kernel.org/riscv/c/79ccd8be2527
  - [v9,22/24] irqchip/riscv-rpmi-sysmsi: Add ACPI support
    https://git.kernel.org/riscv/c/515799045fca
  - [v9,23/24] RISC-V: Enable GPIO keyboard and event device in RV64 defconfig
    https://git.kernel.org/riscv/c/b84b1867766c
  - [v9,24/24] MAINTAINERS: Add entry for RISC-V RPMI and MPXY drivers
    https://git.kernel.org/riscv/c/a10b9984fdfc

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ