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

2019-01-04 Thread Taehee Yoo
On Sat, 5 Jan 2019 at 05:54, David Miller wrote: > > From: Taehee Yoo > Date: Mon, 31 Dec 2018 01:30:45 +0900 > > > This patches fix two bugs in the bpfilter_umh which are related in > > iptables command. > ... > > I am still thinking about these patches, sorry for taking so long to > give a

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

2019-01-04 Thread David Miller
From: Taehee Yoo Date: Mon, 31 Dec 2018 01:30:45 +0900 > This patches fix two bugs in the bpfilter_umh which are related in > iptables command. ... I am still thinking about these patches, sorry for taking so long to give a response. Thank you.

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

2018-12-30 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. The second patch makes the bpfilter_umh use UMH cleanup callback.