Received: by 2002:a05:6a10:1287:0:0:0:0 with SMTP id d7csp521951pxv; Thu, 22 Jul 2021 06:06:58 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwrMZfQFuSvZbzjwGRplvZ5qjQHYsfXST3S4nZR+QaqzAFy3axzl5x/VmTEdFGP7ApmGRON X-Received: by 2002:a92:d9c6:: with SMTP id n6mr27918789ilq.142.1626959218413; Thu, 22 Jul 2021 06:06:58 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1626959218; cv=none; d=google.com; s=arc-20160816; b=vyWyq8ytvUpawEWE+OJfO7ChKkMJjtKW3jpwOxVLZw0dzX3htWEJKl7zZoA/AcZvQC J0SzvJs2GY5l43gNwjYcMEgoJjuA2p1M2JogoTQjBH52s/IsKvMCivY/Nb+MMf3x29yc kqFWYT0ifoLPGxJGeCXIx+2uivchu3uorK6QVd6rxu2+/vxsWIHisCVG7XDyLEZXNHhp s8i16SD2k3yoQ7U5PRB6lDIx8OPhaZyOToXap3HBOh1h5lTPHhPwxChMC86vgezVXXEo 5pScBsRhz6V2Jmw5kMMVVL1A5IyJ+vtPY/l5tAH+ymcGBSHtcVjl1KQAerMS2HtQkMCR fa3w== 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=m3DzdZ578WN47z8MkxCkEU5mca5m5nFpzvPqok4Dqes=; b=SLrK+3fpg1rKbFW44UCvMMP6Q/potvW9yJEUflh821ptF1+cKhq31io3WOPZmahBc+ qieqRsrpDglwyayocCg5JB1OrsHXUklhA83QeSv4lFFcaN47FtppCAAq9pqW8WrgEVJX wnIWEy800Hz8SRdC5N6aTUsfSoUi9JlmR7A1Wkye8dlxqxrY7V5i5pw1UCE/1gJ/Vuo0 KhMwgP4XPjvdtQmlBrrwRxEKeiL+sT0S0sGJNgS6k3JVpoFzO7rYsTmTb6iueZmD8Dun gfnqQAhnOasp8r8McBpBjSUI4UGk3peJvTMDC+4ITkMNllrojPwPeYi3hPl+64mZI2yP BuOg== 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 h2si30865558ils.86.2021.07.22.06.06.45; Thu, 22 Jul 2021 06:06:58 -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 S232148AbhGVMYK (ORCPT + 99 others); Thu, 22 Jul 2021 08:24:10 -0400 Received: from verein.lst.de ([213.95.11.211]:34159 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232122AbhGVMWz (ORCPT ); Thu, 22 Jul 2021 08:22:55 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id 951C768CFE; Thu, 22 Jul 2021 15:02:41 +0200 (CEST) Date: Thu, 22 Jul 2021 15:02: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 8/9] asm-generic: remove extra strn{cpy_from,len}_user declarations Message-ID: <20210722130241.GH26225@lst.de> References: <20210722124814.778059-1-arnd@kernel.org> <20210722124814.778059-9-arnd@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210722124814.778059-9-arnd@kernel.org> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jul 22, 2021 at 02:48:13PM +0200, Arnd Bergmann wrote: > From: Arnd Bergmann > > As these are now in asm-generic, it's no longer necessary to > declare them in the architecture. Looks good, Reviewed-by: Christoph Hellwig