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: <4d4460.1cc4.195f956e1f7.Coremail.andyshrk@163.com>
Date: Thu, 3 Apr 2025 09:49:35 +0800 (CST)
From: "Andy Yan" <andyshrk@....com>
To: lumag@...nel.org
Cc: cristian.ciocaltea@...labora.com, mripard@...nel.org,
	neil.armstrong@...aro.org, dri-devel@...ts.freedesktop.org,
	linux-kernel@...r.kernel.org, heiko@...ech.de,
	"Andy Yan" <andy.yan@...k-chips.com>,
	dmitry.baryshkov@....qualcomm.com
Subject: Re:[PATCH] drm/bridge: dw-hdmi: Avoid including uapi headers



 Gentle ping......

At 2025-03-14 15:57:47, "Andy Yan" <andyshrk@....com> wrote:
>From: Andy Yan <andy.yan@...k-chips.com>
>
>It is not recommended for drivers to include UAPI header
>directly.
>
>Signed-off-by: Andy Yan <andy.yan@...k-chips.com>
>---
>
> drivers/gpu/drm/bridge/synopsys/dw-hdmi.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
>diff --git a/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c b/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c
>index 0890add5f707..306e09a24a1c 100644
>--- a/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c
>+++ b/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c
>@@ -22,8 +22,8 @@
> 
> #include <media/cec-notifier.h>
> 
>-#include <uapi/linux/media-bus-format.h>
>-#include <uapi/linux/videodev2.h>
>+#include <linux/media-bus-format.h>
>+#include <linux/videodev2.h>
> 
> #include <drm/bridge/dw_hdmi.h>
> #include <drm/display/drm_hdmi_helper.h>
>-- 
>2.34.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