From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pa0-x244.google.com (mail-pa0-x244.google.com [IPv6:2607:f8b0:400e:c03::244]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3sYm9x0zLQzDsF9 for ; Wed, 14 Sep 2016 12:45:25 +1000 (AEST) Received: by mail-pa0-x244.google.com with SMTP id p2so46802pap.3 for ; Tue, 13 Sep 2016 19:45:24 -0700 (PDT) From: Nicholas Piggin To: Michal Marek , linux-kbuild@vger.kernel.org Cc: Nicholas Piggin , linuxppc-dev@lists.ozlabs.org, Michael Ellerman , Stephen Rothwell Subject: [PATCH] powerpc/64: whitelist unresolved modversions CRCs Date: Wed, 14 Sep 2016 12:45:07 +1000 Message-Id: <20160914024507.8759-1-npiggin@gmail.com> List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , These are a symptom of CRC generation failure in generic build code, and not powerpc specific. Signed-off-by: Nicholas Piggin --- Hi Michal, Please merge this via your trees with Al's patches. I have a patch that can catch crc generation failure generically, and both Arnd and I have some ideas to fix crc generation for .S exports. This should get powerpc building again with your tree. Thanks, Nick arch/powerpc/relocs_check.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arch/powerpc/relocs_check.sh b/arch/powerpc/relocs_check.sh index 2e4ebd0..ec2d5c8 100755 --- a/arch/powerpc/relocs_check.sh +++ b/arch/powerpc/relocs_check.sh @@ -30,6 +30,7 @@ bad_relocs=$( # On PPC64: # R_PPC64_RELATIVE, R_PPC64_NONE # R_PPC64_ADDR64 mach_ + # R_PPC64_ADDR64 __crc_ # On PPC: # R_PPC_RELATIVE, R_PPC_ADDR16_HI, # R_PPC_ADDR16_HA,R_PPC_ADDR16_LO, @@ -41,7 +42,8 @@ R_PPC_ADDR16_HI R_PPC_ADDR16_HA R_PPC_RELATIVE R_PPC_NONE' | - grep -E -v '\