From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,NICE_REPLY_A, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8FAFAC433E0 for ; Sun, 14 Feb 2021 16:19:27 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4E54B64E26 for ; Sun, 14 Feb 2021 16:19:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229806AbhBNQT0 (ORCPT ); Sun, 14 Feb 2021 11:19:26 -0500 Received: from mail.kernel.org ([198.145.29.99]:39638 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229741AbhBNQTW (ORCPT ); Sun, 14 Feb 2021 11:19:22 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 0243564E26; Sun, 14 Feb 2021 16:18:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1613319522; bh=p7z/PAaa9h8hWJe6xkCOxc27Iz8NTK/cuu7aFF86WkY=; h=Subject:From:To:References:Date:In-Reply-To:From; b=cr47/pgH8otatIkf4s0WP8E/DL4cl6cg+Cp3P4QJfEPwl+hwz8uzt4b8wzgO16coJ mvKynNsIrHj224XeqhAjKZyy3ngkzWhRagSYDBXzrJYoVNr/JFp5p72kQ+oc/bUF7J mrjV4oyV256Lac/o3zu+AvKjSHdHz5gziavIJvZIlMEpDFRxGon/0bwnZGogdwGpiR BCVOtD+bhbOTpl5k50mkbppBBDDLyKA2euFTzxNhtDlhdCJtR7JzJZBCPqC/7u1HUj 1FFL2ptwj2Q+U1mHwPCSvRw3M9EEELHeO/mfUkReSpSUyr05B5X3WA3V5iV0O9aqGk VqHU5qNAizXYg== Subject: Re: [PATCH 0/3][v4] add support for never printing hashed addresses From: Timur Tabi To: Petr Mladek , Steven Rostedt , Sergey Senozhatsky , Vlastimil Babka , Andy Shevchenko , Matthew Wilcox , akpm@linux-foundation.org, Linus Torvalds , roman.fietze@magna.com, Kees Cook , John Ogness , akinobu.mita@gmail.com, glider@google.com, Andrey Konovalov , Marco Elver , Rasmus Villemoes , Pavel Machek , Tetsuo Handa , linux-kernel@vger.kernel.org, linux-mm@kvack.org References: <20210214161348.369023-1-timur@kernel.org> Message-ID: <2e7bd5a2-2def-e615-2b46-9d167bcf3439@kernel.org> Date: Sun, 14 Feb 2021 10:18:39 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <20210214161348.369023-1-timur@kernel.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2/14/21 10:13 AM, Timur Tabi wrote: > Although hashing addresses printed via printk does make the > kernel more secure, it interferes with debugging, especially > with some functions like print_hex_dump() which always uses > hashed addresses. I believe that this version addresses all outstanding issues, so unless there are any complaints, I would like for this patch set to be merged for 5.12-rc1. I don't know who should pick it up, though. Thanks.