From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leon Romanovsky Subject: Re: [PATCH net 0/4] Fix W=1 compilation warnings in net/* folder Date: Tue, 2 Feb 2021 16:57:24 +0200 Message-ID: <20210202145724.GA3264866@unreal> References: <20210202135544.3262383-1-leon@kernel.org> Mime-Version: 1.0 Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1612277848; bh=x80ikcQCXibw96rrG3IZPOwWRAOBGuEpB8MSkepn+wQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=uw5Wu4ZUfl/PbEyx9gNxBYHc4EJPUXnDaLSEQmaWx9EHCK69Q8+dbKc0W3K7IxaGW DGDgM2WPjMy1/PLFkhmhUlt9U3WAeldm6KBdlNRVXMlPa7orTvy5PuUE40hW0lsWhj YLuIRDavEZD4BuLbQ3GM66fpi0Ze8PMMPwKhyoxr0oFDyjqipm9IycUCt5t4AIwM7U BfpOIq3ZAdRsv0QvVtVrdO3knTCnBsUn3yoTWKUZYcufdyCK1vfMWRnwS8azNwWf84 Bh4Wielzhi6aNUHZy4AqLrJy1umym8Wkr1t32136DAcYRvr2FKMeSpnGyFZG5rEwOL hgZbLT8oEZ0iA== Content-Disposition: inline In-Reply-To: List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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 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. > unnecessary burden to stable teams all around the world. It is automatic. Thanks