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=-2.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 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 E4E49C3A5A2 for ; Tue, 3 Sep 2019 19:14:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B01F622DCC for ; Tue, 3 Sep 2019 19:14:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1567538093; bh=7sEOV673oFO8l4CmRtVcKS4YMcOs5mJAeAce8k0Y2sc=; h=Date:From:To:Subject:References:In-Reply-To:List-ID:From; b=GTo2Za9AF98U9Al0V4nEjo+bZDYqxKm/9eVLna3hem7vrldWZO6lOknnQNbYKJP8g 0DYppVVy/Jof/PbZplUBmUDnY68iE5QtEdybFhdGQf3HuignAYAXILvMhcilntdEHt ywfFrKTPjNEfNULRJOWPjLdOAgXZ1yc+2Hwe132E= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726063AbfICTOx (ORCPT ); Tue, 3 Sep 2019 15:14:53 -0400 Received: from mail.kernel.org ([198.145.29.99]:35526 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726005AbfICTOx (ORCPT ); Tue, 3 Sep 2019 15:14:53 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id EE5B5206BB; Tue, 3 Sep 2019 19:14:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1567538092; bh=7sEOV673oFO8l4CmRtVcKS4YMcOs5mJAeAce8k0Y2sc=; h=Date:From:To:Subject:References:In-Reply-To:From; b=iIfPmASwChsOLbrmvGChZ5ojXK6Dt/uK8VE5XdPn0fj0LEPpixQ9EsdFuxigf3aSX NR6yBIdGukrVVmN3dzS/rrTCona/C0mcq7k7wirrAgmv0zzcn8jzlduaODz4SWbIo9 3eY3C2p+zA3NH0QNhP+2c5HRcSExEAJoZJCoIo04= Date: Tue, 3 Sep 2019 21:14:50 +0200 From: Greg KH To: shakeelb@google.com, akpm@linux-foundation.org, guro@fb.com, hannes@cmpxchg.org, mhocko@suse.com, stable@vger.kernel.org, torvalds@linux-foundation.org, vdavydov.dev@gmail.com Subject: Re: FAILED: patch "[PATCH] mm: memcontrol: fix percpu vmstats and vmevents flush" failed to apply to 5.2-stable tree Message-ID: <20190903191450.GA25676@kroah.com> References: <156753769868234@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <156753769868234@kroah.com> User-Agent: Mutt/1.12.1 (2019-06-15) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Tue, Sep 03, 2019 at 09:08:18PM +0200, gregkh@linuxfoundation.org wrote: > > The patch below does not apply to the 5.2-stable tree. > If someone wants it applied there, or to any other stable or longterm > tree, then please email the backport, including the original git commit > id to . Nevermind, I fixed it up...