Received: by 2002:a05:6a10:1287:0:0:0:0 with SMTP id d7csp516966pxv; Thu, 22 Jul 2021 06:01:44 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwBgHEzkoBmzUUtT8J9CpmQBrKUukQdX4OFuY5ahs5mNdPH3SykrQSPDzIGy8EZTO3vvJXZ X-Received: by 2002:a05:6512:20c1:: with SMTP id u1mr22769653lfr.35.1626958904318; Thu, 22 Jul 2021 06:01:44 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1626958904; cv=none; d=google.com; s=arc-20160816; b=b7oMjbDNcB5coNPckCX28Wyq+XsR5CKsSzfFF2ZTYcoKJOin8eL5Za2g5SFwhTukCt YrLBA/DOfCZUM3c2/iQEx7p+uD5GGvOty+++htKiNfFFKJ5zbd4dznIU/WhIB3YIjzSA rrZSgarVqaufMdSjl0o1vQKX2CVyVo8du1Sa/XX3Dm5B9yuWaZvEP4vjBzt5kKdDuXRM z/O9IBayixb+299Tt0JEGy9TBtf6sEJ2hFnnVzv9cdXkBazQAS0DGVXrcbLxCZ1l0Ela wQwGkQhXjvPLTLbkI2Rv32Y6YUiUE5E0IPYhE4EABV1WwCBNCNgdTZXg4p7cqM5cQbAK vaxw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=hdk1o2cIk3OcpGBF/uGOFiXfU1jLwIuuyD3X/rsQwhA=; b=E0Zy4X0J+ayhZ1/NMKuseMkmol0OU8sU8fQiyRTITLDVZPID3E/Jz34fDjYeJKOe/Z aR3OL4qcE001ZHNukLNLLpD9xSayakMLGeqw6R2RDAVVqcnpgTf4Gv94D5MPU+cmUCZq Dgl7Iyv47vL9rgUvg+IilMbJ6aHMNAb8cxhIBXrWpQ5Ag8yCTqzFIlOdwDje8GQC0ELZ ZbRioLllNTwhMIwYA2wcnsjXviU29VeTYspyjfjnm3psyLq1BJSgOc4WBDDO+guywVpQ b+0jNFNe5nBWKqv0xv8wgJCjXx3JmKN95bO2dEDivRP/N5ubG3WabPtZZZ+M1ogyrdu8 nSaw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id pg25si16065761ejb.554.2021.07.22.06.01.18; Thu, 22 Jul 2021 06:01:44 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230418AbhGVMTV (ORCPT + 99 others); Thu, 22 Jul 2021 08:19:21 -0400 Received: from verein.lst.de ([213.95.11.211]:33984 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231840AbhGVMTM (ORCPT ); Thu, 22 Jul 2021 08:19:12 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id DF90B67373; Thu, 22 Jul 2021 14:59:41 +0200 (CEST) Date: Thu, 22 Jul 2021 14:59:41 +0200 From: Christoph Hellwig To: Arnd Bergmann Cc: linux-arch@vger.kernel.org, Arnd Bergmann , "James E.J. Bottomley" , Al Viro , Anton Ivanov , Brian Cain , Chris Zankel , Christian Borntraeger , Christoph Hellwig , Guo Ren , Heiko Carstens , Helge Deller , Jeff Dike , Linus Walleij , Max Filippov , Michal Simek , Richard Weinberger , Thomas Bogendoerfer , Vasily Gorbik , Vineet Gupta , Yoshinori Sato , linux-csky@vger.kernel.org, linux-hexagon@vger.kernel.org, linux-ia64@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mips@vger.kernel.org, linux-parisc@vger.kernel.org, linux-s390@vger.kernel.org, linux-snps-arc@lists.infradead.org, linux-um@lists.infradead.org, linux-xtensa@linux-xtensa.org, uclinux-h8-devel@lists.sourceforge.jp Subject: Re: [PATCH v3 1/9] asm-generic/uaccess.h: remove __strncpy_from_user/__strnlen_user Message-ID: <20210722125941.GA26225@lst.de> References: <20210722124814.778059-1-arnd@kernel.org> <20210722124814.778059-2-arnd@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210722124814.778059-2-arnd@kernel.org> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Looks good, Reviewed-by: Christoph Hellwig Note that the uml version has a minor conflict with my pending set_fs() removal for uml, but that should be easy to resolve.