From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756273AbcAYKxT (ORCPT ); Mon, 25 Jan 2016 05:53:19 -0500 Received: from youngberry.canonical.com ([91.189.89.112]:39510 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755870AbcAYKxP (ORCPT ); Mon, 25 Jan 2016 05:53:15 -0500 Date: Mon, 25 Jan 2016 10:53:05 +0000 From: Luis Henriques To: Ben Hutchings Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, kernel-team@lists.ubuntu.com, Michal Hocko , Tejun Heo , Cristopher Lameter , Joonsoo Kim , Arkadiusz Miskiewicz , Andrew Morton , Linus Torvalds Subject: Re: [PATCH 3.16.y-ckt 043/128] mm, vmstat: allow WQ concurrency to discover memory reclaim doesn't make any progress Message-ID: <20160125105305.GA3298@ares> References: <1453672883-2708-1-git-send-email-luis.henriques@canonical.com> <1453672883-2708-44-git-send-email-luis.henriques@canonical.com> <1453673677.3734.173.camel@decadent.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1453673677.3734.173.camel@decadent.org.uk> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Jan 24, 2016 at 10:14:37PM +0000, Ben Hutchings wrote: > On Sun, 2016-01-24 at 21:59 +0000, Luis Henriques wrote: > > 3.16.7-ckt23 -stable review patch.  If anyone has any objections, please let me know. > > > > ---8<------------------------------------------------------------ > > > > From: Michal Hocko > > > > commit 373ccbe5927034b55bdc80b0f8b54d6e13fe8d12 upstream. > [...] > > [ luis: backported to 3.16, based on Ben's backport to 3.2: > >   - use schedule_delayed_work instead of queue_delayed_work_on function > >     vmstat_update() > [...] > > You're (correctly) changing it to use queue_delayed_work(), not > schedule_delayed_work() as it previously did. > Ups, that's correct. I'll fix this note. Thanks Ben. Cheers, -- Luís > Ben. > > -- > Ben Hutchings > Time is nature's way of making sure that everything doesn't happen at once. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Mon, 25 Jan 2016 10:53:05 +0000 From: Luis Henriques To: Ben Hutchings Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, kernel-team@lists.ubuntu.com, Michal Hocko , Tejun Heo , Cristopher Lameter , Joonsoo Kim , Arkadiusz Miskiewicz , Andrew Morton , Linus Torvalds Subject: Re: [PATCH 3.16.y-ckt 043/128] mm, vmstat: allow WQ concurrency to discover memory reclaim doesn't make any progress Message-ID: <20160125105305.GA3298@ares> References: <1453672883-2708-1-git-send-email-luis.henriques@canonical.com> <1453672883-2708-44-git-send-email-luis.henriques@canonical.com> <1453673677.3734.173.camel@decadent.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1453673677.3734.173.camel@decadent.org.uk> Sender: linux-kernel-owner@vger.kernel.org List-ID: On Sun, Jan 24, 2016 at 10:14:37PM +0000, Ben Hutchings wrote: > On Sun, 2016-01-24 at 21:59 +0000, Luis Henriques wrote: > > 3.16.7-ckt23 -stable review patch.��If anyone has any objections, please let me know. > > > > ---8<------------------------------------------------------------ > > > > From: Michal Hocko > > > > commit 373ccbe5927034b55bdc80b0f8b54d6e13fe8d12 upstream. > [...] > > [ luis: backported to 3.16, based on Ben's backport to 3.2: > > � - use schedule_delayed_work instead of queue_delayed_work_on function > > ����vmstat_update() > [...] > > You're (correctly) changing it to use queue_delayed_work(), not > schedule_delayed_work() as it previously did. > Ups, that's correct. I'll fix this note. Thanks Ben. Cheers, -- Lu�s > Ben. > > -- > Ben Hutchings > Time is nature's way of making sure that everything doesn't happen at once.