From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bh-25.webhostbox.net ([208.91.199.152]:51547 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750998AbbEQEVw (ORCPT ); Sun, 17 May 2015 00:21:52 -0400 Date: Sat, 16 May 2015 21:21:49 -0700 From: Guenter Roeck To: Sasha Levin 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) Message-ID: <20150517042149.GA1778@roeck-us.net> References: <1431824764-20044-1-git-send-email-sasha.levin@oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1431824764-20044-1-git-send-email-sasha.levin@oracle.com> Sender: stable-owner@vger.kernel.org List-ID: On Sat, May 16, 2015 at 09:02:21PM -0400, Sasha Levin wrote: > This is the start of the stable review cycle for the 3.18.14 release. > There are 222 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > Build results: total: 125 pass: 110 fail: 15 Failed builds: alpha:allmodconfig arm64:allmodconfig i386:defconfig i386:allyesconfig i386:allmodconfig i386:allnoconfig m68k:allmodconfig mips:allmodconfig mips:fuloong2e_defconfig mips:cavium_octeon_defconfig powerpc:allmodconfig powerpc:ppc6xx_defconfig s390:allmodconfig sparc64:allmodconfig xtensa:allmodconfig Qemu test results: total: 30 pass: 28 fail: 2 Failed tests: x86_64:x86_64_pc_defconfig x86_64:x86_64_pc_nosmp_defconfig --- 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. --- 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. Guenter