From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bh-25.webhostbox.net ([208.91.199.152]:42504 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932676AbcA1O1z (ORCPT ); Thu, 28 Jan 2016 09:27:55 -0500 To: stable@vger.kernel.org Cc: jslaby@suse.cz From: Guenter Roeck Subject: Build failure (openrisc:defconfig) in v3.12.y-stable-queue Message-ID: <56AA2567.8010607@roeck-us.net> Date: Thu, 28 Jan 2016 06:27:51 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Sender: stable-owner@vger.kernel.org List-ID: Hi Jiri, openrisc:defconfig fails to build in v3.12.y-stable-queue with the following errors. fs/stat.c: In function 'cp_new_stat': fs/stat.c:249:2: error: 'old_uid_t' undeclared (first use in this function) kernel/uid16.c:19:1: error: expected declaration specifiers or '...' before 'old_uid_t' and many additional related errors. Adding patch 04ea1e91f856 ("openrisc: fix CONFIG_UID16 setting") fixes the problem. Thanks, Guenter