linux/net/bpfilter
Matteo Croce 421780fd49 bpfilter: fix build error
bpfilter Makefile assumes that the system locale is en_US, and the
parsing of objdump output fails.
Set LC_ALL=C and, while at it, rewrite the objdump parsing so it spawns
only 2 processes instead of 7.

Fixes: d2ba09c17a ("net: add skeleton of bpfilter kernel module")
Signed-off-by: Matteo Croce <mcroce@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2018-06-20 09:07:46 +09:00
..
bpfilter_kern.c bpfilter: fix race in pipe access 2018-06-07 20:07:28 -04:00
Kconfig bpfilter: fix build dependency 2018-05-24 09:33:28 -04:00
main.c bpfilter: don't pass O_CREAT when opening console for debug 2018-05-24 09:36:49 -04:00
Makefile bpfilter: fix build error 2018-06-20 09:07:46 +09:00
msgfmt.h