From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757134AbcBEUzB (ORCPT ); Fri, 5 Feb 2016 15:55:01 -0500 Received: from mail-yw0-f179.google.com ([209.85.161.179]:36568 "EHLO mail-yw0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751711AbcBEUy7 (ORCPT ); Fri, 5 Feb 2016 15:54:59 -0500 Date: Fri, 5 Feb 2016 15:54:56 -0500 From: Tejun Heo To: Mike Galbraith Cc: Michal Hocko , Jiri Slaby , Thomas Gleixner , Petr Mladek , Jan Kara , Ben Hutchings , Sasha Levin , Shaohua Li , LKML , stable@vger.kernel.org, Daniel Bilik Subject: Re: Crashes with 874bbfe600a6 in 3.18.25 Message-ID: <20160205205456.GG4401@htj.duckdns.org> References: <20160126111438.GA731@pathway.suse.cz> <56B1C9E4.4020400@suse.cz> <20160203122855.GB6762@dhcp22.suse.cz> <20160203162441.GE14091@mtj.duckdns.org> <1454518913.6148.15.camel@gmail.com> <20160203170652.GI14091@mtj.duckdns.org> <1454551217.3677.27.camel@gmail.com> <20160205164923.GC4401@htj.duckdns.org> <1454705231.3819.151.camel@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1454705231.3819.151.camel@gmail.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, Mike. On Fri, Feb 05, 2016 at 09:47:11PM +0100, Mike Galbraith wrote: > That very point is what makes it wrong for the workqueue code to ever > target a work item. The instant it does target selection, correctness > may be at stake, it doesn't know, thus it must assume the full onus, > which it has neither the knowledge not the time to do. That's how we > exploded on node = -1, trying to help out the user by doing his job, I have a hard time seeing the NUMA_NO_NODE bug as something that indicative of anything. It is a dumb bug from mm side which puts everyone using cpu_to_node() at risk. > but then not doing the whole job. IMHO, a better plan is to let the > user screw it up all by himself. What are you suggesting? Thanks. -- tejun