Re: [PATCH net v4 0/4] net: bpfilter: fix two bugs in bpfilter

2019-01-11 Thread David Miller
From: Taehee Yoo Date: Wed, 9 Jan 2019 02:23:42 +0900 > This patches fix two bugs in the bpfilter_umh which are related in > iptables command. ... Series applied, thank you.

[PATCH net v4 0/4] net: bpfilter: fix two bugs in bpfilter

2019-01-08 Thread Taehee Yoo
This patches fix two bugs in the bpfilter_umh which are related in iptables command. The first patch adds an exit code for UMH process. This provides an opportunity to cleanup members of the umh_info to modules which use the UMH. In order to identify UMH processes, a new flag PF_UMH is added.