From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:35342 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2992623AbbHHUt2 (ORCPT ); Sat, 8 Aug 2015 16:49:28 -0400 Date: Sat, 8 Aug 2015 13:49:28 -0700 From: Greg Kroah-Hartman To: Guenter Roeck Cc: stable Subject: Re: Build failures in v3.14.y-stable-queue Message-ID: <20150808204928.GA13700@kroah.com> References: <55C55D88.8060203@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <55C55D88.8060203@roeck-us.net> Sender: stable-owner@vger.kernel.org List-ID: On Fri, Aug 07, 2015 at 06:38:16PM -0700, Guenter Roeck wrote: > lib/dma-debug.c: In function 'debug_dma_assert_idle': > lib/dma-debug.c:569:2: error: implicit declaration of function 'dma_debug_disabled' > > Build is still going on; so far, the following builds are affected. > > Failed builds: > arm64:allmodconfig > i386:allyesconfig > i386:allmodconfig > mips:allmodconfig > powerpc:allmodconfig > sparc32:allmodconfig > sparc64:allmodconfig > x86_64:allmodconfig > x86_64:allyesconfig > > but there will likely be more. > > The offending patch is "dma-debug: skip debug_dma_assert_idle() when disabled". > dma_debug_disabled() doesn't exist in 3.14, so the failure is not entirely > surprising. Thanks, that missed my build testing here, now removed. greg k-h