From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 965BDC433DF for ; Mon, 22 Jun 2020 13:06:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 744E020716 for ; Mon, 22 Jun 2020 13:06:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728404AbgFVNG1 (ORCPT ); Mon, 22 Jun 2020 09:06:27 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44222 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728005AbgFVNG1 (ORCPT ); Mon, 22 Jun 2020 09:06:27 -0400 Received: from ms.lwn.net (ms.lwn.net [IPv6:2600:3c01:e000:3a1::42]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0D644C061794; Mon, 22 Jun 2020 06:06:27 -0700 (PDT) Received: from lwn.net (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id 3576D2C8; Mon, 22 Jun 2020 13:06:25 +0000 (UTC) Date: Mon, 22 Jun 2020 07:06:23 -0600 From: Jonathan Corbet To: Miguel Ojeda Cc: "Alexander A. Klimov" , Randy Dunlap , Tony Fischetti , Chris Packham , Mauro Carvalho Chehab , Nick Desaulniers , "Jason A. Donenfeld" , Arnd Bergmann , Andrew Morton , Borislav Petkov , Will Deacon , "Chang S. Bae" , Joe Perches , Pankaj Bharadiya , Kees Cook , Geert Uytterhoeven , Jacob Huisman , Federico Vaga , Jonathan =?UTF-8?B?TmV1c2Now6RmZXI=?= , Konstantin Ryabitsev , Linux Doc Mailing List , linux-kernel , clang-built-linux Subject: Re: [PATCH] Replace HTTP links with HTTPS ones: Documentation/process Message-ID: <20200622070623.086f1623@lwn.net> In-Reply-To: References: <20200621133630.46435-1-grandmaster@al2klimov.de> Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 22 Jun 2020 01:43:12 +0200 Miguel Ojeda wrote: > > * The script should not be neccessary once all of my changes[1] arrive > > in torvalds/master. Instead reviewers should say like C'mon dude, what's > > this new plain-HTTP link doing in your patch? We have 2020! Look at e.g. > > 93431e0607e5 . > > In an ideal world, yes, but that won't happen unless enforced somehow. > > Nevertheless, even in such a case, it would be best to have a script > to check the entire tree from time to time. As has been noted elsewhere, checkpatch.pl seems like the appropriate place to make this check. As for "the entire tree"...if this job gets completed, "git grep" should be a fine way to do that. Thanks, jon