Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1704695

Re: [PATCH] samples/bpf: Fix cross compiler error with bpf sample

Path csiph.com!news.redatomik.org!aioe.org!bofh.it!news.nic.it!robomod
From Joel Fernandes <joelaf@google.com>
Newsgroups linux.kernel
Subject Re: [PATCH] samples/bpf: Fix cross compiler error with bpf sample
Date Sat, 05 Aug 2017 21:00:01 +0200
Message-ID <ubcsN-eS-7@gated-at.bofh.it> (permalink)
References <uaDEJ-2Sr-7@gated-at.bofh.it> <uaLiV-7Hs-9@gated-at.bofh.it> <uaPFT-2dd-1@gated-at.bofh.it> <uaPPz-2gG-1@gated-at.bofh.it>
Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=77gyIIj1vG3/BBVpGw7pCa8q/I3jkE0jlAmh0wmKrpM=; b=MAAKYQdlvhJEnrBQNAgW118xkpYgHUiAIY0LeOXtbHwUUr+MZMmPpK3xnU5PmZMnUy LE7LbEtRgX6vbpmgSLfIbeBkI6/j6/5VS5+p0LeNPliOlWOY20nSytZ7Lg4nNhRvuLVt 6TfVCW5FU3WPoHJrk9PtPgneKXEkZngHOlRiLRkpTGmYTES0RPp96RUAQ3+/bYtjcUOU QrEN+W1/MvkUSDgmhwxKoHENRDeKyxCT7xHlVE/yI7Xk48vFKmDYikKKR54mTJB61ryv 4mA3+dGJNp4XLcoVO78haJS9dnd9yiMuCWnyUy0foR5/F6sARmtqG0miyp2+Yi0bfFa0 2Z+Q==
X-Google-Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=77gyIIj1vG3/BBVpGw7pCa8q/I3jkE0jlAmh0wmKrpM=; b=esekEppqLHVnqDB7AyF3LFLCLvpjnTOdCsngBG5stSgTWJXeNu/+5dOJan+6ennFZZ C2kOUmkZyXBjjKQwnvzHLSkKLL5evMLKiYHEAOMuU5cud4AByHIhRHSuu5Lke68JKUmT bgTdUZRnEl4/56590H66R2Zfl8rr0EOJ2cbCvrUAXPJm8Hn3UwSjUpr3irpb5XnU4Hej eFo92nO0eSDk9A721u6ilJ+pi0M/wUxspEp4yw6riH+rz36A+aDzPeuyMy+1TRKCErc3 jI44u7KWD/mKWaV/N42QohSHdJF0B4FR94L/5phfX7QTLO0pIWH8kWJqObXhEjWyMaHf UYVQ==
X-Gm-Message-State AHYfb5jB6ds0AKotsW/TJte8EWQx5AXoKvmA3KDNjvJMoHAV4Xj2buRF p06SaLCS60HT2GlK9pyg15WVski+v2Pi
X-Received by 10.202.78.200 with SMTP id c191mr4707003oib.171.1501959185267; Sat, 05 Aug 2017 11:53:05 -0700 (PDT)
MIME-Version 1.0
Content-Type text/plain; charset="UTF-8"
Sender robomod@news.nic.it
List-ID <linux-kernel.vger.kernel.org>
X-Mailing-List linux-kernel@vger.kernel.org
Approved robomod@news.nic.it
Lines 124
Organization linux.* mail to news gateway
X-Original-Cc LKML <linux-kernel@vger.kernel.org>, Alexei Starovoitov <ast@kernel.org>, "open list:BPF (Safe dynamic programs and tools)" <netdev@vger.kernel.org>, Marc Zyngier <marc.zyngier@arm.com>, Will Deacon <will.deacon@arm.com>
X-Original-Date Sat, 5 Aug 2017 11:53:04 -0700
X-Original-Message-ID <CAJWu+orP-oej1jJchOqfW=ZHK5eacyYRtNVHGZ+axob4LjjOAQ@mail.gmail.com>
X-Original-References <20170804054623.5229-1-joelaf@google.com> <59847D97.8080003@iogearbox.net> <CAJWu+oqY7KLbVGSmuedoZp0D9usXuP0JUfzws_aUt461M3gxQA@mail.gmail.com> <5984C09B.8090301@iogearbox.net>
X-Original-Sender linux-kernel-owner@vger.kernel.org
Xref csiph.com linux.kernel:1704695

Show key headers only | View raw


Hi Daniel,

