* fs/xfs/xfs_mount.h:298 xfs_clear_inodegc_enabled() warn: signedness bug returning '(-128)'
@ 2022-02-13 2:41 kernel test robot
0 siblings, 0 replies; 3+ messages in thread
From: kernel test robot @ 2022-02-13 2:41 UTC (permalink / raw)
To: kbuild
[-- Attachment #1: Type: text/plain, Size: 1546 bytes --]
CC: kbuild-all(a)lists.01.org
CC: linux-kernel(a)vger.kernel.org
TO: Dave Chinner <dchinner@redhat.com>
CC: "Darrick J. Wong" <djwong@kernel.org>
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head: b81b1829e7e39f6cebdf6e4d5484eacbceda8554
commit: ab23a7768739a23d21d8a16ca37dff96b1ca957a xfs: per-cpu deferred inode inactivation queues
date: 6 months ago
:::::: branch date: 8 hours ago
:::::: commit date: 6 months ago
config: m68k-randconfig-m031-20220213 (https://download.01.org/0day-ci/archive/20220213/202202131042.1QvsnkqC-lkp(a)intel.com/config)
compiler: m68k-linux-gcc (GCC) 11.2.0
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
New smatch warnings:
fs/xfs/xfs_mount.h:298 xfs_clear_inodegc_enabled() warn: signedness bug returning '(-128)'
fs/xfs/xfs_mount.h:298 xfs_set_inodegc_enabled() warn: signedness bug returning '(-128)'
Old smatch warnings:
fs/xfs/xfs_icache.c:52 xfs_icwalk_tag() warn: unsigned 'goal' is never less than zero.
fs/xfs/xfs_icache.c:1761 xfs_icwalk() warn: ignoring unreachable code.
vim +298 fs/xfs/xfs_mount.h
ab23a7768739a2 Dave Chinner 2021-08-06 297
ab23a7768739a2 Dave Chinner 2021-08-06 @298 __XFS_IS_OPSTATE(inodegc_enabled, INODEGC_ENABLED)
ab23a7768739a2 Dave Chinner 2021-08-06 299
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org
^ permalink raw reply [flat|nested] 3+ messages in thread
* fs/xfs/xfs_mount.h:298 xfs_clear_inodegc_enabled() warn: signedness bug returning '(-128)'
@ 2022-02-13 23:03 kernel test robot
0 siblings, 0 replies; 3+ messages in thread
From: kernel test robot @ 2022-02-13 23:03 UTC (permalink / raw)
To: kbuild
[-- Attachment #1: Type: text/plain, Size: 1546 bytes --]
CC: kbuild-all(a)lists.01.org
CC: linux-kernel(a)vger.kernel.org
TO: Dave Chinner <dchinner@redhat.com>
CC: "Darrick J. Wong" <djwong@kernel.org>
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head: 754e0b0e35608ed5206d6a67a791563c631cec07
commit: ab23a7768739a23d21d8a16ca37dff96b1ca957a xfs: per-cpu deferred inode inactivation queues
date: 6 months ago
:::::: branch date: 3 hours ago
:::::: commit date: 6 months ago
config: m68k-randconfig-m031-20220213 (https://download.01.org/0day-ci/archive/20220214/202202140644.2MUeYVa0-lkp(a)intel.com/config)
compiler: m68k-linux-gcc (GCC) 11.2.0
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
New smatch warnings:
fs/xfs/xfs_mount.h:298 xfs_clear_inodegc_enabled() warn: signedness bug returning '(-128)'
fs/xfs/xfs_mount.h:298 xfs_set_inodegc_enabled() warn: signedness bug returning '(-128)'
Old smatch warnings:
fs/xfs/xfs_icache.c:52 xfs_icwalk_tag() warn: unsigned 'goal' is never less than zero.
fs/xfs/xfs_icache.c:1761 xfs_icwalk() warn: ignoring unreachable code.
vim +298 fs/xfs/xfs_mount.h
ab23a7768739a2 Dave Chinner 2021-08-06 297
ab23a7768739a2 Dave Chinner 2021-08-06 @298 __XFS_IS_OPSTATE(inodegc_enabled, INODEGC_ENABLED)
ab23a7768739a2 Dave Chinner 2021-08-06 299
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org
^ permalink raw reply [flat|nested] 3+ messages in thread
* fs/xfs/xfs_mount.h:298 xfs_clear_inodegc_enabled() warn: signedness bug returning '(-128)'
@ 2022-03-03 3:12 kernel test robot
0 siblings, 0 replies; 3+ messages in thread
From: kernel test robot @ 2022-03-03 3:12 UTC (permalink / raw)
To: kbuild
[-- Attachment #1: Type: text/plain, Size: 1571 bytes --]
CC: kbuild-all(a)lists.01.org
BCC: lkp(a)intel.com
CC: linux-kernel(a)vger.kernel.org
TO: Dave Chinner <dchinner@redhat.com>
CC: "Darrick J. Wong" <djwong@kernel.org>
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head: 92ebf5f91b4dd5156886d2509202be0fb4230dfd
commit: ab23a7768739a23d21d8a16ca37dff96b1ca957a xfs: per-cpu deferred inode inactivation queues
date: 7 months ago
:::::: branch date: 6 hours ago
:::::: commit date: 7 months ago
config: m68k-randconfig-m031-20220302 (https://download.01.org/0day-ci/archive/20220303/202203031016.iHFMRhwQ-lkp(a)intel.com/config)
compiler: m68k-linux-gcc (GCC) 11.2.0
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
New smatch warnings:
fs/xfs/xfs_mount.h:298 xfs_clear_inodegc_enabled() warn: signedness bug returning '(-128)'
fs/xfs/xfs_mount.h:298 xfs_set_inodegc_enabled() warn: signedness bug returning '(-128)'
Old smatch warnings:
fs/xfs/xfs_icache.c:52 xfs_icwalk_tag() warn: unsigned 'goal' is never less than zero.
fs/xfs/xfs_icache.c:1761 xfs_icwalk() warn: ignoring unreachable code.
vim +298 fs/xfs/xfs_mount.h
ab23a7768739a23 Dave Chinner 2021-08-06 297
ab23a7768739a23 Dave Chinner 2021-08-06 @298 __XFS_IS_OPSTATE(inodegc_enabled, INODEGC_ENABLED)
ab23a7768739a23 Dave Chinner 2021-08-06 299
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-03-03 3:12 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-13 23:03 fs/xfs/xfs_mount.h:298 xfs_clear_inodegc_enabled() warn: signedness bug returning '(-128)' kernel test robot
-- strict thread matches above, loose matches on Subject: below --
2022-03-03 3:12 kernel test robot
2022-02-13 2:41 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.