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 X-Spam-Level: X-Spam-Status: No, score=-6.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3D9B7C4332B for ; Tue, 2 Feb 2021 15:57:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0B87064ECE for ; Tue, 2 Feb 2021 15:57:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235922AbhBBP5A (ORCPT ); Tue, 2 Feb 2021 10:57:00 -0500 Received: from mail.kernel.org ([198.145.29.99]:48824 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235818AbhBBPzB (ORCPT ); Tue, 2 Feb 2021 10:55:01 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id D557B64F5E; Tue, 2 Feb 2021 15:54:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1612281253; bh=tTSJ6G+PI+xlH2RyCUwOWa9GfU59ob6JOGgyGyJE9sw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=o5BVmYjm39/e/jNOOkOycCC7U3mmvdIGvFgpAQbXVOb3+fxRR2qxg1DszNJ+v4845 FHzTHCJRSz2GukZKc2iGH9X+ifok5xqA/yaQYpV/IX+gkHEKRGTWLo/uSZJgWM6/Ff SiPm4vECoGC79qEmse7uAeR/aHNNeWuSUcRG5RFDbf9AmmOVIkb/kOcQ+WTMJm9rYU loq+oVF5QDBjexBJepGPQkjrm8Oj16fXm5KUtgQBS4x/2RktW88S57zI1UEJ0V1hPX RKDfhi7Kx4mO1KwNqz+Fmd+9A4kX2xN3ruQFm0ZnYUxIwg1VOEVQkOPRS0xevZzQbZ Aw0g2YBRC17eg== Date: Tue, 2 Feb 2021 17:54:09 +0200 From: Leon Romanovsky To: Eric Dumazet Cc: Jakub Kicinski , "David S. Miller" , Pablo Neira Ayuso , coreteam@netfilter.org, Florian Westphal , Hideaki YOSHIFUJI , Jozsef Kadlecsik , Julian Anastasov , LKML , lvs-devel@vger.kernel.org, Matteo Croce , netdev , netfilter-devel@vger.kernel.org, Simon Horman Subject: Re: [PATCH net 0/4] Fix W=1 compilation warnings in net/* folder Message-ID: <20210202155409.GB3264866@unreal> References: <20210202135544.3262383-1-leon@kernel.org> <20210202145724.GA3264866@unreal> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Tue, Feb 02, 2021 at 03:59:38PM +0100, Eric Dumazet wrote: > On Tue, Feb 2, 2021 at 3:57 PM Leon Romanovsky wrote: > > > > On Tue, Feb 02, 2021 at 03:34:37PM +0100, Eric Dumazet wrote: > > > On Tue, Feb 2, 2021 at 2:55 PM Leon Romanovsky wrote: > > > > > > > > From: Leon Romanovsky > > > > > > > > Hi, > > > > > > > > This short series fixes W=1 compilation warnings which I experienced > > > > when tried to compile net/* folder. > > > > > > > > > > Ok, but we never had a strong requirement about W=1, so adding Fixes: > > > tag is adding > > > > I added because Jakub has checker that looks for Fixes lines in "net" > > patches. > > Send this to net-next No problem. > > As I stated, we never enforce W=1 compilation rule. > > I understand we might want that for _future_ kernels. > > > > > > unnecessary burden to stable teams all around the world. > > > > It is automatic. > > I do receive a copy of all backports in my mailbox, whenever I am tagged. > > I can tell you there is a lot of pollution. I'm receiving them either. > > > > > Thanks