Received: by 2002:a05:6a10:5bc5:0:0:0:0 with SMTP id os5csp2232641pxb; Tue, 12 Oct 2021 02:09:40 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzhHDbRf389GyJ/LlAG7TFN63mwdF2RNdrAYXXTRuHyqFvpWozDz5EDrH3t2XZhc01/eaR9 X-Received: by 2002:a50:ff14:: with SMTP id a20mr50057723edu.81.1634029780608; Tue, 12 Oct 2021 02:09:40 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1634029780; cv=none; d=google.com; s=arc-20160816; b=lNPNgqhCvAPi23pUgTlnY2XYIa5T3etcG5I1Fe/UMim1Ur7sszEhqwm3HOIjgJQ+8p uXKX0icUOBPEnYAsDE+/JykNzfHsxLjUTgRK/KEsDaBVrNYfimHZ7wyOtEbutfiJn3Vt QsTdxfx49PNkDrVd+8peAf/lDQlDHccs9hq8SIoA8kv5TY2UaKfD2Ob61SweswpndV8Z ERFR3UTN1rZVISlSSuGYQOkp96ubS92kis7/381KMzMY1tPH8RGh96fUp+EYga8Iam4I o128jLYlXAYg+rquJSthHzO2YT9d0+ruaSDr+NdFM15pf4+AhJL7zo/MnZ7bJagp5nDn 62nQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=1Da01fpmjkkqD6MIXvL0HPVpYx8i3EEoa7UqYtCwWBE=; b=CsW1dR0cUIfwSKDebaZ8fEMZif5WHhoXcgzVOrwdmKy3AuJX2mLTXezqPeMXd1nnPZ 7rjGNcCx9NmyTCuaCt8di2ICPSfmBfH2S0a769z3tj9YT4n9O/NPAho74970SbYWbM/n YaP57qLkzsbiyG9rztcVLZ/UPUXLcZ3FAtxt4gT2w4BWzRkPHimiMYDbEm2aNHH4QUWJ 3jYsAxRTZqjBLQnG/Zrv7bz/CD0z3shkXYdrvnCtS29cnaIlXViTbhNG3Pkw9yhDICpv p2wDDSHy/btqP1zliXjOJjT4Q6FpmZ2buHKQdgVYJkDeQ3cAsiiRvteEDxURKSb2MIyT ZbmA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id a18si6193746ejp.26.2021.10.12.02.09.17; Tue, 12 Oct 2021 02:09:40 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235636AbhJLJJD (ORCPT + 99 others); Tue, 12 Oct 2021 05:09:03 -0400 Received: from wtarreau.pck.nerim.net ([62.212.114.60]:44171 "EHLO 1wt.eu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235868AbhJLJI6 (ORCPT ); Tue, 12 Oct 2021 05:08:58 -0400 Received: (from willy@localhost) by pcw.home.local (8.15.2/8.15.2/Submit) id 19C96crM030348; Tue, 12 Oct 2021 11:06:38 +0200 Date: Tue, 12 Oct 2021 11:06:38 +0200 From: Willy Tarreau To: Ammar Faizi Cc: Paul Walmsley , Palmer Dabbelt , Albert Ou , Linux Kernel Mailing List , Andy Lutomirski , Thomas Gleixner , Ingo Molnar , Borislav Petkov , x86@kernel.org, "H. Peter Anvin" Subject: Re: [PATCH] tools/nolibc: x86: Remove `r8`, `r9` and `r10` from the clobber list Message-ID: <20211012090638.GD28951@1wt.eu> References: <20211012052822.GA28951@1wt.eu> <20211012083644.543775-1-ammarfaizi2@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211012083644.543775-1-ammarfaizi2@gmail.com> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Oct 12, 2021 at 03:36:44PM +0700, Ammar Faizi wrote: > I have tried to search for the documentation about this one, but I > couldn't find any. Checking at `Documentation/x86/entry_64.rst`, but > it doesn't tell anything relevant. (...) OK thanks for the detailed story, thus I didn't miss any obvious reference. > My stance comes from SO, Telegram group discussion, and reading source > code. Therefore, I don't think I can attach the link to it as > "authoritative information". Or can I? You're right, that's not exactly what we can call authoritative :-) > When I sent this patch, I also added entry_64.S's maintainers to CC > list. In hope they can help to at least acknowledge it. Mainly because > I can't find the documentation from Linux that tells about this. > > Andy, Thomas, Ingo, Borislav, H. Peter. > > Could one of you shed some light so that I can attach the link to your > message in the commit message? Let's indeed wait for any of the x86 maintainers to confirm your analysis. Thanks! Willy