From patchwork Tue Sep 20 20:20:22 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: John David Anglin X-Patchwork-Id: 1680214 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=sourceware.org (client-ip=2620:52:3:1:0:246e:9693:128c; helo=sourceware.org; envelope-from=libc-alpha-bounces+incoming=patchwork.ozlabs.org@sourceware.org; receiver=) Received: from sourceware.org (server2.sourceware.org [IPv6:2620:52:3:1:0:246e:9693:128c]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4MXCbY1vSmz1ypH for ; Wed, 21 Sep 2022 06:20:41 +1000 (AEST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id CB0B1385803B for ; Tue, 20 Sep 2022 20:20:37 +0000 (GMT) X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from cmx-torrgo002.bell.net (mta-tor-002.bell.net [209.71.212.29]) by sourceware.org (Postfix) with ESMTP id 793263858C55 for ; Tue, 20 Sep 2022 20:20:28 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 793263858C55 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=bell.net Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=bell.net X-RG-CM-BuS: 0 X-RG-CM-SC: 0 X-RG-CM: Clean X-Originating-IP: [174.95.58.43] X-RG-Env-Sender: dave.anglin@bell.net X-RG-Rigid: 631B5D6504F11EDC X-CM-Envelope: MS4xfNBU4A6VHNr3kte60bUWpmR6zW38KxMyn3lcHAqphfrvuS6vR41Ptf8MRTSGEMKMx6DA1YUb0XnYUzNkvc4CQoH4rbPFzwS8vhpjfY2syGVLhVBsioh6 BFXS/5koI+8gvaB7LytmKbINZgC0UQHCUkTmjPvjf9qvK1XmrdaOcLnvFbREuONd4cKPZ5g6OyqoGwhYNBBw41hk84y332vbBwf/wlLN6ZcJ03VrYlZhbgai hx9RCmtSguSymC5Io//OFD1KsQt2lYFq7XyHhR/5l93ggfmwarBmlOBgOMYNFHrMJZDgHgCeVhOqo5ptYLJKMIOndCPZPoc1FXLcbk2H5RjH0Ylak6D8rhhB 4cg0ddoOTdx/vuhjWKifn/hgyGZ2bCxasJfSF9I5xg3dyXNZLoKa41ngbNTXjAv666OTtNM/ X-CM-Analysis: v=2.4 cv=XfXqcK15 c=1 sm=1 tr=0 ts=632a2086 a=oiJDitmlNOPgVxj52MZyFw==:117 a=oiJDitmlNOPgVxj52MZyFw==:17 a=xOM3xZuef0cA:10 a=FBHGMhGWAAAA:8 a=9R8BPdZNrUEbTfHp_OoA:9 a=CjuIK1q_8ugA:10 a=0VoxKDcIJjeMi_882nUA:9 a=FfaGCDsud1wA:10 a=9gvnlMMaQFpL9xblJ6ne:22 Received: from mx3210.localdomain (174.95.58.43) by cmx-torrgo002.bell.net (5.8.807) (authenticated as dave.anglin@bell.net) id 631B5D6504F11EDC; Tue, 20 Sep 2022 16:20:22 -0400 Received: by mx3210.localdomain (Postfix, from userid 1000) id 6DB41220116; Tue, 20 Sep 2022 20:20:22 +0000 (UTC) Date: Tue, 20 Sep 2022 20:20:22 +0000 From: John David Anglin To: libc-alpha@sourceware.org Subject: [committed] hppa: undef __ASSUME_SET_ROBUST_LIST Message-ID: MIME-Version: 1.0 Content-Disposition: inline X-Spam-Status: No, score=-8.9 required=5.0 tests=BAYES_00, GIT_PATCH_0, KAM_DMARC_STATUS, RCVD_IN_MSPIKE_H2, SPF_HELO_PASS, SPF_PASS, 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 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: Helge Deller Errors-To: libc-alpha-bounces+incoming=patchwork.ozlabs.org@sourceware.org Sender: "Libc-alpha" QEMU does not support support set_robust_list. Thus, we need to enable detection of set_robust_list system call. Signed-off-by: John David Anglin diff --git a/sysdeps/unix/sysv/linux/hppa/kernel-features.h b/sysdeps/unix/sysv/linux/hppa/kernel-features.h index 0cd21ef0fa..079612e4aa 100644 --- a/sysdeps/unix/sysv/linux/hppa/kernel-features.h +++ b/sysdeps/unix/sysv/linux/hppa/kernel-features.h @@ -30,3 +30,6 @@ #undef __ASSUME_CLONE_DEFAULT #define __ASSUME_CLONE_BACKWARDS 1 + +/* QEMU does not support set_robust_list. */ +#undef __ASSUME_SET_ROBUST_LIST