All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Jakub Kicinski <kuba@kernel.org>,
	shuah@kernel.org, keescook@chromium.org
Cc: oe-kbuild-all@lists.linux.dev, linux-kselftest@vger.kernel.org,
	netdev@vger.kernel.org, jakub@cloudflare.com,
	Jakub Kicinski <kuba@kernel.org>
Subject: Re: [PATCH net-next 1/4] selftests: kselftest_harness: pass step via shared memory
Date: Mon, 19 Feb 2024 10:21:40 +0800	[thread overview]
Message-ID: <202402191034.76fuePpP-lkp@intel.com> (raw)
In-Reply-To: <20240213154416.422739-2-kuba@kernel.org>

Hi Jakub,

kernel test robot noticed the following build errors:

[auto build test ERROR on net-next/main]

url:    https://github.com/intel-lab-lkp/linux/commits/Jakub-Kicinski/selftests-kselftest_harness-pass-step-via-shared-memory/20240213-234644
base:   net-next/main
patch link:    https://lore.kernel.org/r/20240213154416.422739-2-kuba%40kernel.org
patch subject: [PATCH net-next 1/4] selftests: kselftest_harness: pass step via shared memory
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/20240219/202402191034.76fuePpP-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/202402191034.76fuePpP-lkp@intel.com/

All errors (new ones prefixed by >>):

   In file included from fs_test.c:26:
   fs_test.c: In function 'layout1_no_restriction':
>> common.h:52:40: error: 'struct __test_metadata' has no member named 'step'
      52 |                         _exit(_metadata->step); \
         |                                        ^~
   fs_test.c:403:1: note: in expansion of macro 'TEST_F_FORK'
     403 | TEST_F_FORK(layout1, no_restriction)
         | ^~~~~~~~~~~
   common.h:58:34: error: 'struct __test_metadata' has no member named 'step'
      58 |                         _metadata->step = 1; \
         |                                  ^~
   fs_test.c:403:1: note: in expansion of macro 'TEST_F_FORK'
     403 | TEST_F_FORK(layout1, no_restriction)
         | ^~~~~~~~~~~
   common.h:71:34: error: 'struct __test_metadata' has no member named 'step'
      71 |                         _metadata->step = WEXITSTATUS(status); \
         |                                  ^~
   fs_test.c:403:1: note: in expansion of macro 'TEST_F_FORK'
     403 | TEST_F_FORK(layout1, no_restriction)
         | ^~~~~~~~~~~
   fs_test.c: In function 'layout1_inval':
>> common.h:52:40: error: 'struct __test_metadata' has no member named 'step'
      52 |                         _exit(_metadata->step); \
         |                                        ^~
   fs_test.c:426:1: note: in expansion of macro 'TEST_F_FORK'
     426 | TEST_F_FORK(layout1, inval)
         | ^~~~~~~~~~~
   common.h:58:34: error: 'struct __test_metadata' has no member named 'step'
      58 |                         _metadata->step = 1; \
         |                                  ^~
   fs_test.c:426:1: note: in expansion of macro 'TEST_F_FORK'
     426 | TEST_F_FORK(layout1, inval)
         | ^~~~~~~~~~~
   common.h:71:34: error: 'struct __test_metadata' has no member named 'step'
      71 |                         _metadata->step = WEXITSTATUS(status); \
         |                                  ^~
   fs_test.c:426:1: note: in expansion of macro 'TEST_F_FORK'
     426 | TEST_F_FORK(layout1, inval)
         | ^~~~~~~~~~~
   fs_test.c: In function 'layout1_file_and_dir_access_rights':
>> common.h:52:40: error: 'struct __test_metadata' has no member named 'step'
      52 |                         _exit(_metadata->step); \
         |                                        ^~
   fs_test.c:548:1: note: in expansion of macro 'TEST_F_FORK'
     548 | TEST_F_FORK(layout1, file_and_dir_access_rights)
         | ^~~~~~~~~~~
   common.h:58:34: error: 'struct __test_metadata' has no member named 'step'
      58 |                         _metadata->step = 1; \
         |                                  ^~
   fs_test.c:548:1: note: in expansion of macro 'TEST_F_FORK'
     548 | TEST_F_FORK(layout1, file_and_dir_access_rights)
         | ^~~~~~~~~~~
   common.h:71:34: error: 'struct __test_metadata' has no member named 'step'
      71 |                         _metadata->step = WEXITSTATUS(status); \
         |                                  ^~
   fs_test.c:548:1: note: in expansion of macro 'TEST_F_FORK'
     548 | TEST_F_FORK(layout1, file_and_dir_access_rights)
         | ^~~~~~~~~~~
   fs_test.c: In function 'layout0_ruleset_with_unknown_access':
