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-Status: No, score=-4.2 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,MAILING_LIST_MULTI, RCVD_IN_DNSWL_BLOCKED,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 9246C1F86C for ; Thu, 3 Dec 2020 13:55:33 +0000 (UTC) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 6E6A8396ECB4; Thu, 3 Dec 2020 13:55:32 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6E6A8396ECB4 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1607003732; bh=XylA9I5j+SdkDiyIv2ytZVjzjXpnFRwF48lQQhUiI68=; h=To:Subject:References:Date:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=TQeS+wrm9vlEIOxF7lAjStRKR0d28zX1Y09uLJuxVG0SOmD0JE5lBJByI8VD6xzIh CYKrab9qeKyB6ny43m3QSwLOdAloVgypAGTY77vckE8tqeQbn+NuTI8bnIcRZEIe7Q 374iTVNcaEoOrwaPCqlbcv9PSp8SXTwqYQpjRM5Q= Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by sourceware.org (Postfix) with ESMTP id 1C185396ECB4 for ; Thu, 3 Dec 2020 13:55:30 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 1C185396ECB4 Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-353-uFAgM155P4qS1iIIzpcjRg-1; Thu, 03 Dec 2020 08:55:26 -0500 X-MC-Unique: uFAgM155P4qS1iIIzpcjRg-1 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 190D38042B5; Thu, 3 Dec 2020 13:55:25 +0000 (UTC) Received: from oldenburg2.str.redhat.com (ovpn-112-44.ams2.redhat.com [10.36.112.44]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 1A9BD5C22A; Thu, 3 Dec 2020 13:55:23 +0000 (UTC) To: Adhemerval Zanella via Libc-alpha Subject: Re: [PATCH] Linux: Add execveat system call wrapper References: <20200428122019.26826-1-ahajkova@redhat.com> <8e4bcdfa-0ecd-b076-a2a7-2cac9cb419b2@linaro.org> Date: Thu, 03 Dec 2020 14:55:22 +0100 In-Reply-To: <8e4bcdfa-0ecd-b076-a2a7-2cac9cb419b2@linaro.org> (Adhemerval Zanella via Libc-alpha's message of "Mon, 9 Nov 2020 17:39:57 -0300") Message-ID: <87y2ifyoxh.fsf@oldenburg2.str.redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Florian Weimer via Libc-alpha Reply-To: Florian Weimer Cc: Alexandra =?utf-8?B?SMOhamtvdsOh?= Errors-To: libc-alpha-bounces@sourceware.org Sender: "Libc-alpha" * Adhemerval Zanella via Libc-alpha: >> diff --git a/sysdeps/unix/sysv/linux/execveat.c b/sysdeps/unix/sysv/linux/execveat.c >> new file mode 100644 >> index 0000000000..7ebf397091 >> --- /dev/null >> +++ b/sysdeps/unix/sysv/linux/execveat.c >> @@ -0,0 +1,67 @@ >> +/* Copyright (C) 1994-2020 Free Software Foundation, Inc. > > I think it should be solely 2020. Some of the code was copied from fexecve.c, which has claims the years 1994-2020. In general, I think we should preserve copyright years when copying files. Thanks, Florian -- Red Hat GmbH, https://de.redhat.com/ , Registered seat: Grasbrunn, Commercial register: Amtsgericht Muenchen, HRB 153243, Managing Directors: Charles Cachera, Brian Klemm, Laurie Krebs, Michael O'Neill