From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754170AbbFISyD (ORCPT ); Tue, 9 Jun 2015 14:54:03 -0400 Received: from mga11.intel.com ([192.55.52.93]:24389 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753997AbbFISxy (ORCPT ); Tue, 9 Jun 2015 14:53:54 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,582,1427785200"; d="scan'208";a="584903276" Subject: Re: randconfig build error with next-20150609, in drivers/misc/mic/scif/scif_rb.c From: Sudeep Dutt To: Jim Davis Cc: Stephen Rothwell , linux-kernel , linux-next , Greg Kroah-Hartman , ashutosh.dixit@intel.com, nikhil.rao@intel.com, Sudeep Dutt In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Date: Tue, 09 Jun 2015 11:47:49 -0700 Message-ID: <1433875669.129381.32.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 (2.28.3-30.el6) Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2015-06-09 at 10:48 -0700, Jim Davis wrote: > Building with the attached random configuration file, > > drivers/misc/mic/scif/scif_rb.c: In function ‘scif_rb_write’: > drivers/misc/mic/scif/scif_rb.c:115:11: error: ‘ENOMEM’ undeclared (first use in > this function) > return -ENOMEM; > ^ > drivers/misc/mic/scif/scif_rb.c:115:11: note: each undeclared > identifier is reported only once for each function it appears in Thanks for the report Jim. I will post a patch with the fix. Sudeep Dutt