From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751660Ab3K3RvO (ORCPT ); Sat, 30 Nov 2013 12:51:14 -0500 Received: from shards.monkeyblade.net ([149.20.54.216]:33437 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750910Ab3K3RvL (ORCPT ); Sat, 30 Nov 2013 12:51:11 -0500 Date: Sat, 30 Nov 2013 12:51:10 -0500 (EST) Message-Id: <20131130.125110.248139896351909341.davem@davemloft.net> To: hannes@stressinduktion.org Cc: kamala@aristanetworks.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ipv6: ip6_pkt_prohibit(_out) should not depend on CONFIG_IPV6_MULTIPLE_TABLES From: David Miller In-Reply-To: <20131130174635.GK24171@order.stressinduktion.org> References: <20131128190411.GD24171@order.stressinduktion.org> <20131129.163930.203685593163996122.davem@davemloft.net> <20131130174635.GK24171@order.stressinduktion.org> X-Mailer: Mew version 6.5 on Emacs 24.1 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.1 (shards.monkeyblade.net [0.0.0.0]); Sat, 30 Nov 2013 09:51:11 -0800 (PST) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Hannes Frederic Sowa Date: Sat, 30 Nov 2013 18:46:35 +0100 > On Fri, Nov 29, 2013 at 04:39:30PM -0500, David Miller wrote: >> From: Hannes Frederic Sowa >> Date: Thu, 28 Nov 2013 20:04:11 +0100 >> >> > Since patch "IPv6: Fixed support for blackhole and prohibit routes" we >> > need ip6_pkt_prohibit(_out) available without CONFIG_IPV6_MULTIPLE_TABLES >> > defined. >> > >> > Cc: Kamala R >> > Signed-off-by: Hannes Frederic Sowa >> >> Please reference the SHA1 ID of the change as well as it's commit >> header text, thank you. > > This patch is a follow-up patch for the first one in this thread which is not > committed, yet. Either Kamala can squash them into one or I'll repost it > later. I think they need to be combined, otherwise bisection is broken.