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=-5.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=ham 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 E4D2AC3A5A6 for ; Tue, 27 Aug 2019 17:39:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id BC47621883 for ; Tue, 27 Aug 2019 17:39:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1566927596; bh=DiNYoLiv4IcUPSNG97ieyXT9yc+fcZd1YRCGjmkHEIU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=BuZ4MZVN2PMi000qgiNO5ChpSCz+ClfFkR8MODVvaJxk8K/hTUIOVRGywagW8qE12 afBI3dmrzDbEVlDlmXS5UnPLP0NvEOY3biQTMC9WhFJVGoOF1dvPoWDdy1qCZsghhi CnOhJCg6HVW+C0RELsY43aqiP2b9GL03oruopMpo= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730215AbfH0Rjz (ORCPT ); Tue, 27 Aug 2019 13:39:55 -0400 Received: from mx2.suse.de ([195.135.220.15]:47852 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727306AbfH0Rjz (ORCPT ); Tue, 27 Aug 2019 13:39:55 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 078F3AF93; Tue, 27 Aug 2019 17:39:54 +0000 (UTC) Date: Tue, 27 Aug 2019 19:39:50 +0200 From: Michal Hocko To: Greg KH Cc: Thomas Backlund , Andrew Morton , Roman Gushchin , "linux-mm@kvack.org" , Johannes Weiner , "linux-kernel@vger.kernel.org" , Kernel Team , "stable@vger.kernel.org" , Yafang Shao Subject: Re: [PATCH] Partially revert "mm/memcontrol.c: keep local VM counters in sync with the hierarchical ones" Message-ID: <20190827173950.GJ7538@dhcp22.suse.cz> References: <20190817004726.2530670-1-guro@fb.com> <20190817063616.GA11747@kroah.com> <20190817191518.GB11125@castle> <20190824125750.da9f0aac47cc0a362208f9ff@linux-foundation.org> <20190827141016.GH7538@dhcp22.suse.cz> <20190827170618.GC21369@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190827170618.GC21369@kroah.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue 27-08-19 19:06:18, Greg KH wrote: > On Tue, Aug 27, 2019 at 04:10:16PM +0200, Michal Hocko wrote: > > On Sat 24-08-19 23:23:07, Thomas Backlund wrote: > > > Den 24-08-2019 kl. 22:57, skrev Andrew Morton: > > > > On Sat, 17 Aug 2019 19:15:23 +0000 Roman Gushchin wrote: > > > > > > > > > > > Fixes: 766a4c19d880 ("mm/memcontrol.c: keep local VM counters in sync with the hierarchical ones") > > > > > > > Signed-off-by: Roman Gushchin > > > > > > > Cc: Yafang Shao > > > > > > > Cc: Johannes Weiner > > > > > > > --- > > > > > > > mm/memcontrol.c | 8 +++----- > > > > > > > 1 file changed, 3 insertions(+), 5 deletions(-) > > > > > > > > > > > > > > > > > > > > > > > > This is not the correct way to submit patches for inclusion in the > > > > > > stable kernel tree. Please read: > > > > > > https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html > > > > > > for how to do this properly. > > > > > > > > > > Oh, I'm sorry, will read and follow next time. Thanks! > > > > > > > > 766a4c19d880 is not present in 5.2 so no -stable backport is needed, yes? > > > > > > > > > > Unfortunately it got added in 5.2.7, so backport is needed. > > > > yet another example of patch not marked for stable backported to the > > stable tree. yay... > > If you do not want autobot to pick up patches for specific > subsystems/files, just let us know and we will add them to the > blacklist. Done that on several occasions over last year and so. I always get "yep we are going to black list" and whoops and we are back there with patches going to stable like nothing happened. We've been through this discussion so many times I am tired of it and to be honest I simply do not care anymore. I will keep encouraging people to mark patches for stable but I do not give a wee bit about any reports for the stable tree. Nor do I care whether something made it in and we should be careful to mark another patch for stable as a fixup like this one. -- Michal Hocko SUSE Labs