Received: by 2002:a25:683:0:0:0:0:0 with SMTP id 125csp723707ybg; Fri, 12 Jun 2020 12:54:08 -0700 (PDT) X-Google-Smtp-Source: ABdhPJysTkME/fknrR+QyhRNbd6L5M85S8eg4fb9SEG7TzY0hRMJxGqVlMTBSL/R7SKIKu4XimJX X-Received: by 2002:a17:907:4240:: with SMTP id oi24mr14355905ejb.127.1591991648322; Fri, 12 Jun 2020 12:54:08 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1591991648; cv=none; d=google.com; s=arc-20160816; b=Ce70ifvhkn01pUCGM7iVQRNCfloEcZI8ykZM+rbk7kbaH81K2Ty5RRj+rGHQkVU2WD 3XKgRN648Q7V2Un7w8U3pAdAtcJp7CZ+XQ9aV6f1NAVzHN9iazWXomylOY+iBB4kk3In /6G0XdDznluy8LgrW4DJ49+evfHZU32wioYj0TfQvejQnWZm3AgtDIQJO62hdpnaLfcd ssCFx8BeWA03j1EAK4m6zX7lLJ0QVRS3h8aea/Uw5hKM7cVyNsy6tqnwBca2+fuWznI+ aqD9y+61ARQ3oAenGRonOGJvMkcBwEMWwn4Xy+cH7hMUBT9Cg/0MysHTpPrs9/6VLDwW y3cg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=pXVUTMKbFcxqqZnHyJulnWJvu+WorCiokE6rJxqMyFU=; b=VclpO/0ZQbluY8f++h7IVpjDjPc0OUx/XXAFbVu3rFVsGxxbBdckBVFfv/2Or2RDlb G5wkERdsnF42zQqXRdhguVAWpWNRgEgG9bWqs2s5Pd9ASuB+Ni8RlUxYnoyOaflfMln3 raOPoE3LtrbbWLa/7Y+NXKXJWmEDbryV4HUF/TwS7Puznr7X1Z5QyI97KSvA57sHaNm1 TT3224/HVjd6XQRGTHZto6ojN1GtRvbYZRq8Q/k2QQ09AzpijqHJeh6U6ggkwBeQaeqG vNffJ2HSA2AtKyPcxn1WhggpbzrKYD8d6R5Vg0cZYbCGfYwLPFgkgvU8qYNvlmgr7t7Z ej1g== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id y14si4218123edu.550.2020.06.12.12.53.46; Fri, 12 Jun 2020 12:54:08 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726390AbgFLTtO (ORCPT + 99 others); Fri, 12 Jun 2020 15:49:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48802 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726268AbgFLTtO (ORCPT ); Fri, 12 Jun 2020 15:49:14 -0400 Received: from ZenIV.linux.org.uk (zeniv.linux.org.uk [IPv6:2002:c35c:fd02::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EB613C03E96F; Fri, 12 Jun 2020 12:49:13 -0700 (PDT) Received: from viro by ZenIV.linux.org.uk with local (Exim 4.93 #3 (Red Hat Linux)) id 1jjpfh-007nEs-Ie; Fri, 12 Jun 2020 19:49:01 +0000 Date: Fri, 12 Jun 2020 20:49:01 +0100 From: Al Viro To: Markus Elfring Cc: Matthew Wilcox , Kaitao Cheng , linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org, Alexey Dobriyan , Colin Ian King , Muchun Song Subject: Re: [v2] proc/fd: Remove unnecessary variable initialisations in seq_show() Message-ID: <20200612194901.GD23230@ZenIV.linux.org.uk> References: <20200612160946.21187-1-pilgrimtao@gmail.com> <7fdada40-370d-37b3-3aab-bfbedaa1804f@web.de> <20200612170033.GF8681@bombadil.infradead.org> <80794080-138f-d015-39df-36832e9ab5d4@web.de> <20200612170431.GG8681@bombadil.infradead.org> <20200612182811.GH8681@bombadil.infradead.org> <20200612184701.GI8681@bombadil.infradead.org> <95eacd3e-9e29-6abf-9095-e8f6be057046@web.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <95eacd3e-9e29-6abf-9095-e8f6be057046@web.de> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jun 12, 2020 at 09:00:14PM +0200, Markus Elfring wrote: > >> I suggest to take another look at published software development activities. > > > > Do you collateral evolution in the twenty? > > Evolutions and software refactorings are just happening. > Can we continue to clarify the concrete programming items > also for a more constructive review of this patch variant? The really shocking part is that apparently this thing is _not_ a bot - according to the people who'd been unfortunate enough to meet it, it's hosted by wetware and behaviour is the same face-to-face... I'm still not convinced that it's not a sociology student collecting PhD material, though - something around strong programme crowd, with their religious avoidance of learning the subject matter, lest it taints their "research"...