Received: by 2002:a05:6a10:a852:0:0:0:0 with SMTP id d18csp2949197pxy; Mon, 3 May 2021 11:30:14 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwQOxz9fpRB0zzw9OJ/fh2+EPrgRoXBMaP/AJW/02+py8TPV9HxTllmE9vbwJdWXbbuxLTP X-Received: by 2002:a17:90a:8991:: with SMTP id v17mr2191770pjn.132.1620066614095; Mon, 03 May 2021 11:30:14 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1620066614; cv=none; d=google.com; s=arc-20160816; b=nIfOGeIhx1S9ivXeycJaC1u816R2rTlR4t2gT85W8IW1U/Lm5VucJAH2d1f3AXoav/ Z7QVVIKf88YYS8ehdBfd7mjuw41h7ode5XqptsnMiR8tnAXwiYZaj4ohyATC6qJrMf7j nighQVP15wFGArcBIrxSjF3T5sexGhoo6ZFVsgMUc0pX+7HWwjVGWM65a+8nXLQiR7DO rD4vp31G9H+4dSEBnYpJOjl4uJb79bSqwNacc8woHL3M929zTo/Xu8d+zj63qVekgKY1 PUDO2JKwu7KTh+5wcSKR6cyzdWbN4d0BspQ01/OmSN20NQT7oWS6bfwOYzvG3hM+8l6V de0Q== 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=k10y6xoUQQXKol4BDTDZ1deGThH22E4z5jrixqztN7c=; b=JSSSHmovyn/y3iWYwLfN0PmciQnzrIroRWMduleAIIHo+FQKaZH1CNIboFhHESE4QA 49w5+yaCDfrxIutL6bzWPT9uyVb+ta2ALGljSa5RwxDuGWqHhuCLIMXdG+pI1jrq3IPC 39rRRvw2K4XiW8lZemLiM4xuenZQoZTKwJgVSnXh5e6TKsr7PjU3ntu5xidABrWnLM6E cc4jG0iUuA1XZIUBV1PrNue6o8SDU5zd7LxYv3SvypR5myVkwEjX91lsCxEYujH3Ygrz ANebkynkN9fUlZRx5ptHEZQRy3UvKwv1/D451uPV7ZG7sjX/8pwQGnq+CpjyhgBIlRMe VDPg== 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 t23si14273850pju.9.2021.05.03.11.30.00; Mon, 03 May 2021 11:30:14 -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 S229835AbhECS3n (ORCPT + 99 others); Mon, 3 May 2021 14:29:43 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47574 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229594AbhECS3m (ORCPT ); Mon, 3 May 2021 14:29:42 -0400 Received: from zeniv-ca.linux.org.uk (zeniv-ca.linux.org.uk [IPv6:2607:5300:60:148a::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D22ADC06174A; Mon, 3 May 2021 11:28:48 -0700 (PDT) Received: from viro by zeniv-ca.linux.org.uk with local (Exim 4.94 #2 (Red Hat Linux)) id 1lddJ8-00AijV-8H; Mon, 03 May 2021 18:28:38 +0000 Date: Mon, 3 May 2021 18:28:38 +0000 From: Al Viro To: Linus Torvalds Cc: Bartosz Golaszewski , Andy Shevchenko , Linus Walleij , "open list:GPIO SUBSYSTEM" , Linux Kernel Mailing List Subject: Re: [GIT PULL] gpio: updates for v5.13 Message-ID: References: <20210502193216.24872-1-brgl@bgdev.pl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: Al Viro Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, May 03, 2021 at 11:03:57AM -0700, Linus Torvalds wrote: > Al, > would you mind taking a look at this part: > > On Sun, May 2, 2021 at 12:32 PM Bartosz Golaszewski wrote: > > > > You'll notice that we have a bunch of configfs commits in our tree not acked by > > the configfs maintainers. These commits implement the concept of committable > > items in configfs - something that was well defined in the documentation for > > years but has remained unimplemented. Despite the first submission of these > > patches back in November 2020[1] and repeated pings & resending, configfs > > maintainers have remained unresponsive. After reviewing these on the GPIO > > mailing list, we decided to pick them up ourselves and send them your way > > together with the first user: the new GPIO simulator. > > It doesn't look huge to me, and I don't care all that deeply about > configfs, and honestly, I'm not seeing huge amounts of actual > development there, with recent commits all being about cleanup of vfs > changes (eg things like the new idmapping changes etc). > > That said, I really don't want to pull that with some core sanity checking. > > So Al, do you see anything horrendous in how that configfs thing uses > a rename to do kind of an "atomic swap" of configfs state? Give me a few hours; configfs is playing silly buggers with a lot of structures when creating/tearing down subtrees, and I'd actually expect more trouble with configfs data structures than with VFS ones. I'll take a look.