From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1422926AbdAISAt (ORCPT ); Mon, 9 Jan 2017 13:00:49 -0500 Received: from mx1.redhat.com ([209.132.183.28]:35314 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752988AbdAISAi (ORCPT ); Mon, 9 Jan 2017 13:00:38 -0500 From: Josh Poimboeuf To: x86@kernel.org Cc: Dave Jones , Dmitry Vyukov , Miroslav Benes , Andy Lutomirski , Brian Gerst , linux-kernel@vger.kernel.org Subject: [PATCH 0/4] x86: unwinder/entry fixes Date: Mon, 9 Jan 2017 12:00:21 -0600 Message-Id: X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.31]); Mon, 09 Jan 2017 18:00:34 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Some unwinder-related fixes for some issues reported over the holidays. The first three patches are pretty minor, but note the last patch modifies entry code. Josh Poimboeuf (4): x86/unwind: silence warnings for non-current tasks x86/unwind: disable KASAN checks for non-current tasks x86/unwind: include __schedule() in stack traces x86/entry: fix the end of the stack for newly forked tasks arch/x86/entry/entry_32.S | 30 +++++++++++------------------- arch/x86/entry/entry_64.S | 11 +++++++---- arch/x86/include/asm/stacktrace.h | 2 +- arch/x86/include/asm/switch_to.h | 10 +++++++++- arch/x86/kernel/unwind_frame.c | 30 ++++++++++++++++++++++++++++-- 5 files changed, 56 insertions(+), 27 deletions(-) -- 2.7.4