From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa2.mentor.iphmx.com (esa2.mentor.iphmx.com [68.232.141.98]) by sourceware.org (Postfix) with ESMTPS id C1AE43858D28 for ; Fri, 28 Jan 2022 23:26:25 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org C1AE43858D28 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mentor.com IronPort-SDR: ybcuXabVW53F3qc7YchY3U9V8gUoZMpeoMxclJUvA93BaFmXUF9Q1RWS8v3vuYH0V77puKxfct o4D7yHFKnTGF+kwhIrYdjoAEQI5u0pOSQzCOhhzgqPnLDcWez7hYhnhDcwLJ3/0qx1bykEgnFX QaSoqzawUPENxErGetLC8NkglA/Uj36zMVkneNBPEyFFlHlxUgUhEG44vZUkGDrSMlQ5BB7mMn eFb7JXo0QnMlOHIUhwGzZYQEArcf7YNTdeEMa6OdQXgHLiT9n29ISZUHReoDqIysPlgtWAVsMC 8WJMxRPqJIcoaUWTWRzv9hrC X-IronPort-AV: E=Sophos;i="5.88,325,1635235200"; d="scan'208";a="71360135" Received: from orw-gwy-01-in.mentorg.com ([192.94.38.165]) by esa2.mentor.iphmx.com with ESMTP; 28 Jan 2022 15:26:23 -0800 IronPort-SDR: jpZAEzOjkpYidCIe6UIByvoEuPTmM3bXUWepB+lP7JYydD1LsQih97R+upMbFWo5kZYI7uP4I+ NYXSIQ4oQjKuZ13CbWNCZ7CGsXtkoGaxXxPiSzYq9x1XYu/F2g9hiOzWKlbK28dIB5OoG9E/Cx qcF8t3ZceNfHZwivSzQu1me8K1kGJ/PgS/9IUhMnb8B436sxTB//3VCwdc/7oLKhHPPF/m60zl +sH/J0cSgdCXqi3OE8Ofx9LmGc2qFBFYyFaDzh9mB3fxP5Ijz3ECDAH0LXUH9cDkd6983UOuFU 0Eo= Date: Fri, 28 Jan 2022 23:26:19 +0000 From: Joseph Myers X-X-Sender: jsm28@digraph.polyomino.org.uk To: Adhemerval Zanella CC: Subject: Re: [PATCH 2/2] linux: posix_spawn: return EINVAL on argc < 1 In-Reply-To: Message-ID: References: <20220128133937.9555-1-crrodriguez@opensuse.org> User-Agent: Alpine 2.22 (DEB 394 2020-01-19) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: svr-ies-mbx-11.mgc.mentorg.com (139.181.222.11) To svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) X-Spam-Status: No, score=-3114.9 required=5.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, KAM_NUMSUBJECT, SPF_HELO_PASS, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org 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: , X-List-Received-Date: Fri, 28 Jan 2022 23:26:26 -0000 On Fri, 28 Jan 2022, Adhemerval Zanella via Libc-alpha wrote: > We can add a note on deprecated and removed features, but I am not sure > if would make any difference now that kernels will changes the semantic > anyway and it will cause compatibility issues anyway. I haven't seen any discussions of this on linux-api, so the kernel discussion elsewhere might not be taking any compatibility issues properly into account. -- Joseph S. Myers joseph@codesourcery.com