Received: by 2002:a25:ef43:0:0:0:0:0 with SMTP id w3csp196618ybm; Thu, 28 May 2020 20:25:57 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzfRoUfzP99ppewy/D0CaR4lFWcMRQRVt8reGt293A1YT0eQcJuuP5x0zbRxUzXYxyOTMRM X-Received: by 2002:a50:99c9:: with SMTP id n9mr6373260edb.1.1590722757785; Thu, 28 May 2020 20:25:57 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1590722757; cv=none; d=google.com; s=arc-20160816; b=qFCU+4I8F1VAHXCdJBKkswr3jzcDoMfIXnwbXSwNF5BuQouSw7/RYc5Y5oKhULetE0 3q68St9NJ5qSOLfMbVsqAEdtSjcLZYixu46T/rb9txnJqFonADe2+UphajZox44kSkCn 8fZEBykygQ9OA0ErlloyNx1dLaTGSiyZVJ6oNvE4hG8elVZLvgaO6dpUfrGb1uXubOMm 2NEdMcM5CF7Ux8Jxh3QJ965O63wPrUN10oWwJ9gPGHZe+xEGgx317bsBtC8Gnw56jgES 47zjXspbSjpDOaoV2XPBvJ7gzcIMl7ADbHyIZDgGXSv63E7WhJ4Bdr+tH2NHBbQb5S0t uTDA== 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=PaUsvMza7Qm9lnBNvCg4dgoLFt61kHRvIoJsITwUcw8=; b=sH6qwt94EecwEdcMGk9bZTNTLDJYiAaO1ds2HWRVnN32+kCCDFAh7uJwW8fknWvYff f0MpAX456uypD5QZg0oraEzcsE4bGcNO4C2DNtF02duslRKpPBtilL2inVXCZTYHAgsk VZvyd8NWO1xI9/NpSRdSmRVyYyVoSz5sZBqEWRBd2oWq/FZKNpNtNlQjhdSHZUse0GWW BDvGQagNoUnowTJ7GOQu8LeKiLm8x0Hj32oaR7E1EK78ZdUr3GgVMScQhlqACRyReHXK 3hGxWysJ3a9p+/w7j2YKstGkN2S8N6y23S48aZXpEaL7DI0s1Kv3Yew+eAGsVOYLl1f9 jsOw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-ext4-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 cd16si4835249ejb.649.2020.05.28.20.25.34; Thu, 28 May 2020 20:25:57 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-ext4-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-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2391792AbgE2DZU (ORCPT + 99 others); Thu, 28 May 2020 23:25:20 -0400 Received: from outgoing-auth-1.mit.edu ([18.9.28.11]:56592 "EHLO outgoing.mit.edu" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S2388714AbgE2DZS (ORCPT ); Thu, 28 May 2020 23:25:18 -0400 Received: from callcc.thunk.org (pool-100-0-195-244.bstnma.fios.verizon.net [100.0.195.244]) (authenticated bits=0) (User authenticated as tytso@ATHENA.MIT.EDU) by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id 04T3P5xl028612 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 28 May 2020 23:25:06 -0400 Received: by callcc.thunk.org (Postfix, from userid 15806) id 6188C420304; Thu, 28 May 2020 23:25:05 -0400 (EDT) Date: Thu, 28 May 2020 23:25:05 -0400 From: "Theodore Y. Ts'o" To: "Jan (janneke) Nieuwenhuizen" Cc: linux-kernel@vger.kernel.org, linux-ext4@vger.kernel.org, Andreas Dilger , Danny Milosavljevic , Samuel Thibault Subject: Re: [PATCH v2] ext4: support xattr gnu.* namespace for the Hurd Message-ID: <20200529032505.GM228632@mit.edu> References: <20200525193940.878-1-janneke@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200525193940.878-1-janneke@gnu.org> Sender: linux-ext4-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org On Mon, May 25, 2020 at 09:39:40PM +0200, Jan (janneke) Nieuwenhuizen wrote: > The Hurd gained[0] support for moving the translator and author > fields out of the inode and into the "gnu.*" xattr namespace. > > In anticipation of that, an xattr INDEX was reserved[1]. The Hurd has > now been brought into compliance[2] with that. > > This patch adds support for reading and writing such attributes from > Linux; you can now do something like > > mkdir -p hurd-root/servers/socket > touch hurd-root/servers/socket/1 > setfattr --name=gnu.translator --value='"/hurd/pflocal\0"' \ > hurd-root/servers/socket/1 > getfattr --name=gnu.translator hurd-root/servers/socket/1 > # file: 1 > gnu.translator="/hurd/pflocal" > > to setup a pipe translator, which is being used to create[3] a > vm-image for the Hurd from GNU Guix. > > [0] https://summerofcode.withgoogle.com/projects/#5869799859027968 > [1] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=3980bd3b406addb327d858aebd19e229ea340b9a > [2] https://git.savannah.gnu.org/cgit/hurd/hurd.git/commit/?id=a04c7bf83172faa7cb080fbe3b6c04a8415ca645 > [3] https://git.savannah.gnu.org/cgit/guix.git/log/?h=wip-hurd-vm This patch is missing a Signed-off-by. If you don't understand why this is really important, please read: https://www.kernel.org/doc/html/latest/process/submitting-patches.html#sign-your-work-the-developer-s-certificate-of-origin Can you resubmit with the DCO or confirm that it's OK for me to add your Signed-off-by? - Ted