From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757421AbcHXQyL (ORCPT ); Wed, 24 Aug 2016 12:54:11 -0400 Received: from mx1.redhat.com ([209.132.183.28]:42400 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756197AbcHXQyI (ORCPT ); Wed, 24 Aug 2016 12:54: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/6] x86/dumpstack: more stack dump improvements Date: Wed, 24 Aug 2016 11:50:13 -0500 Message-Id: X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.31]); Wed, 24 Aug 2016 16:52:26 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Some more preparatory patches for the new x86 unwinder (though these generally stand alone as improvements in their own right). Josh Poimboeuf (6): perf/x86: check perf_callchain_store() error oprofile/x86: add regs->ip to oprofile trace x86/dumpstack: make printk_stack_address() more generally useful x86/dumpstack: add get_stack_pointer() and get_frame_pointer() x86/dumpstack: remove unnecessary stack pointer arguments x86/dumpstack: allow preemption in show_stack_log_lvl() and dump_trace() arch/x86/events/core.c | 3 +- arch/x86/include/asm/stacktrace.h | 41 ++++++++++++++------------ arch/x86/kernel/dumpstack.c | 13 ++++----- arch/x86/kernel/dumpstack_32.c | 41 +++++++------------------- arch/x86/kernel/dumpstack_64.c | 61 +++++++++------------------------------ arch/x86/oprofile/backtrace.c | 12 +++++--- 6 files changed, 64 insertions(+), 107 deletions(-) -- 2.7.4