Re: [dm-devel] [PATCH 3/4] qat: use GFP_KERNEL allocations

2020-06-03 Thread kernel test robot
RCH=x86_64 CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__' If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot sparse warnings: (new ones prefixed by >>) >> drivers/crypto/qat/qat_common/qat_algs.c:139:49: sparse: sparse: incorre

Re: [dm-devel] [PATCH 6/6] mm: Add memalloc_nowait

2020-06-25 Thread kernel test robot
cross # save the attached .config to linux build tree COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=nds32 If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): drivers/md/dm-

Re: [dm-devel] [PATCH 6/6] mm: Add memalloc_nowait

2020-06-25 Thread kernel test robot
ARCH=x86_64 If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): >> drivers/md/dm-bufio.c:860:27: error: implicit declaration of function >> 'memalloc_nowait_save' [-Werro

[dm-devel] [dm:for-next 16/21] drivers/md/dm-dust.c:307:10: warning: zero-length gnu_printf format string

2020-07-08 Thread kernel test robot
attached .config to linux build tree COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=riscv If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All warnings (new ones prefixed by >>): In file included from drivers/md/dm-dus

Re: [dm-devel] [PATCH -next] dm integrity: convert to use le64_add_cpu()

2020-09-14 Thread kernel test robot
IAN__' ARCH=x86_64 If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot sparse warnings: (new ones prefixed by >>) drivers/md/dm-integrity.c:2672:25: sparse: sparse: cast to restricted __le64 drivers/md/dm-integrity.c:2712:25: sparse: s

[dm-devel] [dm:dm-5.10 3/6] drivers/md/dm-table.c:1507:28: error: implicit declaration of function 'lcm_not_zero'; did you mean

2020-09-14 Thread kernel test robot
t checkout 7a888ac0a16dbdff2889066f35580575c56ebf0c # save the attached .config to linux build tree COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=microblaze If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones p

[dm-devel] [dm:for-next 20/20] drivers/md/dm.c:2374:19: warning: variable 'map' set but not used

2020-09-29 Thread kernel test robot
attached .config to linux build tree COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=xtensa If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All warnings (new ones prefixed by >>): drivers/md/dm.c: In function '

[dm-devel] [PATCH] dm: fix err_cast.cocci warnings

2020-10-25 Thread kernel test robot
From: kernel test robot drivers/md/dm.c:2204:12-19: WARNING: ERR_CAST can be used with ksm Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(...)) Generated by: scripts/coccinelle/api/err_cast.cocci CC: Satya Tangirala Signed-off-by: kernel test robot --- url: https

Re: [dm-devel] [PATCH v2 3/4] dm: add support for passing through inline crypto support

2020-10-25 Thread kernel test robot
pper/linux-dm.git for-next config: i386-randconfig-c001-20201025 (attached as .config) compiler: gcc-9 (Debian 9.3.0-15) 9.3.0 If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot "coccinelle warnings: (new ones prefixed by >>)" >> dri

Re: [dm-devel] [PATCH 3/4] dm crypt: switch to EBOIV crypto API template

2020-10-26 Thread kernel test robot
t checkout 740a3c74568afb5bb9e1383d1e7597bf4c1cfd9d # save the attached .config to linux build tree COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=xtensa If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All warnings (new ones p

Re: [dm-devel] [PATCH 4/4] crypto: ccree: re-introduce ccree eboiv support

2020-10-26 Thread kernel test robot
build tree COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=x86_64 If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All warnings (new ones prefixed by >>): >> drivers/crypto/ccree/cc_cipher.c:658:2: warning: variable 'key_len

Re: [dm-devel] [PATCH] Revert "dm raid: remove unnecessary discard limits for raid10"

2020-12-09 Thread kernel test robot
inux build tree make W=1 C=1 CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__' ARCH=x86_64 If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot "sparse warnings: (new ones prefixed by >>)" >> drivers/md/dm-raid.c:3739

Re: [dm-devel] [PATCH] Revert "dm raid: remove unnecessary discard limits for raid10"

2020-12-09 Thread kernel test robot
STALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=x86_64 If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All warnings (new ones prefixed by >>): >> drivers/md/dm-raid.c:3739:33: warning: comparison of distinct pointer types >>

Re: [dm-devel] [PATCH] dm: remove unneeded variable 'sz'

2021-03-09 Thread kernel test robot
kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): >> drivers/md/dm-ps-service-time.c:88:3: error: use of undeclared identifier >> 'sz' DMEMIT("0 "); ^ include/linux/d

Re: [dm-devel] [PATCH] dm: remove unneeded variable 'sz'

