From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bh-25.webhostbox.net ([208.91.199.152]:50439 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750714AbbERETH (ORCPT ); Mon, 18 May 2015 00:19:07 -0400 Message-ID: <55596838.6010408@roeck-us.net> Date: Sun, 17 May 2015 21:19:04 -0700 From: Guenter Roeck MIME-Version: 1.0 To: Sasha Levin CC: stable@vger.kernel.org, stable-commits@vger.kernel.org, Andy Lutomirski , Ingo Molnar , Quentin Casasnovas , Phil Turnbull , Chandrakala Chavva , David Daney Subject: Re: [PATCH 3.18 000/222] 3.18.14-review (build errors) References: <1431824764-20044-1-git-send-email-sasha.levin@oracle.com> <20150517042149.GA1778@roeck-us.net> <5558A8CF.1000107@oracle.com> <5558BD72.9040403@roeck-us.net> <55593F6F.3000505@oracle.com> In-Reply-To: <55593F6F.3000505@oracle.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Sender: stable-owner@vger.kernel.org List-ID: On 05/17/2015 06:25 PM, Sasha Levin wrote: > On 05/17/2015 12:10 PM, Guenter Roeck wrote: >> Building mips:cavium_octeon_defconfig ... failed >> -------------- >> Error log: >> >> arch/mips/cavium-octeon/setup.c: In function 'octeon_restart': >> arch/mips/cavium-octeon/setup.c:415:3: error: implicit declaration of function 'OCTEON_IS_OCTEON3' [-Werror=implicit-function-declaration] >> arch/mips/cavium-octeon/setup.c:416:19: error: 'CVMX_RST_SOFT_RST' undeclared (first use in this function) >> >> due to commit 03dc9c96d0e0 ("MIPS: OCTEON: Use correct CSR to soft reset"). >> This patch fixes Octeon III support, which I think is not in 3.18, so maybe >> you can just drop it. >> >> Also, I still see: >> >> arch/x86/lib/insn.c: In function 'insn_init': >> arch/x86/lib/insn.c:59:6: error: 'buf_len' undeclared >> >> for all x86_64 and i386 builds (d597f507791d is still in the image). > > Fixed, thanks again. > Yep, this time all is well. Guenter