Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp875005yba; Thu, 18 Apr 2019 11:02:18 -0700 (PDT) X-Google-Smtp-Source: APXvYqzEza5hNSBHWmbD3sFD3K9LY66MGtgZFTtDzJfGYaWo3nqxYELiWI7FHPUFhZmuNIVqK2Yw X-Received: by 2002:a17:902:8349:: with SMTP id z9mr6655768pln.144.1555610538642; Thu, 18 Apr 2019 11:02:18 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1555610538; cv=none; d=google.com; s=arc-20160816; b=eDN+uSeExZncxOosiZAVJdJi7qTeTuVl0UODArAPHQH+jjv7rAOHw5lxuUVknX6qgc GlxYqb2y+tNXj+PDZu1J6Qr9DTAfAaF9JU9GvYP/+MXxbzSgqtwN5CWOueIFJNtgBp+M g13a2jJnTK43kCmzPB8WiiuznR7SzLHM4Xmfl4b5O8CV51Z64zm8AYXBvizx5KXMETzh dT2846HLNGh8QqVSrG5DmvBmyZ99kYiPrbHZI7FQUkWPD5cZ5MloTvSi7qfNzTXZilS4 nr33zE/MO4ZQTSxwtUakkgDVDx7oxvtcichUGYAwbebDRW6F/23fCnRxv0+YfBTn6x02 +lDA== 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=f9Y/V6G7ML5bqcSrieKP+1jtNuFI4+TOTZTlZlH+oWQ=; b=BxUuFA9ShIWUCDxlXIfcC3iq3KlrLeFLAMDZtzxz+UAHnp+oQ4di8tk2jAT25cIsRB J2TedRzPWLKT1AFpsosgMGWuiYhL45tduugrLhYZFDlVM+zd5rdMGNbMwwQIwpn7dxCA 7jwE9zCTjb+1pqf9iYR4AhwoZoSNK9sVMTB/UKJ3UNcCImhCAgxBU+h49gCvJqhwrMn3 3e3FHaj/JX9gNDRdA7xImlk3E6BdqCz/L5JNEAJAvpp9c6OLT3ManUEABW8oeUjfaAXn +Czqz+HtP00MrcyFkT5pTbhvaJeaFg19va7LJu52ePo1lZQt1fV1Gs9iuo5TM+WMQT3b eeIw== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=iVlKLl8e; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id t8si1229773pgu.145.2019.04.18.11.02.04; Thu, 18 Apr 2019 11:02:18 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=iVlKLl8e; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2390383AbfDRSAd (ORCPT + 99 others); Thu, 18 Apr 2019 14:00:33 -0400 Received: from mail.kernel.org ([198.145.29.99]:55808 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2390357AbfDRSAa (ORCPT ); Thu, 18 Apr 2019 14:00:30 -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 7706F2186A; Thu, 18 Apr 2019 18:00:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1555610429; bh=E5zyGvqahnmuaohR2tOaMT2eIQuD0k3FyTgVBYP/nFw=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=iVlKLl8ebJOvZSawOASV+bt2Dd8q7dDC5JAZS2IpJZWGZ69t0U7VnMQZPRAWuCP62 1NNE+fHL6SqvswnIAbwFu59yb+7qdkefW7hBVL6mOYk1AthyBUqPGdYrJyS/sYMV9I xpzOvD9lIKUVGg5NYin4wav+8RDKmWzYuol2t5GI= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Matteo Croce , Borislav Petkov , Linus Torvalds , Peter Zijlstra , Thomas Gleixner , Ingo Molnar , Sasha Levin Subject: [PATCH 4.19 026/110] x86/mm: Dont leak kernel addresses Date: Thu, 18 Apr 2019 19:56:15 +0200 Message-Id: <20190418160440.472553519@linuxfoundation.org> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20190418160437.484158340@linuxfoundation.org> References: <20190418160437.484158340@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 [ Upstream commit a3151724437f54076cc10bc02b1c4f0003ae36cd ] Since commit: ad67b74d2469d9b8 ("printk: hash addresses printed with %p") at boot "____ptrval____" is printed instead of actual addresses: found SMP MP-table at [mem 0x000f5cc0-0x000f5ccf] mapped at [(____ptrval____)] Instead of changing the print to "%px", and leaking a kernel addresses, just remove the print completely, like in: 071929dbdd865f77 ("arm64: Stop printing the virtual memory layout"). Signed-off-by: Matteo Croce Cc: Borislav Petkov Cc: Linus Torvalds Cc: Peter Zijlstra Cc: Thomas Gleixner Signed-off-by: Ingo Molnar Signed-off-by: Sasha Levin --- arch/x86/kernel/mpparse.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/x86/kernel/mpparse.c b/arch/x86/kernel/mpparse.c index f1c5eb99d445..ddb1ca6923b1 100644 --- a/arch/x86/kernel/mpparse.c +++ b/arch/x86/kernel/mpparse.c @@ -599,8 +599,8 @@ static int __init smp_scan_config(unsigned long base, unsigned long length) mpf_base = base; mpf_found = true; - pr_info("found SMP MP-table at [mem %#010lx-%#010lx] mapped at [%p]\n", - base, base + sizeof(*mpf) - 1, mpf); + pr_info("found SMP MP-table at [mem %#010lx-%#010lx]\n", + base, base + sizeof(*mpf) - 1); memblock_reserve(base, sizeof(*mpf)); if (mpf->physptr) -- 2.19.1