From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from shards.monkeyblade.net ([23.128.96.9]:50358 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1733005AbgCQAsh (ORCPT ); Mon, 16 Mar 2020 20:48:37 -0400 Date: Mon, 16 Mar 2020 17:48:36 -0700 (PDT) Message-Id: <20200316.174836.1008034012256551916.davem@davemloft.net> Subject: Re: [PATCH v2 1/2] sparc: revive __HAVE_ARCH_STRLEN for 32bit sparc From: David Miller In-Reply-To: <20200311223725.27662-1-masahiroy@kernel.org> References: <20200311223725.27662-1-masahiroy@kernel.org> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: masahiroy@kernel.org Cc: linux-kbuild@vger.kernel.org, sparclinux@vger.kernel.org, clang-built-linux@googlegroups.com, viro@zeniv.linux.org.uk, ndesaulniers@google.com, ilie.halip@gmail.com, natechancellor@gmail.com, linux-kernel@vger.kernel.org From: Masahiro Yamada Date: Thu, 12 Mar 2020 07:37:24 +0900 > Prior to commit 70a6fcf3283a ("[sparc] unify 32bit and 64bit string.h"), > __HAVE_ARCH_STRLEN was defined in both of string_32.h and string_64.h > > It did not unify __HAVE_ARCH_STRLEN, but deleted it from string_32.h > > This issue was reported by the kbuild test robot in the trial of > forcible linking of $(lib-y) to vmlinux. > > Fixes: 70a6fcf3283a ("[sparc] unify 32bit and 64bit string.h") > Reported-by: kbuild test robot > Suggested-by: Nick Desaulniers > Signed-off-by: Masahiro Yamada Acked-by: David S. Miller