From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: Re: [PATCH v16 1/4] Add flags option to get xattr method paired to __vfs_getxattr
Date: Mon, 19 Oct 2020 23:15:40 +0800 [thread overview]
Message-ID: <202010192302.bg4ZLD64-lkp@intel.com> (raw)
In-Reply-To: <20201019115239.2732422-2-salyzyn@android.com>
[-- Attachment #1: Type: text/plain, Size: 3075 bytes --]
Hi Mark,
Thank you for the patch! Yet something to improve:
[auto build test ERROR on miklos-vfs/overlayfs-next]
[also build test ERROR on ext4/dev linus/master v5.9 next-20201016]
[cannot apply to security/next-testing]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch]
url: https://github.com/0day-ci/linux/commits/Mark-Salyzyn/overlayfs-override_creds-off-nested-get-xattr-fix/20201019-195516
base: https://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git overlayfs-next
config: powerpc64-randconfig-r013-20201019 (attached as .config)
compiler: clang version 12.0.0 (https://github.com/llvm/llvm-project 094e9f4779eb9b5c6a49014f2f80b8cbb833572f)
reproduce (this is a W=1 build):
wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# install powerpc64 cross compiling tool for clang build
# apt-get install binutils-powerpc64-linux-gnu
# https://github.com/0day-ci/linux/commit/1e4bdc66a19e446b472fa59b08513954e0b4ea7b
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review Mark-Salyzyn/overlayfs-override_creds-off-nested-get-xattr-fix/20201019-195516
git checkout 1e4bdc66a19e446b472fa59b08513954e0b4ea7b
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=powerpc64
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
All errors (new ones prefixed by >>):
>> fs/ext4/xattr_hurd.c:49:9: error: incompatible function pointer types initializing 'int (*)(const struct xattr_handler *, struct dentry *, struct inode *, const char *, void *, size_t, int)' (aka 'int (*)(const struct xattr_handler *, struct dentry *, struct inode *, const char *, void *, unsigned long, int)') with an expression of type 'int (const struct xattr_handler *, struct dentry *, struct inode *, const char *, void *, size_t)' (aka 'int (const struct xattr_handler *, struct dentry *, struct inode *, const char *, void *, unsigned long)') [-Werror,-Wincompatible-function-pointer-types]
.get = ext4_xattr_hurd_get,
^~~~~~~~~~~~~~~~~~~
1 error generated.
vim +49 fs/ext4/xattr_hurd.c
88ee9d571b6d8ed Jan (janneke Nieuwenhuizen 2020-05-25 45)
88ee9d571b6d8ed Jan (janneke Nieuwenhuizen 2020-05-25 46) const struct xattr_handler ext4_xattr_hurd_handler = {
88ee9d571b6d8ed Jan (janneke Nieuwenhuizen 2020-05-25 47) .prefix = XATTR_HURD_PREFIX,
88ee9d571b6d8ed Jan (janneke Nieuwenhuizen 2020-05-25 48) .list = ext4_xattr_hurd_list,
88ee9d571b6d8ed Jan (janneke Nieuwenhuizen 2020-05-25 @49) .get = ext4_xattr_hurd_get,
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org
[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 30246 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <lkp@intel.com>
To: Mark Salyzyn <salyzyn@android.com>, linux-kernel@vger.kernel.org
Cc: kbuild-all@lists.01.org, clang-built-linux@googlegroups.com,
kernel-team@android.com, Mark Salyzyn <salyzyn@android.com>,
Jan Kara <jack@suse.cz>, Jeff Layton <jlayton@kernel.org>,
David Sterba <dsterba@suse.com>,
"Darrick J . Wong" <darrick.wong@oracle.com>,
Mike Marshall <hubcap@omnibond.com>,
Stephen Smalley <sds@tycho.nsa.gov>,
John Stultz <john.stultz@linaro.org>
Subject: Re: [PATCH v16 1/4] Add flags option to get xattr method paired to __vfs_getxattr
Date: Mon, 19 Oct 2020 23:15:40 +0800 [thread overview]
Message-ID: <202010192302.bg4ZLD64-lkp@intel.com> (raw)
In-Reply-To: <20201019115239.2732422-2-salyzyn@android.com>
[-- Attachment #1: Type: text/plain, Size: 3025 bytes --]
Hi Mark,
Thank you for the patch! Yet something to improve:
[auto build test ERROR on miklos-vfs/overlayfs-next]
[also build test ERROR on ext4/dev linus/master v5.9 next-20201016]
[cannot apply to security/next-testing]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch]
url: https://github.com/0day-ci/linux/commits/Mark-Salyzyn/overlayfs-override_creds-off-nested-get-xattr-fix/20201019-195516
base: https://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git overlayfs-next
config: powerpc64-randconfig-r013-20201019 (attached as .config)
compiler: clang version 12.0.0 (https://github.com/llvm/llvm-project 094e9f4779eb9b5c6a49014f2f80b8cbb833572f)
reproduce (this is a W=1 build):
wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# install powerpc64 cross compiling tool for clang build
# apt-get install binutils-powerpc64-linux-gnu
# https://github.com/0day-ci/linux/commit/1e4bdc66a19e446b472fa59b08513954e0b4ea7b
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review Mark-Salyzyn/overlayfs-override_creds-off-nested-get-xattr-fix/20201019-195516
git checkout 1e4bdc66a19e446b472fa59b08513954e0b4ea7b
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=powerpc64
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
All errors (new ones prefixed by >>):
>> fs/ext4/xattr_hurd.c:49:9: error: incompatible function pointer types initializing 'int (*)(const struct xattr_handler *, struct dentry *, struct inode *, const char *, void *, size_t, int)' (aka 'int (*)(const struct xattr_handler *, struct dentry *, struct inode *, const char *, void *, unsigned long, int)') with an expression of type 'int (const struct xattr_handler *, struct dentry *, struct inode *, const char *, void *, size_t)' (aka 'int (const struct xattr_handler *, struct dentry *, struct inode *, const char *, void *, unsigned long)') [-Werror,-Wincompatible-function-pointer-types]
.get = ext4_xattr_hurd_get,
^~~~~~~~~~~~~~~~~~~
1 error generated.
vim +49 fs/ext4/xattr_hurd.c
88ee9d571b6d8ed Jan (janneke Nieuwenhuizen 2020-05-25 45)
88ee9d571b6d8ed Jan (janneke Nieuwenhuizen 2020-05-25 46) const struct xattr_handler ext4_xattr_hurd_handler = {
88ee9d571b6d8ed Jan (janneke Nieuwenhuizen 2020-05-25 47) .prefix = XATTR_HURD_PREFIX,
88ee9d571b6d8ed Jan (janneke Nieuwenhuizen 2020-05-25 48) .list = ext4_xattr_hurd_list,
88ee9d571b6d8ed Jan (janneke Nieuwenhuizen 2020-05-25 @49) .get = ext4_xattr_hurd_get,
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 30246 bytes --]
next prev parent reply other threads:[~2020-10-19 15:15 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-19 11:52 [PATCH v15 0/4] overlayfs override_creds=off & nested get xattr fix Mark Salyzyn
2020-10-19 11:52 ` [PATCH v16 1/4] Add flags option to get xattr method paired to __vfs_getxattr Mark Salyzyn
2020-10-19 15:15 ` kernel test robot [this message]
2020-10-19 15:15 ` kernel test robot
2020-10-19 11:52 ` [PATCH v16 2/4] overlayfs: handle XATTR_NOSECURITY flag for get xattr method Mark Salyzyn
2020-10-19 14:11 ` kernel test robot
2020-10-19 14:11 ` kernel test robot
2020-10-19 17:13 ` kernel test robot
2020-10-19 17:13 ` kernel test robot
2020-10-19 11:52 ` [PATCH v16 3/4] overlayfs: override_creds=off option bypass creator_cred Mark Salyzyn
2020-10-19 15:17 ` Amir Goldstein
2020-10-19 11:52 ` [PATCH v16 4/4] overlayfs: inode_owner_or_capable called during execv Mark Salyzyn
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=202010192302.bg4ZLD64-lkp@intel.com \
--to=lkp@intel.com \
--cc=kbuild-all@lists.01.org \
/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.