From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by sourceware.org (Postfix) with ESMTPS id 8F4013858D3C for ; Mon, 8 Nov 2021 15:38:04 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 8F4013858D3C Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=inria.fr Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=inria.fr DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inria.fr; s=dc; h=date:message-id:from:to:cc:in-reply-to:subject: references; bh=Ouj0v0zHl5D0gAciwmxaYZbhsBgSwFa0IdYNRVAQnS4=; b=FcbjEV+A9ytY/llRd7Ff3nw9nyy9nkQA4iekAda7BVIncGzCt7eA9fH0 oBZwUOzKejEzegP4Vk3nN56NnP0gSPvrboNsUbkSdWp5kkrkJeN/GlrX6 G2Hiq0LJj35x3dIOXtr3PG2KRxuAm19w46naxnRL7mKcS7kUkOHiI0gRK o=; IronPort-HdrOrdr: =?us-ascii?q?A9a23=3AkDPjMq+Y/dJaMyPzOK5uk+DfI+orL9Y04lQ7?= =?us-ascii?q?vn2ZhyY4TiX4rbHNoB1173TJYVoqMk3I3OrvBEDiewK+yXcW2+Ys1N6ZNWHbUS?= =?us-ascii?q?mTTb2KhrGD/9SUIVyZygcr79YGT0ERMrDN5CBB/KLHCV6DYrMd/OU=3D?= X-IronPort-AV: E=Sophos;i="5.84,326,1620684000"; d="scan'208";a="398603112" Received: from tomate.loria.fr (HELO tomate) ([152.81.10.51]) by mail3-relais-sop.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Nov 2021 16:38:02 +0100 Date: Mon, 08 Nov 2021 16:38:02 +0100 Message-Id: From: Paul Zimmermann To: Joseph Myers Cc: libc-alpha@sourceware.org In-Reply-To: (message from Joseph Myers on Mon, 8 Nov 2021 15:03:03 +0000) Subject: Re: Ping^4 Re: [PATCH v2] Support C2X printf %b, %B References: X-Spam-Status: No, score=-3.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham 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, 08 Nov 2021 15:38:07 -0000 Dear Joseph, I tried to apply that patch to master (a6a9c1a) but it seems to fail (conflict in NEWS): $ git pw patch apply 46147 Applying: Support C2X printf %b, %B Using index info to reconstruct a base tree... M NEWS Falling back to patching base and 3-way merge... Auto-merging NEWS CONFLICT (content): Merge conflict in NEWS error: Failed to merge in the changes. hint: Use 'git am --show-current-patch=diff' to see the failed patch Patch failed at 0001 Support C2X printf %b, %B Is there any way to force the "trybot" to check again the patch with current master? Best regards, Paul > Date: Mon, 8 Nov 2021 15:03:03 +0000 > From: Joseph Myers > User-Agent: Alpine 2.22 (DEB 394 2020-01-19) > > Ping^4. 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