From: Greg Kroah-Hartman Date: Fri, 31 Jul 2026 06:57:04 +0000 (+0200) Subject: 6.18-stable patches X-Git-Tag: v6.6.148~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b2d93e6408983847b5d53cc5a49f2327e16ca7fc;p=thirdparty%2Fkernel%2Fstable-queue.git 6.18-stable patches added patches: drm-drop-lib-from-header-search-path.patch --- 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 index 0000000000..7b40c66317 --- /dev/null +++ b/queue-6.18/drm-drop-lib-from-header-search-path.patch @@ -0,0 +1,30 @@ +From ee8bfb15d02dddb554ad4bdd6c44297f19556563 Mon Sep 17 00:00:00 2001 +From: Dave Airlie +Date: Fri, 6 Feb 2026 11:44:09 +1000 +Subject: drm: drop lib from header search path. + +From: Dave Airlie + +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 +Cc: Miguel Ojeda +Signed-off-by: Greg Kroah-Hartman +--- + 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)) diff --git a/queue-6.18/series b/queue-6.18/series index 4358f2eea2..6887c0c290 100644 --- a/queue-6.18/series +++ b/queue-6.18/series @@ -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