From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bh-25.webhostbox.net ([208.91.199.152]:41240 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1946352AbbHHBiX (ORCPT ); Fri, 7 Aug 2015 21:38:23 -0400 Message-ID: <55C55D88.8060203@roeck-us.net> Date: Fri, 07 Aug 2015 18:38:16 -0700 From: Guenter Roeck MIME-Version: 1.0 To: stable , Greg Kroah-Hartman Subject: Build failures in v3.14.y-stable-queue Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Sender: stable-owner@vger.kernel.org List-ID: 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. Guenter