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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4AF40CCA47C for ; Fri, 10 Jun 2022 15:33:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234379AbiFJPdq (ORCPT ); Fri, 10 Jun 2022 11:33:46 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57888 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233020AbiFJPdp (ORCPT ); Fri, 10 Jun 2022 11:33:45 -0400 Received: from hi1smtp01.de.adit-jv.com (smtp1.de.adit-jv.com [93.241.18.167]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EC7BE17ED36; Fri, 10 Jun 2022 08:33:43 -0700 (PDT) Received: from hi2exch02.adit-jv.com (hi2exch02.adit-jv.com [10.72.92.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by hi1smtp01.de.adit-jv.com (Postfix) with ESMTPS id BB6A5520171; Fri, 10 Jun 2022 17:33:41 +0200 (CEST) Received: from lxhi-065 (10.72.94.27) by hi2exch02.adit-jv.com (10.72.92.28) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.1.2308.27; Fri, 10 Jun 2022 17:33:40 +0200 Date: Fri, 10 Jun 2022 17:33:36 +0200 From: Eugeniu Rosca To: Roberto Sassu CC: Eugeniu Rosca , Rob Landley , "hpa@zytor.com" , Masahiro Yamada , Arvind Sankar , Mimi Zohar , "viro@zeniv.linux.org.uk" , "linux-security-module@vger.kernel.org" , "linux-integrity@vger.kernel.org" , "initramfs@vger.kernel.org" , "linux-api@vger.kernel.org" , "linux-fsdevel@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "bug-cpio@gnu.org" , "zohar@linux.vnet.ibm.com" , Silviu Vlasceanu , Dmitry Kasatkin , "takondra@cisco.com" , "kamensky@cisco.com" , "arnd@arndb.de" , "james.w.mcmechan@gmail.com" , "linux-kbuild@vger.kernel.org" , Dirk Behme , Eugeniu Rosca Subject: Re: [PATCH v4 0/3] initramfs: add support for xattrs in the initial ram disk Message-ID: <20220610153336.GA8881@lxhi-065> References: <541e9ea1-024f-5c22-0b58-f8692e6c1eb1@landley.net> <33cfb804-6a17-39f0-92b7-01d54e9c452d@huawei.com> <1561909199.3985.33.camel@linux.ibm.com> <45164486-782f-a442-e442-6f56f9299c66@huawei.com> <1561991485.4067.14.camel@linux.ibm.com> <0c17bf9e-9b0b-b067-cf18-24516315b682@huawei.com> <20220609102627.GA3922@lxhi-065> <21b3aeab20554a30b9796b82cc58e55b@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <21b3aeab20554a30b9796b82cc58e55b@huawei.com> User-Agent: Mutt/1.5.24 (2015-08-30) X-Originating-IP: [10.72.94.27] X-ClientProxiedBy: hi2exch02.adit-jv.com (10.72.92.28) To hi2exch02.adit-jv.com (10.72.92.28) Precedence: bulk List-ID: X-Mailing-List: linux-api@vger.kernel.org Hello Roberto, On Do, Jun 09, 2022 at 11:05:45 +0000, Roberto Sassu wrote: > > From: Eugeniu Rosca [mailto:erosca@de.adit-jv.com] > > Sent: Thursday, June 9, 2022 12:26 PM > > Dear Roberto, > > Cc: Yamada-san, linux-kbuild > > > > On Mi, Jul 24, 2019 at 05:34:53 +0200, Roberto Sassu wrote: > > > Is there anything I didn't address in this patch set, that is delaying > > > the review? I would appreciate if you can give me a feedback, positive > > > or negative. > > > > > > Thanks a lot! > > > > > > Roberto > > > > Some of our users have recently asked for this patch series. > > Hello > > thanks for your interest in this patch set. > > > Could you please feedback if this is the latest revision available or > > maybe there is a newer one developed and potentially not shared on LKML? > > Yes, it is the latest revision available. There might have been few > fixes in the final code. You may want to have a look at: Many thanks for the links to the updated patch revisions. It looks like the new versions added a couple of bugfixes and refinements. With more users now using this feature, do you think there is a higher chance for upstreaming, compared to 2019 (original submission date)? Best Regards, Eugeniu