From: kbuild test robot <lkp@intel.com>
To: Amir Goldstein <amir73il@gmail.com>
Cc: kbuild-all@01.org, Miklos Szeredi <miklos@szeredi.hu>,
Al Viro <viro@zeniv.linux.org.uk>,
linux-unionfs@vger.kernel.org, linux-fsdevel@vger.kernel.org,
Hugh Dickins <hughd@google.com>,
Andrew Morton <akpm@linux-foundation.org>
Subject: Re: [PATCH] tmpfs: generate random sb->s_uuid
Date: Sun, 7 May 2017 20:11:47 +0800 [thread overview]
Message-ID: <201705072039.aDs0MRXL%fengguang.wu@intel.com> (raw)
In-Reply-To: <1493977468-21143-1-git-send-email-amir73il@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 1561 bytes --]
Hi Amir,
[auto build test ERROR on mmotm/master]
[also build test ERROR on v4.11 next-20170505]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]
url: https://github.com/0day-ci/linux/commits/Amir-Goldstein/tmpfs-generate-random-sb-s_uuid/20170507-193329
base: git://git.cmpxchg.org/linux-mmotm.git master
config: mn10300-asb2364_defconfig (attached as .config)
compiler: am33_2.0-linux-gcc (GCC) 6.2.0
reproduce:
wget https://raw.githubusercontent.com/01org/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# save the attached .config to linux build tree
make.cross ARCH=mn10300
All errors (new ones prefixed by >>):
mm/shmem.c: In function 'shmem_fill_super':
>> mm/shmem.c:3764:2: error: implicit declaration of function 'generate_random_uuid' [-Werror=implicit-function-declaration]
generate_random_uuid(sb->s_uuid);
^~~~~~~~~~~~~~~~~~~~
cc1: some warnings being treated as errors
vim +/generate_random_uuid +3764 mm/shmem.c
3758 #ifdef CONFIG_TMPFS_XATTR
3759 sb->s_xattr = shmem_xattr_handlers;
3760 #endif
3761 #ifdef CONFIG_TMPFS_POSIX_ACL
3762 sb->s_flags |= MS_POSIXACL;
3763 #endif
> 3764 generate_random_uuid(sb->s_uuid);
3765
3766 inode = shmem_get_inode(sb, NULL, S_IFDIR | sbinfo->mode, 0, VM_NORESERVE);
3767 if (!inode)
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 9369 bytes --]
prev parent reply other threads:[~2017-05-07 22:01 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-05 9:44 [PATCH] tmpfs: generate random sb->s_uuid Amir Goldstein
2017-05-05 10:01 ` Christoph Hellwig
2017-05-05 10:20 ` Amir Goldstein
2017-05-09 9:02 ` Christoph Hellwig
2017-05-09 9:18 ` Richard Weinberger
2017-05-09 9:54 ` Amir Goldstein
2017-05-09 10:09 ` Richard Weinberger
2017-05-09 10:27 ` Oleksij Rempel
2017-05-09 10:50 ` Amir Goldstein
2017-05-10 2:51 ` Hugh Dickins
2017-05-07 12:11 ` kbuild test robot [this message]
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=201705072039.aDs0MRXL%fengguang.wu@intel.com \
--to=lkp@intel.com \
--cc=akpm@linux-foundation.org \
--cc=amir73il@gmail.com \
--cc=hughd@google.com \
--cc=kbuild-all@01.org \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-unionfs@vger.kernel.org \
--cc=miklos@szeredi.hu \
--cc=viro@zeniv.linux.org.uk \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox