From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from userp1040.oracle.com ([156.151.31.81]:47468 "EHLO userp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752946AbbEQOmd (ORCPT ); Sun, 17 May 2015 10:42:33 -0400 Message-ID: <5558A8CF.1000107@oracle.com> Date: Sun, 17 May 2015 10:42:23 -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 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> In-Reply-To: <20150517042149.GA1778@roeck-us.net> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Sender: stable-owner@vger.kernel.org List-ID: Thanks for testing! On 05/17/2015 12:21 AM, Guenter Roeck wrote: > x86_64 (qemu), i386: > > arch/x86/lib/insn.c: In function 'insn_init': > arch/x86/lib/insn.c:59:6: error: 'buf_len' undeclared > > Caused by commit d597f507791d ("x86/asm/decoder: Fix and enforce max instruction > size in the insn decoder"). Something must have gone wrong with the back-port, > or some other commit is missing; the variable is not declared. I've removed d597f507791d, it doesn't fix a real bug. > --- > xtensa, sparc64, s390, powerpc, mips, m68k, i386, arm64, alpha: > > drivers/usb/class/cdc-acm.c: In function ‘acm_probe’: > drivers/usb/class/cdc-acm.c:1135:3: error: ‘elength’ undeclared > > Caused by commit bf2996daa6d2 ("cdc-acm: prevent infinite loop when parsing CDC > headers"). Same thing - the variable is not declared. I've backported 7e860a6e7a ("cdc-acm: add sanity checks"). Re-pushed the branch. Thanks, Sasha