From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oi1-x233.google.com (mail-oi1-x233.google.com [IPv6:2607:f8b0:4864:20::233]) by sourceware.org (Postfix) with ESMTPS id BE7C53858C52 for ; Wed, 21 Sep 2022 12:16:47 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org BE7C53858C52 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=linaro.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=linaro.org Received: by mail-oi1-x233.google.com with SMTP id n83so7720695oif.11 for ; Wed, 21 Sep 2022 05:16:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=content-transfer-encoding:in-reply-to:organization:from:references :to:content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date; bh=deSFsnjaxl0h6U9m3ufe7SEcHCpXEBkKf2WpYmmho4Y=; b=gcG26VJ07Fgbtwcy7lerOYrIPUXiObn3uQMdbvP6Azgufa6iLeNZl/DsgOXH2itptx IkohsqVCbwEWnfJ1EwGrh+WYhzvvB6VzhPCXfmj5nn3uhtaLWIUOvrDClJyVfirI6s/P syCYVyM9sEr1r0CP99jQGZnKOlG7/dcdk9NWun/JTz91uGTgdsYLtA6koRcuzqGiarVn C2oqAztPMJi/L3dW3zd59Ra6NeA1bucdJAvGgF0WXcaIETE4AOY0l/h0UTwVJ55gbw4d PDVodmj44nx1qZLTNtM3rbl5bsKp7xCkUll+MAvGm6DGqbAB80IQNw8B89lym1ej/iQ6 LY1A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:organization:from:references :to:content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date; bh=deSFsnjaxl0h6U9m3ufe7SEcHCpXEBkKf2WpYmmho4Y=; b=opiB3aLKKJs4STlMarGFlpDGRIJoNMLtgTIFsoMQyJIqwa2i7c2OG1OkFN6ky0qhfm +IKKMbmsD8/2Hrk9lhd/q7iaidjDYsi/sSkOGbEFJqrAsrbLxs7d4OodpUObQeYIjQrv swKIW/aDOzwijnpMgaocorrHk7SB2MiLt/X6/JG/usK38TlYGx5wP6sRNQwhHifEqdn5 SS9KpSeuZKHRJc3q6uw1TLzb5Uu4MlmwSwKW8eqpt5zEuRIc6ZMzzBun8YC3e7WjU/h/ WYZLNpv6Fl3RMp+I0CItz6hHpvXWNW08m8cyGvPk/N4G//qeGv/dyZvSHrQvfUBopeKk o3Pw== X-Gm-Message-State: ACrzQf2VvPkqiLk6FTtuLVgycaeyLMGOu23nTXo5CfjIoZmRywJbqaO3 aVhTTk1zSbiavN5gQ6x6iWWSd7CKKrHG1hgL X-Google-Smtp-Source: AMsMyM4a7YUCjnmcSnaJl0Wixm8uL9LCfifwmFy+ZJi/IIxz9bMi3ywNKYm6BCSoXgVVBsnsZl9RvQ== X-Received: by 2002:a05:6808:1648:b0:335:41f7:1e1 with SMTP id az8-20020a056808164800b0033541f701e1mr3823756oib.216.1663762606932; Wed, 21 Sep 2022 05:16:46 -0700 (PDT) Received: from ?IPV6:2804:1b3:a7c1:c266:cc93:9f8:1eba:d2e8? ([2804:1b3:a7c1:c266:cc93:9f8:1eba:d2e8]) by smtp.gmail.com with ESMTPSA id m23-20020a056870a11700b0010830c24aaasm1424469oae.56.2022.09.21.05.16.46 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 21 Sep 2022 05:16:46 -0700 (PDT) Message-ID: Date: Wed, 21 Sep 2022 09:16:44 -0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.2.2 Subject: Re: [committed] hppa: undef __ASSUME_SET_ROBUST_LIST Content-Language: en-US To: libc-alpha@sourceware.org References: From: Adhemerval Zanella Netto Organization: Linaro In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-15.0 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,GIT_PATCH_0,NICE_REPLY_A,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,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 List-Id: On 20/09/22 17:20, John David Anglin wrote: > 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 > Does it happen only for hppa? If is a generic missing feature maybe we should undef __ASSUME_SET_ROBUST_LIST for all architectures.