From: Greg Kroah-Hartman Date: Sun, 1 Sep 2024 16:00:59 +0000 (+0200) Subject: 6.1-stable patches X-Git-Tag: v4.19.321~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=18fa7aed7cab3243c9e77ac5dc77b4f8797baea4;p=thirdparty%2Fkernel%2Fstable-queue.git 6.1-stable patches added patches: fbdev-offb-fix-up-missing-cleanup.h.patch --- diff --git a/queue-6.1/fbdev-offb-fix-up-missing-cleanup.h.patch b/queue-6.1/fbdev-offb-fix-up-missing-cleanup.h.patch new file mode 100644 index 00000000000..38befcf46d2 --- /dev/null +++ b/queue-6.1/fbdev-offb-fix-up-missing-cleanup.h.patch @@ -0,0 +1,33 @@ +From 1e85968a040ec440c9cc2d4a2b791a026561edf9 Mon Sep 17 00:00:00 2001 +From: Greg Kroah-Hartman +Date: Sun, 1 Sep 2024 17:58:23 +0200 +Subject: fbdev: offb: fix up missing cleanup.h + +From: Greg Kroah-Hartman + +In commit 96ee5c5712ef ("fbdev: offb: replace of_node_put with +__free(device_node)"), __free() was added, but not cleanup.h so it broke +the build. Fix this up. + +Reported-by: Guenter Roeck +Link: https://lore.kernel.org/r/4f4ac35e-e31c-4f67-b809-a5de4d4b273a@roeck-us.net +Fixes: 96ee5c5712ef ("fbdev: offb: replace of_node_put with __free(device_node)") +Cc: Julia Lawall +Cc: Abdulrasaq Lawani +Cc: Helge Deller +Cc: Sasha Levin +Signed-off-by: Greg Kroah-Hartman +--- + drivers/video/fbdev/offb.c | 1 + + 1 file changed, 1 insertion(+) + +--- a/drivers/video/fbdev/offb.c ++++ b/drivers/video/fbdev/offb.c +@@ -27,6 +27,7 @@ + #include + #include + #include ++#include + #include + + #ifdef CONFIG_PPC32 diff --git a/queue-6.1/series b/queue-6.1/series index d893c157fe3..f0f23e2768a 100644 --- a/queue-6.1/series +++ b/queue-6.1/series @@ -68,3 +68,4 @@ igc-fix-reset-adapter-logics-when-tx-mode-change.patch igc-fix-qbv-tx-latency-by-setting-gtxoffset.patch scsi-aacraid-fix-double-free-on-probe-failure.patch apparmor-fix-policy_unpack_test-on-big-endian-system.patch +fbdev-offb-fix-up-missing-cleanup.h.patch