From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS22989 209.51.188.0/24 X-Spam-Status: No, score=-3.7 required=3.0 tests=AWL,BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H2,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id F08491F601 for ; Fri, 2 Dec 2022 13:33:42 +0000 (UTC) Authentication-Results: dcvr.yhbt.net; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=clisp.org header.i=@clisp.org header.b="SiN5xtPo"; dkim-atps=neutral Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1p16AF-0007L4-Fu; Fri, 02 Dec 2022 08:33:15 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p16AE-0007Kk-EL for bug-gnulib@gnu.org; Fri, 02 Dec 2022 08:33:14 -0500 Received: from mo4-p00-ob.smtp.rzone.de ([85.215.255.22]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p16A8-0007qk-5t for bug-gnulib@gnu.org; Fri, 02 Dec 2022 08:33:14 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1669987982; s=strato-dkim-0002; d=clisp.org; h=References:In-Reply-To:Message-ID:Date:Subject:Cc:To:From:Cc:Date: From:Subject:Sender; bh=7WKCKUo91XpB5wHfk8GyofL+nvQzs7XSitkjFnKG1sk=; b=SiN5xtPoBZ5V9+tFOmIDEsErK2nNn5fmiCXnZnbAjT7DhC/wNS3+QhrV3bsNcugvH7 ZPpXOtTyuC4MTOEbEQ/pc8wr9/jX0Yhrwc+wwK6+eg1ifkD3RPBRKgKgGZU++ckPNggr 1N9yVTESfr/A5pO+SC+3PlRNCDkwMmbvqf5dH8X3kwJ71IylU2xHYff0Lf748ev1yh9M Mlh0XUkhX3fhx0tyrGi8N4gsuStm8bM0iIrr9DEq7YBds8jCiPWGTRh3VpCzkfZYRzDW pgXK43zx0k4kg8XdUV2yNlh/aHvKEqxCKKQO0RtuTrqXzQNFxrY2dXralajld1rSW5b4 yGrg== Authentication-Results: strato.com; dkim=none X-RZG-AUTH: ":Ln4Re0+Ic/6oZXR1YgKryK8brlshOcZlIWs+iCP5vnk6shH0WWb0LN8XZoH94zq68+3cfpPCiKBCKp9LKWRxD9uOrnBPf5Yw" X-RZG-CLASS-ID: mo00 Received: from nimes.localnet by smtp.strato.de (RZmta 48.2.1 AUTH) with ESMTPSA id v9c7e6yB2DX2Sq1 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits)) (Client did not present a certificate); Fri, 2 Dec 2022 14:33:02 +0100 (CET) From: Bruno Haible To: Ondrej Valousek Cc: bug-gnulib@gnu.org Subject: Re: [PATCH] Basic support for checking NFSv4 ACLs in Linux Date: Fri, 02 Dec 2022 14:33:01 +0100 Message-ID: <3417910.som1txNFv6@nimes> In-Reply-To: <20221202124018.1446189-1-ondrej.valousek.xm@renesas.com> References: <20221202124018.1446189-1-ondrej.valousek.xm@renesas.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1" Received-SPF: none client-ip=85.215.255.22; envelope-from=bruno@clisp.org; helo=mo4-p00-ob.smtp.rzone.de X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_NONE=0.001, T_SPF_HELO_TEMPERROR=0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: bug-gnulib@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gnulib discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnulib-bounces+normalperson=yhbt.net@gnu.org Sender: bug-gnulib-bounces+normalperson=yhbt.net@gnu.org Hi Ondrej, > Thanks for the input, I think it should be OK now, please take a look. Yes, the patch is now in a form that we could commit into Gnulib. Thank you! =46or the semantics, I trust your testing and the discussions you had with Andreas Gr=FCnbacher. The other point is the copyright assignment to the FSF. I started a private mail exchange with you on this topic a week ago. Please reply if something is not clear. Bruno