From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [net PATCH] net: sched: fix act_ipt for LOG target Date: Sun, 06 Mar 2016 22:58:25 -0500 (EST) Message-ID: <20160306.225825.733343326579435375.davem@davemloft.net> References: <1457012054-18012-1-git-send-email-psutter@redhat.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, phil@nwl.cc, jhs@mojatatu.com To: psutter@redhat.com Return-path: Received: from shards.monkeyblade.net ([149.20.54.216]:43022 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752239AbcCGD61 (ORCPT ); Sun, 6 Mar 2016 22:58:27 -0500 In-Reply-To: <1457012054-18012-1-git-send-email-psutter@redhat.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Phil Sutter Date: Thu, 3 Mar 2016 14:34:14 +0100 > From: Phil Sutter > > Before calling the destroy() or target() callbacks, the family parameter > field has to be initialized. Otherwise at least the LOG target will > refuse to work and upon removal oops the kernel. > > Cc: Jamal Hadi Salim > Signed-off-by: Phil Sutter Applied.