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=-5.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,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 B3993C07E98 for ; Mon, 5 Jul 2021 06:02:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7F63F613F6 for ; Mon, 5 Jul 2021 06:02:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229781AbhGEGFT (ORCPT ); Mon, 5 Jul 2021 02:05:19 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51680 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229734AbhGEGFS (ORCPT ); Mon, 5 Jul 2021 02:05:18 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7FD6BC061574; Sun, 4 Jul 2021 23:02:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=+llhNOIjgCgyDen6/AZ5WQb/0oOeSbGr13Ghe4Awmp4=; b=eCBzb8B28v/eRtNCnOjYcGanZS 6AP+UD1taU3IRqjyHQpirdCiVXbJfwfRfhHR5uBol/N5GxDAeouoBRTNvB0VfGDNVKTlvRN25T7yx y0LEs5m7ElpqdSY8DauR0oIplRS3ohiU8NOLRM8RYwmbeWGNwOCk/1o5LoCi2ijZi9gehQ7IHzEOJ qwaxfwJawn99uEB40xJH5tVfezYopF0e0d8CtgUgdltEoRr6tArRcNgRIXNk+w1EebweqLkOvq3GF dFFF9hQi2QtMn8zeRW+4Eh9DkfW/ve0r5vtWDEJDPPsj0WB1WGdsFy0lfYCZ4Sw3TJeaxvAn9TwAe I/TiYzjQ==; Received: from hch by casper.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1m0Hfk-009vtj-HO; Mon, 05 Jul 2021 06:01:41 +0000 Date: Mon, 5 Jul 2021 07:01:36 +0100 From: Christoph Hellwig To: Arnd Bergmann Cc: Christoph Hellwig , Russell King , Alexander Viro , "linux-kernel@vger.kernel.org" , Linux ARM , linux-arch , Linux-MM , torvalds@linux-foundation.org Subject: Re: [PATCH v2 0/9] ARM: remove set_fs callers and implementation Message-ID: References: <20200918124624.1469673-1-arnd@arndb.de> <20200919052715.GF30063@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-SRS-Rewrite: SMTP reverse-path rewritten from by casper.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: linux-arch@vger.kernel.org Just a ping if we're making some progress on this. The m68knommu set_fs implementation is actively misleading, which lead to a problem this merge window so I'd really like to see this set merged. Also your improvements to the copy_from_kernel_nofaul loop would be