From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2C89AC433EF for ; Fri, 20 May 2022 13:49:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1349960AbiETNt4 (ORCPT ); Fri, 20 May 2022 09:49:56 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48726 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236525AbiETNtz (ORCPT ); Fri, 20 May 2022 09:49:55 -0400 Received: from nbd.name (nbd.name [IPv6:2a01:4f8:221:3d45::2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 665B716D487; Fri, 20 May 2022 06:49:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=nbd.name; s=20160729; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:From: References:Cc:To:Subject:MIME-Version:Date:Message-ID:Sender:Reply-To: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=GJGrGL+DVcHuhI2r84CqAD4dzEKyqLSzvpB5MkYxmUM=; b=qWlrAWtiiSwwBulv4IYFR9fEOz 6FcXu7NOEcQVvL4/TxgBlw1rhpVym0B86FlkPfClxMuSXzIJJ+V5/ZRkFy1Gs2XhmLPpzXGO9Xgn7 PqBOMo//RkZZe761KFF5z6INgOjL6ocASL7q9oUygcJaH+j34p0EFc43B8hRdM2+Dg1s=; Received: from p200300daa70ef200f0b63cecc7e2566c.dip0.t-ipconnect.de ([2003:da:a70e:f200:f0b6:3cec:c7e2:566c] helo=nf.local) by ds12 with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.89) (envelope-from ) id 1ns30a-0002dC-NH; Fri, 20 May 2022 15:49:36 +0200 Message-ID: <39b34170-cf98-72fc-881f-ce0e42573f66@nbd.name> Date: Fri, 20 May 2022 15:49:36 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0) Gecko/20100101 Thunderbird/91.9.0 Subject: Re: linux-next: build failure after merge of the net-next tree Content-Language: en-US To: Pablo Neira Ayuso , Jakub Kicinski Cc: Stephen Rothwell , David Miller , Networking , Lorenzo Bianconi , Linux Kernel Mailing List , Linux Next Mailing List References: <20220520145957.1ec50e44@canb.auug.org.au> <20220519222044.1106dbd7@kernel.org> From: Felix Fietkau In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org On 20.05.22 09:39, Pablo Neira Ayuso wrote: > On Thu, May 19, 2022 at 10:20:44PM -0700, Jakub Kicinski wrote: >> On Fri, 20 May 2022 14:59:57 +1000 Stephen Rothwell wrote: >> > Hi all, >> > >> > After merging the net-next tree, today's linux-next build (x86_64 >> > allmodconfig) failed like this: >> >> FWIW just merged the fix, if you pull again you'll get this and a fix >> for the netfilter warning about ctnetlink_dump_one_entry(). > > Thanks. > > Felix forgot to include the update for the mtk driver in his batch it > seems. I didn't forget. It was in the series I posted for -next but I had to remove it to rebase the patch onto nf (as requested by you). The affected code didn't exist in nf.git. - Felix