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: Tue, 16 Apr 2024 14:08:28 -0500
From: Lucas De Marchi <lucas.demarchi@...el.com>
To: Lu Yao <yaolu@...inos.cn>
CC: <ogabbay@...nel.org>, <thomas.hellstrom@...ux.intel.com>,
	<maarten.lankhorst@...ux.intel.com>, <mripard@...nel.org>,
	<tzimmermann@...e.de>, <airlied@...il.com>, <daniel@...ll.ch>,
	<intel-xe@...ts.freedesktop.org>, <dri-devel@...ts.freedesktop.org>,
	<linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] drm/xe: select X86_PLATFORM_DEVICES when ACPI_WMI is
 selected

On Mon, Apr 15, 2024 at 10:52:15AM GMT, Lu Yao wrote:
>ACPI_WMI is a subitem of X86_PLATFORM_DEVICES. And X86_PLATFORM_DEVICES
>is not selected in the current Kconfig, and may cause Kconfig warnings:
>
>WARNING: unmet direct dependencies detected for ACPI_WMI
>  Depends on [n]: X86_PLATFORM_DEVICES [=n] && ACPI [=y]
>  Selected by [m]:
>  - DRM_XE [=m] && HAS_IOMEM [=y] && DRM [=m] && PCI [=y] && MMU [=y] &&
>    (m && MODULES [=y] || y && KUNIT [=y]=y) && X86 [=y] && ACPI [=y]
>
>Signed-off-by: Lu Yao <yaolu@...inos.cn>


Reviewed-by: Lucas De Marchi <lucas.demarchi@...el.com>

and pushed to drm-xe-next, thanks.

Lucas De Marchi

>---
> drivers/gpu/drm/xe/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
>
>diff --git a/drivers/gpu/drm/xe/Kconfig b/drivers/gpu/drm/xe/Kconfig
>index 1a556d087e63..f483e69a5d0f 100644
>--- a/drivers/gpu/drm/xe/Kconfig
>+++ b/drivers/gpu/drm/xe/Kconfig
>@@ -26,6 +26,7 @@ config DRM_XE
> 	select INPUT if ACPI
> 	select ACPI_VIDEO if X86 && ACPI
> 	select ACPI_BUTTON if ACPI
>+	select X86_PLATFORM_DEVICES if X86 && ACPI
> 	select ACPI_WMI if X86 && ACPI
> 	select SYNC_FILE
> 	select IOSF_MBI
>-- 
>2.25.1
>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