From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Weinberger Subject: Re: Linux 4.15-rc3 (uml + bpf_perf_event.h) Date: Mon, 11 Dec 2017 19:19:31 +0100 Message-ID: <8098419.tk1mB7xao0@blindfold> References: <96fb23e5-881d-46d5-b3ed-0a9269d4b831@infradead.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: Daniel Borkmann , "netdev@vger.kernel.org" , Linus Torvalds , Linux Kernel Mailing List , alexei.starovoitov@gmail.com, brueckner@linux.vnet.ibm.com To: Randy Dunlap Return-path: Received: from mail.sigma-star.at ([95.130.255.111]:45996 "EHLO mail.sigma-star.at" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750707AbdLKSTB (ORCPT ); Mon, 11 Dec 2017 13:19:01 -0500 In-Reply-To: <96fb23e5-881d-46d5-b3ed-0a9269d4b831@infradead.org> Sender: netdev-owner@vger.kernel.org List-ID: Am Montag, 11. Dezember 2017, 18:27:40 CET schrieb Randy Dunlap: > On 12/11/2017 02:19 AM, Daniel Borkmann wrote: > > Hi Randy, hi Richard, [ +Hendrik for c895f6f703ad7dd2f ] > > > > On 12/11/2017 09:32 AM, Richard Weinberger wrote: > >> Randy, > >> > >> Am Montag, 11. Dezember 2017, 03:42:12 CET schrieb Randy Dunlap: > >>> On 12/10/2017 06:08 PM, Linus Torvalds wrote: > >>>> Another week, another rc. > >>> > >>> um (uml) won't build on i386 or x86_64: > >>> CC init/main.o > >>> > >>> In file included from ../include/linux/perf_event.h:18:0, > >>> > >>> from ../include/linux/trace_events.h:10, > >>> from ../include/trace/syscall.h:7, > >>> from ../include/linux/syscalls.h:82, > >>> > >>> from ../init/main.c:20: > >>> ../include/uapi/linux/bpf_perf_event.h:11:32: fatal error: > >>> asm/bpf_perf_event.h: No such file or directory #include > >>> > >>> > >>> ^ > >>> > >>> compilation terminated. > >>> ../scripts/Makefile.build:310: recipe for target 'init/main.o' failed > >> > >> How do you trigger that build failure? > >> Can you share your .config? > > Richard, it's just defconfig on both i386 and x86_64. How odd, here it used to build. ...until I did a make mrproper, and tried again. ;-\ Thanks, //richard