All of lore.kernel.org
 help / color / mirror / Atom feed
* fs/tracefs/inode.c:311:14: error: use of undeclared identifier 'FS_GENERATED_CONTENT'
@ 2021-02-16  0:33 kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2021-02-16  0:33 UTC (permalink / raw)
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 2159 bytes --]

tree:   https://github.com/0day-ci/linux/commits/UPDATE-20210215-234802/Nicolas-Boichat/Add-generated-flag-to-filesystem-struct-to-block-copy_file_range/20210212-124814
head:   1f5dbceb88c301c0c0140c87c04e05fad25a8517
commit: eae89be41249c638925eafb907543b29f49fcc51 tracefs: Add FS_GENERATED_CONTENT to filesystem flags
date:   9 hours ago
config: x86_64-randconfig-a002-20210215 (attached as .config)
compiler: clang version 12.0.0 (https://github.com/llvm/llvm-project c9439ca36342fb6013187d0a69aef92736951476)
reproduce (this is a W=1 build):
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # install x86_64 cross compiling tool for clang build
        # apt-get install binutils-x86-64-linux-gnu
        # https://github.com/0day-ci/linux/commit/eae89be41249c638925eafb907543b29f49fcc51
        git remote add linux-review https://github.com/0day-ci/linux
        git fetch --no-tags linux-review UPDATE-20210215-234802/Nicolas-Boichat/Add-generated-flag-to-filesystem-struct-to-block-copy_file_range/20210212-124814
        git checkout eae89be41249c638925eafb907543b29f49fcc51
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=x86_64 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

>> fs/tracefs/inode.c:311:14: error: use of undeclared identifier 'FS_GENERATED_CONTENT'
           .fs_flags =     FS_GENERATED_CONTENT,
                           ^
   1 error generated.


vim +/FS_GENERATED_CONTENT +311 fs/tracefs/inode.c

   305	
   306	static struct file_system_type trace_fs_type = {
   307		.owner =	THIS_MODULE,
   308		.name =		"tracefs",
   309		.mount =	trace_mount,
   310		.kill_sb =	kill_litter_super,
 > 311		.fs_flags =	FS_GENERATED_CONTENT,
   312	};
   313	MODULE_ALIAS_FS("tracefs");
   314	

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 34828 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* fs/tracefs/inode.c:311:14: error: use of undeclared identifier 'FS_GENERATED_CONTENT'
@ 2021-02-19  5:58 kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2021-02-19  5:58 UTC (permalink / raw)
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 2164 bytes --]

tree:   https://github.com/0day-ci/linux/commits/UPDATE-20210219-010723/Nicolas-Boichat/Add-generated-flag-to-filesystem-struct-to-block-copy_file_range/20210212-124814
head:   872462f4281828b3f94d2ace0975617c8ec214ff
commit: 0d946b7df461b15de2fd4b56204cfde320e349b4 tracefs: Add FS_GENERATED_CONTENT to filesystem flags
date:   13 hours ago
config: powerpc-randconfig-r032-20210219 (attached as .config)
compiler: clang version 12.0.0 (https://github.com/llvm/llvm-project c9439ca36342fb6013187d0a69aef92736951476)
reproduce (this is a W=1 build):
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # install powerpc cross compiling tool for clang build
        # apt-get install binutils-powerpc-linux-gnu
        # https://github.com/0day-ci/linux/commit/0d946b7df461b15de2fd4b56204cfde320e349b4
        git remote add linux-review https://github.com/0day-ci/linux
        git fetch --no-tags linux-review UPDATE-20210219-010723/Nicolas-Boichat/Add-generated-flag-to-filesystem-struct-to-block-copy_file_range/20210212-124814
        git checkout 0d946b7df461b15de2fd4b56204cfde320e349b4
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=powerpc 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

>> fs/tracefs/inode.c:311:14: error: use of undeclared identifier 'FS_GENERATED_CONTENT'
           .fs_flags =     FS_GENERATED_CONTENT,
                           ^
   1 error generated.


vim +/FS_GENERATED_CONTENT +311 fs/tracefs/inode.c

   305	
   306	static struct file_system_type trace_fs_type = {
   307		.owner =	THIS_MODULE,
   308		.name =		"tracefs",
   309		.mount =	trace_mount,
   310		.kill_sb =	kill_litter_super,
 > 311		.fs_flags =	FS_GENERATED_CONTENT,
   312	};
   313	MODULE_ALIAS_FS("tracefs");
   314	

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 36342 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-02-19  5:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-16  0:33 fs/tracefs/inode.c:311:14: error: use of undeclared identifier 'FS_GENERATED_CONTENT' kernel test robot
2021-02-19  5:58 kernel test robot

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.