All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: "Mickaël Salaün" <mic@digikod.net>
Cc: oe-kbuild-all@lists.linux.dev
Subject: Re: [RFC PATCH v1 1/7] fs: Add inode_get_ino() and implement get_ino() for NFS
Date: Mon, 14 Oct 2024 16:40:08 +0800	[thread overview]
Message-ID: <202410141658.wS4Wexjt-lkp@intel.com> (raw)
In-Reply-To: <20241010152649.849254-1-mic@digikod.net>

Hi Mickaël,

[This is a private test report for your RFC patch.]
kernel test robot noticed the following build errors:

[auto build test ERROR on brauner-vfs/vfs.all]
[also build test ERROR on trondmy-nfs/linux-next pcmoore-selinux/next linus/master v6.12-rc3 next-20241011]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]

url:    https://github.com/intel-lab-lkp/linux/commits/Micka-l-Sala-n/audit-Fix-inode-numbers/20241010-232916
base:   https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git vfs.all
patch link:    https://lore.kernel.org/r/20241010152649.849254-1-mic%40digikod.net
patch subject: [RFC PATCH v1 1/7] fs: Add inode_get_ino() and implement get_ino() for NFS
config: x86_64-rhel-8.3 (https://download.01.org/0day-ci/archive/20241014/202410141658.wS4Wexjt-lkp@intel.com/config)
compiler: gcc-12 (Debian 12.2.0-14) 12.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20241014/202410141658.wS4Wexjt-lkp@intel.com/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202410141658.wS4Wexjt-lkp@intel.com/

All error/warnings (new ones prefixed by >>):

   In file included from fs/nfs/client.c:47:
>> fs/nfs/internal.h:454:47: error: expected '{' before '*' token
     454 | extern u64 nfs_compat_user_ino64(const struct *inode);
         |                                               ^
>> fs/nfs/internal.h:454:12: error: conflicting types for 'nfs_compat_user_ino64'; have 'u64(const int *)' {aka 'long long unsigned int(const int *)'}
     454 | extern u64 nfs_compat_user_ino64(const struct *inode);
         |            ^~~~~~~~~~~~~~~~~~~~~
   In file included from fs/nfs/client.c:25:
   include/linux/nfs_fs.h:448:12: note: previous declaration of 'nfs_compat_user_ino64' with type 'u64(u64)' {aka 'long long unsigned int(long long unsigned int)'}
     448 | extern u64 nfs_compat_user_ino64(u64 fileid);
         |            ^~~~~~~~~~~~~~~~~~~~~
   fs/nfs/client.c: In function 'nfs_free_client':
>> fs/nfs/client.c:244:9: error: implicit declaration of function 'nfs_local_disable'; did you mean 'nfs_local_probe'? [-Werror=implicit-function-declaration]
     244 |         nfs_local_disable(clp);
         |         ^~~~~~~~~~~~~~~~~
         |         nfs_local_probe
   cc1: some warnings being treated as errors
--
   In file included from fs/nfs/dir.c:46:
>> fs/nfs/internal.h:454:47: error: expected '{' before '*' token
     454 | extern u64 nfs_compat_user_ino64(const struct *inode);
         |                                               ^
>> fs/nfs/internal.h:454:12: error: conflicting types for 'nfs_compat_user_ino64'; have 'u64(const int *)' {aka 'long long unsigned int(const int *)'}
     454 | extern u64 nfs_compat_user_ino64(const struct *inode);
         |            ^~~~~~~~~~~~~~~~~~~~~
   In file included from fs/nfs/dir.c:32:
   include/linux/nfs_fs.h:448:12: note: previous declaration of 'nfs_compat_user_ino64' with type 'u64(u64)' {aka 'long long unsigned int(long long unsigned int)'}
     448 | extern u64 nfs_compat_user_ino64(u64 fileid);
         |            ^~~~~~~~~~~~~~~~~~~~~
   fs/nfs/dir.c: In function 'nfs_do_filldir':
>> fs/nfs/dir.c:1107:46: warning: passing argument 1 of 'nfs_compat_user_ino64' makes pointer from integer without a cast [-Wint-conversion]
    1107 |                     nfs_compat_user_ino64(ent->ino), ent->d_type)) {
         |                                           ~~~^~~~~
         |                                              |
         |                                              u64 {aka long long unsigned int}
   fs/nfs/internal.h:454:48: note: expected 'const int *' but argument is of type 'u64' {aka 'long long unsigned int'}
     454 | extern u64 nfs_compat_user_ino64(const struct *inode);
         |                                  ~~~~~~~~~~~~~~^~~~~
--
   In file included from fs/nfs/file.c:37:
>> fs/nfs/internal.h:454:47: error: expected '{' before '*' token
     454 | extern u64 nfs_compat_user_ino64(const struct *inode);
         |                                               ^
>> fs/nfs/internal.h:454:12: error: conflicting types for 'nfs_compat_user_ino64'; have 'u64(const int *)' {aka 'long long unsigned int(const int *)'}
     454 | extern u64 nfs_compat_user_ino64(const struct *inode);
         |            ^~~~~~~~~~~~~~~~~~~~~
   In file included from fs/nfs/file.c:26:
   include/linux/nfs_fs.h:448:12: note: previous declaration of 'nfs_compat_user_ino64' with type 'u64(u64)' {aka 'long long unsigned int(long long unsigned int)'}
     448 | extern u64 nfs_compat_user_ino64(u64 fileid);
         |            ^~~~~~~~~~~~~~~~~~~~~
--
   In file included from fs/nfs/inode.c:49:
>> fs/nfs/internal.h:454:47: error: expected '{' before '*' token
     454 | extern u64 nfs_compat_user_ino64(const struct *inode);
         |                                               ^
>> fs/nfs/internal.h:454:12: error: conflicting types for 'nfs_compat_user_ino64'; have 'u64(const int *)' {aka 'long long unsigned int(const int *)'}
     454 | extern u64 nfs_compat_user_ino64(const struct *inode);
         |            ^~~~~~~~~~~~~~~~~~~~~
   In file included from fs/nfs/inode.c:30:
   include/linux/nfs_fs.h:448:12: note: previous declaration of 'nfs_compat_user_ino64' with type 'u64(u64)' {aka 'long long unsigned int(long long unsigned int)'}
     448 | extern u64 nfs_compat_user_ino64(u64 fileid);
         |            ^~~~~~~~~~~~~~~~~~~~~
>> fs/nfs/inode.c:91:40: error: expected '{' before '*' token
      91 | u64 nfs_compat_user_ino64(const struct *inode)
         |                                        ^
>> fs/nfs/inode.c:91:5: error: conflicting types for 'nfs_compat_user_ino64'; have 'u64(const int *)' {aka 'long long unsigned int(const int *)'}
      91 | u64 nfs_compat_user_ino64(const struct *inode)
         |     ^~~~~~~~~~~~~~~~~~~~~
   include/linux/nfs_fs.h:448:12: note: previous declaration of 'nfs_compat_user_ino64' with type 'u64(u64)' {aka 'long long unsigned int(long long unsigned int)'}
     448 | extern u64 nfs_compat_user_ino64(u64 fileid);
         |            ^~~~~~~~~~~~~~~~~~~~~
   fs/nfs/inode.c: In function 'nfs_compat_user_ino64':
>> fs/nfs/inode.c:98:33: error: passing argument 1 of 'NFS_FILEID' from incompatible pointer type [-Werror=incompatible-pointer-types]
      98 |         u64 fileid = NFS_FILEID(inode);
         |                                 ^~~~~
         |                                 |
         |                                 const int *
   include/linux/nfs_fs.h:369:52: note: expected 'const struct inode *' but argument is of type 'const int *'
     369 | static inline __u64 NFS_FILEID(const struct inode *inode)
         |                                ~~~~~~~~~~~~~~~~~~~~^~~~~
>> fs/nfs/inode.c:102:9: error: 'ino' undeclared (first use in this function); did you mean 'int'?
     102 |         ino = fileid;
         |         ^~~
         |         int
   fs/nfs/inode.c:102:9: note: each undeclared identifier is reported only once for each function it appears in
   In file included from include/linux/linkage.h:7,
                    from arch/x86/include/asm/cache.h:5,
                    from include/linux/cache.h:6,
                    from include/linux/time.h:5,
                    from include/linux/stat.h:19,
                    from include/linux/module.h:13,
                    from fs/nfs/inode.c:17:
   fs/nfs/inode.c: At top level:
   fs/nfs/inode.c:107:19: error: conflicting types for 'nfs_compat_user_ino64'; have 'u64(const int *)' {aka 'long long unsigned int(const int *)'}
     107 | EXPORT_SYMBOL_GPL(nfs_compat_user_ino64);
         |                   ^~~~~~~~~~~~~~~~~~~~~
   include/linux/export.h:56:28: note: in definition of macro '__EXPORT_SYMBOL'
      56 |         extern typeof(sym) sym;                                 \
         |                            ^~~
   include/linux/export.h:69:41: note: in expansion of macro '_EXPORT_SYMBOL'
      69 | #define EXPORT_SYMBOL_GPL(sym)          _EXPORT_SYMBOL(sym, "GPL")
         |                                         ^~~~~~~~~~~~~~
   fs/nfs/inode.c:107:1: note: in expansion of macro 'EXPORT_SYMBOL_GPL'
     107 | EXPORT_SYMBOL_GPL(nfs_compat_user_ino64);
         | ^~~~~~~~~~~~~~~~~
   include/linux/nfs_fs.h:448:12: note: previous declaration of 'nfs_compat_user_ino64' with type 'u64(u64)' {aka 'long long unsigned int(long long unsigned int)'}
     448 | extern u64 nfs_compat_user_ino64(u64 fileid);
         |            ^~~~~~~~~~~~~~~~~~~~~
   fs/nfs/inode.c: In function 'nfs_getattr':
>> fs/nfs/inode.c:986:43: warning: passing argument 1 of 'nfs_compat_user_ino64' makes pointer from integer without a cast [-Wint-conversion]
     986 |         stat->ino = nfs_compat_user_ino64(NFS_FILEID(inode));
         |                                           ^~~~~~~~~~~~~~~~~
         |                                           |
         |                                           __u64 {aka long long unsigned int}
   fs/nfs/inode.c:107:19: note: expected 'const int *' but argument is of type '__u64' {aka 'long long unsigned int'}
     107 | EXPORT_SYMBOL_GPL(nfs_compat_user_ino64);
         |                   ^~~~~~~~~~~~~~~~~~~~~
   include/linux/export.h:56:28: note: in definition of macro '__EXPORT_SYMBOL'
      56 |         extern typeof(sym) sym;                                 \
         |                            ^~~
   include/linux/export.h:69:41: note: in expansion of macro '_EXPORT_SYMBOL'
      69 | #define EXPORT_SYMBOL_GPL(sym)          _EXPORT_SYMBOL(sym, "GPL")
         |                                         ^~~~~~~~~~~~~~
   fs/nfs/inode.c:107:1: note: in expansion of macro 'EXPORT_SYMBOL_GPL'
     107 | EXPORT_SYMBOL_GPL(nfs_compat_user_ino64);
         | ^~~~~~~~~~~~~~~~~
   fs/nfs/inode.c: In function 'nfs_compat_user_ino64':
>> fs/nfs/inode.c:106:1: warning: control reaches end of non-void function [-Wreturn-type]
     106 | }
         | ^
   cc1: some warnings being treated as errors