>> common.h:52:40: error: 'struct __test_metadata' has no member named 'step'
      52 |                         _exit(_metadata->step); \
         |                                        ^~
   fs_test.c:592:1: note: in expansion of macro 'TEST_F_FORK'
     592 | TEST_F_FORK(layout0, ruleset_with_unknown_access)
         | ^~~~~~~~~~~
   common.h:58:34: error: 'struct __test_metadata' has no member named 'step'
      58 |                         _metadata->step = 1; \
         |                                  ^~
   fs_test.c:592:1: note: in expansion of macro 'TEST_F_FORK'
     592 | TEST_F_FORK(layout0, ruleset_with_unknown_access)
         | ^~~~~~~~~~~
   common.h:71:34: error: 'struct __test_metadata' has no member named 'step'
      71 |                         _metadata->step = WEXITSTATUS(status); \
         |                                  ^~
   fs_test.c:592:1: note: in expansion of macro 'TEST_F_FORK'
     592 | TEST_F_FORK(layout0, ruleset_with_unknown_access)
         | ^~~~~~~~~~~
   fs_test.c: In function 'layout0_rule_with_unknown_access':
>> common.h:52:40: error: 'struct __test_metadata' has no member named 'step'
      52 |                         _exit(_metadata->step); \
         |                                        ^~
   fs_test.c:608:1: note: in expansion of macro 'TEST_F_FORK'
     608 | TEST_F_FORK(layout0, rule_with_unknown_access)
         | ^~~~~~~~~~~
   common.h:58:34: error: 'struct __test_metadata' has no member named 'step'
      58 |                         _metadata->step = 1; \
         |                                  ^~
   fs_test.c:608:1: note: in expansion of macro 'TEST_F_FORK'
     608 | TEST_F_FORK(layout0, rule_with_unknown_access)
         | ^~~~~~~~~~~
   common.h:71:34: error: 'struct __test_metadata' has no member named 'step'
      71 |                         _metadata->step = WEXITSTATUS(status); \
         |                                  ^~
   fs_test.c:608:1: note: in expansion of macro 'TEST_F_FORK'
     608 | TEST_F_FORK(layout0, rule_with_unknown_access)
         | ^~~~~~~~~~~
   fs_test.c: In function 'layout1_rule_with_unhandled_access':
>> common.h:52:40: error: 'struct __test_metadata' has no member named 'step'
      52 |                         _exit(_metadata->step); \
         |                                        ^~
   fs_test.c:635:1: note: in expansion of macro 'TEST_F_FORK'
     635 | TEST_F_FORK(layout1, rule_with_unhandled_access)
         | ^~~~~~~~~~~
   common.h:58:34: error: 'struct __test_metadata' has no member named 'step'
      58 |                         _metadata->step = 1; \
         |                                  ^~
   fs_test.c:635:1: note: in expansion of macro 'TEST_F_FORK'
     635 | TEST_F_FORK(layout1, rule_with_unhandled_access)
         | ^~~~~~~~~~~
   common.h:71:34: error: 'struct __test_metadata' has no member named 'step'
      71 |                         _metadata->step = WEXITSTATUS(status); \
         |                                  ^~
   fs_test.c:635:1: note: in expansion of macro 'TEST_F_FORK'
     635 | TEST_F_FORK(layout1, rule_with_unhandled_access)
         | ^~~~~~~~~~~
   fs_test.c: In function 'layout0_proc_nsfs':
>> common.h:52:40: error: 'struct __test_metadata' has no member named 'step'
      52 |                         _exit(_metadata->step); \
         |                                        ^~
   fs_test.c:741:1: note: in expansion of macro 'TEST_F_FORK'
     741 | TEST_F_FORK(layout0, proc_nsfs)
         | ^~~~~~~~~~~
   common.h:58:34: error: 'struct __test_metadata' has no member named 'step'
      58 |                         _metadata->step = 1; \
         |                                  ^~
   fs_test.c:741:1: note: in expansion of macro 'TEST_F_FORK'
     741 | TEST_F_FORK(layout0, proc_nsfs)
         | ^~~~~~~~~~~
   common.h:71:34: error: 'struct __test_metadata' has no member named 'step'
      71 |                         _metadata->step = WEXITSTATUS(status); \
         |                                  ^~
   fs_test.c:741:1: note: in expansion of macro 'TEST_F_FORK'
     741 | TEST_F_FORK(layout0, proc_nsfs)
         | ^~~~~~~~~~~
   fs_test.c: In function 'layout0_unpriv':
