From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bh-25.webhostbox.net ([208.91.199.152]:57073 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750753AbbFMFeT (ORCPT ); Sat, 13 Jun 2015 01:34:19 -0400 Message-ID: <557BC0D8.9070703@roeck-us.net> Date: Fri, 12 Jun 2015 22:34:16 -0700 From: Guenter Roeck MIME-Version: 1.0 To: stable CC: Greg Kroah-Hartman , Li Zefan Subject: v3.4-stable-queue build errors Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Sender: stable-owner@vger.kernel.org List-ID: 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. Guenter