Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp1460024pxb; Wed, 10 Feb 2021 08:48:46 -0800 (PST) X-Google-Smtp-Source: ABdhPJxX987uE4bnOMQO6ilEisR1X093JdMCt/5BnzAFOZDKOXHjWoweJtUH6mENLClf0+KqtFEp X-Received: by 2002:a17:906:b001:: with SMTP id v1mr3790154ejy.217.1612975726142; Wed, 10 Feb 2021 08:48:46 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1612975726; cv=none; d=google.com; s=arc-20160816; b=peDknMDaVsDIdTcyhdRfAuNzYTrgXPB8sgxlKtaIDnPItYoDFtIGtXLDkMVSFUWoK4 i9b4X/T0Mob4QF6HJlTeo2ZcnYkjNKzMqlPBANeSsqVB4vLl7b/Y+m2AMtcB3CbhSeWO I8EqzJDMG574sqqVVPt7Gh/x56ipW7gl98aza0Q/G+kIlITN0TO0zVPMHxZlLEW+2puD vR9SzoJFSIAQ7eQ3CLcgWQw10g5oraXJ3C4fB0qZpyccGV7nslOHAgrDK4AffN40yHbj 6Qwm1nW5hmVd0MYZq0nERfwQuVID4T6gzeugYvWlaVbz0zWpsh+bICI6XuJ7zh+s8PIO XGzA== 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=Vi/vdDqJ2J8J8ioge8JqVSjkS8q9cWduFAh4GPg+sn8=; b=BH7McygBeKFHGa48Cu0H7yf6CG1eRRFfSvI6jNvPV2QwTbXlTX4Eqsi+zoDqRH3w9q Sg18P4J5VNKMocu2IfkJRddTnoeLl+jy0f1ibQYh/khubNmH1B4NuDrSU8C9sMRTJP6K xaRMZ6Y3xIzRVrxWVmUKhwLAOv4oyzqn27Lj9t3jQUDpdl2kt4ts8nGG5OEEQ3ONax4K K8uLBRTw3qyQlQxwEDW5ci8UoQNtXK5g6zSjjlCMxBZ+rPHLUqutlT6WcJt4nKhy+2Tb 21hx2QWtPqBMettJvd41wbWIpF1f4Cmo+P0LaS+I0b4UV1bepi/379fOWKeGBKnOiFwG mQ9g== 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 x2si1653163ejc.177.2021.02.10.08.48.20; Wed, 10 Feb 2021 08:48:46 -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 S231959AbhBJQrr (ORCPT + 99 others); Wed, 10 Feb 2021 11:47:47 -0500 Received: from mail.kernel.org ([198.145.29.99]:34670 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232908AbhBJQrR (ORCPT ); Wed, 10 Feb 2021 11:47:17 -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 6681564DDF; Wed, 10 Feb 2021 16:46:35 +0000 (UTC) Date: Wed, 10 Feb 2021 11:46:33 -0500 From: Steven Rostedt To: Tetsuo Handa Cc: Timur Tabi , Petr Mladek , 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 , linux-kernel@vger.kernel.org, linux-mm@kvack.org Subject: Re: [PATCH 0/3][RESEND] add support for never printing hashed addresses Message-ID: <20210210114633.1b755f6e@gandalf.local.home> In-Reply-To: References: <20210210051814.845713-1-timur@kernel.org> <6da0be5a-7cb0-4943-e61f-7c3275e60cb6@i-love.sakura.ne.jp> <20210210111836.2468f10a@gandalf.local.home> 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, 11 Feb 2021 01:39:41 +0900 Tetsuo Handa wrote: > On 2021/02/11 1:18, Steven Rostedt wrote: > > The point of this exercise is to be able to debug the *same* kernel that > > someone is having issues with. And this is to facilitate that debugging. > > That's too difficult to use. If a problem is not reproducible, we will have > no choice but always specify "never hash pointers" command line option. If a > problem is reproducible, we can rebuild that kernel with "never hash pointers" > config option turned on. Now the question is, why do you need the unhashed pointer? Currently, the instruction pointer is what is fine right? You get the a function and its offset. If there's something that is needed, perhaps we should look at how to fix that, instead of just unhashing all pointers by default. -- Steve