From: kernel test robot <lkp@intel.com>
To: oe-kbuild@lists.linux.dev
Cc: lkp@intel.com
Subject: ./include/linux/audit.h:27:25: warning: conversion from 'long long unsigned int' to 'long unsigned int' changes value from '18446744073709551615' to '4294967295'
Date: Sat, 16 May 2026 03:25:50 +0200 [thread overview]
Message-ID: <202605160303.Q9usUHNH-lkp@intel.com> (raw)
::::::
:::::: Manual check reason: "low confidence bisect report"
::::::
BCC: lkp@intel.com
CC: oe-kbuild-all@lists.linux.dev
TO: Ricardo Robaina <rrobaina@redhat.com>
CC: 0day robot <lkp@intel.com>
tree: https://github.com/intel-lab-lkp/linux/commits/Ricardo-Robaina/audit-fix-removal-of-dangling-executable-rules/20260515-153829
head: a7dc8993eb7ae5c34bd28dcd06833e7a60ce1ba7
commit: a7dc8993eb7ae5c34bd28dcd06833e7a60ce1ba7 audit: fix recursive locking deadlock in audit_dupe_exe()
date: 18 hours ago
:::::: branch date: 18 hours ago
:::::: commit date: 18 hours ago
config: i386-allnoconfig-bpf (https://download.01.org/0day-ci/archive/20260516/202605160303.Q9usUHNH-lkp@intel.com/config)
compiler: gcc-14 (Debian 14.2.0-19) 14.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260516/202605160303.Q9usUHNH-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/202605160303.Q9usUHNH-lkp@intel.com/
All warnings (new ones prefixed by >>):
In file included from kernel/audit_watch.c:11:
kernel/audit_watch.c: In function 'audit_watch_handle_event':
>> ./include/linux/audit.h:27:25: warning: conversion from 'long long unsigned int' to 'long unsigned int' changes value from '18446744073709551615' to '4294967295' [-Woverflow]
27 | #define AUDIT_INO_UNSET ((u64)-1)
| ^~~~~~~~~
kernel/audit_watch.c:491:68: note: in expansion of macro 'AUDIT_INO_UNSET'
491 | audit_update_watch(parent, dname, AUDIT_DEV_UNSET, AUDIT_INO_UNSET, 1,
| ^~~~~~~~~~~~~~~
vim +27 ./include/linux/audit.h
^1da177e4c3f41 Linus Torvalds 2005-04-16 17
360160f75592bd Ricardo Robaina 2026-03-09 18 #define AUDIT_STATUS_ALL (AUDIT_STATUS_ENABLED | \
360160f75592bd Ricardo Robaina 2026-03-09 19 AUDIT_STATUS_FAILURE | \
360160f75592bd Ricardo Robaina 2026-03-09 20 AUDIT_STATUS_PID | \
360160f75592bd Ricardo Robaina 2026-03-09 21 AUDIT_STATUS_RATE_LIMIT | \
360160f75592bd Ricardo Robaina 2026-03-09 22 AUDIT_STATUS_BACKLOG_LIMIT | \
360160f75592bd Ricardo Robaina 2026-03-09 23 AUDIT_STATUS_BACKLOG_WAIT_TIME | \
360160f75592bd Ricardo Robaina 2026-03-09 24 AUDIT_STATUS_LOST | \
360160f75592bd Ricardo Robaina 2026-03-09 25 AUDIT_STATUS_BACKLOG_WAIT_TIME_ACTUAL)
360160f75592bd Ricardo Robaina 2026-03-09 26
125dfa218134df Jeff Layton 2026-03-04 @27 #define AUDIT_INO_UNSET ((u64)-1)
84cb777e67814f Richard Guy Briggs 2015-08-05 28 #define AUDIT_DEV_UNSET ((dev_t)-1)
84cb777e67814f Richard Guy Briggs 2015-08-05 29
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
reply other threads:[~2026-05-16 1:26 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=202605160303.Q9usUHNH-lkp@intel.com \
--to=lkp@intel.com \
--cc=oe-kbuild@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.