From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751488AbcLENcS (ORCPT ); Mon, 5 Dec 2016 08:32:18 -0500 Received: from wtarreau.pck.nerim.net ([62.212.114.60]:12323 "EHLO 1wt.eu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750951AbcLENcQ (ORCPT ); Mon, 5 Dec 2016 08:32:16 -0500 Date: Mon, 5 Dec 2016 14:30:14 +0100 From: Willy Tarreau To: Michal Hocko Cc: Greg KH , LKML , Stable tree , Andy Lutomirski , Jiri Kosina Subject: Re: [RFC PATCH] doc: change the way how the stable backport is requested Message-ID: <20161205133014.GB23899@1wt.eu> References: <20161205072154.8177-1-mhocko@kernel.org> <20161205125236.GA19696@kroah.com> <20161205130507.GH30758@dhcp22.suse.cz> <20161205131557.GA23899@1wt.eu> <20161205132359.GI30758@dhcp22.suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161205132359.GI30758@dhcp22.suse.cz> User-Agent: Mutt/1.6.0 (2016-04-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Dec 05, 2016 at 02:24:00PM +0100, Michal Hocko wrote: > On Mon 05-12-16 14:15:57, Willy Tarreau wrote: > > Hi Michal, > > > > On Mon, Dec 05, 2016 at 02:05:08PM +0100, Michal Hocko wrote: > > > > That's not a problem in that I know I like to see them to give me a > > > > "heads up" that something is coming down the pipeline soon. > > > > > > Are you really tracking all those discussion to catch resulting patches > > > in the Linus' tree? I simply fail to see a point having N versions of > > > the patch on the stable mailing list before it gets picked up from the > > > _Linus'_ anyayw. > > > > > > > I don't think anyone has ever complained of this before, do you? > > > > > > This is the reason I have stopped following the stable mailing list. > > > The noise level is just too high. > > > > I personally have mixed opinion on this. I agree that there's too much > > "noise" on the list, but at the same time I would probably be even more > > clueless about patches I receive if I didn't have this noise. > > Is this because patches that you are receiving do not have the full > context? No, not at all, it's because when you're only working on old kernels, you tend to cultivate a wide gap with modern features. And actually seeing some activity related to some new features prepares you to deal with them, sometimes simply by testing them on spare time. In my case t's not exclusively a matter of applying patches, it's also about using the kernels I emit (ie eating my own food). Normally lkml is made for this but it's far too much verbose, and stable provides a resonable excerpt of things I'm supposed to visit soon. Cheers, Willy