* security/landlock/errata.h:43:5: sparse: sparse: not a function <noident>
@ 2025-07-05 8:15 kernel test robot
0 siblings, 0 replies; 3+ messages in thread
From: kernel test robot @ 2025-07-05 8:15 UTC (permalink / raw)
To: oe-kbuild; +Cc: lkp
::::::
:::::: Manual check reason: "low confidence static check warning: security/landlock/errata.h:43:5: sparse: sparse: not a function <noident>"
::::::
BCC: lkp@intel.com
CC: oe-kbuild-all@lists.linux.dev
CC: linux-kernel@vger.kernel.org
TO: "Mickaël Salaün" <mic@digikod.net>
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head: a79a588fc1761dc12a3064fc2f648ae66cea3c5a
commit: 15383a0d63dbcd63dc7e8d9ec1bf3a0f7ebf64ac landlock: Add the errata interface
date: 4 months ago
:::::: branch date: 8 hours ago
:::::: commit date: 4 months ago
config: mips-randconfig-r132-20250705 (https://download.01.org/0day-ci/archive/20250705/202507051620.ja4hiZDu-lkp@intel.com/config)
compiler: mips64-linux-gcc (GCC) 8.5.0
reproduce: (https://download.01.org/0day-ci/archive/20250705/202507051620.ja4hiZDu-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/r/202507051620.ja4hiZDu-lkp@intel.com/
sparse warnings: (new ones prefixed by >>)
security/landlock/setup.c: note: in included file:
>> security/landlock/errata.h:43:5: sparse: sparse: not a function <noident>
security/landlock/errata.h:43:5: sparse: sparse: bad constant expression type
security/landlock/errata.h:49:5: sparse: sparse: not a function <noident>
security/landlock/errata.h:49:5: sparse: sparse: bad constant expression type
security/landlock/errata.h:55:5: sparse: sparse: not a function <noident>
security/landlock/errata.h:55:5: sparse: sparse: bad constant expression type
security/landlock/errata.h:61:5: sparse: sparse: not a function <noident>
security/landlock/errata.h:61:5: sparse: sparse: bad constant expression type
vim +43 security/landlock/errata.h
15383a0d63dbcd Mickaël Salaün 2025-03-18 41
15383a0d63dbcd Mickaël Salaün 2025-03-18 42 #define LANDLOCK_ERRATA_ABI 1
15383a0d63dbcd Mickaël Salaün 2025-03-18 @43 #if __has_include("errata/abi-1.h")
15383a0d63dbcd Mickaël Salaün 2025-03-18 44 #include "errata/abi-1.h"
15383a0d63dbcd Mickaël Salaün 2025-03-18 45 #endif
15383a0d63dbcd Mickaël Salaün 2025-03-18 46 #undef LANDLOCK_ERRATA_ABI
15383a0d63dbcd Mickaël Salaün 2025-03-18 47
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] 3+ messages in thread
* security/landlock/errata.h:43:5: sparse: sparse: not a function <noident>
@ 2025-12-25 5:02 kernel test robot
0 siblings, 0 replies; 3+ messages in thread
From: kernel test robot @ 2025-12-25 5:02 UTC (permalink / raw)
To: oe-kbuild; +Cc: lkp
::::::
:::::: Manual check reason: "low confidence static check warning: security/landlock/errata.h:43:5: sparse: sparse: not a function <noident>"
::::::
BCC: lkp@intel.com
CC: oe-kbuild-all@lists.linux.dev
CC: linux-kernel@vger.kernel.org
TO: "Mickaël Salaün" <mic@digikod.net>
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head: ccd1cdca5cd433c8a5dff78b69a79b31d9b77ee1
commit: 15383a0d63dbcd63dc7e8d9ec1bf3a0f7ebf64ac landlock: Add the errata interface
date: 9 months ago
:::::: branch date: 12 hours ago
:::::: commit date: 9 months ago
config: mips-randconfig-r121-20251225 (https://download.01.org/0day-ci/archive/20251225/202512251330.F0LDBO90-lkp@intel.com/config)
compiler: mips-linux-gcc (GCC) 8.5.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20251225/202512251330.F0LDBO90-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/r/202512251330.F0LDBO90-lkp@intel.com/
sparse warnings: (new ones prefixed by >>)
security/landlock/setup.c: note: in included file:
>> security/landlock/errata.h:43:5: sparse: sparse: not a function <noident>
security/landlock/errata.h:43:5: sparse: sparse: bad constant expression type
security/landlock/errata.h:49:5: sparse: sparse: not a function <noident>
security/landlock/errata.h:49:5: sparse: sparse: bad constant expression type
security/landlock/errata.h:55:5: sparse: sparse: not a function <noident>
security/landlock/errata.h:55:5: sparse: sparse: bad constant expression type
security/landlock/errata.h:61:5: sparse: sparse: not a function <noident>
security/landlock/errata.h:61:5: sparse: sparse: bad constant expression type
vim +43 security/landlock/errata.h
15383a0d63dbcd Mickaël Salaün 2025-03-18 41
15383a0d63dbcd Mickaël Salaün 2025-03-18 42 #define LANDLOCK_ERRATA_ABI 1
15383a0d63dbcd Mickaël Salaün 2025-03-18 @43 #if __has_include("errata/abi-1.h")
15383a0d63dbcd Mickaël Salaün 2025-03-18 44 #include "errata/abi-1.h"
15383a0d63dbcd Mickaël Salaün 2025-03-18 45 #endif
15383a0d63dbcd Mickaël Salaün 2025-03-18 46 #undef LANDLOCK_ERRATA_ABI
15383a0d63dbcd Mickaël Salaün 2025-03-18 47
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] 3+ messages in thread
* security/landlock/errata.h:43:5: sparse: sparse: not a function <noident>
@ 2026-02-09 3:03 kernel test robot
0 siblings, 0 replies; 3+ messages in thread
From: kernel test robot @ 2026-02-09 3:03 UTC (permalink / raw)
To: oe-kbuild; +Cc: lkp
::::::
:::::: Manual check reason: "low confidence static check warning: security/landlock/errata.h:43:5: sparse: sparse: not a function <noident>"
::::::
BCC: lkp@intel.com
CC: oe-kbuild-all@lists.linux.dev
CC: linux-kernel@vger.kernel.org
TO: "Mickaël Salaün" <mic@digikod.net>
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head: 05f7e89ab9731565d8a62e3b5d1ec206485eeb0b
commit: 15383a0d63dbcd63dc7e8d9ec1bf3a0f7ebf64ac landlock: Add the errata interface
date: 11 months ago
:::::: branch date: 6 hours ago
:::::: commit date: 11 months ago
config: mips-randconfig-r111-20260209 (https://download.01.org/0day-ci/archive/20260209/202602091106.blEZkohy-lkp@intel.com/config)
compiler: mips-linux-gcc (GCC) 9.5.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260209/202602091106.blEZkohy-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/r/202602091106.blEZkohy-lkp@intel.com/
sparse warnings: (new ones prefixed by >>)
security/landlock/setup.c: note: in included file:
>> security/landlock/errata.h:43:5: sparse: sparse: not a function <noident>
security/landlock/errata.h:43:5: sparse: sparse: bad constant expression type
security/landlock/errata.h:49:5: sparse: sparse: not a function <noident>
security/landlock/errata.h:49:5: sparse: sparse: bad constant expression type
security/landlock/errata.h:55:5: sparse: sparse: not a function <noident>
security/landlock/errata.h:55:5: sparse: sparse: bad constant expression type
security/landlock/errata.h:61:5: sparse: sparse: not a function <noident>
security/landlock/errata.h:61:5: sparse: sparse: bad constant expression type
vim +43 security/landlock/errata.h
15383a0d63dbcd6 Mickaël Salaün 2025-03-18 41
15383a0d63dbcd6 Mickaël Salaün 2025-03-18 42 #define LANDLOCK_ERRATA_ABI 1
15383a0d63dbcd6 Mickaël Salaün 2025-03-18 @43 #if __has_include("errata/abi-1.h")
15383a0d63dbcd6 Mickaël Salaün 2025-03-18 44 #include "errata/abi-1.h"
15383a0d63dbcd6 Mickaël Salaün 2025-03-18 45 #endif
15383a0d63dbcd6 Mickaël Salaün 2025-03-18 46 #undef LANDLOCK_ERRATA_ABI
15383a0d63dbcd6 Mickaël Salaün 2025-03-18 47
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-02-09 3:03 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-25 5:02 security/landlock/errata.h:43:5: sparse: sparse: not a function <noident> kernel test robot
-- strict thread matches above, loose matches on Subject: below --
2026-02-09 3:03 kernel test robot
2025-07-05 8:15 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.