>> common.h:52:40: error: 'struct __test_metadata' has no member named 'step'
      52 |                         _exit(_metadata->step); \
         |                                        ^~
   fs_test.c:790:1: note: in expansion of macro 'TEST_F_FORK'
     790 | TEST_F_FORK(layout0, unpriv)
         | ^~~~~~~~~~~
   common.h:58:34: error: 'struct __test_metadata' has no member named 'step'
      58 |                         _metadata->step = 1; \
         |                                  ^~
   fs_test.c:790:1: note: in expansion of macro 'TEST_F_FORK'
     790 | TEST_F_FORK(layout0, unpriv)
         | ^~~~~~~~~~~
   common.h:71:34: error: 'struct __test_metadata' has no member named 'step'
      71 |                         _metadata->step = WEXITSTATUS(status); \
         |                                  ^~
   fs_test.c:790:1: note: in expansion of macro 'TEST_F_FORK'
     790 | TEST_F_FORK(layout0, unpriv)
         | ^~~~~~~~~~~
   fs_test.c: In function 'layout1_effective_access':
>> common.h:52:40: error: 'struct __test_metadata' has no member named 'step'
      52 |                         _exit(_metadata->step); \
         |                                        ^~
   fs_test.c:813:1: note: in expansion of macro 'TEST_F_FORK'
     813 | TEST_F_FORK(layout1, effective_access)
         | ^~~~~~~~~~~
   common.h:58:34: error: 'struct __test_metadata' has no member named 'step'
      58 |                         _metadata->step = 1; \
         |                                  ^~
   fs_test.c:813:1: note: in expansion of macro 'TEST_F_FORK'
     813 | TEST_F_FORK(layout1, effective_access)
         | ^~~~~~~~~~~
   common.h:71:34: error: 'struct __test_metadata' has no member named 'step'
      71 |                         _metadata->step = WEXITSTATUS(status); \
         |                                  ^~
   fs_test.c:813:1: note: in expansion of macro 'TEST_F_FORK'
     813 | TEST_F_FORK(layout1, effective_access)
         | ^~~~~~~~~~~
   fs_test.c: In function 'layout1_unhandled_access':
>> common.h:52:40: error: 'struct __test_metadata' has no member named 'step'
      52 |                         _exit(_metadata->step); \
         |                                        ^~
   fs_test.c:871:1: note: in expansion of macro 'TEST_F_FORK'
     871 | TEST_F_FORK(layout1, unhandled_access)
         | ^~~~~~~~~~~
   common.h:58:34: error: 'struct __test_metadata' has no member named 'step'
      58 |                         _metadata->step = 1; \
         |                                  ^~
   fs_test.c:871:1: note: in expansion of macro 'TEST_F_FORK'
     871 | TEST_F_FORK(layout1, unhandled_access)
         | ^~~~~~~~~~~
   common.h:71:34: error: 'struct __test_metadata' has no member named 'step'
      71 |                         _metadata->step = WEXITSTATUS(status); \
         |                                  ^~
   fs_test.c:871:1: note: in expansion of macro 'TEST_F_FORK'
     871 | TEST_F_FORK(layout1, unhandled_access)
         | ^~~~~~~~~~~
   fs_test.c: In function 'layout1_ruleset_overlap':
>> common.h:52:40: error: 'struct __test_metadata' has no member named 'step'
      52 |                         _exit(_metadata->step); \
         |                                        ^~
   fs_test.c:898:1: note: in expansion of macro 'TEST_F_FORK'
     898 | TEST_F_FORK(layout1, ruleset_overlap)
         | ^~~~~~~~~~~
   common.h:58:34: error: 'struct __test_metadata' has no member named 'step'
      58 |                         _metadata->step = 1; \
         |                                  ^~
   fs_test.c:898:1: note: in expansion of macro 'TEST_F_FORK'
     898 | TEST_F_FORK(layout1, ruleset_overlap)
         | ^~~~~~~~~~~
   common.h:71:34: error: 'struct __test_metadata' has no member named 'step'
      71 |                         _metadata->step = WEXITSTATUS(status); \
         |                                  ^~
   fs_test.c:898:1: note: in expansion of macro 'TEST_F_FORK'
     898 | TEST_F_FORK(layout1, ruleset_overlap)
         | ^~~~~~~~~~~
   fs_test.c: In function 'layout1_layer_rule_unions':
