lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Fri, 13 Jan 2017 10:28:10 +0000
From:   David Howells <dhowells@...hat.com>
To:     kbuild test robot <lkp@...el.com>
Cc:     dhowells@...hat.com, kbuild-all@...org, arnd@...db.de,
        linux-kernel@...r.kernel.org, ruchandani.tina@...il.com,
        linux-afs@...ts.infradead.org
Subject: Re: [PATCH 1/2] afs: Move UUID struct to linux/uuid.h

kbuild test robot <lkp@...el.com> wrote:

>    fs/afs/cmservice.c: In function 'afs_deliver_cb_init_call_back_state3':
> >> fs/afs/cmservice.c:365:34: error: invalid application of 'sizeof' to incomplete type 'struct uuid_v1'
>       call->request = kmalloc(sizeof(struct uuid_v1), GFP_KERNEL);
>                                      ^~~~~~

Ah...  Missing #include of linux/uuid.h.  Under some circumstances it is
included indirectly.

David

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