From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next 00/11] net: sched: cls_u32 Various improvements Date: Sun, 07 Oct 2018 22:55:52 -0700 (PDT) Message-ID: <20181007.225552.488756286647781616.davem@davemloft.net> References: <20181007163811.18453-1-jhs@emojatatu.com> <20181007.212501.1606549212155525845.davem@davemloft.net> <20181008054515.GC32577@ZenIV.linux.org.uk> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: jhs@mojatatu.com, jiri@resnulli.us, xiyou.wangcong@gmail.com, netdev@vger.kernel.org To: viro@ZenIV.linux.org.uk Return-path: Received: from shards.monkeyblade.net ([23.128.96.9]:48216 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725842AbeJHNFz (ORCPT ); Mon, 8 Oct 2018 09:05:55 -0400 In-Reply-To: <20181008054515.GC32577@ZenIV.linux.org.uk> Sender: netdev-owner@vger.kernel.org List-ID: From: Al Viro Date: Mon, 8 Oct 2018 06:45:15 +0100 > Er... Both are due to missing in the very beginning of the series (well, on > top of "net: sched: cls_u32: fix hnode refcounting") commit All dependencies like this must be explicitly stated. And in such situations you actually should wait for the dependency to get into 'net', eventually get merged into 'net-next', and then you can submit the stuff that depends upon it. Not the way this was done.