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=-4.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,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 CDEFFC433E4 for ; Mon, 20 Jul 2020 14:07:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id AD8D320B1F for ; Mon, 20 Jul 2020 14:07:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1595254046; bh=w0+DZGFDydbPGiykrRNE0uBxfs1HEY3VFFmgRswPWLw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=cpQ8m/tFBFHd15vIwqqUg1UX1+9jK2GN6tm9IRmAVI5k+rIsfkLhFXwSDlvdP1xL9 yBPYxN2yjyLFDUJDv0EKqbBXQ0olmVagq3wgnFcTp0Qy6Y2xRi7RGNPLRYqTLeusf4 7AVMiJLMsDd+ROYtC+ZDssFWftnG+aTHWG4giOP4= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727932AbgGTOHW (ORCPT ); Mon, 20 Jul 2020 10:07:22 -0400 Received: from mail.kernel.org ([198.145.29.99]:42694 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726046AbgGTOHV (ORCPT ); Mon, 20 Jul 2020 10:07:21 -0400 Received: from localhost (unknown [213.57.247.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id B3E2C20B1F; Mon, 20 Jul 2020 14:07:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1595254041; bh=w0+DZGFDydbPGiykrRNE0uBxfs1HEY3VFFmgRswPWLw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=mk3Rua/LU/vFgtK3rCuvE8WIYlVT00Jy3FL9/Tj1diNzUjeKPeoiBs3LSOjAObF81 hfP5pTClEg2K3vScVVIDJIJMrN7xU9zzya51ccjcM0BYd408AOUpeYwgHGvzRewq35 mFvHUligmn1ObgIfCrHnKqaOnJrvAXXqeC6/VtCk= Date: Mon, 20 Jul 2020 17:07:16 +0300 From: Leon Romanovsky To: Jonathan Corbet Cc: "Alexander A. Klimov" , santosh.shilimkar@oracle.com, davem@davemloft.net, kuba@kernel.org, netdev@vger.kernel.org, linux-rdma@vger.kernel.org, rds-devel@oss.oracle.com, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH for v5.9] RDS: Replace HTTP links with HTTPS ones Message-ID: <20200720140716.GB1080481@unreal> References: <20200719155845.59947-1-grandmaster@al2klimov.de> <20200720045626.GF127306@unreal> <20200720075848.26bc3dfe@lwn.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200720075848.26bc3dfe@lwn.net> Sender: linux-doc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On Mon, Jul 20, 2020 at 07:58:48AM -0600, Jonathan Corbet wrote: > On Mon, 20 Jul 2020 07:56:26 +0300 > Leon Romanovsky wrote: > > > > Documentation/networking/rds.rst | 2 +- > > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > Why can't it be done in one mega-patch? > > It is insane to see patch for every file/link. > > > > We have more than 4k files with http:// in it. > > Do *you* want to review that megapatch? The number of issues that have > come up make it clear that these patches do, indeed, need review... Can you point me to the issues? What can go wrong with such a simple replacement? I can review per-folder patches if it helps. Thanks > > jon