2021-03-09 Thread kernel test robot
e-unneeded-variable-sz/20210309-173431 git checkout a0feb390ae71f527ea5582a23afa1889bba31eab # save the attached .config to linux build tree make W=1 ARCH=x86_64 If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors

Re: [dm-devel] [PATCH] md/dm-mpath: check whether all pgpaths have same uuid in multipath_ctr()

2021-03-20 Thread kernel test robot
ARCH=i386 If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>, old ones prefixed by <<): >> ERROR: modpost: "scsi_device_from_queue" [drivers/md/dm-multipath.ko] >> undefined! >

Re: [dm-devel] [PATCH v8 3/4] Adds blk_interposer to md.

2021-04-09 Thread kernel test robot
make.cross ARCH=arm If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All warnings (new ones prefixed by >>): >> drivers/md/dm.c:2682:5: warning: no previous prototype for function >> '__dm_attach_interposer' [-Wmissing-pro

Re: [dm-devel] [PATCH v8 3/4] Adds blk_interposer to md.

2021-04-09 Thread kernel test robot
ppropriate Reported-by: kernel test robot All warnings (new ones prefixed by >>): >> drivers/md/dm.c:2682:5: warning: no previous prototype for >> '__dm_attach_interposer' [-Wmissing-prototypes] 2682 | int __dm_attach_interposer(struct mapped_device *md) |

Re: [dm-devel] [PATCH v8 3/4] Adds blk_interposer to md.

2021-04-09 Thread kernel test robot
W=1 C=1 CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__' ARCH=x86_64 If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot sparse warnings: (new ones prefixed by >>) >> drivers/md/dm-table.c:337:63: sparse: sparse: incorrect type in argu

[dm-devel] [RFC PATCH] __dm_attach_interposer() can be static

2021-04-09 Thread kernel test robot
Reported-by: kernel test robot Signed-off-by: kernel test robot --- dm.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/md/dm.c b/drivers/md/dm.c index 04142454c4eed..2a584c2103f3a 100644 --- a/drivers/md/dm.c +++ b/drivers/md/dm.c @@ -2679,7 +2679,7

[dm-devel] [dm:for-next 7/8] include/uapi/linux/byteorder/big_endian.h:32:50: warning: cast from pointer to integer of different size

2021-05-20 Thread kernel test robot
.config to linux build tree COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=mips If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All warnings (new ones prefixed by >>): In file included from include/linux/sw

[dm-devel] [dm:for-next 5/8] drivers/md/persistent-data/dm-btree.c:702:5: warning: no previous prototype for 'shadow_child'

2021-05-20 Thread kernel test robot
git fetch --no-tags dm for-next git checkout d69e2e7e28bd1d13ad2ac1f2e9ea6184567d1587 # save the attached .config to linux build tree make W=1 ARCH=um If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All warnings (new ones

[dm-devel] [dm:for-next 7/8] include/uapi/linux/byteorder/little_endian.h:32:42: warning: cast from pointer to integer of different size

2021-05-20 Thread kernel test robot
test robot All warnings (new ones prefixed by >>): In file included from include/linux/byteorder/little_endian.h:5, from arch/x86/include/uapi/asm/byteorder.h:5, from include/asm-generic/bitops/le.h:7, from arch/x86/inclu

[dm-devel] [dm:for-next 5/8] drivers/md/persistent-data/dm-btree.c:702:5: warning: no previous prototype for function 'shadow_child'

2021-05-20 Thread kernel test robot
, kindly add following tag as appropriate Reported-by: kernel test robot All warnings (new ones prefixed by >>): >> drivers/md/persistent-data/dm-btree.c:702:5: warning: no previous prototype >> for function 'shadow_child' [-Wmissing-prototypes] int shadow_chil

[dm-devel] [dm:for-next 10/11] drivers/md/dm-kcopyd.c:538:42: error: passing argument 2 of 'test_bit' from incompatible pointer type

2021-05-26 Thread kernel test robot
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=sh If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): drivers/md/dm-kcopyd.c: In function 'complete_io': >> drivers/md/dm-

[dm-devel] [dm:for-next 20/20] drivers/md/dm.c:850:43: warning: variable 'bio' is uninitialized when used here

2021-06-02 Thread kernel test robot
issue, kindly add following tag as appropriate Reported-by: kernel test robot All warnings (new ones prefixed by >>): >> drivers/md/dm.c:850:43: warning: variable 'bio' is uninitialized when used >> here [-Wuninitialized] !WARN_ON_O

Re: [dm-devel] [PATCH v4 09/10] xfs: Implement ->corrupted_range() for XFS

2021-06-03 Thread kernel test robot
t checkout 8fc6cb02d396487fa3a77fb57f23dcdc978dd3e3 # save the attached .config to linux build tree COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=csky If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >&

