From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 083DC194A4B; Tue, 3 Sep 2024 15:23:44 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.140.110.172 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1725377027; cv=none; b=hnVjKxsUTLWF4tSHasYpJ1RAWTRLf/P6jieBmJN1+mZi8CfkVb8arOOnA0WYSkint7rTzcj5Vp9To7f5xE2rd+/aTv0qPO2A3VF3Q9L9bA3X0qztTYCKcYyiNKy2Zzv8LwQweVGY2jkA+XA8DXRedfqZx9A1D2GyK3lSuYbus3g= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1725377027; c=relaxed/simple; bh=dnEKtRjj1Zkc12HzhKlC5AqBoC1c4+RRUDJvRg4Eztw=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=WFJ3UrO0+NM8oGxrnoHfxuZFfS1N+T2tv3nB8i98KG5eiUkqi4bek3uvEjEkH2BDg7SBy8ZCotcxTIOBW8rLSmPHQNg8H8bpK+PGy1nigBHBHDxFRbxp7btE+/EF8ya4UkvEq76p9D8LwIuTZjcYE9NwQOq2XqLH5yJJAKrwxQ4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com; spf=pass smtp.mailfrom=arm.com; arc=none smtp.client-ip=217.140.110.172 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=arm.com Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id B793EFEC; Tue, 3 Sep 2024 08:24:10 -0700 (PDT) Received: from [10.1.196.72] (e119884-lin.cambridge.arm.com [10.1.196.72]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 9892D3F66E; Tue, 3 Sep 2024 08:23:41 -0700 (PDT) Message-ID: <59945d5a-8251-449a-b75e-878e6c50584e@arm.com> Date: Tue, 3 Sep 2024 16:23:40 +0100 Precedence: bulk X-Mailing-List: linux-arch@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH 1/9] x86: vdso: Introduce asm/vdso/mman.h To: "Jason A. Donenfeld" Cc: linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, linux-mm@kvack.org, Andy Lutomirski , Thomas Gleixner , Christophe Leroy , Michael Ellerman , Nicholas Piggin , Naveen N Rao , Ingo Molnar , Borislav Petkov , Dave Hansen , "H . Peter Anvin" , Theodore Ts'o , Arnd Bergmann , Andrew Morton , Steven Rostedt , Masami Hiramatsu , Mathieu Desnoyers References: <20240903151437.1002990-1-vincenzo.frascino@arm.com> <20240903151437.1002990-2-vincenzo.frascino@arm.com> Content-Language: en-US From: Vincenzo Frascino In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit On 03/09/2024 16:16, Jason A. Donenfeld wrote: > Christophe explained the issue with this in > https://lore.kernel.org/all/85efc7c5-40c8-4c89-b65f-dd13536fb8c7@cs-soprasteria.com/ And I think I replied to Christophe here: https://lore.kernel.org/all/632b8da1-c165-4d17-804f-4edf1438d55a@arm.com/ Can you please explain what you are referring to explicitly? -- Regards, Vincenzo