All of lore.kernel.org
 help / color / mirror / Atom feed
* fs/xfs/xfs_mount.h:306 xfs_clear_blockgc_enabled() warn: signedness bug returning '(-128)'
@ 2022-02-13  5:03 kernel test robot
  0 siblings, 0 replies; 4+ messages in thread
From: kernel test robot @ 2022-02-13  5:03 UTC (permalink / raw)
  To: kbuild

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

CC: kbuild-all(a)lists.01.org
CC: linux-kernel(a)vger.kernel.org
TO: "Darrick J. Wong" <djwong@kernel.org>
CC: Dave Chinner <dchinner@redhat.com>

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   b81b1829e7e39f6cebdf6e4d5484eacbceda8554
commit: 6f6490914d9b712004ddad648e47b1bf22647978 xfs: don't run speculative preallocation gc when fs is frozen
date:   6 months ago
:::::: branch date: 11 hours ago
:::::: commit date: 6 months ago
config: m68k-randconfig-m031-20220213 (https://download.01.org/0day-ci/archive/20220213/202202131309.HFz0YRvT-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:306 xfs_clear_blockgc_enabled() warn: signedness bug returning '(-128)'
fs/xfs/xfs_mount.h:306 xfs_set_blockgc_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:1781 xfs_icwalk() warn: ignoring unreachable code.
fs/xfs/xfs_mount.h:305 xfs_clear_inodegc_enabled() warn: signedness bug returning '(-128)'
fs/xfs/xfs_mount.h:305 xfs_set_inodegc_enabled() warn: signedness bug returning '(-128)'

vim +306 fs/xfs/xfs_mount.h

ab23a7768739a2 Dave Chinner    2021-08-06  304  
ab23a7768739a2 Dave Chinner    2021-08-06  305  __XFS_IS_OPSTATE(inodegc_enabled, INODEGC_ENABLED)
6f6490914d9b71 Darrick J. Wong 2021-08-06 @306  __XFS_IS_OPSTATE(blockgc_enabled, BLOCKGC_ENABLED)
ab23a7768739a2 Dave Chinner    2021-08-06  307  

---
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] 4+ messages in thread

* fs/xfs/xfs_mount.h:306 xfs_clear_blockgc_enabled() warn: signedness bug returning '(-128)'
@ 2022-08-06 20:39 kernel test robot
  0 siblings, 0 replies; 4+ messages in thread
From: kernel test robot @ 2022-08-06 20:39 UTC (permalink / raw)
  To: kbuild

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

