From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oa1-x33.google.com (mail-oa1-x33.google.com [IPv6:2001:4860:4864:20::33]) by sourceware.org (Postfix) with ESMTPS id 81FB73858D1E for ; Tue, 20 Jun 2023 07:33:42 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 81FB73858D1E Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-oa1-x33.google.com with SMTP id 586e51a60fabf-1a9f25f271dso3332577fac.2 for ; Tue, 20 Jun 2023 00:33:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1687246421; x=1689838421; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=b4+XM/jf3xI9BCK4LhmCIUfL+huAp8ImyZYpt56xkqg=; b=AFH8klVwSaf7hlstAAl5vn8RwiORsVbTH6RlgZaR6IMskniLzbsU4J+tSf4oY6kVPo 3cDTuvI+OkCVVXm+fVx3uUb7O/vM4xhTfgygZQQQXF2jH1e+rioC3NHGtux7blQ8YRdu QlNr9pjEBlIc/ck/feQvPNYNaBfU2XjloN5AnWa9g1OzcMth/jO4qWS+vdQ2+IFKcGz4 ymHjX4PEkc8qIlqDjlTW6+UteN0JZyLC0FiBtlhES0srBKQs1Z9wrnPB8d4RRsjjChC9 nzzhqWRqyU+dRGhVZEP40Nq2WZ10zbGm/jzIfwHjgkxh0ED8nPDqv0NFOZQixVQMLFtT /T0g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1687246421; x=1689838421; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=b4+XM/jf3xI9BCK4LhmCIUfL+huAp8ImyZYpt56xkqg=; b=fOwswUKe3B9HAXv3vd2jo4VznVh5mBrh9dxpz2QHT9+5yu6uua//P9drPbll55+80S WoOTCMGKxZBcYkrY7P+qSObY9VpPW0sbigVaguYyK6dX4Lx/ZAzYgvFushbSWsdme+g7 hO+9gzGoc7UV2/c7mSiuqVWfxMygDSnU/Cy4gNXDj6kXyL7TRITf2RjPKbxx1xptAzuA Xwb4ATzxEOdv0Yjvax1BHFo+Ou8YtkLK77oUvGFSfP+NLoUwdT8nnyHvNtJkKZVPrYMA MwSD6hMdAwNALRo8gZoH/aIjhtODMgrp4qAX6f/XNJfd1WEuXO0GerG0yxCmJnrLERnf fmZA== X-Gm-Message-State: AC+VfDzFFW184lBNK5q1Fsf181kEMBveXrxgVXNkdJEsZ7tOkAhl/rF2 e6prrewEXkomb3YHtbK+2baDaSuCYuMc/b2hdmyrDbxAg+s= X-Google-Smtp-Source: ACHHUZ7iWQ9NCb6S57lWo5J3KUqMFi5x3Al6NFDKzdPXJSgSa9hRb6Gb6/ZPIdMl0rFGak8d2PCNc7usGDW+t4A4fAI= X-Received: by 2002:a05:6870:e391:b0:19f:1df3:ffce with SMTP id x17-20020a056870e39100b0019f1df3ffcemr3261753oad.53.1687246421485; Tue, 20 Jun 2023 00:33:41 -0700 (PDT) MIME-Version: 1.0 References: <20230617222218.642125-1-bugaevc@gmail.com> <1249c048-c72d-0bf1-f0e0-2e619cfe5372@redhat.com> <783b1d24-f2b4-3a3c-d636-2b231be3b823@linaro.org> <2B723D88-546D-4AA6-8BDA-7B6CC9F5D404@linaro.org> In-Reply-To: <2B723D88-546D-4AA6-8BDA-7B6CC9F5D404@linaro.org> From: Sergey Bugaev Date: Tue, 20 Jun 2023 10:33:30 +0300 Message-ID: Subject: Re: [PATCH v3 0/5] fcntl fortification To: Maxim Kuvyrkov Cc: "Carlos O'Donell" , Adhemerval Zanella Netto , Libc-alpha Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-2.2 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Tue, Jun 20, 2023 at 8:59=E2=80=AFAM Maxim Kuvyrkov wrote: > Hi Sergey, > > See the attached tarball with output from failed tests Hi, and thank you -- so it's just that F_DUPFD_CLOEXEC is defined conditionally (ifdef __USE_XOPEN2K8), that'd be easy to fix. I don't see why it would vary depending on CPU architecture though. Sergey