From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS17314 8.43.84.0/22 X-Spam-Status: No, score=-3.7 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED,RDNS_DYNAMIC,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (ip-8-43-85-97.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 009041F8C6 for ; Mon, 13 Sep 2021 13:44:37 +0000 (UTC) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id E4446385843B for ; Mon, 13 Sep 2021 13:44:35 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E4446385843B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1631540675; bh=2LgSCqquvlYvbmqxVQAg1RzK/JNdX1s5BXD7KBts5RY=; h=To:Subject:References:Date:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=VW744p3TqcA7sp/YEtSP5/hsHRcrwATQK8kbkE3eBKHoAlQ6I17f/EFKHOTxaH2pm hCgbso4iomW6AO7ZmNJaJmo9RE+JsRuUk0MocecsS+xZ+SaB/JubIx0BsAiVhDxPbO +5txAzi0sGS42Wa5wKIP+nyzC/7Bi3+k2CEi+8II= Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by sourceware.org (Postfix) with ESMTP id F064F385841A for ; Mon, 13 Sep 2021 13:44:16 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org F064F385841A Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-499-pN2fJrZiNQmhcyKxilfGVw-1; Mon, 13 Sep 2021 09:44:13 -0400 X-MC-Unique: pN2fJrZiNQmhcyKxilfGVw-1 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 69F1A9126D; Mon, 13 Sep 2021 13:44:12 +0000 (UTC) Received: from oldenburg.str.redhat.com (unknown [10.39.195.4]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 452EB6A8EE; Mon, 13 Sep 2021 13:44:11 +0000 (UTC) To: Vincent Chen Subject: Re: [RFC patch 2/5] RISC-V: Reserve about 5K space in mcontext_t to support future ISA expansion. References: <1631497278-29829-1-git-send-email-vincent.chen@sifive.com> <1631497278-29829-3-git-send-email-vincent.chen@sifive.com> Date: Mon, 13 Sep 2021 15:44:09 +0200 In-Reply-To: <1631497278-29829-3-git-send-email-vincent.chen@sifive.com> (Vincent Chen's message of "Mon, 13 Sep 2021 09:41:15 +0800") Message-ID: <871r5sd1zq.fsf@oldenburg.str.redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain 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: , From: Florian Weimer via Libc-alpha Reply-To: Florian Weimer Cc: libc-alpha@sourceware.org, andrew@sifive.com Errors-To: libc-alpha-bounces+e=80x24.org@sourceware.org Sender: "Libc-alpha" * Vincent Chen: > Following the changes of struct sigcontext in Linux to reserve about 5K space > to support future ISA expansion. > --- > sysdeps/unix/sysv/linux/riscv/sys/ucontext.h | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/sysdeps/unix/sysv/linux/riscv/sys/ucontext.h b/sysdeps/unix/sysv/linux/riscv/sys/ucontext.h > index cfafa44..80caf07 100644 > --- a/sysdeps/unix/sysv/linux/riscv/sys/ucontext.h > +++ b/sysdeps/unix/sysv/linux/riscv/sys/ucontext.h > @@ -82,6 +82,8 @@ typedef struct mcontext_t > { > __riscv_mc_gp_state __gregs; > union __riscv_mc_fp_state __fpregs; > + /* 5K + 256 reserved for vector state and future expansion. */ > + unsigned char __reserved[5376] __attribute__ ((__aligned__ (16))); > } mcontext_t; This changes the size of struct ucontext_t, which is an ABI break (getcontext callers are supposed to provide their own object). This shouldn't be necessary if the additional vector registers are caller-saved. Thanks, Florian