BCC: lkp(a)intel.com
CC: kbuild-all(a)lists.01.org
CC: linux-kernel(a)vger.kernel.org
TO: "Darrick J. Wong" <djwong@kernel.org>
CC: Dave Chinner <dchinner@redhat.com>

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   6614a3c3164a5df2b54abb0b3559f51041cf705b
commit: 6f6490914d9b712004ddad648e47b1bf22647978 xfs: don't run speculative preallocation gc when fs is frozen
date:   12 months ago
:::::: branch date: 21 hours ago
:::::: commit date: 12 months ago
config: m68k-randconfig-m041-20220804 (https://download.01.org/0day-ci/archive/20220807/202208070445.JvqIRXeU-lkp(a)intel.com/config)
compiler: m68k-linux-gcc (GCC) 12.1.0

If you fix the issue, kindly add following tag where applicable
Reported-by: kernel test robot <lkp@intel.com>
Reported-by: Dan Carpenter <dan.carpenter@oracle.com>

New smatch warnings:
fs/xfs/xfs_mount.h:306 xfs_clear_blockgc_enabled() warn: signedness bug returning '(-128)'
fs/xfs/xfs_mount.h:306 xfs_set_blockgc_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:1781 xfs_icwalk() warn: ignoring unreachable code.
fs/xfs/xfs_mount.h:305 xfs_clear_inodegc_enabled() warn: signedness bug returning '(-128)'
fs/xfs/xfs_mount.h:305 xfs_set_inodegc_enabled() warn: signedness bug returning '(-128)'

vim +306 fs/xfs/xfs_mount.h

ab23a7768739a23 Dave Chinner    2021-08-06  304  
ab23a7768739a23 Dave Chinner    2021-08-06  305  __XFS_IS_OPSTATE(inodegc_enabled, INODEGC_ENABLED)
6f6490914d9b712 Darrick J. Wong 2021-08-06 @306  __XFS_IS_OPSTATE(blockgc_enabled, BLOCKGC_ENABLED)
ab23a7768739a23 Dave Chinner    2021-08-06  307  

-- 
0-DAY CI Kernel Test Service
https://01.org/lkp

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

* fs/xfs/xfs_mount.h:306 xfs_clear_blockgc_enabled() warn: signedness bug returning '(-128)'
@ 2022-03-03  7:37 kernel test robot
  0 siblings, 0 replies; 4+ messages in thread
From: kernel test robot @ 2022-03-03  7:37 UTC (permalink / raw)
  To: kbuild

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

CC: kbuild-all(a)lists.01.org
BCC: lkp(a)intel.com
CC: linux-kernel(a)vger.kernel.org
TO: "Darrick J. Wong" <djwong@kernel.org>
CC: Dave Chinner <dchinner@redhat.com>

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   5859a2b1991101d6b978f3feb5325dad39421f29
commit: 6f6490914d9b712004ddad648e47b1bf22647978 xfs: don't run speculative preallocation gc when fs is frozen
date:   7 months ago
:::::: branch date: 7 hours ago
:::::: commit date: 7 months ago
config: m68k-randconfig-m031-20220302 (https://download.01.org/0day-ci/archive/20220303/202203031502.7nZSrLeh-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:306 xfs_clear_blockgc_enabled() warn: signedness bug returning '(-128)'
fs/xfs/xfs_mount.h:306 xfs_set_blockgc_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:1781 xfs_icwalk() warn: ignoring unreachable code.
fs/xfs/xfs_mount.h:305 xfs_clear_inodegc_enabled() warn: signedness bug returning '(-128)'
fs/xfs/xfs_mount.h:305 xfs_set_inodegc_enabled() warn: signedness bug returning '(-128)'

vim +306 fs/xfs/xfs_mount.h

ab23a7768739a23 Dave Chinner    2021-08-06  304  
ab23a7768739a23 Dave Chinner    2021-08-06  305  __XFS_IS_OPSTATE(inodegc_enabled, INODEGC_ENABLED)
6f6490914d9b712 Darrick J. Wong 2021-08-06 @306  __XFS_IS_OPSTATE(blockgc_enabled, BLOCKGC_ENABLED)
ab23a7768739a23 Dave Chinner    2021-08-06  307  

---
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] 4+ messages in thread

* fs/xfs/xfs_mount.h:306 xfs_clear_blockgc_enabled() warn: signedness bug returning '(-128)'
@ 2022-02-14  2:26 kernel test robot
  0 siblings, 0 replies; 4+ messages in thread
From: kernel test robot @ 2022-02-14  2:26 UTC (permalink / raw)
  To: kbuild

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

CC: kbuild-all(a)lists.01.org
CC: linux-kernel(a)vger.kernel.org
TO: "Darrick J. Wong" <djwong@kernel.org>
CC: Dave Chinner <dchinner@redhat.com>

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   754e0b0e35608ed5206d6a67a791563c631cec07
commit: 6f6490914d9b712004ddad648e47b1bf22647978 xfs: don't run speculative preallocation gc when fs is frozen
date:   6 months ago
:::::: branch date: 6 hours ago
:::::: commit date: 6 months ago
config: m68k-randconfig-m031-20220213 (https://download.01.org/0day-ci/archive/20220214/202202141004.Nx8IW5Pz-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:306 xfs_clear_blockgc_enabled() warn: signedness bug returning '(-128)'
fs/xfs/xfs_mount.h:306 xfs_set_blockgc_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:1781 xfs_icwalk() warn: ignoring unreachable code.
fs/xfs/xfs_mount.h:305 xfs_clear_inodegc_enabled() warn: signedness bug returning '(-128)'
fs/xfs/xfs_mount.h:305 xfs_set_inodegc_enabled() warn: signedness bug returning '(-128)'

vim +306 fs/xfs/xfs_mount.h

ab23a7768739a2 Dave Chinner    2021-08-06  304  
ab23a7768739a2 Dave Chinner    2021-08-06  305  __XFS_IS_OPSTATE(inodegc_enabled, INODEGC_ENABLED)
6f6490914d9b71 Darrick J. Wong 2021-08-06 @306  __XFS_IS_OPSTATE(blockgc_enabled, BLOCKGC_ENABLED)
ab23a7768739a2 Dave Chinner    2021-08-06  307  

---
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] 4+ messages in thread

end of thread, other threads:[~2022-08-06 20:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-13  5:03 fs/xfs/xfs_mount.h:306 xfs_clear_blockgc_enabled() warn: signedness bug returning '(-128)' kernel test robot
2022-02-14  2:26 kernel test robot
2022-03-03  7:37 kernel test robot
2022-08-06 20:39 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.