From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964817AbcGZS5T (ORCPT ); Tue, 26 Jul 2016 14:57:19 -0400 Received: from mx1.redhat.com ([209.132.183.28]:44403 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932345AbcGZS5P (ORCPT ); Tue, 26 Jul 2016 14:57:15 -0400 Date: Tue, 26 Jul 2016 20:57:12 +0200 From: Oleg Nesterov To: Andrew Morton , Ingo Molnar Cc: Dave Anderson , Peter Zijlstra , "Paul E. McKenney" , Wang Shu , linux-kernel@vger.kernel.org, Tejun Heo , Thomas Gleixner Subject: [PATCH 0/1] (Was: introduce for_each_process_thread_{break,continue}() helpers) Message-ID: <20160726185712.GA4088@redhat.com> References: <20160725162332.GA23935@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160725162332.GA23935@redhat.com> User-Agent: Mutt/1.5.24 (2015-08-30) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.39]); Tue, 26 Jul 2016 18:57:15 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 07/25, Oleg Nesterov wrote: > > IMHO this makes sense in any case, but mostly this is preparation for > another change: show_state_filter() should be preemptible. But this needs > more discussion, I'll write another email/patch when I fully understand > the hard-lockup caused by sysrq-t. Yes, we need to do something with show_state_filter() anyway, I think. OTOH, I believe this simple change in multi_cpu_stop() makes sense too regardless. Oleg.