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] [day] [month] [year] [list]
Date:   Thu, 22 Jun 2017 08:39:18 -0700
From:   Yonghong Song <yhs@...com>
To:     David Miller <davem@...emloft.net>
CC:     <ast@...com>, <daniel@...earbox.net>, <netdev@...r.kernel.org>,
        <kernel-team@...com>
Subject: Re: [PATCH] samples/bpf: fix a build problem



On 6/22/17 8:36 AM, David Miller wrote:
> From: Yonghong Song <yhs@...com>
> Date: Wed, 21 Jun 2017 13:48:27 -0700
> 
>> tracex5_kern.c build failed with the following error message:
>>    ../samples/bpf/tracex5_kern.c:12:10: fatal error: 'syscall_nrs.h' file not found
>>    #include "syscall_nrs.h"
>> The generated file syscall_nrs.h is put in build/samples/bpf directory,
>> but this directory is not in include path, hence build failed.
>>
>> The fix is to add $(obj) into the clang compilation path.
>>
>> Signed-off-by: Yonghong Song <yhs@...com>
> 
> Applied, thanks.
> 
> Please be clear in the future that your patch is targetting 'net-next' by
> specifying this in your subject lines:
> 
> 	[PATCH net-next] ...

Thanks, Dave. Sorry, I forgot to tag the branch name. I will make sure 
it happen in the future.

> 
> I had to figure this out by hand.
> 
> Thank you.
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