--
   In file included from fs/nfs/namespace.c:21:
>> fs/nfs/internal.h:454:47: error: expected '{' before '*' token
     454 | extern u64 nfs_compat_user_ino64(const struct *inode);
         |                                               ^
>> fs/nfs/internal.h:454:12: error: conflicting types for 'nfs_compat_user_ino64'; have 'u64(const int *)' {aka 'long long unsigned int(const int *)'}
     454 | extern u64 nfs_compat_user_ino64(const struct *inode);
         |            ^~~~~~~~~~~~~~~~~~~~~
   In file included from fs/nfs/namespace.c:16:
   include/linux/nfs_fs.h:448:12: note: previous declaration of 'nfs_compat_user_ino64' with type 'u64(u64)' {aka 'long long unsigned int(long long unsigned int)'}
     448 | extern u64 nfs_compat_user_ino64(u64 fileid);
         |            ^~~~~~~~~~~~~~~~~~~~~
>> fs/nfs/namespace.c:235:27: error: initialization of 'u64 (*)(const struct inode *)' {aka 'long long unsigned int (*)(const struct inode *)'} from incompatible pointer type 'u64 (*)(const int *)' {aka 'long long unsigned int (*)(const int *)'} [-Werror=incompatible-pointer-types]
     235 |         .get_ino        = nfs_compat_user_ino64,
         |                           ^~~~~~~~~~~~~~~~~~~~~
   fs/nfs/namespace.c:235:27: note: (near initialization for 'nfs_mountpoint_inode_operations.get_ino')
   fs/nfs/namespace.c:241:27: error: initialization of 'u64 (*)(const struct inode *)' {aka 'long long unsigned int (*)(const struct inode *)'} from incompatible pointer type 'u64 (*)(const int *)' {aka 'long long unsigned int (*)(const int *)'} [-Werror=incompatible-pointer-types]
     241 |         .get_ino        = nfs_compat_user_ino64,
         |                           ^~~~~~~~~~~~~~~~~~~~~
   fs/nfs/namespace.c:241:27: note: (near initialization for 'nfs_referral_inode_operations.get_ino')
   cc1: some warnings being treated as errors
