From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933537AbcIOCIJ (ORCPT ); Wed, 14 Sep 2016 22:08:09 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48436 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754740AbcIOCII (ORCPT ); Wed, 14 Sep 2016 22:08:08 -0400 From: Josh Poimboeuf To: Thomas Gleixner , Ingo Molnar , "H . Peter Anvin" Cc: 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: [PATCH 0/4] x86/dumpstack: yet more stack dump improvements Date: Wed, 14 Sep 2016 21:07:40 -0500 Message-Id: X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.39]); Thu, 15 Sep 2016 02:07:49 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This is the last batch before the new unwinder. Josh Poimboeuf (4): x86/dumpstack: simplify in_exception_stack() x86/dumpstack: add get_stack_info() interface x86/dumpstack: support for unwinding empty irq stacks x86/dumpstack: add recursion checking for all stacks arch/x86/events/core.c | 2 +- arch/x86/include/asm/stacktrace.h | 41 ++++++- arch/x86/kernel/dumpstack.c | 40 +++--- arch/x86/kernel/dumpstack_32.c | 130 ++++++++++++++++---- arch/x86/kernel/dumpstack_64.c | 251 ++++++++++++++++++-------------------- arch/x86/kernel/stacktrace.c | 2 +- arch/x86/oprofile/backtrace.c | 2 +- 7 files changed, 284 insertions(+), 184 deletions(-) -- 2.7.4