From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa3.mentor.iphmx.com (esa3.mentor.iphmx.com [68.232.137.180]) by sourceware.org (Postfix) with ESMTPS id 5721B3858432 for ; Mon, 1 Nov 2021 16:56:49 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 5721B3858432 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: wSBSeyjazOKxKyxl6pn64X3KQJfBsA5m6SnOZ+eZhcaB6uSO5FHfsuXXdXRJyZD9bIaHUcUDxq GnnChFphg7KrIE4GQluTaZZnQMvWGht0MKmOgrCTh51FPlnT9O+5MFbWRe0zMx2pAJ75hGas4W Gy3Jy4pAWP/Urvp6xJru+3NeHsx2gATxQ/hLjoJO3fzpZVTN1/AvBZwG27wSYAaG7DG2gPSJyd v0WC9fOxaxfkkHN5u1N4NXUFeT/RZmwcO/5Vdp9GTPmgoRn8qHooSMPr9yAw4yl270T2DIpmTy VYb/R6r6sdfwMxdR25Jd72k5 X-IronPort-AV: E=Sophos;i="5.87,200,1631606400"; d="scan'208";a="67753462" Received: from orw-gwy-02-in.mentorg.com ([192.94.38.167]) by esa3.mentor.iphmx.com with ESMTP; 01 Nov 2021 08:56:48 -0800 IronPort-SDR: pFIvodK79WuX+j68P7nGMSxQxc1YHT/mntd2rd7W8lalIbpUKiPHhp4ZqfoX9/PCjGodaVYFID Dd2ZaB3Wiskssco7UWio/3wL9rLsu6j1KN+s6kFjtNjYYbkSCm9R4YyrBTCF/JnUMwwgRggwIJ d0k+FcpNkrIg5bA965h/SOPm0TTpb4FdOKImnIcIIIc/XSpRcbcGeLTAZ9uvA7aKZutnQIyPiv dgWUKaF7J/P8Rvhp9CNw6dHxjwA6ZWTQPwqE/+QP8htc0SkqnZAozitoJL05VbI4Q27OjzB4Se Ie8= Date: Mon, 1 Nov 2021 16:56:43 +0000 From: Joseph Myers X-X-Sender: jsm28@digraph.polyomino.org.uk To: Subject: Ping^3 Re: [PATCH v2] Support C2X printf %b, %B In-Reply-To: Message-ID: References: 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-09.mgc.mentorg.com (139.181.222.9) To svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) X-Spam-Status: No, score=-3117.2 required=5.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, SPF_HELO_PASS, SPF_PASS, TXREP 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: Mon, 01 Nov 2021 16:56:51 -0000 Ping^3. Any more comments on this patch ? It seems the discussion of preventing execution of binaries with an older glibc than that with which they were built has moved onto general mechanisms for doing that (if doing that ends up being considered desirable), rather than anything that would involve a change to this patch such as adding new symbol versions for 56 printf-like functions per long double variant. -- Joseph S. Myers joseph@codesourcery.com