Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751750AbdG0TvP (ORCPT ); Thu, 27 Jul 2017 15:51:15 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:42506 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751637AbdG0TvO (ORCPT ); Thu, 27 Jul 2017 15:51:14 -0400 Date: Thu, 27 Jul 2017 12:51:12 -0700 From: Andrew Morton To: Dima Zavin Cc: Christopher Lameter , Li Zefan , Pekka Enberg , David Rientjes , Joonsoo Kim , cgroups@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org, Cliff Spradlin , Mel Gorman Subject: Re: [PATCH v2] cpuset: fix a deadlock due to incomplete patching of cpusets_enabled() Message-Id: <20170727125112.5c200880d7580525e24210e3@linux-foundation.org> In-Reply-To: <20170727164608.12701-1-dmitriyz@waymo.com> References: <20170727164608.12701-1-dmitriyz@waymo.com> X-Mailer: Sylpheed 3.4.1 (GTK+ 2.24.23; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 362 Lines: 8 On Thu, 27 Jul 2017 09:46:08 -0700 Dima Zavin wrote: > - Applied on top of v4.12 since one of the callers in page_alloc.c changed. > Still only tested on v4.9.36 and compile tested against v4.12. That's a problem - this doesn't come close to applying on current mainline. I can fix that I guess, but the result should be tested well.