From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============8718794877724315574==" MIME-Version: 1.0 From: Josh Poimboeuf To: lkp@lists.01.org Subject: [PATCH 0/4] x86/unwind: 32-bit unwinder fixes Date: Mon, 09 Oct 2017 20:20:01 -0500 Message-ID: List-Id: --===============8718794877724315574== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Some x86-32 unwinder bug fixes. Josh Poimboeuf (4): x86/unwind: Fix dereference of untrusted pointer x86/unwind: Use MSB for frame pointer encoding on 32-bit x86/unwind: Align stack pointer in unwinder dump x86/unwind: Disable unwinder warnings on 32-bit arch/x86/entry/entry_32.S | 4 ++-- arch/x86/kernel/unwind_frame.c | 38 ++++++++++++++++++++++++++++++++++++-- 2 files changed, 38 insertions(+), 4 deletions(-) -- = 2.13.6 --===============8718794877724315574==-- From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755856AbdJJBUa (ORCPT ); Mon, 9 Oct 2017 21:20:30 -0400 Received: from mx1.redhat.com ([209.132.183.28]:39764 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754268AbdJJBU3 (ORCPT ); Mon, 9 Oct 2017 21:20:29 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com A1C384E049 Authentication-Results: ext-mx09.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx09.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=jpoimboe@redhat.com From: Josh Poimboeuf To: x86@kernel.org Cc: linux-kernel@vger.kernel.org, Fengguang Wu , Byungchul Park , Ingo Molnar , Peter Zijlstra , LKP , Linus Torvalds , Tetsuo Handa Subject: [PATCH 0/4] x86/unwind: 32-bit unwinder fixes Date: Mon, 9 Oct 2017 20:20:01 -0500 Message-Id: X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.38]); Tue, 10 Oct 2017 01:20:29 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Some x86-32 unwinder bug fixes. Josh Poimboeuf (4): x86/unwind: Fix dereference of untrusted pointer x86/unwind: Use MSB for frame pointer encoding on 32-bit x86/unwind: Align stack pointer in unwinder dump x86/unwind: Disable unwinder warnings on 32-bit arch/x86/entry/entry_32.S | 4 ++-- arch/x86/kernel/unwind_frame.c | 38 ++++++++++++++++++++++++++++++++++++-- 2 files changed, 38 insertions(+), 4 deletions(-) -- 2.13.6