]> git.baikalelectronics.ru Git - kernel.git/commit
bpf: Provide a linux/types.h override for bpf selftests.
authorDavid S. Miller <davem@davemloft.net>
Thu, 11 May 2017 19:00:50 +0000 (12:00 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 11 May 2017 19:00:50 +0000 (12:00 -0700)
commit054fb45197f4ff7ce394039da3387e8d6b4b7eda
tree99b5de954ed38e894ac8b754b246daaeab7964fc
parentb722fd1e1d7f0c9c2e18d7775426b7a1a34a9f44
bpf: Provide a linux/types.h override for bpf selftests.

We do not want to use the architecture's type.h header when
building BPF programs which are always 64-bit.

Signed-off-by: David S. Miller <davem@davemloft.net>
tools/testing/selftests/bpf/Makefile
tools/testing/selftests/bpf/include/uapi/linux/types.h [new file with mode: 0644]