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=-0.8 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 4EDCEC433DF for ; Mon, 25 May 2020 19:41:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3637320723 for ; Mon, 25 May 2020 19:41:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2390297AbgEYTls (ORCPT ); Mon, 25 May 2020 15:41:48 -0400 Received: from ms.lwn.net ([45.79.88.28]:33156 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2390295AbgEYTls (ORCPT ); Mon, 25 May 2020 15:41:48 -0400 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 79A6D4A2; Mon, 25 May 2020 19:41:48 +0000 (UTC) Date: Mon, 25 May 2020 13:41:47 -0600 From: Jonathan Corbet To: "Alexander A. Klimov" Cc: linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Replace HTTP links with HTTPS ones: documentation Message-ID: <20200525134147.7cc96e7c@lwn.net> In-Reply-To: <0b3b5ae5-457a-b550-63a8-08a77bb862d7@al2klimov.de> References: <20200520200037.88705-1-grandmaster@al2klimov.de> <20200525102825.63d72ed2@lwn.net> <0b3b5ae5-457a-b550-63a8-08a77bb862d7@al2klimov.de> Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-doc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On Mon, 25 May 2020 20:01:45 +0200 "Alexander A. Klimov" wrote: > > But this does not seem to do harm at this point, so I have gone ahead and > > applied it. > What does this mean? Is there a kernel.org repo/branch with my patch? That means it's in the docs-next tree. jon