From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755953AbbCCLQB (ORCPT ); Tue, 3 Mar 2015 06:16:01 -0500 Received: from mail-wi0-f177.google.com ([209.85.212.177]:38177 "EHLO mail-wi0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752689AbbCCLP7 (ORCPT ); Tue, 3 Mar 2015 06:15:59 -0500 Date: Tue, 3 Mar 2015 12:15:55 +0100 From: Ingo Molnar To: Borislav Petkov Cc: x86-ml , lkml Subject: Re: [GIT PULL] x86/kernel: dumpstack updates Message-ID: <20150303111555.GB2107@gmail.com> References: <20150302200318.GK17521@pd.tnic> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150302200318.GK17521@pd.tnic> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Borislav Petkov wrote: > Hi guys, > > please pull, > thanks. > > --- > The following changes since commit c517d838eb7d07bbe9507871fab3931deccff539: > > Linux 4.0-rc1 (2015-02-22 18:21:14 -0800) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git tags/tip_x86_kernel > > for you to fetch changes up to 04769ae3ac72f86324a189b69f53bf3bfb61acfd: > > x86/kernel: Use kstack_end() in dumpstack_64.c (2015-02-23 18:37:13 +0100) > > ---------------------------------------------------------------- > Two small fixes to the stack dumper, a cleanup and sustaining the > previous log level after a newline. (Adrien Schildknecht) > > ---------------------------------------------------------------- > Adrien Schildknecht (2): > x86/kernel: Fix output of show_stack_log_lvl() > x86/kernel: Use kstack_end() in dumpstack_64.c > > arch/x86/kernel/dumpstack.c | 11 ++++++----- > arch/x86/kernel/dumpstack_32.c | 9 ++++++--- > arch/x86/kernel/dumpstack_64.c | 11 +++++++---- > 3 files changed, 19 insertions(+), 12 deletions(-) Pulled into tip:x86/debug, thanks Boris! Ingo