From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bh-25.webhostbox.net ([208.91.199.152]:58092 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751153AbbGaBtW (ORCPT ); Thu, 30 Jul 2015 21:49:22 -0400 Message-ID: <55BAD41F.8030907@roeck-us.net> Date: Thu, 30 Jul 2015 18:49:19 -0700 From: Guenter Roeck MIME-Version: 1.0 To: Greg Kroah-Hartman CC: stable Subject: Re: Build failures in 3.{10,14}-stable-queue References: <55BA2BC2.3070903@roeck-us.net> <20150730165408.GA5515@kroah.com> In-Reply-To: <20150730165408.GA5515@kroah.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: stable-owner@vger.kernel.org List-ID: On 07/30/2015 09:54 AM, Greg Kroah-Hartman wrote: > On Thu, Jul 30, 2015 at 06:50:58AM -0700, Guenter Roeck wrote: >> Various builds are affected. >> >> drivers/usb/dwc3/ep0.c: In function 'dwc3_ep0_std_request': >> drivers/usb/dwc3/ep0.c:722:3: error: implicit declaration of function 'dwc3_trace' >> drivers/usb/dwc3/ep0.c:722:14: error: 'trace_dwc3_ep0' undeclared > Ugh, my .config was not building that driver, sorry about that, now > fixed and pushed out. > Hi Greg, there is another failure, 3.14 only as far as I can see. Building i386:allyesconfig ... failed -------------- Error log: security/integrity/evm/evm_main.c: In function 'evm_protect_xattr': security/integrity/evm/evm_main.c:280:41: error: 'TMPFS_MAGIC' undeclared security/integrity/evm/evm_main.c:281:44: error: 'SYSFS_MAGIC' undeclared Guenter