>> common.h:52:40: error: 'struct __test_metadata' has no member named 'step'
      52 |                         _exit(_metadata->step); \
         |                                        ^~
   fs_test.c:939:1: note: in expansion of macro 'TEST_F_FORK'
     939 | TEST_F_FORK(layout1, layer_rule_unions)
         | ^~~~~~~~~~~
   common.h:58:34: error: 'struct __test_metadata' has no member named 'step'
      58 |                         _metadata->step = 1; \
         |                                  ^~
   fs_test.c:939:1: note: in expansion of macro 'TEST_F_FORK'
     939 | TEST_F_FORK(layout1, layer_rule_unions)
         | ^~~~~~~~~~~
   common.h:71:34: error: 'struct __test_metadata' has no member named 'step'
      71 |                         _metadata->step = WEXITSTATUS(status); \
         |                                  ^~
   fs_test.c:939:1: note: in expansion of macro 'TEST_F_FORK'
     939 | TEST_F_FORK(layout1, layer_rule_unions)
         | ^~~~~~~~~~~
   fs_test.c: In function 'layout1_non_overlapping_accesses':
>> common.h:52:40: error: 'struct __test_metadata' has no member named 'step'
      52 |                         _exit(_metadata->step); \
         |                                        ^~
   fs_test.c:1046:1: note: in expansion of macro 'TEST_F_FORK'
    1046 | TEST_F_FORK(layout1, non_overlapping_accesses)
         | ^~~~~~~~~~~
   common.h:58:34: error: 'struct __test_metadata' has no member named 'step'
      58 |                         _metadata->step = 1; \
         |                                  ^~
   fs_test.c:1046:1: note: in expansion of macro 'TEST_F_FORK'
    1046 | TEST_F_FORK(layout1, non_overlapping_accesses)
         | ^~~~~~~~~~~
   common.h:71:34: error: 'struct __test_metadata' has no member named 'step'
      71 |                         _metadata->step = WEXITSTATUS(status); \
         |                                  ^~
   fs_test.c:1046:1: note: in expansion of macro 'TEST_F_FORK'
    1046 | TEST_F_FORK(layout1, non_overlapping_accesses)
         | ^~~~~~~~~~~
   fs_test.c: In function 'layout1_interleaved_masked_accesses':
>> common.h:52:40: error: 'struct __test_metadata' has no member named 'step'
      52 |                         _exit(_metadata->step); \
         |                                        ^~
   fs_test.c:1095:1: note: in expansion of macro 'TEST_F_FORK'
    1095 | TEST_F_FORK(layout1, interleaved_masked_accesses)
         | ^~~~~~~~~~~
   common.h:58:34: error: 'struct __test_metadata' has no member named 'step'
      58 |                         _metadata->step = 1; \
         |                                  ^~
   fs_test.c:1095:1: note: in expansion of macro 'TEST_F_FORK'
    1095 | TEST_F_FORK(layout1, interleaved_masked_accesses)
         | ^~~~~~~~~~~
   common.h:71:34: error: 'struct __test_metadata' has no member named 'step'
      71 |                         _metadata->step = WEXITSTATUS(status); \
         |                                  ^~
   fs_test.c:1095:1: note: in expansion of macro 'TEST_F_FORK'
    1095 | TEST_F_FORK(layout1, interleaved_masked_accesses)
         | ^~~~~~~~~~~
   fs_test.c: In function 'layout1_inherit_subset':
