Received: by 2002:a25:ef43:0:0:0:0:0 with SMTP id w3csp127461ybm; Tue, 26 May 2020 12:27:27 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyrFVxyXT8QxIqaZBDhvPH3WJ67/gYa/49vM9gqj9J+O44g5AOn44y4+lcaGEcSoh9K/B2B X-Received: by 2002:a17:906:34c7:: with SMTP id h7mr2469596ejb.300.1590521246941; Tue, 26 May 2020 12:27:26 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1590521246; cv=none; d=google.com; s=arc-20160816; b=cYFAsk+bFWoI+Q+xi2L+PY3dxykUK2YK+RwyhcEuGVhsN2ijQL4NP+c24nmSs9WUhf H7q2uMtk7LwDSd7B4mDGNGRQd6TIeMlARs4gYRCM/E7eRJuAL11T/ptPSCk/V5UgXRbJ 3XUdPbxWUNzWJsX4LXPZyvaq5rXupj62724o9fC3fGWVBeC4whosltgWRVuIM5ke6ehr 7G2ZKS3+S+Mv+wek/3tSouatZiR31YtnUYAKo9qNFYuI9+3djf6jmo2QMbkPk+/0NY08 GQORmlmrMmD8kU495okIVv8ucbBnciH9tv62u3L0aWGUnYMVgvRYe+4KDY4ITiYweZYp lStA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=c64InNgzDZIhfoA4+xyjy4IDnDkmys3lO0NewBUzdMQ=; b=dHRyZTzbQKSAcxQrRqAEu9Lcc71cQLIXhu9pvii8+EkkPBeGZLm9ibGCUMA0a5hl1S nH31E2nDKMjLnKLl7BotZ9FCkCWsDd0EpjlmT2AEDQmMtLhSWdlIcf4PS8+fBZD48JBR 9lWYFFa7WU2TS3iKDJGpTWk70OiN5HkZH2qJYUuZr9Ujl+SIoi0R2r4Cz8F2nklMJYA4 AUDb0Kj1jZjH2bZ1HbnA7BTX7qir39PyXFZozvobVKZZHdtQ6X71Xo1yAUHxJ2mn3eYk XQOMDiwVokOS/x3BBxebWGN40YKLcYBIwEExpPhRIhYMURdVeTLxiyWqa7aLq3D66OS7 ux+Q== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=dLMc7xtU; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id gr12si389572ejb.591.2020.05.26.12.27.03; Tue, 26 May 2020 12:27:26 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=dLMc7xtU; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2391916AbgEZTW0 (ORCPT + 99 others); Tue, 26 May 2020 15:22:26 -0400 Received: from mail.kernel.org ([198.145.29.99]:39354 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2390048AbgEZTKM (ORCPT ); Tue, 26 May 2020 15:10:12 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id BCAAF208B3; Tue, 26 May 2020 19:10:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1590520212; bh=GU2D2mRPFvVsOoMBcRg66MyY3nXhu9te59IzEmrUMN8=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=dLMc7xtUFONavf120fZnPFi6Q6PiRiEV3RceEHLrKnVeZnQ7WIljHYnBTSYzIbIv9 6hRgS0d//LZSKN6DIRvBT1euNy7i2bTt1/30po6G8KdokZOgr4mNyh+cSspEuw8vxU YFGBYKlWSws1x1SkYAFUTBHHA/EYtLuesgvX+a4U= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Tetsuo Handa , Josh Poimboeuf , "Peter Zijlstra (Intel)" Subject: [PATCH 5.4 101/111] x86/unwind/orc: Fix unwind_get_return_address_ptr() for inactive tasks Date: Tue, 26 May 2020 20:53:59 +0200 Message-Id: <20200526183942.478236620@linuxfoundation.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200526183932.245016380@linuxfoundation.org> References: <20200526183932.245016380@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Josh Poimboeuf commit 187b96db5ca79423618dfa29a05c438c34f9e1f0 upstream. Normally, show_trace_log_lvl() scans the stack, looking for text addresses to print. In parallel, it unwinds the stack with unwind_next_frame(). If the stack address matches the pointer returned by unwind_get_return_address_ptr() for the current frame, the text address is printed normally without a question mark. Otherwise it's considered a breadcrumb (potentially from a previous call path) and it's printed with a question mark to indicate that the address is unreliable and typically can be ignored. Since the following commit: f1d9a2abff66 ("x86/unwind/orc: Don't skip the first frame for inactive tasks") ... for inactive tasks, show_trace_log_lvl() prints *only* unreliable addresses (prepended with '?'). That happens because, for the first frame of an inactive task, unwind_get_return_address_ptr() returns the wrong return address pointer: one word *below* the task stack pointer. show_trace_log_lvl() starts scanning at the stack pointer itself, so it never finds the first 'reliable' address, causing only guesses to being printed. The first frame of an inactive task isn't a normal stack frame. It's actually just an instance of 'struct inactive_task_frame' which is left behind by __switch_to_asm(). Now that this inactive frame is actually exposed to callers, fix unwind_get_return_address_ptr() to interpret it properly. Fixes: f1d9a2abff66 ("x86/unwind/orc: Don't skip the first frame for inactive tasks") Reported-by: Tetsuo Handa Signed-off-by: Josh Poimboeuf Signed-off-by: Peter Zijlstra (Intel) Link: https://lkml.kernel.org/r/20200522135435.vbxs7umku5pyrdbk@treble Signed-off-by: Greg Kroah-Hartman --- arch/x86/kernel/unwind_orc.c | 7 +++++++ 1 file changed, 7 insertions(+) --- a/arch/x86/kernel/unwind_orc.c +++ b/arch/x86/kernel/unwind_orc.c @@ -311,12 +311,19 @@ EXPORT_SYMBOL_GPL(unwind_get_return_addr unsigned long *unwind_get_return_address_ptr(struct unwind_state *state) { + struct task_struct *task = state->task; + if (unwind_done(state)) return NULL; if (state->regs) return &state->regs->ip; + if (task != current && state->sp == task->thread.sp) { + struct inactive_task_frame *frame = (void *)task->thread.sp; + return &frame->ret_addr; + } + if (state->sp) return (unsigned long *)state->sp - 1;