Received: by 2002:a05:6a10:1287:0:0:0:0 with SMTP id d7csp517761pxv; Thu, 22 Jul 2021 06:02:24 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyz9kS1mha4+G6KLy3IzPpG405ssokpkNIWL5wP41zgHg0q+KRHXzt4ds4BDICdL9Qkv1YI X-Received: by 2002:a05:6402:2211:: with SMTP id cq17mr54705396edb.256.1626958944050; Thu, 22 Jul 2021 06:02:24 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1626958944; cv=none; d=google.com; s=arc-20160816; b=iIVbRmWFv+x6xkWjm1y6hTyUE76ZVP/g1GAtXA1vEX0OrmfBWK5JdNTl/Uwi++O6UB f3Kxqwv2FjgIhPzMyggsvKPXslpRU0GJde9oJeSBEna6DihVAcWzttNKJlO55GinKLzG EX5bAzCiclFW24jI0m0c4YoHgMDmh6dcdmcsHdXvgCybzCiog6jKn+8Sakyz06OAwSXb r9S6e6P4SeBj/Jz8gIZy23IPQmy+FMSBxYjWcnl/e0MKzc2YXhoH6AgKzIGfk7xCnjNL vfv5LUAriCXJFgAQvQamrnaunnC38cJcvdspls0GlNTPBdC1hTq0BJsVTqLXwjYyDpOK i7dg== 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=oODe0t66+UPLxMqqbDPpsUS6ch0NrY0+vA2tbepKiSY=; b=RanuYfLfEd910q3MivfXoEh4tA49cgALuqrdYZ5JNNSeCUIV7kMZ7tdLByBPt7z7Mh UXZeCoN2Dr4eXcrEHgFE+NT0ks0VV3Cx49xGNatMhpWjiZkQzP3ctHvuBEx07omgt5AX /sxlFGt5qcQ1NG+8/gmpQrppCLeFK0Rc2IeJpMWO6PZNfE1NQLN5Jkn7zg5UIi9kq8P6 xkmCVjUNCoFUSvKg4XwGB8VfKVmn5+NYmQnMqcqLH+rCi41j0GwVrtS52XtRUFGM96hF zKd+Li/lu/ZobzMVoT+8S5J/9/PWOHYJTsJZhrwV4gW4Cob+QHb1AoH+YuWUu9/KWHAt Humw== 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 bx22si30677579edb.157.2021.07.22.06.02.00; Thu, 22 Jul 2021 06:02:24 -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 S231924AbhGVMTd (ORCPT + 99 others); Thu, 22 Jul 2021 08:19:33 -0400 Received: from verein.lst.de ([213.95.11.211]:34005 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231950AbhGVMT2 (ORCPT ); Thu, 22 Jul 2021 08:19:28 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id 712DF68AFE; Thu, 22 Jul 2021 15:00:00 +0200 (CEST) Date: Thu, 22 Jul 2021 14:59:59 +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 2/9] h8300: remove stale strncpy_from_user Message-ID: <20210722125959.GB26225@lst.de> References: <20210722124814.778059-1-arnd@kernel.org> <20210722124814.778059-3-arnd@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210722124814.778059-3-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:07PM +0200, Arnd Bergmann wrote: > From: Arnd Bergmann > > This function is never called because h8300 uses the asm-generic > inline function version. > > Signed-off-by: Arnd Bergmann Looks good, Reviewed-by: Christoph Hellwig