--
   In file included from fs/nfs/nfs4proc.c:61:
>> fs/nfs/internal.h:454:47: error: expected '{' before '*' token
     454 | extern u64 nfs_compat_user_ino64(const struct *inode);
         |                                               ^
>> fs/nfs/internal.h:454:12: error: conflicting types for 'nfs_compat_user_ino64'; have 'u64(const int *)' {aka 'long long unsigned int(const int *)'}
     454 | extern u64 nfs_compat_user_ino64(const struct *inode);
         |            ^~~~~~~~~~~~~~~~~~~~~
   In file included from fs/nfs/nfs4proc.c:48:
   include/linux/nfs_fs.h:448:12: note: previous declaration of 'nfs_compat_user_ino64' with type 'u64(u64)' {aka 'long long unsigned int(long long unsigned int)'}
     448 | extern u64 nfs_compat_user_ino64(u64 fileid);
         |            ^~~~~~~~~~~~~~~~~~~~~
   fs/nfs/nfs4proc.c: In function 'nfs4_proc_create_session':
   fs/nfs/nfs4proc.c:9462:19: warning: variable 'ptr' set but not used [-Wunused-but-set-variable]
    9462 |         unsigned *ptr;
         |                   ^~~
--
   In file included from fs/nfs/filelayout/filelayout.c:40:
