OSDN Git Service

Merge branch 'ebpf-samples-cross-compile'
authorDavid S. Miller <davem@davemloft.net>
Thu, 21 Sep 2017 18:59:16 +0000 (11:59 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 21 Sep 2017 18:59:16 +0000 (11:59 -0700)
commita99855d1598be17d3da618234daab5cbc49afb07
tree3a99f3b18a470af3cc600720f021bc6f20444b16
parentae3e24fd547e9f0b1443c1f004c29165180eb101
parent8bf2ac25a96c69985a1a9fbbad7da22ae4343a38
Merge branch 'ebpf-samples-cross-compile'

Joel Fernandes says:

====================
Add cross-compilation support to eBPF samples

These patches fix issues seen when cross-compiling eBPF samples on arm64.
Compared to [1], I dropped the controversial inline-asm patch and exploring
other options to fix it. However these patches are a step in the right
direction and I look forward to getting them into -next and the merge window.

Changes since v3:
- just a repost with acks

[1] https://lkml.org/lkml/2017/8/7/417
====================

Signed-off-by: David S. Miller <davem@davemloft.net>