From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-10.5 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9B288C433E2 for ; Thu, 3 Sep 2020 06:56:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7ED6C2071B for ; Thu, 3 Sep 2020 06:56:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727955AbgICG4T (ORCPT ); Thu, 3 Sep 2020 02:56:19 -0400 Received: from verein.lst.de ([213.95.11.211]:36552 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725919AbgICG4S (ORCPT ); Thu, 3 Sep 2020 02:56:18 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id E465068BEB; Thu, 3 Sep 2020 08:56:13 +0200 (CEST) Date: Thu, 3 Sep 2020 08:56:13 +0200 From: Christoph Hellwig To: Mark Rutland Cc: Christoph Hellwig , Josh Poimboeuf , x86@kernel.org, linux-kernel@vger.kernel.org, Linus Torvalds , Al Viro , Will Deacon , Dan Williams , Andrea Arcangeli , Waiman Long , Peter Zijlstra , Thomas Gleixner , Andrew Cooper , Andy Lutomirski Subject: Re: [PATCH] x86/uaccess: Use pointer masking to limit uaccess speculation Message-ID: <20200903065613.GA18731@lst.de> References: <20200901140208.GA95447@C02TD0UTHF1T.local> <20200901144641.GA28580@lst.de> <20200901145442.GC95447@C02TD0UTHF1T.local> <20200901150553.GA30034@lst.de> <20200901154629.GA882@lst.de> <20200902114348.GA1002@C02TD0UTHF1T.local> <20200902133231.GA32133@lst.de> <20200902172330.GB1002@C02TD0UTHF1T.local> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200902172330.GB1002@C02TD0UTHF1T.local> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Sep 02, 2020 at 06:23:30PM +0100, Mark Rutland wrote: > I've pushed an initial/incomplete/WIP stab (just the kernel accessors) > to: > > https://git.kernel.org/pub/scm/linux/kernel/git/mark/linux.git/log/?h=arm64/set_fs-removal Thanks! > ... and doing that made it clear that the necessary arm64 rework is a > bit more fractal than I thought (e.g. SDEI bits), so it might be a short > while before I post a series. SDEI is just forcing back a KERNEL_DS to a normal USER_DS, isn't it? > > It might be handy to have a stable branch with the common bits so that > the arm64 rework could go via the arm64 tree in case there's any > fallout. The series will need at least one more repost, but hopefully I'll have s stable branch soon.