]> git.baikalelectronics.ru Git - kernel.git/commit
bpfilter: fix build error
authorMatteo Croce <mcroce@redhat.com>
Tue, 19 Jun 2018 15:16:20 +0000 (17:16 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 20 Jun 2018 00:07:46 +0000 (09:07 +0900)
commit9e7e5b3a42718f05d86f06f857c0c996d05ecec6
tree5d943801ba060d25b2fb0d8e50416975b1c174dc
parent66b710a616acb169f0f9b420648fbd0d3c461b2f
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: 6507af9e4e238 ("net: add skeleton of bpfilter kernel module")
Signed-off-by: Matteo Croce <mcroce@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/bpfilter/Makefile