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=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no 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 70166C43460 for ; Tue, 4 May 2021 00:31:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 362AB6135F for ; Tue, 4 May 2021 00:31:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229646AbhEDAcO (ORCPT ); Mon, 3 May 2021 20:32:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42744 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229497AbhEDAcN (ORCPT ); Mon, 3 May 2021 20:32:13 -0400 Received: from zeniv-ca.linux.org.uk (zeniv-ca.linux.org.uk [IPv6:2607:5300:60:148a::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 858C8C061574 for ; Mon, 3 May 2021 17:31:19 -0700 (PDT) Received: from viro by zeniv-ca.linux.org.uk with local (Exim 4.94 #2 (Red Hat Linux)) id 1ldixx-00AouL-2g; Tue, 04 May 2021 00:31:09 +0000 Date: Tue, 4 May 2021 00:31:09 +0000 From: Al Viro To: Josh Poimboeuf Cc: x86@kernel.org, linux-kernel@vger.kernel.org, Linus Torvalds , Will Deacon , Dan Williams , Andrea Arcangeli , Waiman Long , Peter Zijlstra , Thomas Gleixner , Andrew Cooper , Andy Lutomirski , Christoph Hellwig , David Laight , Mark Rutland Subject: Re: [PATCH v3] x86/uaccess: Use pointer masking to limit uaccess speculation Message-ID: References: <1d06ed6485b66b9f674900368b63d7ef79f666ca.1599756789.git.jpoimboe@redhat.com> <20200914195354.yghlqlwtqz7mqteb@treble> <20200923033848.GD3421308@ZenIV.linux.org.uk> <20210503233154.lhumcispdgj5dgaz@treble> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210503233154.lhumcispdgj5dgaz@treble> Sender: Al Viro Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, May 03, 2021 at 06:31:54PM -0500, Josh Poimboeuf wrote: > On Wed, Sep 23, 2020 at 04:38:48AM +0100, Al Viro wrote: > > On Mon, Sep 14, 2020 at 02:53:54PM -0500, Josh Poimboeuf wrote: > > > Al, > > > > > > This depends on Christoph's set_fs() removal patches. Would you be > > > willing to take this in your tree? > > > > in #uaccess.x86 and #for-next > > Hm, I think this got dropped somehow. Will repost. Ow... #uaccess.x86 got dropped from -next at some point, mea culpa. What I have is b4674e334bb4; it's 5.8-based (well, 5.9-rc1). It missed post-5.9 merge window and got lost. Could you rebase to to more or less current tree and repost?