Re: [dm-devel] [PATCH v4 09/10] xfs: Implement ->corrupted_range() for XFS

2021-06-03 Thread kernel test robot
t checkout 8fc6cb02d396487fa3a77fb57f23dcdc978dd3e3 # save the attached .config to linux build tree COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=parisc If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones p

Re: [dm-devel] [PATCH v4 08/10] md: Implement dax_holder_operations

2021-06-03 Thread kernel test robot
t checkout 94db8a17905296e4d5bfe93eb5199f477646622a # save the attached .config to linux build tree COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=h8300 If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All error/warnings (new ones p

Re: [dm-devel] [PATCH v5 6/9] xfs: Implement ->corrupted_range() for XFS

2021-06-27 Thread kernel test robot
.config to linux build tree COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=x86_64 If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All warnings (new ones prefixed by >>): fs/xfs/xfs_super.c:1103:10: warning: unused

Re: [dm-devel] [PATCH v5 6/9] xfs: Implement ->corrupted_range() for XFS

2021-06-27 Thread kernel test robot
mkdir build_dir make W=1 O=build_dir ARCH=i386 SHELL=/bin/bash If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): ld: fs/xfs/xfs_super.o: in function `xfs_dax_notify_failure': >> xfs_super

Re: [dm-devel] [PATCH v5 5/9] mm: Introduce mf_dax_kill_procs() for fsdax case

2021-06-27 Thread kernel test robot
g to linux build tree COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=x86_64 If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): >> mm/memory-failure.c:1325:22: error: implicit d

Re: [dm-devel] [PATCH v4 2/3] scsi: scsi_ioctl: add sg_io_to_blk_status()

2021-06-28 Thread kernel test robot
e attached .config to linux build tree COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=x86_64 If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All warnings (new ones prefixed by >>): >> block/scsi_ioctl.c:937:6: w

[dm-devel] [dm:for-next 9/10] drivers/md/dm-raid.c:3686:39: warning: variable 'recovery' is uninitialized when used here

2021-07-20 Thread kernel test robot
=x86_64 If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All warnings (new ones prefixed by >>): >> drivers/md/dm-raid.c:3686:39: warning: variable 'recovery' is uninitialized >> when used here [-Wuninitializ

Re: [dm-devel] [PATCH 2/3] dm integrity: log audit events for dm-integrity target

2021-08-12 Thread kernel test robot
ve the attached .config to linux build tree mkdir build_dir COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-10.3.0 make.cross O=build_dir ARCH=h8300 SHELL=/bin/bash drivers/ If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All error/war

Re: [dm-devel] [PATCH 3/7] block: copy offload support infrastructure

2021-08-17 Thread kernel test robot
t checkout 35fc502a7f20a7cd42432cee2777a621c40a3bd3 # save the attached .config to linux build tree COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=hexagon If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All warnings (new ones p

Re: [dm-devel] [PATCH 5/7] block: add emulation for simple copy

2021-08-17 Thread kernel test robot
t checkout c307f1051a72122d636502c6885df8b2b25ed697 # save the attached .config to linux build tree COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=hexagon If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All warnings (new ones p

Re: [dm-devel] [PATCH v3] loop: don't print warnings if the underlying filesystem doesn't support discard

2021-10-12 Thread kernel test robot
build_dir COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross O=build_dir ARCH=arc SHELL=/bin/bash fs/fuse/ fs/overlayfs/ If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): >> fs/o

Re: [dm-devel] [PATCH v3] loop: don't print warnings if the underlying filesystem doesn't support discard

2021-10-12 Thread kernel test robot
30febd6ecf # save the attached .config to linux build tree mkdir build_dir COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=x86_64 SHELL=/bin/bash fs/cifs/ If you fix the issue, kindly add following tag as appropriate Reported-by: kernel

Re: [dm-devel] [PATCH 5/6] dax, pmem: Add data recovery feature to pmem_copy_to/from_iter()

2021-10-22 Thread kernel test robot
ou fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All warnings (new ones prefixed by >>): In file included from include/linux/device.h:15, from include/linux/blk_types.h:11, from include/

Re: [dm-devel] [PATCH 5/6] dax, pmem: Add data recovery feature to pmem_copy_to/from_iter()

2021-10-26 Thread kernel test robot
ing tag as appropriate Reported-by: kernel test robot All warnings (new ones prefixed by >>): >> drivers/nvdimm/pmem.c:337:12: warning: format specifies type 'unsigned long' >> but the argument has type 'size_t' (aka 'unsigned int') [-Wform

Re: [dm-devel] [PATCH] dm snapshot: remove unneeded variable

2021-11-11 Thread kernel test robot
.config to linux build tree mkdir build_dir COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross O=build_dir ARCH=ia64 SHELL=/bin/bash drivers/md/ If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by &

Re: [dm-devel] [PATCH] dm: remove unneeded variable

2021-11-11 Thread kernel test robot
ing tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): In file included from drivers/md/dm-ps-round-robin.c:12: drivers/md/dm-ps-round-robin.c: In function 'rr_status': >> include/linux/device-mapper.h:602:22: error: 'sz'

Re: [dm-devel] [PATCH] dm ioct: prevent potential specter v1 gadget

2022-01-29 Thread kernel test robot
ILER=clang make.cross W=1 O=build_dir ARCH=hexagon SHELL=/bin/bash drivers/md/ If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): >> drivers/md/dm-ioctl.c:1791:8: error: implicit declaration of function

Re: [dm-devel] [PATCH v2 07/10] nvmet: add copy command support for bdev and file ns

2022-02-08 Thread kernel test robot
laze SHELL=/bin/bash drivers/nvme/target/ If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All warnings (new ones prefixed by >>): In file included from include/linux/byteorder/big_endian.h:5, from arch/microblaze/

Re: [dm-devel] [PATCH v2 03/10] block: Add copy offload support infrastructure

2022-02-08 Thread kernel test robot
n/bash If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All warnings (new ones prefixed by >>): >> block/blk-lib.c:185:5: warning: no previous prototype for function >> 'blk_copy_offload' [-Wmissing-prototypes] int blk_copy

Re: [dm-devel] [PATCH v2 03/10] block: Add copy offload support infrastructure

2022-02-08 Thread kernel test robot
by: kernel test robot All warnings (new ones prefixed by >>): >> block/blk-lib.c:185:5: warning: no previous prototype for 'blk_copy_offload' >> [-Wmissing-prototypes] 185 | int blk_copy_offload(struct block_device *src_bdev, int nr_srcs, | ^~~~

Re: [dm-devel] [PATCH v2 07/10] nvmet: add copy command support for bdev and file ns

2022-02-08 Thread kernel test robot
# save the config file to linux build tree mkdir build_dir COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=arm64 SHELL=/bin/bash drivers/nvme/target/ If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot Al

Re: [dm-devel] [PATCH v2 05/10] block: add emulation for copy

2022-02-08 Thread kernel test robot
by: kernel test robot All warnings (new ones prefixed by >>): block/blk-lib.c:185:5: warning: no previous prototype for 'blk_copy_offload' [-Wmissing-prototypes] 185 | int blk_copy_offload(struct block_device *src_bdev, int nr_srcs, | ^~~~ >>

Re: [dm-devel] [PATCH v2 04/10] block: Introduce a new ioctl for copy

2022-02-08 Thread kernel test robot
//download.01.org/0day-ci/archive/20220209/202202091048.qdqvi6ab-...@intel.com/config) compiler: gcc-9 (Debian 9.3.0-22) 9.3.0 If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot cocci warnings: (new ones prefixed by >>) >> block/ioct

Re: [dm-devel] [PATCH v2 06/10] nvme: add copy support

2022-02-09 Thread kernel test robot
.cross C=1 CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__' O=build_dir ARCH=arm64 SHELL=/bin/bash drivers/nvme/host/ drivers/nvme/target/ If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot sparse warnings: (new ones prefixed by >>) >&g

Re: [dm-devel] [PATCH v2 07/10] nvmet: add copy command support for bdev and file ns

2022-02-10 Thread kernel test robot
.cross C=1 CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__' O=build_dir ARCH=arm64 SHELL=/bin/bash drivers/nvme/target/ If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot sparse warnings: (new ones prefixed by >>) >> drivers/nvme/ta

Re: [PATCH v6 2/6] x86/mce: relocate set{clear}_mce_nospec() functions

2022-03-19 Thread kernel test robot
build tree mkdir build_dir make W=1 O=build_dir ARCH=x86_64 SHELL=/bin/bash arch/x86/mm/pat/ fs/fuse/ If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All warnings (new ones prefixed by >>): >> arch/x86/mm/pat/set_memory.c:1935:5

Re: [PATCH v6 2/6] x86/mce: relocate set{clear}_mce_nospec() functions

2022-03-19 Thread kernel test robot
oss W=1 O=build_dir ARCH=x86_64 SHELL=/bin/bash arch/x86/mm/pat/ fs/fuse/ If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All warnings (new ones prefixed by >>): >> arch/x86/mm/pat/set_memory.c:1935:5: warning: no previous prototype for >&

Re: [PATCH v6 4/6] dax: add DAX_RECOVERY flag and .recovery_write dev_pgmap_ops

2022-03-19 Thread kernel test robot
the issue, kindly add following tag as appropriate Reported-by: kernel test robot All warnings (new ones prefixed by >>): fs/fuse/virtio_fs.c: In function 'virtio_fs_zero_page_range': >> fs/fuse/virtio_fs.c:774:58: warning: passing argument 4 of >> 'dax_direct_a

Re: [PATCH v6 4/6] dax: add DAX_RECOVERY flag and .recovery_write dev_pgmap_ops

2022-03-19 Thread kernel test robot
inux build tree mkdir build_dir COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=s390 SHELL=/bin/bash drivers/s390/block/ If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by &

[dm-devel] [device-mapper-dm:dm-5.19 132/132] drivers/md/dm.c:1542:4: error: use of undeclared identifier 'result'

2022-03-23 Thread kernel test robot
ARCH=x86_64 SHELL=/bin/bash drivers/md/ If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): >> drivers/md/dm.c:1542:4: error: use of undeclared identifier 'result' *re

[dm-devel] [device-mapper-dm:dm-5.19 132/132] drivers/md/dm.c:1542:18: error: 'result' undeclared

2022-03-23 Thread kernel test robot
issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): drivers/md/dm.c: In function '__process_abnormal_io': >> drivers/md/dm.c:1542:18: error: 'result' undeclared (first use in this >> functi

Re: [dm-devel] [PATCH 3/4] dm-qcow2: Introduce driver to create block devices over QCOW2 files

2022-03-28 Thread kernel test robot
d_dir ARCH=mips SHELL=/bin/bash If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All error/warnings (new ones prefixed by >>): >> drivers/md/dm-qcow2-target.c:428:6: warning: no previous prototype for >> 'ploop_enospc_timer

Re: [dm-devel] [PATCH 3/4] dm-qcow2: Introduce driver to create block devices over QCOW2 files

2022-03-28 Thread kernel test robot
d_dir ARCH=m68k SHELL=/bin/bash If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): m68k-linux-ld: drivers/md/dm-qcow2-target.o: in function `calc_cached_parameters': dm-qcow2-target.c:(.text+0x10ee)

[dm-devel] [device-mapper-dm:dm-5.19 126/130] drivers/md/dm.c:1471:2: warning: Value stored to 'num_bios' is never read [clang-analyzer-deadcode.DeadStores]

2022-03-28 Thread kernel test robot
, kindly add following tag as appropriate Reported-by: kernel test robot clang-analyzer warnings: (new ones prefixed by >>) >> drivers/md/dm.c:1471:2: warning: Value stored to 'num_bios' is never read [clang-analyzer-deadcode.DeadStores] num_bios = 0;

Re: [dm-devel] [PATCH 2/3] LoadPin: Enable loading from trusted dm-verity devices

2022-04-18 Thread kernel test robot
gcc-11.2.0 make.cross O=build_dir ARCH=powerpc SHELL=/bin/bash security/loadpin/ If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): security/loadpin/loadpin.c: In function 'loadpin_init': >> s

Re: [dm-devel] [PATCH v4 02/10] block: Add copy offload support infrastructure

2022-04-26 Thread kernel test robot
build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=hexagon SHELL=/bin/bash If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All warnings (new ones prefixed by >>): >> block/blk-lib.c:178:5: warning: no p

Re: [dm-devel] [PATCH v4 04/10] block: add emulation for copy

2022-04-26 Thread kernel test robot
build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=hexagon SHELL=/bin/bash If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All warnings (new ones prefixed by >>): block/blk-lib.c:178:5: warning: no previou

