From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755290AbdDRNNn (ORCPT ); Tue, 18 Apr 2017 09:13:43 -0400 Received: from mx1.redhat.com ([209.132.183.28]:44026 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752469AbdDRNNl (ORCPT ); Tue, 18 Apr 2017 09:13:41 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 18A5E6AAD8 Authentication-Results: ext-mx02.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx02.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=jpoimboe@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 18A5E6AAD8 From: Josh Poimboeuf To: x86@kernel.org Cc: linux-kernel@vger.kernel.org Subject: [PATCH 0/3] x86/unwind: unwind_dump() cleanups Date: Tue, 18 Apr 2017 08:12:55 -0500 Message-Id: X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.26]); Tue, 18 Apr 2017 13:13:41 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Some minor cleanups related to the unwind_dump() function. Josh Poimboeuf (3): x86/unwind: properly zero-pad 32-bit values in unwind_dump() x86/unwind: prepend hex mask value with '0x' in unwind_dump() x86/unwind: remove unused 'sp' argument in unwind_dump() arch/x86/kernel/unwind_frame.c | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) -- 2.7.4