Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1557236

Re: [PATCH] afs: use random UUID

From kbuild test robot <lkp@intel.com>
Newsgroups linux.kernel
Subject Re: [PATCH] afs: use random UUID
Date 2017-01-12 10:30 +0100
Message-ID <sYJRM-2er-7@gated-at.bofh.it> (permalink)
References <sYttF-id-45@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


[Multipart message — attachments visible in raw view] - view raw

Hi Arnd,

[auto build test ERROR on linus/master]
[also build test ERROR on v4.10-rc3 next-20170111]
[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/Arnd-Bergmann/afs-use-random-UUID/20170112-153644
config: x86_64-randconfig-in0-01121653 (attached as .config)
compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901
reproduce:
        # save the attached .config to linux build tree
        make ARCH=x86_64 

All errors (new ones prefixed by >>):

   fs/afs/main.c: In function 'afs_init':
>> fs/afs/main.c:45:2: error: implicit declaration of function 'generate_random_uuid' [-Werror=implicit-function-declaration]
     generate_random_uuid((unsigned char *)&afs_uuid);
     ^~~~~~~~~~~~~~~~~~~~
   cc1: some warnings being treated as errors

vim +/generate_random_uuid +45 fs/afs/main.c

    39	static int __init afs_init(void)
    40	{
    41		int ret;
    42	
    43		printk(KERN_INFO "kAFS: Red Hat AFS client v0.1 registering.\n");
    44	
  > 45		generate_random_uuid((unsigned char *)&afs_uuid);
    46	
    47		/* create workqueue */
    48		ret = -ENOMEM;

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH] afs: correctly use 64-bit time for UUID Arnd Bergmann <arnd@arndb.de> - 2017-01-11 14:50 +0100
  Re: [PATCH] afs: correctly use 64-bit time for UUID David Howells <dhowells@redhat.com> - 2017-01-11 15:00 +0100
    Re: [PATCH] afs: correctly use 64-bit time for UUID Arnd Bergmann <arnd@arndb.de> - 2017-01-11 15:10 +0100
      Re: [PATCH] afs: correctly use 64-bit time for UUID David Howells <dhowells@redhat.com> - 2017-01-11 15:50 +0100
        Re: [PATCH] afs: correctly use 64-bit time for UUID Arnd Bergmann <arnd@arndb.de> - 2017-01-11 17:00 +0100
          Re: [PATCH] afs: use random UUID kbuild test robot <lkp@intel.com> - 2017-01-12 10:30 +0100

csiph-web