Re: [dm-devel] [PATCH v2 2/3] LoadPin: Enable loading from trusted dm-verity devices

2022-04-27 Thread kernel test robot
OMPILER=gcc-11.3.0 make.cross W=1 O=build_dir ARCH=sh SHELL=/bin/bash If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): sh4-linux-ld: security/loadpin/loadpin.o: in function `loadpin_read_file

Re: [dm-devel] [PATCH v2 2/3] LoadPin: Enable loading from trusted dm-verity devices

2022-04-27 Thread kernel test robot
OMPILER=gcc-11.3.0 make.cross W=1 O=build_dir ARCH=alpha SHELL=/bin/bash If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): security/loadpin/loadpin.c: In function 'loadpin_init': securi

Re: [dm-devel] [PATCH v4 05/10] nvme: add copy offload support

2022-04-28 Thread kernel test robot
LL_PATH=$HOME/0day COMPILER=gcc-11.3.0 make.cross C=1 CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__' O=build_dir ARCH=s390 SHELL=/bin/bash drivers/md/ drivers/nvme/host/ drivers/nvme/target/ If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot sparse war

Re: [dm-devel] [PATCH v4 06/10] nvmet: add copy command support for bdev and file ns

2022-04-28 Thread kernel test robot
LL_PATH=$HOME/0day COMPILER=gcc-11.3.0 make.cross C=1 CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__' O=build_dir ARCH=s390 SHELL=/bin/bash drivers/md/ drivers/nvme/target/ If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot sparse warnings: (new ones pre

Re: [dm-devel] [PATCH v4 07/10] dm: Add support for copy offload.

2022-04-28 Thread kernel test robot
LL_PATH=$HOME/0day COMPILER=gcc-11.3.0 make.cross C=1 CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__' O=build_dir ARCH=s390 SHELL=/bin/bash drivers/md/ If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot sparse warnings: (new ones prefixed by >>)

Re: [dm-devel] [PATCH v3 2/3] LoadPin: Enable loading from trusted dm-verity devices

2022-05-04 Thread kernel test robot
OMPILER=gcc-11.3.0 make.cross W=1 O=build_dir ARCH=arc SHELL=/bin/bash security/loadpin/ If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All warnings (new ones prefixed by >>): In file included from include/linux/kernel.h:29,

Re: [dm-devel] [PATCH v4 11/13] null_blk: allow non power of 2 zoned devices

2022-05-16 Thread kernel test robot
LL_PATH=$HOME/0day COMPILER=gcc-11.3.0 make.cross W=1 O=build_dir ARCH=m68k SHELL=/bin/bash If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): m68k-linux-ld: drivers/block/null_blk/zoned.o: in functi

Re: [dm-devel] [PATCH v4 2/3] LoadPin: Enable loading from trusted dm-verity devices

2022-05-18 Thread kernel test robot
/0day COMPILER=gcc-11.3.0 make.cross W=1 O=build_dir ARCH=m68k SHELL=/bin/bash security/loadpin/ If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All warnings (new ones prefixed by >>): In file included from security/loadpin/loadpin.c:21:

Re: [dm-devel] [PATCH v4 2/3] LoadPin: Enable loading from trusted dm-verity devices

2022-05-18 Thread kernel test robot
OMPILER=gcc-11.3.0 make.cross W=1 O=build_dir ARCH=m68k SHELL=/bin/bash security/ If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): In file included from security/loadpin/loadpin.c:21: >> include/linux/d

Re: [dm-devel] [PATCH v5 5/7] null_blk: allow non power of 2 zoned devices

2022-05-23 Thread kernel test robot
mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=hexagon SHELL=/bin/bash If you fix the issue, kindly add following tag where applicable Reported-by: kernel test robot All errors (new ones prefix

Re: [dm-devel] [PATCH v5 5/7] null_blk: allow non power of 2 zoned devices

2022-05-24 Thread kernel test robot
# save the config file mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=i386 SHELL=/bin/bash If you fix the issue, kindly add following tag where applicable Reported-by: kernel test robot Al

Re: [dm-devel] [PATCH v7 13/13] dm: add non power of 2 zoned target

2022-06-15 Thread kernel test robot
build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.3.0 make.cross W=1 O=build_dir ARCH=s390 SHELL=/bin/bash If you fix the issue, kindly add following tag where applicable Reported-by: kernel test robot All warnings (new ones prefixed by >>): drivers/md/dm-zoned-npo2-target.c: I

[dm-devel] [device-mapper-dm:dm-5.20 6/7] drivers/md/dm-io-rewind.c:95:39: error: 'struct bio' has no member named 'bi_crypt_context'

2022-07-05 Thread kernel test robot
make W=1 O=build_dir ARCH=i386 SHELL=/bin/bash If you fix the issue, kindly add following tag where applicable Reported-by: kernel test robot All errors (new ones prefixed by >>): drivers/md/dm-io-rewind.c: In function '__bio_crypt_rewind': >> drivers/md/dm-io-rewind.c:

[dm-devel] [linux-next:master] BUILD REGRESSION 088b9c375534d905a4d337c78db3b3bfbb52c4a0

2022-07-07 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master branch HEAD: 088b9c375534d905a4d337c78db3b3bfbb52c4a0 Add linux-next specific files for 20220706 Error/Warning reports: https://lore.kernel.org/linux-doc/202207070644.x48xoovs-...@intel.com Error/Warning:

[dm-devel] [linux-next:master] BUILD REGRESSION b6f1f2fa2bddd69ff46a190b8120bd440fd50563

2022-07-07 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master branch HEAD: b6f1f2fa2bddd69ff46a190b8120bd440fd50563 Add linux-next specific files for 20220704 Error/Warning: (recently discovered and may have been fixed) drivers/pci/endpoint/functions/pci-epf-vntb.c:97

[dm-devel] [linux-next:master] BUILD REGRESSION 2a2aa3f05338270aecbe2492fda910d6c17e0102

2022-07-07 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master branch HEAD: 2a2aa3f05338270aecbe2492fda910d6c17e0102 Add linux-next specific files for 20220705 Error/Warning reports: https://lore.kernel.org/linux-doc/202207051821.3f0erisl-...@intel.com Error/Warning:

Re: [dm-devel] [PATCH] dm: Remove the unneeeded variable

2022-08-27 Thread kernel test robot
ld_dir ARCH=x86_64 SHELL=/bin/bash If you fix the issue, kindly add following tag where applicable Reported-by: kernel test robot All errors (new ones prefixed by >>): In file included from include/linux/dm-dirty-log.h:16, from drivers/md/dm-log.c:13: drivers/

Re: [dm-devel] [PATCH] dm: Remove the unneeeded variable

2022-08-27 Thread kernel test robot
build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=riscv SHELL=/bin/bash drivers/md/ If you fix the issue, kindly add following tag where applicable Reported-by: kernel test robot All errors (new ones prefixed by >>): >> drivers/md

Re: [dm-devel] [PATCH 2/4] mm: mempool: introduce page bulk allocator

2022-10-05 Thread kernel test robot
add following tag where applicable | Reported-by: kernel test robot All warnings (new ones prefixed by >>): In file included from include/linux/bio.h:8, from drivers/scsi/scsi_lib.c:12: >> include/linux/mempool.h:19:48: warning: 'struct page' declar

Re: [dm-devel] [PATCH 3/3] blk-crypto: move internal only declarations to blk-crypto-internal.h

2022-11-14 Thread kernel test robot
uild_dir ARCH=s390 SHELL=/bin/bash If you fix the issue, kindly add following tag where applicable | Reported-by: kernel test robot All warnings (new ones prefixed by >>): In file included from block/blk-crypto-profile.c:34: In file included from include/linux/blk-integrity.h:5:

Re: [PATCH for-6.2/block V3 1/2] block: Data type conversion for IO accounting

2022-12-21 Thread kernel test robot
s W=1 O=build_dir ARCH=mips olddefconfig COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=mips SHELL=/bin/bash If you fix the issue, kindly add following tag where applicable | Reported-by: kernel test robot All errors (new ones prefixed by >>): &g

Re: [PATCH for-6.2/block V3 1/2] block: Data type conversion for IO accounting

2022-12-22 Thread kernel test robot
the issue, kindly add following tag where applicable | Reported-by: kernel test robot All errors (new ones prefixed by >>): block/blk-core.c: Assembler messages: >> block/blk-core.c:936: Error: unrecognized opcode `lr.d a6,0(a5)' >> block/blk-core.c:938: Error: unrecognize

