From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by sourceware.org (Postfix) with ESMTPS id C2AA1384CB97 for ; Thu, 9 May 2024 21:30:31 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org C2AA1384CB97 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=redhat.com ARC-Filter: OpenARC Filter v1.0.0 sourceware.org C2AA1384CB97 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=170.10.133.124 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1715290232; cv=none; b=KOnVm40mAgER5n3GrDYyzjt4sgrLcuR2RlyujczrZYJfZSBtUCgnsFbOliUZaF9pf2AsyPiCqztgIDmSb2L7LQrhwWUYYvKsAX6346xPqCZMZk0GoC+EkLq+mcEyAy3gY//f3080Icy/uXBmikRfyU8zS3jV8igwj2r+Lx6vIUc= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1715290232; c=relaxed/simple; bh=66/FflLqYVmS+byWisxe2SXptkDY1Dal9rvMjNpliiU=; h=DKIM-Signature:From:To:Subject:Date:Message-ID:MIME-Version; b=mondokqAznxXvnbHHDKq49nhS4THx8dcUVPNAx2a63CAFhZzsfg8qeElj6ZAChud/+ZLAuj2kjRGdDu7lhnDpJk8Mrkb3heyVGetp9NNifgc1UvsG0x6ArU69X3JV4iqInqCK3dM0qzdPo/BhV37C1lfLtts7s81OCa6CsNemdc= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1715290231; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=h6S1Op8FwfuSpnpWHnx//02fWCYS9ay+W9TyoM/+PH8=; b=EhSqwq+StcqioMEZ6IcwJtNuJWkYoAUVx/VY5PtgRmOsqt7ZrKI4HCnBpqJxceOjR/29vF zuoe/yvXB8KIjC1d51F+lHJCuKBoxUeHMXvdZ0eRBhxGtoB0sL5K9CIQ00RL8oWSjhDSlt EmuJHY0b7G95dedCev9jHUcjFLQy6gc= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-528-0dR69CVvOv2OHZez6B6RIQ-1; Thu, 09 May 2024 17:30:27 -0400 X-MC-Unique: 0dR69CVvOv2OHZez6B6RIQ-1 Received: from smtp.corp.redhat.com (int-mx09.intmail.prod.int.rdu2.redhat.com [10.11.54.9]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 0BDD28016FF; Thu, 9 May 2024 21:30:27 +0000 (UTC) Received: from oldenburg.str.redhat.com (unknown [10.39.192.74]) by smtp.corp.redhat.com (Postfix) with ESMTPS id C993E4C4075; Thu, 9 May 2024 21:30:25 +0000 (UTC) From: Florian Weimer To: Sunil Pandey Cc: Hongjiu Lu , Libc-stable Mailing List , GNU C Library Subject: Re: [PATCH] elf: Disable some subtests of ifuncmain1, ifuncmain5 for !PIE In-Reply-To: (Sunil Pandey's message of "Thu, 9 May 2024 14:24:50 -0700") References: <87fseyy3s7.fsf@oldenburg.str.redhat.com> Date: Thu, 09 May 2024 23:30:24 +0200 Message-ID: <87a5kyn05r.fsf@oldenburg.str.redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.9 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain X-Spam-Status: No, score=-4.9 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_NONE,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: * Sunil Pandey: > I would like to backport this patch to release branches(from 2.33 to > 2.28) Any comments or objections? Seems reasonable. I stopped at 2.34 recently because that was the earliest release I needed to backport other things to, there's no fundamental reason to backport this further back. Thanks, Florian