>> common.h:52:40: error: 'struct __test_metadata' has no member named 'step'
      52 |                         _exit(_metadata->step); \
         |                                        ^~
   fs_test.c:1280:1: note: in expansion of macro 'TEST_F_FORK'
    1280 | TEST_F_FORK(layout1, inherit_subset)
         | ^~~~~~~~~~~
   common.h:58:34: error: 'struct __test_metadata' has no member named 'step'
      58 |                         _metadata->step = 1; \
         |                                  ^~
   fs_test.c:1280:1: note: in expansion of macro 'TEST_F_FORK'
    1280 | TEST_F_FORK(layout1, inherit_subset)
         | ^~~~~~~~~~~
   common.h:71:34: error: 'struct __test_metadata' has no member named 'step'
      71 |                         _metadata->step = WEXITSTATUS(status); \
         |                                  ^~
   fs_test.c:1280:1: note: in expansion of macro 'TEST_F_FORK'
    1280 | TEST_F_FORK(layout1, inherit_subset)
         | ^~~~~~~~~~~
   fs_test.c: In function 'layout1_inherit_superset':
>> common.h:52:40: error: 'struct __test_metadata' has no member named 'step'
      52 |                         _exit(_metadata->step); \
         |                                        ^~
   fs_test.c:1397:1: note: in expansion of macro 'TEST_F_FORK'
    1397 | TEST_F_FORK(layout1, inherit_superset)
         | ^~~~~~~~~~~
   common.h:58:34: error: 'struct __test_metadata' has no member named 'step'
      58 |                         _metadata->step = 1; \
         |                                  ^~
   fs_test.c:1397:1: note: in expansion of macro 'TEST_F_FORK'
    1397 | TEST_F_FORK(layout1, inherit_superset)
         | ^~~~~~~~~~~
   common.h:71:34: error: 'struct __test_metadata' has no member named 'step'
      71 |                         _metadata->step = WEXITSTATUS(status); \
         |                                  ^~
   fs_test.c:1397:1: note: in expansion of macro 'TEST_F_FORK'
    1397 | TEST_F_FORK(layout1, inherit_superset)
         | ^~~~~~~~~~~
   fs_test.c: In function 'layout0_max_layers':
>> common.h:52:40: error: 'struct __test_metadata' has no member named 'step'
      52 |                         _exit(_metadata->step); \
         |                                        ^~
   fs_test.c:1434:1: note: in expansion of macro 'TEST_F_FORK'
    1434 | TEST_F_FORK(layout0, max_layers)
         | ^~~~~~~~~~~
   common.h:58:34: error: 'struct __test_metadata' has no member named 'step'
      58 |                         _metadata->step = 1; \
         |                                  ^~
   fs_test.c:1434:1: note: in expansion of macro 'TEST_F_FORK'
    1434 | TEST_F_FORK(layout0, max_layers)
         | ^~~~~~~~~~~
   common.h:71:34: error: 'struct __test_metadata' has no member named 'step'
      71 |                         _metadata->step = WEXITSTATUS(status); \
         |                                  ^~
   fs_test.c:1434:1: note: in expansion of macro 'TEST_F_FORK'
    1434 | TEST_F_FORK(layout0, max_layers)
         | ^~~~~~~~~~~
   fs_test.c: In function 'layout1_empty_or_same_ruleset':
>> common.h:52:40: error: 'struct __test_metadata' has no member named 'step'
      52 |                         _exit(_metadata->step); \
         |                                        ^~
   fs_test.c:1458:1: note: in expansion of macro 'TEST_F_FORK'
    1458 | TEST_F_FORK(layout1, empty_or_same_ruleset)
         | ^~~~~~~~~~~
   common.h:58:34: error: 'struct __test_metadata' has no member named 'step'
      58 |                         _metadata->step = 1; \
         |                                  ^~
   fs_test.c:1458:1: note: in expansion of macro 'TEST_F_FORK'
    1458 | TEST_F_FORK(layout1, empty_or_same_ruleset)
         | ^~~~~~~~~~~
   common.h:71:34: error: 'struct __test_metadata' has no member named 'step'
      71 |                         _metadata->step = WEXITSTATUS(status); \
         |                                  ^~
   fs_test.c:1458:1: note: in expansion of macro 'TEST_F_FORK'
    1458 | TEST_F_FORK(layout1, empty_or_same_ruleset)
         | ^~~~~~~~~~~
   fs_test.c: In function 'layout1_rule_on_mountpoint':