Re: [dm-devel] [v2 PATCH 3/5] mm: mempool: introduce page bulk allocator

2023-02-14 Thread kernel test robot
the issue, kindly add following tag where applicable | Reported-by: kernel test robot | Link: https://lore.kernel.org/oe-kbuild-all/202302151051.i9q3i0ia-...@intel.com/ All warnings (new ones prefixed by >>): In file included from drivers/scsi/snic/snic_scsi.c:4: >> include/

Re: [dm-devel] [PATCH] blk-mq: enforce op-specific segment limits in blk_insert_cloned_request

2023-02-16 Thread kernel test robot
uild_dir ARCH=i386 olddefconfig COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=i386 SHELL=/bin/bash If you fix the issue, kindly add following tag where applicable | Reported-by: kernel test robot | Link: https://lore.kernel.org/oe-kbuild-all/202302162040.

Re: [dm-devel] [PATCH v7 4/8] fs, block: copy_file_range for def_blk_ops for direct block device.

2023-02-20 Thread kernel test robot
/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=powerpc SHELL=/bin/bash If you fix the issue, kindly add following tag where applicable | Reported-by: kernel test robot | Link: https://lore.kernel.org/oe-kbuild-all/202302202321.zfue705n-...@intel.com/ All warnings (new ones prefixed by >