>> fs/nfs/filelayout/../internal.h:454:47: error: expected '{' before '*' token
     454 | extern u64 nfs_compat_user_ino64(const struct *inode);
         |                                               ^
>> fs/nfs/filelayout/../internal.h:454:12: error: conflicting types for 'nfs_compat_user_ino64'; have 'u64(const int *)' {aka 'long long unsigned int(const int *)'}
     454 | extern u64 nfs_compat_user_ino64(const struct *inode);
         |            ^~~~~~~~~~~~~~~~~~~~~
   In file included from fs/nfs/filelayout/filelayout.c:32:
   include/linux/nfs_fs.h:448:12: note: previous declaration of 'nfs_compat_user_ino64' with type 'u64(u64)' {aka 'long long unsigned int(long long unsigned int)'}
     448 | extern u64 nfs_compat_user_ino64(u64 fileid);
         |            ^~~~~~~~~~~~~~~~~~~~~
--
   In file included from fs/nfs/blocklayout/blocklayout.c:43:
>> fs/nfs/blocklayout/../internal.h:454:47: error: expected '{' before '*' token
     454 | extern u64 nfs_compat_user_ino64(const struct *inode);
         |                                               ^
>> fs/nfs/blocklayout/../internal.h:454:12: error: conflicting types for 'nfs_compat_user_ino64'; have 'u64(const int *)' {aka 'long long unsigned int(const int *)'}
     454 | extern u64 nfs_compat_user_ino64(const struct *inode);
         |            ^~~~~~~~~~~~~~~~~~~~~
   In file included from fs/nfs/blocklayout/../pnfs.h:34,
                    from fs/nfs/blocklayout/blocklayout.c:41:
   include/linux/nfs_fs.h:448:12: note: previous declaration of 'nfs_compat_user_ino64' with type 'u64(u64)' {aka 'long long unsigned int(long long unsigned int)'}
     448 | extern u64 nfs_compat_user_ino64(u64 fileid);
         |            ^~~~~~~~~~~~~~~~~~~~~
--
   In file included from fs/nfs/flexfilelayout/flexfilelayout.c:22:
>> fs/nfs/flexfilelayout/../internal.h:454:47: error: expected '{' before '*' token
     454 | extern u64 nfs_compat_user_ino64(const struct *inode);
         |                                               ^
