From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olivier Brunel Subject: Re: bpfilter causes a leftover kernel process Date: Mon, 27 Aug 2018 18:31:22 +0200 Message-ID: <20180827183122.0b4ac65e@jjacky.com> References: <20180826180816.04ef7d16@jjacky.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Olivier Brunel To: netdev@vger.kernel.org Return-path: Received: from mail.jjacky.com ([23.29.69.116]:33359 "EHLO mail.jjacky.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726955AbeH0USC (ORCPT >); Mon, 27 Aug 2018 16:18:02 -0400 In-Reply-To: <20180826180816.04ef7d16@jjacky.com> Sender: netdev-owner@vger.kernel.org List-ID: Small addentum: Of course I failed to realize this bpfilter helper is also mentioned in the kernel log: kern.info: [ 8.997711] bpfilter: Loaded bpfilter_umh pid 920 It also seems to be absolutely required when CONFIG_BPFILTER is enabled, that is I tried blacklisting the module bpfilter, but then other things (e.g. iptables-restore) just fail to work. So the process is required, never ends and prevents umouting the rootfs on shutdown. Unless I'm missing something, there's definitely a bug there? Thanks,