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 2601FCCA47B for ; Wed, 15 Jun 2022 09:27:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1344465AbiFOJ1W (ORCPT ); Wed, 15 Jun 2022 05:27:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38862 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234780AbiFOJ1V (ORCPT ); Wed, 15 Jun 2022 05:27:21 -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 CA01115A31; Wed, 15 Jun 2022 02:27:19 -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 E66CB52042F; Wed, 15 Jun 2022 11:27:17 +0200 (CEST) Received: from lxhi-065 (10.72.94.26) 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; Wed, 15 Jun 2022 11:27:17 +0200 Date: Wed, 15 Jun 2022 11:27:12 +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: <20220615092712.GA4068@lxhi-065> References: <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> <20220610153336.GA8881@lxhi-065> <4bc349a59e4042f7831b1190914851fe@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <4bc349a59e4042f7831b1190914851fe@huawei.com> User-Agent: Mutt/1.5.24 (2015-08-30) X-Originating-IP: [10.72.94.26] 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-fsdevel@vger.kernel.org Hello Roberto, On Fr, Jun 10, 2022 at 03:38:24 +0000, Roberto Sassu wrote: > I would be happy to address the remaining concerns, or take more > suggestions, and then develop a new version of the patch set. I face a number of conflicts when I try to rebase the latest openEuler commits against vanilla master (v5.19-rc2). Do you think it is possible to submit the rebased version to ML? In addition, I can also see some open/unresolved points from Mimi [*]. Did you by chance find some mutual agreement offline or do you think they would still potentially need some attention? Maybe we can resume the discussion once you submit the rebased series? Many thanks and looking forward to it. [*] Potentially comments which deserve a reply/clarification/resolution https://lore.kernel.org/lkml/1561985652.4049.24.camel@linux.ibm.com/#t https://lore.kernel.org/lkml/1561908456.3985.23.camel@linux.ibm.com/ BR, Eugeniu.