commit | 8e75887d321d102200abf3a9fa621e2c10ff4cc5 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Tue Jun 26 20:13:48 2018 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Jun 28 21:39:16 2018 +0900 |
tree | 6c43fe825ee8cee037dbbfae0a80d9d5f49d0b78 | |
parent | 977c7114ebda2e746a114840d3a875e0cdb826fb [diff] |
bpfilter: include bpfilter_umh in assembly instead of using objcopy What we want here is to embed a user-space program into the kernel. Instead of the complex ELF magic, let's simply wrap it in the assembly with the '.incbin' directive. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>