From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9782 invoked by alias); 20 Sep 2018 11:04:19 -0000 Mailing-List: contact libc-stable-help@sourceware.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Subscribe: List-Archive: Sender: libc-stable-owner@sourceware.org Received: (qmail 97460 invoked by uid 89); 20 Sep 2018 11:02:19 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Checked: by ClamAV 0.100.1 on sourceware.org X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:203 X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_PASS autolearn=ham version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on sourceware.org X-Spam-Level: X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 20 Sep 2018 11:02:14 +0000 Received: from smtp.corp.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.26]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id D996AC057F20; Thu, 20 Sep 2018 11:02:12 +0000 (UTC) Received: from oldenburg.str.redhat.com (dhcp-192-212.str.redhat.com [10.33.192.212]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 308CE309137F; Thu, 20 Sep 2018 11:02:12 +0000 (UTC) From: Florian Weimer To: "H.J. Lu" Cc: Libc-stable Mailing List Subject: Re: [2.28 patch] Fix BZ 23606 -- Missing ENDBR32 in sysdeps/i386/start.S References: Date: Mon, 01 Jan 2018 00:00:00 -0000 In-Reply-To: (H. J. Lu's message of "Wed, 19 Sep 2018 06:41:44 -0700") Message-ID: <87zhwcfn4d.fsf@oldenburg.str.redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Scanned-By: MIMEDefang 2.84 on 10.5.11.26 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.32]); Thu, 20 Sep 2018 11:02:12 +0000 (UTC) X-IsSubscribed: yes X-SW-Source: 2018-09/txt/msg00003.txt.bz2 * H. J. Lu: > I will backport it to 2.28 branch by the end of this week. Feel free to backport it sooner. 8-) Thanks, Florian