]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'arm64-bpf'
authorDavid S. Miller <davem@davemloft.net>
Sat, 11 Jun 2016 06:11:50 +0000 (23:11 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 11 Jun 2016 06:11:50 +0000 (23:11 -0700)
commitc559047ea52b1d85d51bb962c992b740135ba728
treec8fe63136f80a4557e5bbb10b3ac2d18881e04c0
parent5d943018999587531d5844ee1e4a33a8326e56f7
parent6734240d4ecb44971a62ac65036d81087dabee3e
Merge branch 'arm64-bpf'

Zi Shen Lim says:

====================
arm64 BPF JIT updates

Updates for arm64 eBPF JIT.
The main addition here is implementation of bpf_tail_call.

Changes since v2:
 - None. Resubmit per David Miller.

Changes since v1:
 - Added patch #1 to address build error due to missing header inclusion
   in linux/bpf.h. (Thanks to suggestion and ack by Daniel Borkmann)
   Ordered it ahead of bpf_tail_call patch #2 so build error is not
   triggered.
====================

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