From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S938925AbcIHVry (ORCPT ); Thu, 8 Sep 2016 17:47:54 -0400 Received: from mx1.redhat.com ([209.132.183.28]:54364 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932500AbcIHVrw (ORCPT ); Thu, 8 Sep 2016 17:47:52 -0400 Date: Thu, 8 Sep 2016 16:47:48 -0500 From: Josh Poimboeuf To: Ingo Molnar 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: <20160908214748.vywksxm2jycre66o@treble> References: <6136e151d742a1589edcb7b44cf52cd6dcb4b006.1472057064.git.jpoimboe@redhat.com> <20160908070401.GA3189@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20160908070401.GA3189@gmail.com> User-Agent: Mutt/1.6.0.1 (2016-04-01) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.31]); Thu, 08 Sep 2016 21:47:52 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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. -- Josh