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.3 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=unavailable 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 AE25AC4727F for ; Mon, 28 Sep 2020 12:49:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 84896221EC for ; Mon, 28 Sep 2020 12:49:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726513AbgI1Mtd (ORCPT ); Mon, 28 Sep 2020 08:49:33 -0400 Received: from verein.lst.de ([213.95.11.211]:35466 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726310AbgI1Mtd (ORCPT ); Mon, 28 Sep 2020 08:49:33 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id 6CC5468B02; Mon, 28 Sep 2020 14:49:29 +0200 (CEST) Date: Mon, 28 Sep 2020 14:49:28 +0200 From: Christoph Hellwig To: Palmer Dabbelt Cc: Christoph Hellwig , viro@zeniv.linux.org.uk, Arnd Bergmann , Paul Walmsley , linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org Subject: Re: remove set_fs for riscv v2 Message-ID: <20200928124928.GA5834@lst.de> References: <20200922043752.GA29151@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Sep 26, 2020 at 10:50:52AM -0700, Palmer Dabbelt wrote: > On Mon, 21 Sep 2020 21:37:52 PDT (-0700), Christoph Hellwig wrote: >> Given tht we've not made much progress with the common branch, >> are you fine just picking this up through the riscv tree for 5.10? >> >> I'll defer other architectures that depend on the common changes to >> 5.11 then. > > I'm OK taking it, but there's a few things I'd like to sort out. IIRC I put it > on a temporary branch over here > > https://git.kernel.org/pub/scm/linux/kernel/git/palmer/linux.git/log/?h=riscv-remove_set_fs > > under the assumption it might get lost otherwise, but let me know if that's not > what you were looking for. Well, we'll want it in linux-next and then 5.10. Either a merge through the RISC-V maintainer, or as part of the base branch from Al would make sense to me. > > Arnd: Are you OK with the asm-generic stuff? I couldn't find anything in my > mail history, so sorry if I just missed it. > > Al: IIRC the plan here was to have me merge in a feature branch with this > stuff, but it'd have to be based on your for-next as there are some > dependencies over there. I see 5ae4998b5d6f ("powerpc: remove address space > overrides using set_fs()") in vfs/for-next so I think we should be OK, but let > me know if I'm doing something wrong.