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>] [day] [month] [year] [list]
Message-ID: <20250827113242.6106-1-reddybalavignesh9979@gmail.com>
Date: Wed, 27 Aug 2025 17:02:42 +0530
From: Bala-Vignesh-Reddy <reddybalavignesh9979@...il.com>
To: shuah@...nel.org
Cc: brauner@...nel.org,
	amir73il@...il.com,
	jhubbard@...dia.com,
	mszeredi@...hat.com,
	jack@...e.cz,
	skhan@...uxfoundation.org,
	linux-kselftest@...r.kernel.org,
	linux-kernel@...r.kernel.org,
	Bala-Vignesh-Reddy <reddybalavignesh9979@...il.com>,
	kernel test robot <oliver.sang@...el.com>
Subject: [PATCH] selftests: filesystems: mount-notify: remove kernel_fsid_t

Build kselftests casues compile error:
error: conflicting types for ‘__kernel_fsid_t’;
have ‘struct <anonymous>’
   22 | } __kernel_fsid_t;

This removes the declaration of kernel_fsid_t.

Reported-by: kernel test robot <oliver.sang@...el.com>
Closes: https://lore.kernel.org/oe-lkp/202508110628.65069d92-lkp@intel.com

Signed-off-by: Bala-Vignesh-Reddy <reddybalavignesh9979@...il.com>
---
 .../filesystems/mount-notify/mount-notify_test.c          | 8 --------
 .../filesystems/mount-notify/mount-notify_test_ns.c       | 8 --------
 2 files changed, 16 deletions(-)

diff --git a/tools/testing/selftests/filesystems/mount-notify/mount-notify_test.c b/tools/testing/selftests/filesystems/mount-notify/mount-notify_test.c
index 63ce708d93ed..a853671f2505 100644
--- a/tools/testing/selftests/filesystems/mount-notify/mount-notify_test.c
+++ b/tools/testing/selftests/filesystems/mount-notify/mount-notify_test.c
@@ -14,14 +14,6 @@
 #include "../../kselftest_harness.h"
 #include "../statmount/statmount.h"
 #include "../utils.h"
-
-// Needed for linux/fanotify.h
-#ifndef __kernel_fsid_t
-typedef struct {
-	int	val[2];
-} __kernel_fsid_t;
-#endif
-
 #include <sys/fanotify.h>
 
 static const char root_mntpoint_templ[] = "/tmp/mount-notify_test_root.XXXXXX";
diff --git a/tools/testing/selftests/filesystems/mount-notify/mount-notify_test_ns.c b/tools/testing/selftests/filesystems/mount-notify/mount-notify_test_ns.c
index 090a5ca65004..2ca867687a60 100644
--- a/tools/testing/selftests/filesystems/mount-notify/mount-notify_test_ns.c
+++ b/tools/testing/selftests/filesystems/mount-notify/mount-notify_test_ns.c
@@ -15,14 +15,6 @@
 #include "../../pidfd/pidfd.h"
 #include "../statmount/statmount.h"
 #include "../utils.h"
-
-// Needed for linux/fanotify.h
-#ifndef __kernel_fsid_t
-typedef struct {
-	int	val[2];
-} __kernel_fsid_t;
-#endif
-
 #include <sys/fanotify.h>
 
 static const char root_mntpoint_templ[] = "/tmp/mount-notify_test_root.XXXXXX";
-- 
2.43.0


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