]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
6.18-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 31 Jul 2026 06:57:04 +0000 (08:57 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 31 Jul 2026 06:57:04 +0000 (08:57 +0200)
added patches:
drm-drop-lib-from-header-search-path.patch

queue-6.18/drm-drop-lib-from-header-search-path.patch [new file with mode: 0644]
queue-6.18/series

diff --git a/queue-6.18/drm-drop-lib-from-header-search-path.patch b/queue-6.18/drm-drop-lib-from-header-search-path.patch
new file mode 100644 (file)
index 0000000..7b40c66
--- /dev/null
@@ -0,0 +1,30 @@
+From ee8bfb15d02dddb554ad4bdd6c44297f19556563 Mon Sep 17 00:00:00 2001
+From: Dave Airlie <airlied@redhat.com>
+Date: Fri, 6 Feb 2026 11:44:09 +1000
+Subject: drm: drop lib from header search path.
+
+From: Dave Airlie <airlied@redhat.com>
+
+commit ee8bfb15d02dddb554ad4bdd6c44297f19556563 upstream.
+
+This was leftover from when I dropped it in
+4a9671a03f2b ("gpu: Move DRM buddy allocator one level up (part one)")
+
+Signed-off-by: Dave Airlie <airlied@redhat.com>
+Cc: Miguel Ojeda <ojeda@kernel.org>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+---
+ drivers/gpu/drm/Makefile |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- a/drivers/gpu/drm/Makefile
++++ b/drivers/gpu/drm/Makefile
+@@ -238,7 +238,7 @@ obj-$(CONFIG_DRM_POWERVR) += imagination
+ # Ensure drm headers are self-contained and pass kernel-doc
+ hdrtest-files := \
+       $(shell cd $(src) && find . -maxdepth 1 -name 'drm_*.h') \
+-      $(shell cd $(src) && find display lib -name '*.h')
++      $(shell cd $(src) && find display -name '*.h')
+ always-$(CONFIG_DRM_HEADER_TEST) += \
+       $(patsubst %.h,%.hdrtest, $(hdrtest-files))
index 4358f2eea2e4378a60d8efa6b7865d640ba3f3bd..6887c0c290dc8286226df6e3faa8223ae57e7663 100644 (file)
@@ -619,6 +619,7 @@ netfilter-nft_fib-reject-fib-expression-on-the-netdev-egress-hook.patch
 netfilter-nf_conntrack_sip-remove-net-variable-shadowing.patch
 netfilter-nf_conntrack_sip-validate-skb_dst-before-accessing-it.patch
 gpu-move-drm-buddy-allocator-one-level-up-part-two.patch
+drm-drop-lib-from-header-search-path.patch
 gpu-buddy-bail-out-of-try_harder-when-alignment-cannot-be-honoured.patch
 pinctrl-renesas-rzg2l-use-enotsupp-instead-of-eopnotsupp.patch
 nfsd-pass-nfsd_file-to-nfsd_iter_read.patch