Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp1677141ybi; Thu, 20 Jun 2019 01:46:43 -0700 (PDT) X-Google-Smtp-Source: APXvYqxd1+8XZDZvzI14631kPJ88li2GBVN2Ol0ocgYKewCnuNfyWQL4q9fjsmO5JB8K35g5JsTO X-Received: by 2002:a17:902:3225:: with SMTP id y34mr6249457plb.135.1561020403583; Thu, 20 Jun 2019 01:46:43 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1561020403; cv=none; d=google.com; s=arc-20160816; b=G2vTZycMWTA6hVR2QYdLf6ypQajL2h2s+fqqVqkVYXbhb0ufdIRpr5PjFMcc+8JbDl ZkQBtlWGPeNgBkHFPZAHE4VOL2/37jEt9JyiqKIDveRG77jm/oapXSjCfem8sqnvNuYP tg28D9jYNaRrO38PeecKSKYBrFinqzWl/sFoOSmxG/DX4vqLNr/OIhl3gRbZczmeUvTZ zMx2EFDJ54ejIOJhdRKCUf32PPxNIxkyiVHdDVx8qsepaGBDdSIiBcd0HRtf3WlK82kp 4zH4+dDYyqN9Hds1NHkb8DN/qw7PQLUQYi4NRGp92HuY1BU6ulsrD12EL65/ryBvHjGY c6lA== 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; bh=LI7GbjuBrB4jprv3k6HEZH6+2MwidF0OXuoKqO51qoE=; b=Wiqaf4ryRBv2NGXwRoYeD4OoHCW1KrtBkIIU87+ed/cfiYaEHuTSCAcrAKeJRtyn1D gvthA1Po1kJZtRh8IzdhStL7jmtq38RNKYppzr9f2jiG09/RXJHNcIdUKxX9kPxD79Bw vKIh91BEjzIGRcpuNT4KtVRKnNP7T3aqxYH92219YBljP2aslKg1IG/Jvdoc6Yo3pEow zd0/YjXnciGcL9r7L3LhPcoIlM9+u1FpOEVoIZEOW9l0QQFSjuBFWub7LOcHXs1gop9h aIze7qKq1yjXNwr4kVQouo0iPvqd0hmrKjEzlIKL3VKpbpXJW5XhEEv1VGpRK9qX3ag1 Vzgg== 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 c12si17139791pll.138.2019.06.20.01.46.27; Thu, 20 Jun 2019 01:46: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 S1726185AbfFTIqE (ORCPT + 99 others); Thu, 20 Jun 2019 04:46:04 -0400 Received: from mx2.suse.de ([195.135.220.15]:38164 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725875AbfFTIqE (ORCPT ); Thu, 20 Jun 2019 04:46:04 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id A1EA9ADC4; Thu, 20 Jun 2019 08:46:02 +0000 (UTC) Date: Thu, 20 Jun 2019 10:45:51 +0200 From: Borislav Petkov To: Ethan Sommer Cc: hpa@zytor.com, Jonathan Corbet , Masahiro Yamada , Randy Dunlap , Nick Desaulniers , Kees Cook , Joe Perches , Federico Vaga , Ingo Molnar , Kieran Bingham , "Peter Zijlstra (Intel)" , Mark Rutland , John Stultz , Corey Minyard , Thomas Gleixner , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] replace timeconst bc script with an sh script Message-ID: <20190620084550.GC28346@zn.tnic> References: <8a9ffb4b-791d-35d1-bb2a-7b6ad812bff1@ideasonboard.com> <20190620081142.31302-1-e5ten.arch@gmail.com> <20190620082557.GB28346@zn.tnic> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jun 20, 2019 at 04:29:19AM -0400, Ethan Sommer wrote: > Ah sorry about that, I accidentally replied to Kieran only instead of to > all, my response was "I will upload a patch with those issues fixed > shortly, in terms of the dependency as far as I know commands only required > for running tests don't count as kernel compilation dependencies, and I > don't see any other uses of bc except for Documentation/EDID/Makefile, so I > believe that bc can be removed from the kernel compilation section of the > process document and will include that change with the updated patch that > fixes the 2 issues you pointed out." Sounds like parts of it should be in your commit message as a justification *why* you're doing it. You can do that for your next revision once you've waited a couple of days to gather feedback. Also, please do not top-post. Thx. -- Regards/Gruss, Boris. SUSE Linux GmbH, GF: Felix Imendörffer, Mary Higgins, Sri Rasiah, HRB 21284 (AG Nürnberg)