From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qk0-f197.google.com (mail-qk0-f197.google.com [209.85.220.197]) by kanga.kvack.org (Postfix) with ESMTP id 7F0686B0033 for ; Mon, 18 Sep 2017 23:38:26 -0400 (EDT) Received: by mail-qk0-f197.google.com with SMTP id i14so3146969qke.6 for ; Mon, 18 Sep 2017 20:38:26 -0700 (PDT) Received: from mail-sor-f41.google.com (mail-sor-f41.google.com. [209.85.220.41]) by mx.google.com with SMTPS id q3sor4218334qta.90.2017.09.18.20.38.25 for (Google Transport Security); Mon, 18 Sep 2017 20:38:25 -0700 (PDT) Date: Mon, 18 Sep 2017 20:38:22 -0700 From: Tejun Heo Subject: Re: [PATCH] mm, memory_hotplug: do not back off draining pcp free pages from kworker context Message-ID: <20170919033821.GR378890@devbig577.frc2.facebook.com> References: <20170828093341.26341-1-mhocko@kernel.org> <20170828153359.f9b252f99647eebd339a3a89@linux-foundation.org> <6e138348-aa28-8660-d902-96efafe1dcb2@I-love.SAKURA.ne.jp> <20170829112823.GA12413@dhcp22.suse.cz> <20170831053342.fo7x4hnhicxikme4@dhcp22.suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170831053342.fo7x4hnhicxikme4@dhcp22.suse.cz> Sender: owner-linux-mm@kvack.org List-ID: To: Michal Hocko Cc: Tetsuo Handa , Andrew Morton , Mel Gorman , linux-mm@kvack.org, LKML Hello, Sorry about the delay. On Thu, Aug 31, 2017 at 07:33:42AM +0200, Michal Hocko wrote: > > > Michal, are you sure that this patch does not cause deadlock? > > > > > > As shown in "[PATCH] mm: Use WQ_HIGHPRI for mm_percpu_wq." thread, currently work > > > items on mm_percpu_wq seem to be blocked by other work items not on mm_percpu_wq. IIUC that wasn't a deadlock but more a legitimate starvation from too many tasks trying to reclaim directly. > > But we have a rescuer so we should make a forward progress eventually. > > Or am I missing something. Tejun, could you have a look please? > > ping... I would really appreaciate if you could double check my thinking > Tejun. This is a tricky area and I would like to prevent further subtle > issues here. So, this shouldn't be an issue. This may get affected by direct reclaim frenzy but it's only a small piece of the whole symptom and we gotta fix that at the source. Thanks. -- tejun -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org