Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp1436319pxb; Thu, 4 Feb 2021 12:58:47 -0800 (PST) X-Google-Smtp-Source: ABdhPJxPkPak8JCo5fdhA6ab3QsqjulnnGz3sMaMEteLogqin1VE7S6hgsVdmHcMeRuHH4Do1Gdg X-Received: by 2002:a17:906:dff1:: with SMTP id lc17mr918760ejc.198.1612472327165; Thu, 04 Feb 2021 12:58:47 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1612472327; cv=none; d=google.com; s=arc-20160816; b=FnqcHzb4coKKYWubOVd+c1phB/s9s4m+BX9yELuFyJOSIQ/VHzN3NerbGFNDqiiiAX 9WvfdyDI8hgd9pQ4n+sfJyjFomDFuZ67W/prRytf4Rb6mK9S14OWpKob3RCJVe9rbTaN uDJUh4Z2izuynF05ug2whu5FVsNpH5/vl+wMjCW8yaBHvmZiyLdm1HVSEcprXtH1n7oj 2gggPZL53M+viq1wOONR7fMwZkGqsYuwXD+QsqzGTzhhC+OxqaL86+8bjVpz5ztFnH1p tSfZdeN3Sb4TlFHiK5dhQaW9AGLfb+3hzKYgB56Lg+WLPSgSYba34t02fJ0RrGqRwdcZ f54A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:subject:cc:to:from:date; bh=iSJnP6XJgtDnXr4hL3DA0C35DiY2M90iATtoiiKYrRs=; b=C9eoXIQ0TJUmdgzUSFc4Xlz8CWOBRgQTSTmlwTNSGXZRGN6+WMkaBI8qkvWA5DAvm7 b3gyAXhzvVptXNIr6EbtRwCo6vtMqgLjKCL+mEVDTnOydFbODfRt6AX6jU+gzvpBZEzs yyCc1LAOu3Unmf5XKAIibJG9cq8OKrClXQNYUx/vcyofcmai2+cSwdVr68xN/y+5r4Kt Y1h8bINrDBoG8OifXPf/RBF8boLCLY8kSWIgKTZ/oDtXNxDG4U6UqiWcXz1KAKZgcpgL IqfvDIduEok7bzjR5rR7IsTp9KcvADcOcrxyJvJ4iVoywxrKdqCmY4gNzUQ/7vPwMRb8 CGZw== ARC-Authentication-Results: i=1; mx.google.com; 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 j23si4241225eje.690.2021.02.04.12.58.22; Thu, 04 Feb 2021 12:58:47 -0800 (PST) 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; 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 S229706AbhBDUzH (ORCPT + 99 others); Thu, 4 Feb 2021 15:55:07 -0500 Received: from mail.kernel.org ([198.145.29.99]:43086 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229572AbhBDUzH (ORCPT ); Thu, 4 Feb 2021 15:55:07 -0500 Received: from gandalf.local.home (cpe-66-24-58-225.stny.res.rr.com [66.24.58.225]) (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 6F9A164E42; Thu, 4 Feb 2021 20:54:25 +0000 (UTC) Date: Thu, 4 Feb 2021 15:54:23 -0500 From: Steven Rostedt To: Pavel Machek Cc: Timur Tabi , Petr Mladek , Sergey Senozhatsky , linux-kernel@vger.kernel.org, linux-mm@kvack.org, willy@infradead.org, akpm@linux-foundation.org, torvalds@linux-foundation.org, roman.fietze@magna.com, keescook@chromium.org, john.ogness@linutronix.de, akinobu.mita@gmail.com Subject: Re: [PATCH] lib/vsprintf: make-printk-non-secret printks all addresses as unhashed Message-ID: <20210204155423.2864bf4f@gandalf.local.home> In-Reply-To: <20210204204835.GA7529@amd> References: <20210202201846.716915-1-timur@kernel.org> <20210204204835.GA7529@amd> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 4 Feb 2021 21:48:35 +0100 Pavel Machek wrote: > > + pr_warn("** Kernel memory addresses are exposed, which may **\n"); > > + pr_warn("** compromise security on your system. **\n"); > > This is lies, right? And way too verbose. Not really. More of an exaggeration than a lie. And the verbosity is to make sure it's noticed by those that shouldn't have it set. This works well for keeping trace_printk() out of production kernels. Why do you care anyway, you are just debugging it, and it shouldn't trigger any bug reports on testing infrastructure. That's why I like the notice. It gets the job done of keeping people from using things they shouldn't be using, and doesn't cause testing failures that a WARN_ON would. -- Steve