From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from userp1040.oracle.com ([156.151.31.81]:26315 "EHLO userp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751459AbbERB0Q (ORCPT ); Sun, 17 May 2015 21:26:16 -0400 Message-ID: <55593F6F.3000505@oracle.com> Date: Sun, 17 May 2015 21:25:03 -0400 From: Sasha Levin MIME-Version: 1.0 To: Guenter Roeck 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> In-Reply-To: <5558BD72.9040403@roeck-us.net> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: stable-owner@vger.kernel.org List-ID: 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. Thanks, Sasha