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: Tue, 17 Sep 2019 08:14:57 -0700 From: "Daniel Xu" <dxu@...uu.xyz> To: "kbuild test robot" <lkp@...el.com> Cc: <kbuild-all@...org>, <bpf@...r.kernel.org>, <songliubraving@...com>, <yhs@...com>, <andriin@...com>, <peterz@...radead.org>, <mingo@...hat.com>, <acme@...nel.org>, "Daniel Xu" <dxu@...uu.xyz>, <ast@...com>, <alexander.shishkin@...ux.intel.com>, <jolsa@...hat.com>, <namhyung@...nel.org>, <linux-kernel@...r.kernel.org>, <netdev@...r.kernel.org>, <kernel-team@...com> Subject: Re: [PATCH bpf-next 1/5] perf/core: Add PERF_FORMAT_LOST read_format On Tue Sep 17, 2019 at 10:32 PM kbuild test robot wrote: > All errors (new ones prefixed by >>): > > kernel/events/core.c: In function 'perf_event_lost': > >> kernel/events/core.c:4753:11: error: implicit declaration of function 'perf_kprobe_missed'; did you mean 'perf_release'? [-Werror=implicit-function-declaration] > lost += perf_kprobe_missed(event); > ^~~~~~~~~~~~~~~~~~ > perf_release > cc1: some warnings being treated as errors > Ah forgot the #ifdef for CONFIG_KPROBE_EVENTS. I've applied the fix and will send it in the next version.
Powered by blists - more mailing lists