]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0800605137d164e1ab768a94c3eead985111a584
tree3a99f3b18a470af3cc600720f021bc6f20444b16
parent6d24d9834f0922975fdbb033e36170d3b514c78d
parent266a797870ae793ef13a15bac6a923f742d50fb3
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>