From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751957AbcIIGLJ (ORCPT ); Fri, 9 Sep 2016 02:11:09 -0400 Received: from mail-wm0-f66.google.com ([74.125.82.66]:35805 "EHLO mail-wm0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751018AbcIIGLH (ORCPT ); Fri, 9 Sep 2016 02:11:07 -0400 Date: Fri, 9 Sep 2016 08:11:00 +0200 From: Ingo Molnar To: Josh Poimboeuf Cc: Thomas Gleixner , "H . Peter Anvin" , x86@kernel.org, linux-kernel@vger.kernel.org, Andy Lutomirski , Linus Torvalds , Steven Rostedt , Brian Gerst , Kees Cook , Peter Zijlstra , Frederic Weisbecker , Byungchul Park , Nilay Vaish Subject: Re: [PATCH 6/6] x86/dumpstack: allow preemption in show_stack_log_lvl() and dump_trace() Message-ID: <20160909061100.GA16537@gmail.com> References: <6136e151d742a1589edcb7b44cf52cd6dcb4b006.1472057064.git.jpoimboe@redhat.com> <20160908070401.GA3189@gmail.com> <20160908214748.vywksxm2jycre66o@treble> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160908214748.vywksxm2jycre66o@treble> 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 * Josh Poimboeuf wrote: > On Thu, Sep 08, 2016 at 09:04:01AM +0200, Ingo Molnar wrote: > > > > * Josh Poimboeuf wrote: > > > > > arch/x86/kernel/dumpstack_32.c | 14 ++++++-------- > > > > > --- a/arch/x86/kernel/dumpstack_32.c > > > +++ b/arch/x86/kernel/dumpstack_32.c > > > > > +static void *is_softirq_stack(unsigned long *stack); > > > { > > > > FYI, this bit clearly wasn't build tested on 32-bit even once - I'm skipping this > > patch. > > Argh, sorry about that. I did a lot of testing on 32-bit with this > patch before. I guess I goofed somehow when I split up the patches. No problem! Thanks, Ingo