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=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,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 EB88FC3A5A4 for ; Sat, 24 Aug 2019 20:23:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C6FE520870 for ; Sat, 24 Aug 2019 20:23:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727960AbfHXUXL (ORCPT ); Sat, 24 Aug 2019 16:23:11 -0400 Received: from mx1.yrkesakademin.fi ([85.134.45.194]:60210 "EHLO mx1.yrkesakademin.fi" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727497AbfHXUXL (ORCPT ); Sat, 24 Aug 2019 16:23:11 -0400 Subject: Re: [PATCH] Partially revert "mm/memcontrol.c: keep local VM counters in sync with the hierarchical ones" To: Andrew Morton , Roman Gushchin CC: Greg KH , "linux-mm@kvack.org" , Michal Hocko , Johannes Weiner , "linux-kernel@vger.kernel.org" , Kernel Team , "stable@vger.kernel.org" , Yafang Shao References: <20190817004726.2530670-1-guro@fb.com> <20190817063616.GA11747@kroah.com> <20190817191518.GB11125@castle> <20190824125750.da9f0aac47cc0a362208f9ff@linux-foundation.org> From: Thomas Backlund Message-ID: Date: Sat, 24 Aug 2019 23:23:07 +0300 MIME-Version: 1.0 In-Reply-To: <20190824125750.da9f0aac47cc0a362208f9ff@linux-foundation.org> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-WatchGuard-Spam-ID: str=0001.0A0C0213.5D619CAE.006D,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0 X-WatchGuard-Spam-Score: 0, clean; 0, virus threat unknown X-WatchGuard-Mail-Client-IP: 85.134.45.194 X-WatchGuard-Mail-From: tmb@mageia.org Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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. -- Thomas