Received: by 10.213.65.68 with SMTP id h4csp3508875imn; Tue, 3 Apr 2018 06:16:43 -0700 (PDT) X-Google-Smtp-Source: AIpwx499FV436MQcAcQXWL7AQNYS/4zfaYTLXSFqz7rDFJDWoK5yLrOl2N0tUilM8qcr4RJVqr6t X-Received: by 2002:a17:902:102c:: with SMTP id b41-v6mr14273382pla.39.1522761403475; Tue, 03 Apr 2018 06:16:43 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1522761403; cv=none; d=google.com; s=arc-20160816; b=nuOauyel11pDUTXfQLCa22bL0xM/hT5wvPv2iUXn11jKKQCyBg4L1wet0IMjSlGqqq bMOeBdsB0F8w0/vKgRzvpEVmZ5mybGEcLWuSdlWDV+WpJCAiqKuHr+vHmizzI+/DlR1w JRsJml+eF9w+H//dVH3/0v261agoU8WAwX5ePGyIj+MXjBn1p+n7SEyZWDCtsAeZnbpN 1vKzP8XdOhwwQe49Dl4odoFnZ1T1hGUGdPAoFR8x6WhlOG8QCaSzf+R1OByAeERalASf /czAhUxWdZE9lKat5avjJsb0T4P2/AGTa+TanqdhZXKJCI4MHU4CfuVnrbvTUjbK94n2 /iCQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=q3Bxy23E8cC2NiSa/JS/Vq5DapeYF106ouVPpYeDrHg=; b=jgpTMkX1K6BBkkJVqNXDXtXdNilkUt4dd3dmQq+tPyhRiPJM/+8bEc1cyYXoVIAIxS shENaEApm2XwSPqGh/o7TpZbjZvWMEGbn45Y+E5nK1t88H+popcA9menAh8a/oXfxlEx gNSeWv1IG0OJ4YcIN2Hg1D6570QWctILj3hWZ/YiF6/AidDOxOtJztxY0HsLnIhVgdxk fI1T+TBcLbTU4HAdHxIC57/xOCdGOJ9MziWmIJmjnyW3ICXKdytnLcBcc9VzqItE4zHh T9aOXiO/FnE89GHGy5X1AzoNHJwql3ajzN6969h2Gif+jq6KZuNa5ljHpBt4mE/Cm7+c RriQ== ARC-Authentication-Results: i=1; mx.google.com; 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 a9si1941113pgu.454.2018.04.03.06.16.29; Tue, 03 Apr 2018 06:16:43 -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; 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 S932269AbeDCNNu (ORCPT + 99 others); Tue, 3 Apr 2018 09:13:50 -0400 Received: from mx2.suse.de ([195.135.220.15]:46373 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932151AbeDCNNt (ORCPT ); Tue, 3 Apr 2018 09:13:49 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 4514FAD95; Tue, 3 Apr 2018 13:13:48 +0000 (UTC) Date: Tue, 3 Apr 2018 15:13:46 +0200 From: Petr Mladek To: Andy Shevchenko Cc: Linus Torvalds , Rasmus Villemoes , "Tobin C . Harding" , Joe Perches , Linux Kernel Mailing List , Andrew Morton , Michal Hocko , Sergey Senozhatsky , Steven Rostedt , Sergey Senozhatsky Subject: Re: [PATCH v3] vsprintf: Prevent crash when dereferencing invalid pointers Message-ID: <20180403131346.vwjpz475fzah5a6p@pathway.suse.cz> References: <20180309150153.3sxbbpd6jdn2d5yy@pathway.suse.cz> <20180314140947.rs3b6i5gguzzu5wi@pathway.suse.cz> <1521119343.10722.665.camel@linux.intel.com> <20180315152607.xgzjmj5as6lg42dy@pathway.suse.cz> <1521224375.23017.41.camel@linux.intel.com> <20180329145312.4uqygrjqy3fqyl26@pathway.suse.cz> <1522678523.21176.178.camel@linux.intel.com> <20180403114600.uc7sqeoqt7fmdd66@pathway.suse.cz> <1522756458.21176.314.camel@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1522756458.21176.314.camel@linux.intel.com> User-Agent: NeoMutt/20170421 (1.8.2) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue 2018-04-03 14:54:18, Andy Shevchenko wrote: > On Tue, 2018-04-03 at 13:46 +0200, Petr Mladek wrote: > > On Mon 2018-04-02 17:15:23, Andy Shevchenko wrote: > > > On Thu, 2018-03-29 at 16:53 +0200, Petr Mladek wrote: > > > > On Fri 2018-03-16 20:19:35, Andy Shevchenko wrote: > > > > > On Thu, 2018-03-15 at 16:26 +0100, Petr Mladek wrote: > > > > > > On Thu 2018-03-15 15:09:03, Andy Shevchenko wrote: > > > > > > > I still think that printing a hex value of the error code is > > > > > > > much > > > > > > > better > > > > > > > than some odd "(efault)". > > > > > > > > > > > > Do you mean (err:0e)? Google gives rather confusing answers > > > > > > for > > > > > > this. > > > > > > > > > > More like "(0xHHHH)" (we have already more than 512 error code > > > > > numbers. > > > > > > > > Hmm, I have never seen the error code in this form. > > > > > > We have limited space to print it and error numbers currently can be > > > up > > > to 0xfff (4095). So, I have no better idea how to squeeze them while > > > thinking that "(efault)" is much harder to parse in case of error > > > pointer. > > > > But this will not be used instead of address value. It is used in > > situations > > where we print the information that is stored at the address, for > > example, > > string, IP address, dentry name. > > We have a lot of API functions which returns: > -ERR_PTR > NULL > struct foo * > > There is no guarantee that one of that API won't be used as a supplier > for printf(). OK, I think that I have finally understood it. You would like to detect ERR_PTR values and handle them specially? I mean to show the value? But then we would need to distinguish three types of errors, something like: + (null) for pure NULL address + (e:XXXX) for address in IS_ERR_VALUE() range + (efault) for any other invalid address Then people might want to see values also from the first 4096 bytes. This is getting too complicated. I am not sure if it is worth it. > You can't dereference ERR_PTR value, but anything else except the actual > error value is worse than value itself... Yes and no, see below. > > > > > > Also google gives > > > > rather confusing results when searching, for example for > > > > "(0x000E)". > > > > > > It's not primarily for google, though yeah, people would google for > > > error messages... > > > > > > Another question is what the format: decimal versus hex for errors. > > > Maybe just "(-DDDDD)"? > > > > This still looks confusing and google does not help. > > ...then we have a last option just to print a value as a pointer > address. We could not print the real address from security reasons. The hashed pointer value is not much helpful. IMHO, a common error string is easier to spot or search for. Best Regards, Petr