Re: [dm-devel] [PATCH v7 4/8] fs, block: copy_file_range for def_blk_ops for direct block device.

2023-02-20 Thread kernel test robot
/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=riscv SHELL=/bin/bash If you fix the issue, kindly add following tag where applicable | Reported-by: kernel test robot | Link: https://lore.kernel.org/oe-kbuild-all/202302210520.eifbujly-...@intel.com/ All errors (new ones prefixed by >>

Re: [dm-devel] [PATCH v7 4/8] fs, block: copy_file_range for def_blk_ops for direct block device.

2023-02-20 Thread kernel test robot
/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=arm SHELL=/bin/bash If you fix the issue, kindly add following tag where applicable | Reported-by: kernel test robot | Link: https://lore.kernel.org/oe-kbuild-all/202302210631.4jsfh2vi-...@intel.com/ All errors (new ones prefixed by >>

Re: [dm-devel] [PATCH v4 13/18] nvme: Add pr_ops read_reservation support

2023-02-24 Thread kernel test robot
O=build_dir ARCH=sparc SHELL=/bin/bash drivers/nvme/host/ If you fix the issue, kindly add following tag where applicable | Reported-by: kernel test robot | Link: https://lore.kernel.org/oe-kbuild-all/202302250448.cevydc1i-...@intel.com/ All warnings (new ones prefixed by >>): dr

