From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933716AbcBYThZ (ORCPT ); Thu, 25 Feb 2016 14:37:25 -0500 Received: from mail132-22.atl131.mandrillapp.com ([198.2.132.22]:26755 "EHLO mail132-22.atl131.mandrillapp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933639AbcBYThW (ORCPT ); Thu, 25 Feb 2016 14:37:22 -0500 X-Greylist: delayed 901 seconds by postgrey-1.27 at vger.kernel.org; Thu, 25 Feb 2016 14:37:22 EST From: Greg Kroah-Hartman Subject: Re: [PATCH 3.14 52/70] mm: fix mlock accouting To: Michal Hocko Cc: Luis Henriques , , , "Kirill A. Shutemov" , Tetsuo Handa , Michel Lespinasse , Andrew Morton , Linus Torvalds Message-Id: <20160225192205.GD13273@kroah.com> References: <20160224033354.061464831@linuxfoundation.org> <20160224033355.772872055@linuxfoundation.org> <20160225010259.GA1757@charon.olymp> <20160225090437.GB17573@dhcp22.suse.cz> In-Reply-To: <20160225090437.GB17573@dhcp22.suse.cz> X-Report-Abuse: Please forward a copy of this message, including all headers, to abuse@mandrill.com X-Report-Abuse: You can also report abuse here: http://mandrillapp.com/contact/abuse?id=30481620.d6d2040d9dc1474092d6e8f193b0c46f X-Mandrill-User: md_30481620 Date: Thu, 25 Feb 2016 19:22:20 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Feb 25, 2016 at 10:04:37AM +0100, Michal Hocko wrote: > On Thu 25-02-16 01:02:59, Luis Henriques wrote: > > On Tue, Feb 23, 2016 at 07:34:01PM -0800, Greg Kroah-Hartman wrote: > > > 3.14-stable review patch. If anyone has any objections, please let me know. > > > > > > > I'm not sure this should be queued for the 3.14 kernel. It is tagged > > for 4.4+ and since in this kernel version __mod_zone_page_state() > > doesn't actually cast nr_pages to long, this patch doesn't seem to be > > required. > > Yes, 6cdb18ad98a4 hasn't been backported to 3.14 stable tree. I guess > the 3.14 confusion came from Fixes: ff6a6da60b89 which is true in theory > but wasn't a real problem back then. Ok, now dropped, thanks. greg k-h