All of lore.kernel.org
 help / color / mirror / Atom feed
* [merged mm-hotfixes-stable] selftest-fix-headers-in-fclogc.patch removed from -mm tree
@ 2026-07-21  0:43 Andrew Morton
  0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2026-07-21  0:43 UTC (permalink / raw)
  To: mm-commits, stable, shuah, richard.weiyang, cyphar, brauner,
	jkoolstra, akpm


The quilt patch titled
     Subject: selftest: fix headers in fclog.c
has been removed from the -mm tree.  Its filename was
     selftest-fix-headers-in-fclogc.patch

This patch was dropped because it was merged into the mm-hotfixes-stable branch
of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm

------------------------------------------------------
From: Jori Koolstra <jkoolstra@xs4all.nl>
Subject: selftest: fix headers in fclog.c
Date: Fri, 10 Jul 2026 19:17:35 +0200

fclog.c does not compile because it is missing fcntl.h, needed for
O_RDONLY etc.

There are also some redundant includes that are also in
kselftest_harness.h.

Link: https://lore.kernel.org/20260710171741.837308-1-jkoolstra@xs4all.nl
Signed-off-by: Jori Koolstra <jkoolstra@xs4all.nl>
Cc: Aleksa Sarai <cyphar@cyphar.com>
Cc: Shuah Khan <shuah@kernel.org>
Cc: Wei Yang <richard.weiyang@gmail.com>
Cc: Christian Brauner <brauner@kernel.org>
Cc: <stable@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 tools/testing/selftests/filesystems/fclog.c |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

--- a/tools/testing/selftests/filesystems/fclog.c~selftest-fix-headers-in-fclogc
+++ a/tools/testing/selftests/filesystems/fclog.c
@@ -6,10 +6,8 @@
 
 #include <assert.h>
 #include <errno.h>
+#include <fcntl.h>
 #include <sched.h>
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
 #include <unistd.h>
 #include <sys/mount.h>
 
_

Patches currently in -mm which might be from jkoolstra@xs4all.nl are



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-21  0:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-21  0:43 [merged mm-hotfixes-stable] selftest-fix-headers-in-fclogc.patch removed from -mm tree Andrew Morton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.