>> fs/nfs/flexfilelayout/../internal.h:454:12: error: conflicting types for 'nfs_compat_user_ino64'; have 'u64(const int *)' {aka 'long long unsigned int(const int *)'}
     454 | extern u64 nfs_compat_user_ino64(const struct *inode);
         |            ^~~~~~~~~~~~~~~~~~~~~
   In file included from fs/nfs/flexfilelayout/flexfilelayout.c:10:
   include/linux/nfs_fs.h:448:12: note: previous declaration of 'nfs_compat_user_ino64' with type 'u64(u64)' {aka 'long long unsigned int(long long unsigned int)'}
     448 | extern u64 nfs_compat_user_ino64(u64 fileid);
         |            ^~~~~~~~~~~~~~~~~~~~~
   fs/nfs/flexfilelayout/flexfilelayout.c: In function 'ff_layout_io_track_ds_error':
   fs/nfs/flexfilelayout/flexfilelayout.c:1238:13: warning: variable 'err' set but not used [-Wunused-but-set-variable]
    1238 |         int err;
         |             ^~~
--
   In file included from fs/nfs/flexfilelayout/flexfilelayoutdev.c:15:
>> fs/nfs/flexfilelayout/../internal.h:454:47: error: expected '{' before '*' token
     454 | extern u64 nfs_compat_user_ino64(const struct *inode);
         |                                               ^
>> fs/nfs/flexfilelayout/../internal.h:454:12: error: conflicting types for 'nfs_compat_user_ino64'; have 'u64(const int *)' {aka 'long long unsigned int(const int *)'}
     454 | extern u64 nfs_compat_user_ino64(const struct *inode);
         |            ^~~~~~~~~~~~~~~~~~~~~
   In file included from fs/nfs/flexfilelayout/flexfilelayoutdev.c:10:
   include/linux/nfs_fs.h:448:12: note: previous declaration of 'nfs_compat_user_ino64' with type 'u64(u64)' {aka 'long long unsigned int(long long unsigned int)'}
     448 | extern u64 nfs_compat_user_ino64(u64 fileid);
         |            ^~~~~~~~~~~~~~~~~~~~~
   fs/nfs/flexfilelayout/flexfilelayoutdev.c: In function 'nfs4_ff_alloc_deviceid_node':
   fs/nfs/flexfilelayout/flexfilelayoutdev.c:55:16: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
      55 |         int i, ret = -ENOMEM;
         |                ^~~


vim +454 fs/nfs/internal.h

   440	
   441	/* inode.c */
   442	extern struct workqueue_struct *nfsiod_workqueue;
   443	extern struct workqueue_struct *nfslocaliod_workqueue;
   444	extern struct inode *nfs_alloc_inode(struct super_block *sb);
   445	extern void nfs_free_inode(struct inode *);
   446	extern int nfs_write_inode(struct inode *, struct writeback_control *);
   447	extern int nfs_drop_inode(struct inode *);
   448	extern void nfs_clear_inode(struct inode *);
   449	extern void nfs_evict_inode(struct inode *);
   450	extern void nfs_zap_acl_cache(struct inode *inode);
   451	extern void nfs_set_cache_invalid(struct inode *inode, unsigned long flags);
   452	extern bool nfs_check_cache_invalid(struct inode *, unsigned long);
   453	extern int nfs_wait_bit_killable(struct wait_bit_key *key, int mode);
 > 454	extern u64 nfs_compat_user_ino64(const struct *inode);
   455	

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

  parent reply	other threads:[~2024-10-14  8:40 UTC|newest]

