From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932070AbdK0Udk (ORCPT ); Mon, 27 Nov 2017 15:33:40 -0500 Received: from mail-qk0-f171.google.com ([209.85.220.171]:45589 "EHLO mail-qk0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752794AbdK0Udj (ORCPT ); Mon, 27 Nov 2017 15:33:39 -0500 X-Google-Smtp-Source: AGs4zMY99nWGZ6kOczT8pN1cE1Py3Fjw0QTgPze3CmsHfWSPAeU43bTI3mfUBco8xzguD5bk7y1ogA== Date: Mon, 27 Nov 2017 12:33:35 -0800 From: Tejun Heo To: Nicolas Pitre Cc: Guenter Roeck , Christoph Lameter , linux-mm@kvack.org, linux-kernel@vger.kernel.org, Mikael Starvik , Jesper Nilsson , linux-cris-kernel@axis.com Subject: Re: mm/percpu.c: use smarter memory allocation for struct pcpu_alloc_info (crisv32 hang) Message-ID: <20171127203335.GQ983427@devbig577.frc2.facebook.com> References: <20171118182542.GA23928@roeck-us.net> <20171127194105.GM983427@devbig577.frc2.facebook.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, On Mon, Nov 27, 2017 at 03:31:52PM -0500, Nicolas Pitre wrote: > So IMHO I don't think reverting the commit is the right thing to do. > That commit is clearly not at fault here. It's not about the blame. We just want to avoid breaking boot in a way which is difficult to debug. Once cris is fixed, we can re-apply the patch. Thanks. -- tejun