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=-2.0 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 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 0D8B9C4321A for ; Fri, 28 Jun 2019 12:44:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C8FCA208E3 for ; Fri, 28 Jun 2019 12:44:31 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="K44JW2sU" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727034AbfF1Moa (ORCPT ); Fri, 28 Jun 2019 08:44:30 -0400 Received: from bombadil.infradead.org ([198.137.202.133]:56030 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726730AbfF1Moa (ORCPT ); Fri, 28 Jun 2019 08:44:30 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.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:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=E1erKLyVVkGQjctq2VcYck1y9kJsOSAmy8euXP4sxFI=; b=K44JW2sUbtwUllYjEeoBoZXKP qpwZG+45pz50vTBjkMikPcqCzbATh/9kKuP9xcGJ7sEAvJKU2lfOgJzOnHTk2Aw/UWrBIX93T7dJ1 eiSULrHWNpfDAkVATmv35yKsVmni6KnNZIrI6Hk9z4XsTgLuM3pvg3LEOL+QagIwmOAXxJTDU7ElV WwS7ABzdVsbHMjemSHU/3TYgMiE/r80EkvLeClJAn8Vt3KhbOcBT3P7bkm+6ZiCegLvdz85iT7z9w gDGxVzVLpfrY7zqrCpDD/vnGqcnkR2bpLZ8SJ2ToSZ9UnMbyGk3U00+H/Z4k6UQJx9O1kyHgBs9jY Z36trWmBQ==; Received: from hch by bombadil.infradead.org with local (Exim 4.92 #3 (Red Hat Linux)) id 1hgqEo-00034F-Kp; Fri, 28 Jun 2019 12:44:22 +0000 Date: Fri, 28 Jun 2019 05:44:22 -0700 From: Christoph Hellwig To: Arnd Bergmann Cc: Jaegeuk Kim , Chao Yu , Qiuyang Sun , Sahitya Tummala , Eric Biggers , Wang Shilong , linux-f2fs-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org Subject: Re: [PATCH] f2fs: fix 32-bit linking Message-ID: <20190628124422.GA9888@infradead.org> References: <20190628104007.2721479-1-arnd@arndb.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190628104007.2721479-1-arnd@arndb.de> User-Agent: Mutt/1.11.4 (2019-03-13) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jun 28, 2019 at 12:39:52PM +0200, Arnd Bergmann wrote: > Not all architectures support get_user() with a 64-bit argument: Which architectures are still missing? I think we finally need to get everyone in line instead of repeatedly working around the lack of minor arch support.