Thread overview: 81+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-10 15:26 [RFC PATCH v1 1/7] fs: Add inode_get_ino() and implement get_ino() for NFS Mickaël Salaün
2024-10-10 15:26 ` [RFC PATCH v1 2/7] audit: Fix inode numbers Mickaël Salaün
2024-10-11  1:20   ` [PATCH RFC " Paul Moore
2024-10-11  1:38     ` Paul Moore
2024-10-11 21:34   ` [RFC PATCH " Paul Moore
2024-10-14 13:30     ` Mickaël Salaün
2024-10-14 23:36       ` Paul Moore
2024-10-10 15:26 ` [RFC PATCH v1 3/7] selinux: Fix inode numbers in error messages Mickaël Salaün
2024-10-11  1:20   ` [PATCH RFC " Paul Moore
2024-10-10 15:26 ` [RFC PATCH v1 4/7] integrity: Fix inode numbers in audit records Mickaël Salaün
2024-10-11  1:20   ` [PATCH RFC " Paul Moore
2024-10-11 10:15     ` Mickaël Salaün
2024-10-11 11:34       ` Roberto Sassu
2024-10-11 12:38         ` Mickaël Salaün
2024-10-11 12:45           ` Roberto Sassu
2024-10-10 15:26 ` [RFC PATCH v1 5/7] ipe: " Mickaël Salaün
2024-10-10 17:44   ` Fan Wu
2024-10-10 15:26 ` [RFC PATCH v1 6/7] smack: Fix inode numbers in logs Mickaël Salaün
2024-10-10 17:18   ` Casey Schaufler
2024-10-10 15:26 ` [RFC PATCH v1 7/7] tomoyo: " Mickaël Salaün
2024-10-12  7:35   ` [PATCH] tomoyo: use u64 for handling numeric values Tetsuo Handa
2024-10-14 13:59     ` Mickaël Salaün
2024-10-10 18:07 ` [RFC PATCH v1 1/7] fs: Add inode_get_ino() and implement get_ino() for NFS Anna Schumaker
2024-10-11 10:14   ` Mickaël Salaün
2024-10-10 19:28 ` Trond Myklebust
2024-10-11 10:15   ` Mickaël Salaün
2024-10-11 12:22     ` Trond Myklebust
2024-10-11 12:38       ` Mickaël Salaün
2024-10-11 12:43         ` Mickaël Salaün
2024-10-11 10:12 ` Tetsuo Handa
2024-10-11 10:54   ` Tetsuo Handa
2024-10-11 11:10     ` Mickaël Salaün
2024-10-11 11:04   ` Mickaël Salaün
2024-10-11 14:27     ` Tetsuo Handa
2024-10-11 15:13       ` Christoph Hellwig
2024-10-11 15:26       ` Mickaël Salaün
2024-10-11 12:30 ` Christoph Hellwig
2024-10-11 12:47   ` Mickaël Salaün
2024-10-11 12:54     ` Christoph Hellwig
2024-10-11 13:20       ` Mickaël Salaün
2024-10-11 13:23         ` Christoph Hellwig
2024-10-11 13:52           ` Mickaël Salaün
2024-10-11 14:39             ` Christoph Hellwig
2024-10-11 15:30               ` Mickaël Salaün
2024-10-11 15:34                 ` Christoph Hellwig
2024-10-14 14:35                   ` Christian Brauner
2024-10-14 14:36                     ` Christoph Hellwig
2024-10-13 10:17                 ` Jeff Layton
2024-10-14  8:40                   ` Burn Alting
2024-10-14  9:02                     ` Christoph Hellwig
2024-10-14 12:12                       ` Burn Alting
2024-10-14 12:17                         ` Christoph Hellwig
2024-10-14 13:13                           ` Mickaël Salaün
     [not found]                   ` <9c3bc3b7-2e79-4423-b8eb-f9f6249ee5bf@iinet.net.au>
2024-10-14 10:22                     ` Jeff Layton
2024-10-14 14:45                   ` Christian Brauner
2024-10-14 15:27                     ` Mickaël Salaün
2024-10-16  0:15                     ` Paul Moore
2024-10-14  8:40 ` kernel test robot [this message]
2024-10-14 10:02 ` kernel test robot
2024-10-14 14:47 ` Christian Brauner
2024-10-14 17:51   ` Mickaël Salaün
2024-10-16 14:23 ` Christian Brauner
2024-10-16 23:05   ` Paul Moore
2024-10-17 14:30     ` Trond Myklebust
2024-10-17 14:54       ` Paul Moore
2024-10-17 14:58         ` Christoph Hellwig
2024-10-17 15:15           ` Paul Moore
2024-10-17 15:25             ` Christoph Hellwig
2024-10-17 16:43               ` Jan Kara
2024-10-18  5:15                 ` Christoph Hellwig
2024-10-21 13:17                 ` Christian Brauner
2024-10-17 17:05             ` Jeff Layton
2024-10-17 17:09               ` Trond Myklebust
2024-10-17 17:59                 ` Jeff Layton
2024-10-17 21:06                   ` Trond Myklebust
2024-10-18  5:18                 ` hch
2024-10-17 20:21               ` Paul Moore
2024-10-18 12:25                 ` Jan Kara
2024-10-21 13:13                   ` Christian Brauner
2024-10-21 14:04               ` Christian Brauner
2024-10-17 14:56   ` Christoph Hellwig

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=202410141658.wS4Wexjt-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=mic@digikod.net \
    --cc=oe-kbuild-all@lists.linux.dev \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.