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]
Date:   Thu, 10 Mar 2022 20:19:20 +0100
From:   "Rafael J. Wysocki" <rafael@...nel.org>
To:     Lorenzo Pieralisi <lorenzo.pieralisi@....com>,
        Ilkka Koskinen <ilkka@...amperecomputing.com>
Cc:     Hanjun Guo <guohanjun@...wei.com>,
        Sudeep Holla <sudeep.holla@....com>,
        "Rafael J. Wysocki" <rafael@...nel.org>,
        Russell King - ARM Linux <linux@...linux.org.uk>,
        Len Brown <lenb@...nel.org>,
        Robert Moore <robert.moore@...el.com>,
        James Morse <james.morse@....com>,
        ACPI Devel Maling List <linux-acpi@...r.kernel.org>,
        Linux ARM <linux-arm-kernel@...ts.infradead.org>,
        Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
        patches@...erecomputing.com, scott@...amperecomputing.com,
        Darren Hart <darren@...amperecomputing.com>
Subject: Re: [PATCH v6 2/2] ACPI: AGDI: Add driver for Arm Generic Diagnostic
 Dump and Reset device

On Thu, Mar 10, 2022 at 10:11 AM Lorenzo Pieralisi
<lorenzo.pieralisi@....com> wrote:
>
> On Tue, Mar 08, 2022 at 06:07:50PM -0800, Ilkka Koskinen wrote:
> > ACPI for Arm Components 1.1 Platform Design Document v1.1 [0] specifices
> > Arm Generic Diagnostic Device Interface (AGDI). It allows an admin to
> > issue diagnostic dump and reset via an SDEI event or an interrupt.
> > This patch implements SDEI path.
> >
> > [0] https://developer.arm.com/documentation/den0093/latest/
> >
> > Signed-off-by: Ilkka Koskinen <ilkka@...amperecomputing.com>
> > Reviewed-by: Russell King (Oracle) <rmk+kernel@...linux.org.uk>
> > ---
> >  drivers/acpi/arm64/Kconfig  |  10 ++++
> >  drivers/acpi/arm64/Makefile |   1 +
> >  drivers/acpi/arm64/agdi.c   | 116 ++++++++++++++++++++++++++++++++++++
> >  drivers/acpi/bus.c          |   2 +
> >  include/linux/acpi_agdi.h   |  13 ++++
> >  5 files changed, 142 insertions(+)
> >  create mode 100644 drivers/acpi/arm64/agdi.c
> >  create mode 100644 include/linux/acpi_agdi.h
>
> Acked-by: Lorenzo Pieralisi <lorenzo.pieralisi@....com>

Both patches in the series applied as 5.18 material, thanks!

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