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 5BE96C433E2 for ; Tue, 21 Jul 2020 08:54:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3785D20720 for ; Tue, 21 Jul 2020 08:54:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1595321690; bh=OuQaT8yvH8FY9F6rQRwTrDoughhUgKvd3p952kWOi+E=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=co462eqnVYJ+laaM3BM8vzAC6NDLssBMkoMj4aROxj9ujFcs7pnxm+RSh1a7aeZs7 kwE8YkKAtfwdscsY6unYo9fI28hlVufIBcq0QP1ojMqUvcPo1EjFJs+Hqlzz/+lWqq Uh6RsN3PAAycp77G+oG6bDBF+2UNf8pm702xnirE= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726521AbgGUIyo (ORCPT ); Tue, 21 Jul 2020 04:54:44 -0400 Received: from mail.kernel.org ([198.145.29.99]:33362 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726803AbgGUIyo (ORCPT ); Tue, 21 Jul 2020 04:54:44 -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 C954C20717; Tue, 21 Jul 2020 08:54:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1595321683; bh=OuQaT8yvH8FY9F6rQRwTrDoughhUgKvd3p952kWOi+E=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=h5bxBXnM7vZCEEbI2XSUUrLIT+zwG/ecLM1aQCwuRuxlVW2ZNG2oyeV69wHsA1xTR dAryxbah4gn/HhEsxY+dGo5dK6BsRjeA9nCkp/Pql8x94bB9laKMvKICqjMWt7R8NH jIoJyl1wE8hiWbSQscx/9t+t8czm4txDIrMj36YI= Date: Tue, 21 Jul 2020 11:54:37 +0300 From: Leon Romanovsky To: "Alexander A. Klimov" Cc: Jonathan Corbet , 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: <20200721085437.GL1080481@unreal> References: <20200719155845.59947-1-grandmaster@al2klimov.de> <20200720045626.GF127306@unreal> <20200720075848.26bc3dfe@lwn.net> <20200720140716.GB1080481@unreal> <20200720083635.3e7880ce@lwn.net> <20200720164827.GC1080481@unreal> <20200721060529.GF1080481@unreal> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org On Tue, Jul 21, 2020 at 08:43:00AM +0200, Alexander A. Klimov wrote: > > > Am 21.07.20 um 08:05 schrieb Leon Romanovsky: > > On Mon, Jul 20, 2020 at 11:34:00PM +0200, Alexander A. Klimov wrote: > > > > > > > > > Am 20.07.20 um 18:48 schrieb Leon Romanovsky: > > > > On Mon, Jul 20, 2020 at 08:36:35AM -0600, Jonathan Corbet wrote: > > > > > On Mon, 20 Jul 2020 17:07:16 +0300 > > > > > Leon Romanovsky wrote: > > > > > > > > > > > > Do *you* want to review that megapatch? The number of issues that have > > > This question is... interesting. > > > And no, I would not. > > > > You are EXPECTED to review your work prior sending to the mailing list. > I meant I wouldn't review *one big* patch. > I didn't mean my actually sent smaller ones. > > > > > > > > > > > > > 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? > > > > > > > > > > Some bits of the conversation: > > > > > > > > > > https://lore.kernel.org/lkml/20200626110219.7ae21265@lwn.net/ > > > > > https://lore.kernel.org/lkml/20200626110706.7b5d4a38@lwn.net/ > > > > > https://lore.kernel.org/lkml/20200705142506.1f26a7e0@lwn.net/ > > > > > https://lore.kernel.org/lkml/20200713114321.783f0ae6@lwn.net/ > > > > > https://lore.kernel.org/lkml/202007081531.085533FC5@keescook/ > > > > > > > > > > etc. > > > > > > > > After reading your links and especially this one. > > > > https://lore.kernel.org/lkml/20200713114321.783f0ae6@lwn.net/ > > > > I don't understand why are we still seeing these patches? > > > > > > > > I gave to the author comments too, which were ignored. > > > > https://patchwork.kernel.org/patch/11644683/#23466547 > > > I've added SPDXing (the automated way of course ;) ) to my todo list. > > > > OMG, why don't you listen? We don't want your automatic patches. > Wrong. > *Some of you* don't want my automatic patches. > And *some others* already applied them and said thanks. Sure, it is automatic. Anyway, good luck, may the force be with you!. Thanks > > > > > Thanks > > > > > > > > > > > > > Thanks > > > > > > > > > > > > > > jon