Received: by 2002:a25:1506:0:0:0:0:0 with SMTP id 6csp5092612ybv; Tue, 11 Feb 2020 09:03:01 -0800 (PST) X-Google-Smtp-Source: APXvYqyjbQACh+FDmZjdhCS1oVO5FefnrR6LBmNoEvYcMvRMbnFtiqMtGG0Edg7i3MGUTP6kivKl X-Received: by 2002:a05:6830:140f:: with SMTP id v15mr5999427otp.218.1581440581641; Tue, 11 Feb 2020 09:03:01 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1581440581; cv=none; d=google.com; s=arc-20160816; b=OSoLoo59WhWrDnkiKSwzk3soIceEtv4/7J1w42ZhT9Byzjumvc7fyl3SmEZyo9XE/+ CgEsNdor6t+476SNBeqkAtdRJLQNEomKJQJP1SQLRgrSht9rohVgmaEgXA6ky6RSYS47 mVkV2QIEDFaN9GRlP+IPf4L5sXaOLAbPB2JBHwRS/iFCZ/Vj91tSoBiQSQLU9TXXCk0g D1D7aznaDs2OjHiBMOdTtlMKn9wi/48p+a5xJfRnpPl1DWWdyk02lDuTnq2PFGFPHDun wz1IBGcX1bpkWRzCDOfTQfcIGpghbYWRI4dxfwGkQDaaLb/jxvhmdRsp2Hke6HXla9v2 1CJA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:date:cc:to:from:subject:message-id; bh=biCVIGve2H/bZgVV3RuHUMwly7b2gI8AI4rsSzgEFjw=; b=BXlMd7dPQpHag+JyWjgmMsXfa8NPWA/hJ/wAUpsxyMj0tl8L0f+1z9Rr9TBVd83pTU VFVvni5Wmp249H8KYfLK7o8l51IEaPFT1PvYCOXBKKlq4jQ/cB4W59MRv8ZooIof5KDc 0XSGh6ewuPhkRfrnDMnY1OPWfIrfrnDRA4rTQTtla+P4LfiamBZ2RKSLa7yIxXmQJLqU JiFs8cN8QufO0NtK/NEQZKgKbF1lpnN2XwAyqQQddumXfHvJsgXSeVkUENX4R6PDJHHh kQU0eVXs8BDFCxEb7yaL61ldROsXqPO0zQUS5XCA4al9J8OENAu1nZokA8FjPan7nId+ ERIg== 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 n11si2149158otk.290.2020.02.11.09.02.40; Tue, 11 Feb 2020 09:03:01 -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 S1729090AbgBKP0w (ORCPT + 99 others); Tue, 11 Feb 2020 10:26:52 -0500 Received: from kernel.crashing.org ([76.164.61.194]:55452 "EHLO kernel.crashing.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728977AbgBKP0v (ORCPT ); Tue, 11 Feb 2020 10:26:51 -0500 Received: from localhost (gate.crashing.org [63.228.1.57]) (authenticated bits=0) by kernel.crashing.org (8.14.7/8.14.7) with ESMTP id 01BFQhb0017681 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 11 Feb 2020 09:26:46 -0600 Message-ID: <66c67637ba097edb39efea7280989aaa20d710b1.camel@kernel.crashing.org> Subject: Re: [PATCH v3 1/3] printk: Move console matching logic into a separate function From: Benjamin Herrenschmidt To: Petr Mladek Cc: Sergey Senozhatsky , "linux-kernel@vger.kernel.org" Date: Tue, 11 Feb 2020 16:26:42 +0100 In-Reply-To: <20200211142947.favkq56gkyexqkpg@pathway.suse.cz> References: <20200211142947.favkq56gkyexqkpg@pathway.suse.cz> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.28.5-0ubuntu0.18.04.1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2020-02-11 at 15:29 +0100, Petr Mladek wrote: > > @@ -2626,6 +2627,60 @@ static int __init keep_bootcon_setup(char *str) > > + /* > > + * Some consoles, such as pstore and netconsole, can be enabled even > > + * without matching. > > + */ > > There are few lines in the patchset where the indentation is done > by spaces instead of tabs. The above 3 lines are just one example. Odd. Something must have gone wrong with my emacs config when I switched laptops, I'll have a look thanks. > I'll fix this when pushing. But please, be more careful next time ;-) > I suggest to use some more clever editor that helps with code > formatting. I normally do :) > Also I suggest to run ./scripts/checkpatch.pl on the patches > before sending. Yeah I never quite got that knack, I still keep forgetting ... the doom of old habits, I didn't even when I was maintainer of arch/powerpc ... oops :) But yeah, I'll try to remember next time. > Also the three patches were not send in a single thread so that > it was harder to find all the pieces. I personally use: > > git format-patch --cover-letter origin/master -o some-dir > ./scripts/checkpatch.pl some-dir/* > $> edit some-dir/0000-*.patch > git send-email --smtp-server=... --to= --cc= ... some-dir/* I usually do when it's more than a couple of patches but yeah, again, bad old habits. Sorry about that. Cheers, Ben.