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 PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Sat, 20 Sep 2014 21:36:52 +0200 From: Helge Deller <deller@....de> To: Guenter Roeck <linux@...ck-us.net>, Stephen Rothwell <sfr@...b.auug.org.au> CC: linux-next@...r.kernel.org, linux-kernel@...r.kernel.org, Ingo Molnar <mingo@...nel.org> Subject: Re: linux-next: Tree for Sep 19 Hi Günter, On 09/19/2014 09:15 PM, Guenter Roeck wrote: > On Fri, Sep 19, 2014 at 04:58:17PM +1000, Stephen Rothwell wrote: >> Changes since 20140917: >> >> The fsl tree still had its build failure so I used the version from >> next-20140917. >> >> The v4l-dvb tree lost its build failure. >> >> The security tree gained a conflict against the file-locks tree. >> >> Non-merge commits (relative to Linus' tree): 6014 >> 5488 files changed, 217522 insertions(+), 129375 deletions(-) >> >> ---------------------------------------------------------------------------- >> > > parisc:defconfig, parisc:generic-32bit_defconfig: > > -------------- > Error log: > arch/parisc/kernel/ptrace.c: In function 'do_syscall_trace_enter': > arch/parisc/kernel/ptrace.c:274:2: error: implicit declaration of function > 'secure_computing' [-Werror=implicit-function-declaration] > cc1: some warnings being treated as errors > make[1]: *** [arch/parisc/kernel/ptrace.o] Error 1 > > Bisect points to commit 273299fb6380 ('Merge branch 'x86/seccomp') which > obviously doesn't help much. Suspected culprit is c90f06943e05 ('parisc: Wire up > seccomp, getrandom and memfd_create syscalls') which seems to be missing an > include file. I could not reproduce this error with current git head. Nevertheless, it probably makes sense to #include <linux/seccomp.h> in ptrace.c to avoid a dependency on other header files to include it instead. I've added this patch to my for-next tree: http://git.kernel.org/cgit/linux/kernel/git/deller/parisc-linux.git/commit/?h=for-next&id=0f18557b017b3469e1f8edf5cf34c1cba856fdbe Could you try again? Helge -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists