From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf1-x42e.google.com (mail-pf1-x42e.google.com [IPv6:2607:f8b0:4864:20::42e]) by sourceware.org (Postfix) with ESMTPS id 174783858434 for ; Mon, 23 May 2022 20:45:05 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 174783858434 Received: by mail-pf1-x42e.google.com with SMTP id b135so2951639pfb.12 for ; Mon, 23 May 2022 13:45:05 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=C2hlKFHEe6H4zanA4n0eH9ZJhUz/8VlzPX6XWE2Plv0=; b=5d+UOoTwVyXGAi6NKiRH/lm+GhMDO+gY35zFjjLsxRP6tcCOlKYYwdXM21uuL8PW9D 1buQu3PPDennGazUp3nAxRgVSiVAeJICgi+wxzIYQOFN2srx/flRRym+fl76g5i4HJYU j9SJfhlp/i2QONSXyOqbJfiBHVsWdkKkWU0RPTnzyAbvemMiHmiXmp1xx8UB57hvDYh4 6ojIhnVhgF96/zbqcrRuFblDX0vr+/z7DNADBmXBvbk7IdzaJX8j502lDPeqkOdPRfB5 HdEYavWM4HnwOaMGp/SktbhnRtUhkxAHStnrYopo/Wy3+A2sfmbgcYcTTsH4r5O2WyHH nF5Q== X-Gm-Message-State: AOAM5300uIMG5l3sTJBq14CX0ODi47q7nufldVBMiuQ9XUP6OoZSyhAX b8clyxIRAZSAuHVFrbTzA+BPYQ== X-Google-Smtp-Source: ABdhPJzaueTFWgHRNDlx+4MvTL05BbkXZYf1nNhowiZhEOKwgvFPpyRu8Yocan8y1FW7hcJUfu0awA== X-Received: by 2002:a63:5d21:0:b0:3fa:387b:7b44 with SMTP id r33-20020a635d21000000b003fa387b7b44mr7403553pgb.48.1653338703991; Mon, 23 May 2022 13:45:03 -0700 (PDT) Received: from google.com ([2620:15c:2ce:200:11f3:53d3:b79a:52bd]) by smtp.gmail.com with ESMTPSA id o4-20020a170902bcc400b0015e8d4eb2afsm5532113pls.249.2022.05.23.13.45.03 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 23 May 2022 13:45:03 -0700 (PDT) Date: Mon, 23 May 2022 13:45:00 -0700 From: Fangrui Song To: Szabolcs Nagy Cc: libc-alpha@sourceware.org, Adhemerval Zanella Subject: Re: [PATCH 3/3] Revert "[ARM][BZ #17711] Fix extern protected data handling" Message-ID: <20220523204500.7coiigms7aqjojq5@google.com> References: <20220501060615.1694317-1-maskray@google.com> <20220501060615.1694317-4-maskray@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: X-Spam-Status: No, score=-19.9 required=5.0 tests=BAYES_00, DKIMWL_WL_MED, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, ENV_AND_HDR_SPF_MATCH, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE, USER_IN_DEF_DKIM_WL, USER_IN_DEF_SPF_WL 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: , X-List-Received-Date: Mon, 23 May 2022 20:45:06 -0000 On 2022-05-23, Szabolcs Nagy wrote: >The 04/30/2022 23:06, Fangrui Song wrote: >> This reverts commit 3bcea719ddd6ce399d7bccb492c40af77d216e42. > >i'd reference the previous commit here for details. > >Reviewed-by: Szabolcs Nagy > Thanks:) Added "Similar to commit e555954e026df1b85b8ef6c101d05f97b1520d7e for aarch64." to the commit message and pushed. When I sent the patch series I did not have a commit id for this arm patch :)