Received: by 10.223.185.116 with SMTP id b49csp5052587wrg; Wed, 7 Mar 2018 05:44:09 -0800 (PST) X-Google-Smtp-Source: AG47ELsD0RqEL0fjaJjooj0s7BXzjpEU4vAgamNW0vwX9dBtMapoahjv+qiu5OjLMYp048D8bdRC X-Received: by 10.98.28.202 with SMTP id c193mr22723956pfc.109.1520430249525; Wed, 07 Mar 2018 05:44:09 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1520430249; cv=none; d=google.com; s=arc-20160816; b=fJiN+6B3R6lRf4M0vSY4pmbAoKfd7wvcMDs7xQ8sFQZWhARRwH55ftZjvcBrMU5PR9 rNO0CdtWdTrGF9KWSeyoEJcPzKtJtWhQwCqOhymTKYe+3bopoLeSMnuUSXlsA1he1NEP MgVvoXmJikGzsgsoVL0YW5gVkpiRXqoLfMEEfF91kDls7XgjP/iRHPulang33AkF5ITY IoT7d3OG5KJH9cYVdEior4pc900jiK+RMdY5tbU9aKvNCUbFHYygylceNIjVu+PFZrXD qcIuu9AjfHyOPvvXgj87d8OyOpfinwg7A9qfejDYDtpQ7aPdXCXBP+mbFS1+0ZiijYrN WWGQ== 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-transfer-encoding:content-disposition:mime-version :references:message-id:subject:cc:to:from:date :arc-authentication-results; bh=6xv1fM99IW3cdWN+hXZWf0qvZQxZUdwOuvwQam+/WnU=; b=PZX4Z8/AbjtasIYJoo9HlZbl3AGo+R4thKCb7QOMtgByvFkUGoGfxXyFlD6jKKrUKO 7ekzrusWdWgAqCK55a93LzMyUO7jSuu4cOFPeFSyQTNV6ro8xzAXMnrciEbSCqQFhHiX /08BpR/DElq63/gfn4QmcZdNYN80aDcCNSnTM+IRpKWv/2FCwXrOs5nQ/jSfwjo4MXh4 +2htG3mh/I7vnfS3UjKK5oUenj6+TTS7FWRjAKPraECuaFjbxWJEaKeCRLGLkT4BDL0Z Jlpv983dwrk9ZYCKg0ewJJZ+c00cG1mGojBICFtt5ddhFF7zJa0e7p5xmU/IuKxJcP1N 8NVw== 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 l4-v6si12893057plb.68.2018.03.07.05.43.54; Wed, 07 Mar 2018 05:44:09 -0800 (PST) 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 S1754178AbeCGNm7 (ORCPT + 99 others); Wed, 7 Mar 2018 08:42:59 -0500 Received: from tartarus.angband.pl ([89.206.35.136]:40452 "EHLO tartarus.angband.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751151AbeCGNm6 (ORCPT ); Wed, 7 Mar 2018 08:42:58 -0500 Received: from kilobyte by tartarus.angband.pl with local (Exim 4.89) (envelope-from ) id 1etZL2-0004H7-6k; Wed, 07 Mar 2018 14:42:36 +0100 Date: Wed, 7 Mar 2018 14:42:36 +0100 From: Adam Borowski To: Andy Shevchenko Cc: Petr Mladek , Rasmus Villemoes , "Tobin C . Harding" , Joe Perches , linux-kernel@vger.kernel.org, Andrew Morton , Michal Hocko Subject: Re: [PATCH 1/2] vsprintf: distinguish between (null), (err) and (invalid) pointer derefs Message-ID: <20180307134236.mfmzu7h4ib7thfsc@angband.pl> References: <20180306092513.ibodfsnv4xrxdlub@pathway.suse.cz> <20180306181122.11449-1-kilobyte@angband.pl> <1520428639.10722.461.camel@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1520428639.10722.461.camel@linux.intel.com> X-Junkbait: aaron@angband.pl, zzyx@angband.pl User-Agent: NeoMutt/20170113 (1.7.2) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: kilobyte@angband.pl X-SA-Exim-Scanned: No (on tartarus.angband.pl); SAEximRunCond expanded to false Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Mar 07, 2018 at 03:17:19PM +0200, Andy Shevchenko wrote: > On Tue, 2018-03-06 at 19:11 +0100, Adam Borowski wrote: > > Thanks for the patch, my comments below. (Review snipped.) It looks pretty obvious that it'd take a lot less of your time to roll new patch[es] from scratch than to try to educate me wrt how you'd want to see it done; thus I'll sit out this one. Meow! -- ⢀⣴⠾⠻⢶⣦⠀ ⣾⠁⢠⠒⠀⣿⡁ A dumb species has no way to open a tuna can. ⢿⡄⠘⠷⠚⠋⠀ A smart species invents a can opener. ⠈⠳⣄⠀⠀⠀⠀ A master species delegates.