[xiang-erofs:dev] BUILD SUCCESS 34f853b849eb6a509eb8f40f2f5946ebb1f62739

2020-05-31 Thread kbuild test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs.git dev branch HEAD: 34f853b849eb6a509eb8f40f2f5946ebb1f62739 erofs: suppress false positive last_block warning elapsed time: 3687m configs tested: 181 configs skipped: 11 The following configs have been built

[xiang-erofs:dev-test] BUILD SUCCESS e7cda1ee94f464e02e356319aec7d83ccba8cab4

2020-05-28 Thread kbuild test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs.git dev-test branch HEAD: e7cda1ee94f464e02e356319aec7d83ccba8cab4 erofs: code cleanup by removing ifdef macro surrounding elapsed time: 892m configs tested: 109 configs skipped: 4 The following configs have been built

[xiang-erofs:dev] BUILD SUCCESS aa99a76b40d6434e67ac23efef2a01c291b82d8b

2020-03-04 Thread kbuild test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs.git dev branch HEAD: aa99a76b40d6434e67ac23efef2a01c291b82d8b erofs: handle corrupted images whose decompressed size less than it'd be elapsed time: 2046m configs tested: 263 configs skipped: 0 The following configs

[xiang-erofs:dev-test] BUILD SUCCESS f3e8463d8578452a0cc128fb8ba0e865bdd368fc

2020-02-19 Thread kbuild test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs.git dev-test branch HEAD: f3e8463d8578452a0cc128fb8ba0e865bdd368fc erofs: convert workstn to XArray elapsed time: 2889m configs tested: 222 configs skipped: 0 The following configs have been built successfully. More

[xiang-erofs:dev-test] BUILD SUCCESS 24ade2c7c2a8982029aea780289c45ea57197db3

2020-02-12 Thread kbuild test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs.git dev-test branch HEAD: 24ade2c7c2a8982029aea780289c45ea57197db3 erofs: convert workstn to XArray elapsed time: 2883m configs tested: 252 configs skipped: 0 The following configs have been built successfully. More

[xiang-erofs:dev-test] BUILD INCOMPLETE 1e4a295567949ee8e6896a7db70afd1b6246966e

2020-01-23 Thread kbuild test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs.git dev-test branch HEAD: 1e4a295567949ee8e6896a7db70afd1b6246966e erofs: clean up z_erofs_submit_queue() TIMEOUT after 2887m Sorry we cannot finish the testset for your branch within a reasonable time. It's our fault

[xiang-erofs:dev-test] BUILD SUCCESS 2e49cd3dc3aeb1207b828d8b0170f2327f4e3ac3

2020-01-20 Thread kbuild test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs.git dev-test branch HEAD: 2e49cd3dc3aeb1207b828d8b0170f2327f4e3ac3 erofs: clean up z_erofs_submit_queue() elapsed time: 521m configs tested: 169 configs skipped: 1 The following configs have been built successfully.

Re: [PATCH] erofs: fix erofs_get_meta_page locking by a cleanup

2019-09-22 Thread kbuild test robot
date: 57 minutes ago If you fix the issue, kindly add following tag Reported-by: kbuild test robot All warnings (new ones prefixed by >>): fs//erofs/data.c: In function 'erofs_get_meta_page': >> fs//erofs/data.c:43:10: warning: return makes pointer from integer without a &g

Re: [PATCH v5] Add flags option to get xattr method paired to __vfs_getxattr

2019-08-21 Thread kbuild test robot
following tag Reported-by: kbuild test robot All error/warnings (new ones prefixed by >>): security/smack/smack_lsm.c: In function 'smk_fetch': >> security/smack/smack_lsm.c:308:26: error: 'buffer' undeclared (first use in >> this function); did you mean 'user'? skp

Re: [PATCH v5] Add flags option to get xattr method paired to __vfs_getxattr

2019-08-21 Thread kbuild test robot
the issue, kindly add following tag Reported-by: kbuild test robot All errors (new ones prefixed by >>): fs//kernfs/inode.c: In function 'kernfs_vfs_xattr_set': >> fs//kernfs/inode.c:322:27: error: 'inode' undeclared (first use in this >> function) struct kernfs_node *kn

Re: [PATCH] staging: erofs: fix an error handling in erofs_readdir()

2019-08-18 Thread kbuild test robot
/make.cross # save the attached .config to linux build tree GCC_VERSION=7.4.0 make.cross ARCH=arm64 If you fix the issue, kindly add following tag Reported-by: kbuild test robot All errors (new ones prefixed by >>): drivers/staging/erofs/dir.c: In function 'erofs_r

Re: [PATCH] staging: erofs: refuse to mount images with malformed volume name

2019-08-18 Thread kbuild test robot
chmod +x ~/bin/make.cross # save the attached .config to linux build tree GCC_VERSION=7.4.0 make.cross ARCH=sparc64 If you fix the issue, kindly add following tag Reported-by: kbuild test robot All errors (new ones prefixed by >>): drivers/staging/erofs/super.c: In fu

Re: [PATCH] staging: erofs: fix an error handling in erofs_readdir()

2019-08-18 Thread kbuild test robot
/make.cross # save the attached .config to linux build tree GCC_VERSION=7.4.0 make.cross ARCH=sparc64 If you fix the issue, kindly add following tag Reported-by: kbuild test robot All errors (new ones prefixed by >>): drivers/staging//erofs/dir.c: In function 'erofs_r

Re: [PATCH v4] Add flags option to get xattr method paired to __vfs_getxattr

2019-08-16 Thread kbuild test robot
following tag Reported-by: kbuild test robot All errors (new ones prefixed by >>): >> fs/ext2/xattr_security.c:56:9: error: initialization from incompatible >> pointer type [-Werror=incompatible-pointer-types] .get = ext2_xattr_security_get, ^~~~

Re: [PATCH v2] Add flags option to get xattr method paired to __vfs_getxattr

2019-08-14 Thread kbuild test robot
chmod +x ~/bin/make.cross # save the attached .config to linux build tree GCC_VERSION=8.1.0 make.cross ARCH=nds32 If you fix the issue, kindly add following tag Reported-by: kbuild test robot All errors (new ones prefixed by >>): fs/ubifs/xattr.c:326:9: error: confl