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=-3.9 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,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 11B781F5AE for ; Thu, 23 Jul 2020 21:01:17 +0000 (UTC) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 55F2E3861838; Thu, 23 Jul 2020 21:01:16 +0000 (GMT) Received: from esa3.mentor.iphmx.com (esa3.mentor.iphmx.com [68.232.137.180]) by sourceware.org (Postfix) with ESMTPS id DBD2E3858D38 for ; Thu, 23 Jul 2020 21:01:13 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org DBD2E3858D38 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=joseph_myers@mentor.com IronPort-SDR: XmiMasj38UqX3I+WuEICjdJJq0oAyFHzWF1tXet00DfSUCSYe52PKyjx61UBZVmJx6Y+tc87sf FcRHTPUHz9csaJf86oBY4Lr3Qu42Yl2tib3d57AnP6OqybBaOVbkrMV+g+lOIwgD41c7VbZXLx n18IQjeBWOoYaCBgpuxQnHwTnK/lLXYZVgqQK5tTaDMZS6kMq0gCLc+u1V4/XFT+NRtMGnuR81 otOJcO8IqIStupAeGWlpxlHWaE/W2eRTsv33A4oGmaIbfgOdM+MOg8cy/HA5s2Do7LNw+vi7Yv pmg= X-IronPort-AV: E=Sophos;i="5.75,388,1589270400"; d="scan'208";a="51242365" Received: from orw-gwy-01-in.mentorg.com ([192.94.38.165]) by esa3.mentor.iphmx.com with ESMTP; 23 Jul 2020 13:01:12 -0800 IronPort-SDR: wgAm5PPQn1odA6SWvGRQtHK7GgAVkZ4hbO9PQ1gM2MA2Ep+dUVDWEGTnpNAx69Ok6/4aTvvH7u iW4Rl4F9ViGTaUwuK6bjXTYinqxBq8GHEGxn0YnBtrp0ly8y6+GutPhEdWzplMByIHtF8f2t9z e7PT/VuS4Sauhpd37YcoE5Rl+7ribEIwSni9R30EI4VgrKPZwCSJ7hWnQqO3KemcQvvqH6g5cV A0go7TZilBf4ib7YNCla3tH2WTCHLBueMNgxP+MYHR9MBbTn7o/ciSucSq+oS6Lzsm6WxQDPla /jc= Date: Thu, 23 Jul 2020 21:01:07 +0000 From: Joseph Myers X-X-Sender: jsm28@digraph.polyomino.org.uk To: Adhemerval Zanella Subject: Re: [PATCH 10/16] Remove mknod wrapper functions, move them to symbols In-Reply-To: <5fb3c2df-6a16-c673-6c00-48648c4ddc2f@linaro.org> Message-ID: References: <20200723194641.1949404-1-adhemerval.zanella@linaro.org> <20200723194641.1949404-11-adhemerval.zanella@linaro.org> <5fb3c2df-6a16-c673-6c00-48648c4ddc2f@linaro.org> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: SVR-IES-MBX-04.mgc.mentorg.com (139.181.222.4) To svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) 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: , Cc: libc-alpha@sourceware.org, Alistair Francis Errors-To: libc-alpha-bounces@sourceware.org Sender: "Libc-alpha" On Thu, 23 Jul 2020, Adhemerval Zanella via Libc-alpha wrote: > On 23/07/2020 17:53, Joseph Myers wrote: > > On Thu, 23 Jul 2020, Adhemerval Zanella via Libc-alpha wrote: > > > >> Both the prototypes of the internal symbol linked by the static > >> wrappers and the inline redirectors are also removed from the installed > >> sys/stat.h header file. The wrapper implementation license is also > >> change from LGPL to GPL. > > > > That's not an accurate description. The license remains LGPL with the > > exception for objects that get statically linked in when dynamically > > linking with libc (*_nonshared.a and crt*.o) removed. Likewise for other > > patches with a similar description. > > > > So should we revert the License change or just rewrite the description? Rewrite the description. Once an object is no longer in *_nonshared.a (or crt*.o, or sources shared with libgcc in the case of soft-fp), there is no need for the LGPL exception and the file should be plain LGPL with no exception. -- Joseph S. Myers joseph@codesourcery.com