]> 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)
commitb237c753b18dc3b1eec58b138c6f6e2d5f4a115d
tree3a99f3b18a470af3cc600720f021bc6f20444b16
parent7b3877c1d325d34fec5b1cc52a155e391743a14a
parentf3c48dd74dd0c6d6ad8dce782dda82fdccb0449d
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>