<snip>
>>>
>>> So the only arch that sets __ARCH_WANT_SYSCALL_DEPRECATED
>>> is score:
>>>
>>>    $ git grep -n __ARCH_WANT_SYSCALL_DEPRECATED
>>>    arch/score/include/uapi/asm/unistd.h:7:#define
>>> __ARCH_WANT_SYSCALL_DEPRECATED
>>>    include/uapi/asm-generic/unistd.h:837:#ifdef
>>> __ARCH_WANT_SYSCALL_DEPRECATED
>>>    include/uapi/asm-generic/unistd.h:899:#endif /*
>>> __ARCH_WANT_SYSCALL_DEPRECATED */
>>>
>>> But even if this would make aarch64 compile, the syscall
>>> numbers don't match up:
>>>
>>>    $ git grep -n __NR_getpgrp include/uapi/asm-generic/unistd.h
>>>    include/uapi/asm-generic/unistd.h:841:#define __NR_getpgrp 1060
>>>    include/uapi/asm-generic/unistd.h:843:__SYSCALL(__NR_getpgrp,
>>> sys_getpgrp)
>>>
>>> The only thing that can be found on arm64 is:
>>>
>>>    $ git grep -n __NR_getpgrp arch/arm64/
>>>    arch/arm64/include/asm/unistd32.h:154:#define __NR_getpgrp 65
>>>    arch/arm64/include/asm/unistd32.h:155:__SYSCALL(__NR_getpgrp,
>>> sys_getpgrp)
>>>
>>> In arch/arm64/include/asm/unistd.h, it does include the
>>> uapi/asm/unistd.h when compat is not set, but without the
>>> __ARCH_WANT_SYSCALL_DEPRECATED. That doesn't look correct
>>> unless I'm missing something, hmm, can't we just attach the
>>> kprobes to a different syscall, one that is not deprecated,
>>> so that we don't run into this in the first place?
>>
>>
>> Yes, I agree that's better. I think we can use getpgid. I'll try to
>> whip something today and send it out.

So switching to getppid fixes it, however most of the _kern.o BPF
samples still don't build on aarch64 for me.

The trouble is with inline assembler statements in the ARM64 asm
include headers (which I think upsets LLVM/clang when building for the
BPF target).

Also about skipping headers to fix this, currently we pass
-D__ASM_SYSREG_H from samples/bpf/Makefile so that inline assembler
statements are skipped (this was added in 2015 to this file). However,
not including this causes build errors at the moment. So as sysreg.h
isn't included, the SYS_MIDR_EL1 macro from
arch/arm64/include/asm/sysreg.h is missing causing this build error.
This caused by an include originating from skbuff.h :

In file included from samples/bpf/map_perf_test_kern.c:7:
In file included from ./include/linux/skbuff.h:17:
In file included from ./include/linux/kernel.h:13:
In file included from ./include/linux/printk.h:8:
In file included from ./include/linux/cache.h:5:
In file included from ./arch/arm64/include/asm/cache.h:19:
./arch/arm64/include/asm/cputype.h:119:9: error: use of undeclared
identifier 'SYS_MPIDR_EL1'
        return read_cpuid(MPIDR_EL1);
               ^

There are other paths too like mm.h including asm/pgtable.h which
breaks because of the inline assembler issues.

In file included from samples/bpf/map_perf_test_kern.c:7:
In file included from ./include/linux/skbuff.h:34:
In file included from ./include/linux/dma-mapping.h:10:
In file included from ./include/linux/scatterlist.h:7:
In file included from ./include/linux/mm.h:70:
./arch/arm64/include/asm/pgtable.h:607:9: error: value
'18446744073709550591' out of range for constraint 'L'
        : "L" (~PTE_AF), "I" (ilog2(PTE_AF)));


I believe the main problem here is we are trying to build for BPF
target while including ARM64 asm headers (which I think we can't
avoid?). I was thinking of just setting ARCH to x86 when compiling the
_kern.o parts of the bpf samples. However that doesn't make sense as
we probably need to be arch aware in the samples?

I am at a loss at the moment for ideas. I would love to get any other
ideas - how does x86 solve this issue?. I tried doing something like:
skip as many asm headers using the -D trick,  passing "-include
<stubs.h>" and defining as many things as I can in stubs.h as noops.
However I got stuck with that idea when I hit the above mm build
error.

I am also CC'ing some ARM64 folks as well for any thoughts, I am
looking forward to getting the samples working on my arm64 platform.

Thanks!

Best,

-Joel




>
> Ok, cool. Please make sure that this doesn't clash with anything
> else attached to map_perf_test_kern.c already given the obj file
> is loaded first with the attachment points.
>
>> I also wanted to fix something else, HOSTCC is set to gcc, but I want
>> the boostrap part of the sample to run an ARM so I have to make HOSTCC
>> my cross-compiler. Right now I'm hacking it to point to the arm64 gcc
>> however I think I'd like to add a 'cross compile mode' or something
>> whether HOSTCC points to CROSS_COMPILE instead. I'm happy to discuss
>> any ideas to get this fixed too.
>
>
> Yeah, sounds like a good idea to add such possibility. In case of
> cross compiling to a target arch with different endianess, you might
> also need to specifically select bpfeb (big endian) resp. bpfel
> (little endian) as clang target. (Just bpf target uses host endianess.)
>
> Thanks, Joel!

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH] samples/bpf: Fix cross compiler error with bpf sample Joel Fernandes <joelaf@google.com> - 2017-08-04 07:50 +0200
  Re: [PATCH] samples/bpf: Fix cross compiler error with bpf sample Daniel Borkmann <daniel@iogearbox.net> - 2017-08-04 16:00 +0200
    Re: [PATCH] samples/bpf: Fix cross compiler error with bpf sample Joel Fernandes <joelaf@google.com> - 2017-08-04 20:40 +0200
      Re: [PATCH] samples/bpf: Fix cross compiler error with bpf sample Daniel Borkmann <daniel@iogearbox.net> - 2017-08-04 20:50 +0200
        Re: [PATCH] samples/bpf: Fix cross compiler error with bpf sample Joel Fernandes <joelaf@google.com> - 2017-08-05 21:00 +0200

csiph-web