Re: [dm-devel] [PATCH v5 11/18] nvme: Add pr_ops read_keys support

2023-03-28 Thread kernel test robot
dly add following tag where applicable | Reported-by: kernel test robot | Link: https://lore.kernel.org/oe-kbuild-all/202303281502.u47uzous-...@intel.com/ sparse warnings: (new ones prefixed by >>) >> drivers/nvme/host/pr.c:165:24: sparse: sparse: incorrect type in assignment &g

Re: [dm-devel] [PATCH v8 4/9] fs, block: copy_file_range for def_blk_ops for direct block device.

2023-03-29 Thread kernel test robot
2.1.0 make.cross W=1 O=build_dir ARCH=loongarch SHELL=/bin/bash If you fix the issue, kindly add following tag where applicable | Reported-by: kernel test robot | Link: https://lore.kernel.org/oe-kbuild-all/202303292151.7ddoucit-...@intel.com/ All errors (new ones prefixed by >>):

Re: [dm-devel] [PATCH v8 6/9] nvmet: add copy command support for bdev and file ns

2023-03-29 Thread kernel test robot
where applicable | Reported-by: kernel test robot | Link: https://lore.kernel.org/oe-kbuild-all/202303292148.pbx4mdps-...@intel.com/ sparse warnings: (new ones prefixed by >>) >> drivers/nvme/target/io-cmd-bdev.c:55:27: sparse: sparse: incorrect type in >> argument 1 (diff

Re: [dm-devel] [PATCH v8 4/9] fs, block: copy_file_range for def_blk_ops for direct block device.

2023-03-29 Thread kernel test robot
ld_dir ARCH=x86_64 olddefconfig make W=1 O=build_dir ARCH=x86_64 SHELL=/bin/bash If you fix the issue, kindly add following tag where applicable | Reported-by: kernel test robot | Link: https://lore.kernel.org/oe-kbuild-all/202303292349.ed70fxdw-...@intel.com/ All errors (new ones prefi

Re: [dm-devel] [PATCH v8 6/9] nvmet: add copy command support for bdev and file ns

2023-03-29 Thread kernel test robot
where applicable | Reported-by: kernel test robot | Link: https://lore.kernel.org/oe-kbuild-all/202303300238.vmt9ne37-...@intel.com/ sparse warnings: (new ones prefixed by >>) >> drivers/nvme/target/admin-cmd.c:539:29: sparse: sparse: cast from restricted >> __le16 vim +539

Re: [dm-devel] [PATCH v5 18/18] scsi: target: Add block PR support to iblock

2023-04-03 Thread kernel test robot
Hi Mike, kernel test robot noticed the following build warnings: [auto build test WARNING on mkp-scsi/for-next] [also build test WARNING on jejb-scsi/for-next axboe-block/for-next linus/master v6.3-rc5 next-20230403] [If your patch is applied to the wrong git tree, kindly drop us a note. And

Re: [dm-devel] [PATCH v10 6/9] nvmet: add copy command support for bdev and file ns

2023-04-19 Thread kernel test robot
Hi Nitesh, kernel test robot noticed the following build warnings: [auto build test WARNING on next-20230418] [cannot apply to axboe-block/for-next device-mapper-dm/for-next linus/master v6.3-rc7 v6.3-rc6 v6.3-rc5 v6.3-rc7] [If your patch is applied to the wrong git tree, kindly drop us a note

Re: [dm-devel] [PATCH v5 1/5] block: Don't invalidate pagecache for invalid falloc modes

2023-04-24 Thread kernel test robot
Hi Sarthak, kernel test robot noticed the following build warnings: [auto build test WARNING on device-mapper-dm/for-next] [also build test WARNING on linus/master v6.3 next-20230421] [cannot apply to axboe-block/for-next] [If your patch is applied to the wrong git tree, kindly drop us a note

  1   2   >