Received: by 2002:a25:868d:0:0:0:0:0 with SMTP id z13csp152368ybk; Tue, 12 May 2020 18:23:48 -0700 (PDT) X-Google-Smtp-Source: APiQypLT237lZB9bY9qPIUYAqJlsWgi2GogBdV+YTchtpNMIghAfXhvRirFo3buKO1z68gv+OeBW X-Received: by 2002:a17:907:7242:: with SMTP id ds2mr20928279ejc.297.1589333028441; Tue, 12 May 2020 18:23:48 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1589333028; cv=none; d=google.com; s=arc-20160816; b=QgYqXmOP6Svp2AZcoCZ1GhGj7JftKfOq1gb/yMtcK9xK7hA9RP89PODI32Nw8kBA5d zDpdU2wHZrvH0Zp8OIbkb33DCl84yVeAkUZaK2StVrlr2Krt2VVcboiY+lvUWlrjKEGx Q+4eMTiEvUZiDOWLuuHwesVyJR9EBo2VRw8eJqHS+afd1ME7IWx864ZuH4noEVITHcMC AEAGhsSNWiZRt30GhaiJLluZpwtDcGeTE/mjZ2Sxd9EfVT1611w+dsvjfTaWzmgHMHyw k0MARTfJgIIZcat+PynnEemKnUXltpcbo58xVByYY6Ixkxc2t+9G6Og3A1A66gs5vw1e uDQw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:references:message-id :in-reply-to:subject:cc:to:from:date; bh=SQYZ4Zfkddg30H4BLQJBBv+1PO1hEvTmaemzcVOjhww=; b=wflNTWqLfkhVTt3+SaGbR14v37BFJJ56cAlZgcyoF3uYYubz+kL+PLzGMR41HTncjf 9zWFye/tnFO5IXhXoUQQcmKl4SkSrFZFYJDT+xae4BhbnQFVewolnut1W36gxf12lZ8i WViTi3BtHAfamn7w2X0fcwfQzThua9k2EGZ4QYDy/e/wgZnotWN9BFoxdAN9kDHTOJyf MVZjP4GUpcPeM++LInkOg7qtEB++yo5l4vD1H16swS4bO7/stNOfYrMjsJ7NMlGN2GrI RoExwrlglpxFzM5Il3AYpHQAWjfxNTqmAf3BZPweuS1nHE68XkVPeAF9grR9u0aq62HP d3eQ== 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 h11si9104671edr.106.2020.05.12.18.23.25; Tue, 12 May 2020 18:23:48 -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 S1732044AbgEMBUw (ORCPT + 99 others); Tue, 12 May 2020 21:20:52 -0400 Received: from kvm5.telegraphics.com.au ([98.124.60.144]:48866 "EHLO kvm5.telegraphics.com.au" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731604AbgEMBUv (ORCPT ); Tue, 12 May 2020 21:20:51 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by kvm5.telegraphics.com.au (Postfix) with ESMTP id F311729CEA; Tue, 12 May 2020 21:14:48 -0400 (EDT) Date: Wed, 13 May 2020 11:14:56 +1000 (AEST) From: Finn Thain To: Markus Elfring cc: netdev@vger.kernel.org, kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org, "David S. Miller" , Jakub Kicinski , Christophe Jaillet Subject: Re: net/sonic: Fix some resource leaks in error handling paths In-Reply-To: <3fabce05-7da9-7daa-d92c-411369f35b4a@web.de> Message-ID: References: <9d279f21-6172-5318-4e29-061277e82157@web.de> <9994a7de-0399-fb34-237a-a3c71b3cf568@web.de> <3fabce05-7da9-7daa-d92c-411369f35b4a@web.de> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 12 May 2020, Markus Elfring wrote: > > Markus, if you were to write a patch to improve upon coding-style.rst, > > who should review it? > > All involved contributors have got chances to provide constructive > comments. But how could someone be elevated to "involved contributor" if their patches were to be blocked by arbitrary application of the rules? > I would be curious who will actually dare to contribute further ideas > for this area. > You seem to be uniquely positioned to do that, if only because you cited rules which don't appear to support your objection. > > > If you are unable to write or review such a patch, how can you hope to > > adjudicate compliance? > > I can also try to achieve more improvements here to see how the > available software documentation will evolve. > When the people who write and review the coding standards are the same people who write and review the code, the standards devolve (given the prevailing incentives). > Regards, > Markus >