Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751405AbdFFJDK (ORCPT ); Tue, 6 Jun 2017 05:03:10 -0400 Received: from lhrrgout.huawei.com ([194.213.3.17]:28061 "EHLO lhrrgout.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751243AbdFFJDJ (ORCPT ); Tue, 6 Jun 2017 05:03:09 -0400 Subject: Re: [kernel-hardening] [PATCH 3/5] Protectable Memory Allocator - Debug interface To: Jann Horn CC: Kees Cook , , , , Paul Moore , Stephen Smalley , , Christoph Hellwig , , , kernel list , Kernel Hardening References: <20170605192216.21596-1-igor.stoppa@huawei.com> <20170605192216.21596-4-igor.stoppa@huawei.com> From: Igor Stoppa Message-ID: <71a18a70-45c9-d75c-db47-3edf41b25a72@huawei.com> Date: Tue, 6 Jun 2017 12:00:57 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.122.225.51] X-CFilter-Loop: Reflected X-Mirapoint-Virus-RAPID-Raw: score=unknown(0), refid=str=0001.0A0B0207.59366FC2.0016,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0, ip=0.0.0.0, so=2013-06-18 04:22:30, dmn=2013-03-21 17:37:32 X-Mirapoint-Loop-Id: a7a49e216f27f3edc9283337b565ec29 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 251 Lines: 14 On 05/06/17 23:24, Jann Horn wrote: > On Mon, Jun 5, 2017 at 9:22 PM, Igor Stoppa wrote: >> Debugfs interface: it creates a file [...] > You should probably be using %pK to hide the kernel pointers. ok, will do --- igor