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: <CAJZ5v0huv1YM4koNy_bsj-m0MPyjAi2LDBEv3beATvMgmzowMA@mail.gmail.com>
Date: Wed, 2 Jul 2025 20:13:24 +0200
From: "Rafael J. Wysocki" <rafael@...nel.org>
To: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
Cc: linux-acpi@...r.kernel.org, linux-kernel@...r.kernel.org, 
	"Rafael J. Wysocki" <rafael@...nel.org>, Len Brown <lenb@...nel.org>, 
	Cezary Rojewski <cezary.rojewski@...el.com>
Subject: Re: [PATCH v2 1/1] ACPI: LPSS: Remove AudioDSP related ID

On Thu, Jun 26, 2025 at 3:26 PM Andy Shevchenko
<andriy.shevchenko@...ux.intel.com> wrote:
>
> The AudioDSP drivers are in control for all functions of the hardware
> they have (they are multi-functional devices). The LPSS driver prepares
> for enumeration only single devices, such as DMA, UART, SPI, I²C. Hence
> the registration of AudioDSP should not be covered. Moreover, the very
> same ACPI _HID has been added by the catpt driver a few years ago.
>
> And even more serious issue with this, is that the register window at
> offset 0x800 is actually D-SRAM0 in case of AudioDSP and writing to it
> is a data corruption.
>
> That all being said, remove the AudioDSP ID from the LPSS driver,
> where it doesn't belong to.
>
> Fixes: c2f8783fa2d0 ("ASoC: Intel: Add common SST driver loader on ACPI systems")
> Reviewed-by: Cezary Rojewski <cezary.rojewski@...el.com>
> Tested-by: Cezary Rojewski <cezary.rojewski@...el.com>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
> ---
>
> v2: fixed Fixes (Cezary), added tags (Cezary)
>
>  drivers/acpi/x86/lpss.c | 3 ---
>  1 file changed, 3 deletions(-)
>
> diff --git a/drivers/acpi/x86/lpss.c b/drivers/acpi/x86/lpss.c
> index 258440b899a9..6daa6372f980 100644
> --- a/drivers/acpi/x86/lpss.c
> +++ b/drivers/acpi/x86/lpss.c
> @@ -387,9 +387,6 @@ static const struct acpi_device_id acpi_lpss_device_ids[] = {
>         { "INT3435", LPSS_ADDR(lpt_uart_dev_desc) },
>         { "INT3436", LPSS_ADDR(lpt_sdio_dev_desc) },
>
> -       /* Wildcat Point LPSS devices */
> -       { "INT3438", LPSS_ADDR(lpt_spi_dev_desc) },
> -
>         { }
>  };
>
> --

Applied as 6.17 material, thanks!

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