>> common.h:52:40: error: 'struct __test_metadata' has no member named 'step'
      52 |                         _exit(_metadata->step); \
         |                                        ^~
   fs_test.c:1492:1: note: in expansion of macro 'TEST_F_FORK'
    1492 | TEST_F_FORK(layout1, rule_on_mountpoint)
         | ^~~~~~~~~~~
   common.h:58:34: error: 'struct __test_metadata' has no member named 'step'
      58 |                         _metadata->step = 1; \
         |                                  ^~
   fs_test.c:1492:1: note: in expansion of macro 'TEST_F_FORK'
    1492 | TEST_F_FORK(layout1, rule_on_mountpoint)
         | ^~~~~~~~~~~
   common.h:71:34: error: 'struct __test_metadata' has no member named 'step'
      71 |                         _metadata->step = WEXITSTATUS(status); \
         |                                  ^~
   fs_test.c:1492:1: note: in expansion of macro 'TEST_F_FORK'
    1492 | TEST_F_FORK(layout1, rule_on_mountpoint)
         | ^~~~~~~~~~~
   fs_test.c: In function 'layout1_rule_over_mountpoint':
>> common.h:52:40: error: 'struct __test_metadata' has no member named 'step'
      52 |                         _exit(_metadata->step); \
         |                                        ^~
   fs_test.c:1521:1: note: in expansion of macro 'TEST_F_FORK'
    1521 | TEST_F_FORK(layout1, rule_over_mountpoint)
         | ^~~~~~~~~~~
   common.h:58:34: error: 'struct __test_metadata' has no member named 'step'
      58 |                         _metadata->step = 1; \
         |                                  ^~
   fs_test.c:1521:1: note: in expansion of macro 'TEST_F_FORK'
    1521 | TEST_F_FORK(layout1, rule_over_mountpoint)
         | ^~~~~~~~~~~
   common.h:71:34: error: 'struct __test_metadata' has no member named 'step'
      71 |                         _metadata->step = WEXITSTATUS(status); \
         |                                  ^~
   fs_test.c:1521:1: note: in expansion of macro 'TEST_F_FORK'
    1521 | TEST_F_FORK(layout1, rule_over_mountpoint)
         | ^~~~~~~~~~~
   fs_test.c: In function 'layout1_rule_over_root_allow_then_deny':
   common.h:52:40: error: 'struct __test_metadata' has no member named 'step'
      52 |                         _exit(_metadata->step); \
         |                                        ^~
   fs_test.c:1554:1: note: in expansion of macro 'TEST_F_FORK'
    1554 | TEST_F_FORK(layout1, rule_over_root_allow_then_deny)
         | ^~~~~~~~~~~
   common.h:58:34: error: 'struct __test_metadata' has no member named 'step'
      58 |                         _metadata->step = 1; \
         |                                  ^~
   fs_test.c:1554:1: note: in expansion of macro 'TEST_F_FORK'
    1554 | TEST_F_FORK(layout1, rule_over_root_allow_then_deny)
         | ^~~~~~~~~~~
   common.h:71:34: error: 'struct __test_metadata' has no member named 'step'
      71 |                         _metadata->step = WEXITSTATUS(status); \
         |                                  ^~
   fs_test.c:1554:1: note: in expansion of macro 'TEST_F_FORK'
    1554 | TEST_F_FORK(layout1, rule_over_root_allow_then_deny)
         | ^~~~~~~~~~~
   fs_test.c: In function 'layout1_rule_over_root_deny':
   common.h:52:40: error: 'struct __test_metadata' has no member named 'step'
      52 |                         _exit(_metadata->step); \
         |                                        ^~
   fs_test.c:1584:1: note: in expansion of macro 'TEST_F_FORK'
    1584 | TEST_F_FORK(layout1, rule_over_root_deny)
         | ^~~~~~~~~~~
   common.h:58:34: error: 'struct __test_metadata' has no member named 'step'
      58 |                         _metadata->step = 1; \
         |                                  ^~
   fs_test.c:1584:1: note: in expansion of macro 'TEST_F_FORK'
    1584 | TEST_F_FORK(layout1, rule_over_root_deny)
         | ^~~~~~~~~~~
   common.h:71:34: error: 'struct __test_metadata' has no member named 'step'
      71 |                         _metadata->step = WEXITSTATUS(status); \
         |                                  ^~
   fs_test.c:1584:1: note: in expansion of macro 'TEST_F_FORK'
    1584 | TEST_F_FORK(layout1, rule_over_root_deny)
         | ^~~~~~~~~~~
   fs_test.c: In function 'layout1_rule_inside_mount_ns':
   common.h:52:40: error: 'struct __test_metadata' has no member named 'step'
      52 |                         _exit(_metadata->step); \
         |                                        ^~
   fs_test.c:1604:1: note: in expansion of macro 'TEST_F_FORK'
    1604 | TEST_F_FORK(layout1, rule_inside_mount_ns)
         | ^~~~~~~~~~~
   common.h:58:34: error: 'struct __test_metadata' has no member named 'step'
      58 |                         _metadata->step = 1; \
         |                                  ^~
   fs_test.c:1604:1: note: in expansion of macro 'TEST_F_FORK'
    1604 | TEST_F_FORK(layout1, rule_inside_mount_ns)
         | ^~~~~~~~~~~
   common.h:71:34: error: 'struct __test_metadata' has no member named 'step'
      71 |                         _metadata->step = WEXITSTATUS(status); \
         |                                  ^~
   fs_test.c:1604:1: note: in expansion of macro 'TEST_F_FORK'
    1604 | TEST_F_FORK(layout1, rule_inside_mount_ns)
         | ^~~~~~~~~~~
   fs_test.c: In function 'layout1_mount_and_pivot':
   common.h:52:40: error: 'struct __test_metadata' has no member named 'step'
      52 |                         _exit(_metadata->step); \
         |                                        ^~
   fs_test.c:1632:1: note: in expansion of macro 'TEST_F_FORK'
    1632 | TEST_F_FORK(layout1, mount_and_pivot)
         | ^~~~~~~~~~~
   common.h:58:34: error: 'struct __test_metadata' has no member named 'step'
      58 |                         _metadata->step = 1; \
         |                                  ^~
   fs_test.c:1632:1: note: in expansion of macro 'TEST_F_FORK'
    1632 | TEST_F_FORK(layout1, mount_and_pivot)
         | ^~~~~~~~~~~
   common.h:71:34: error: 'struct __test_metadata' has no member named 'step'
      71 |                         _metadata->step = WEXITSTATUS(status); \
         |                                  ^~
   fs_test.c:1632:1: note: in expansion of macro 'TEST_F_FORK'
    1632 | TEST_F_FORK(layout1, mount_and_pivot)
         | ^~~~~~~~~~~
   fs_test.c: In function 'layout1_move_mount':
   common.h:52:40: error: 'struct __test_metadata' has no member named 'step'
      52 |                         _exit(_metadata->step); \
         |                                        ^~
   fs_test.c:1655:1: note: in expansion of macro 'TEST_F_FORK'
    1655 | TEST_F_FORK(layout1, move_mount)
         | ^~~~~~~~~~~

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

  parent reply	other threads:[~2024-02-19  2:22 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-13 15:44 [PATCH net-next 0/4] selftests: kselftest_harness: support using xfail Jakub Kicinski
2024-02-13 15:44 ` [PATCH net-next 1/4] selftests: kselftest_harness: pass step via shared memory Jakub Kicinski
2024-02-13 17:54   ` Kees Cook
2024-02-19  2:21   ` kernel test robot [this message]
2024-02-13 15:44 ` [PATCH net-next 2/4] selftests: kselftest_harness: use KSFT_* exit codes Jakub Kicinski
2024-02-13 17:55   ` Kees Cook
2024-02-13 15:44 ` [PATCH net-next 3/4] selftests: kselftest_harness: support using xfail Jakub Kicinski
2024-02-13 17:57   ` Kees Cook
2024-02-14 19:40   ` Jakub Sitnicki
2024-02-14 21:46     ` Jakub Sitnicki
2024-02-15  0:25       ` Jakub Kicinski
2024-02-15  0:40         ` Kees Cook
2024-02-15 22:06   ` Kees Cook
2024-02-15 22:42     ` Jakub Kicinski
2024-02-13 15:44 ` [PATCH net-next 4/4] selftests: ip_local_port_range: use XFAIL instead of SKIP Jakub Kicinski
2024-02-13 17:57   ` Kees Cook
2024-02-13 18:00 ` [PATCH net-next 0/4] selftests: kselftest_harness: support using xfail Kees Cook
2024-02-14 10:09 ` Jakub Sitnicki

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=202402191034.76fuePpP-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=jakub@cloudflare.com \
    --cc=keescook@chromium.org \
    --cc=kuba@kernel.org \
    --cc=linux-kselftest@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=oe-kbuild-all@lists.linux.dev \
    --cc=shuah@kernel.org \
    /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.