From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from szxga01-in.huawei.com ([58.251.152.64]:14819 "EHLO szxga01-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751091AbbFOGcW (ORCPT ); Mon, 15 Jun 2015 02:32:22 -0400 Message-ID: <557E7164.4000501@huawei.com> Date: Mon, 15 Jun 2015 14:32:04 +0800 From: Zefan Li MIME-Version: 1.0 To: Guenter Roeck CC: stable , Greg Kroah-Hartman Subject: Re: v3.4-stable-queue build errors References: <557BC0D8.9070703@roeck-us.net> <557E4532.1000707@huawei.com> <557E5A87.8020703@roeck-us.net> In-Reply-To: <557E5A87.8020703@roeck-us.net> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Sender: stable-owner@vger.kernel.org List-ID: On 2015/6/15 12:54, Guenter Roeck wrote: > On 06/14/2015 08:23 PM, Zefan Li wrote: >> On 2015/6/13 13:34, Guenter Roeck wrote: >>> kernel/printk.c: In function 'register_console': >>> kernel/printk.c:1501:3: error: size of unnamed array is negative >>> BUILD_BUG_ON(sizeof(console_cmdline[i].name) != sizeof(newcon->name)); >>> >>> All architectures / builds are affected. >>> >>> Caused by 'console: Fix console name size mismatch', which introduces >>> the BUILD_BUG_ON (but nothing else). Looks like the actual name length >>> increase in struct console_cmdline (in kernel/printk.c) got lost. >>> >> >> Now should be fixed. Don't know how that happened.. >> > > This problem is gone, but there is another problem. > > Building alpha:defconfig ... failed > -------------- > Error log: > mm/slub.c: In function 'unfreeze_partials': > mm/slub.c:1920:7: error: 'm' undeclared (first use in this function) > mm/slub.c:1920:7: note: each undeclared identifier is reported only once for each function it appears in > mm/slub.c:1920:12: error: 'M_FREE' undeclared (first use in this function) > make[1]: *** [mm/slub.o] Error 1 > > This affects most of the builds. > I just backported a slub fix but forgot the last chunk.. My config enables slab instead of slub, so I didn't catch this. Now should be fixed. Thanks again.