Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932563Ab3J1O5l (ORCPT ); Mon, 28 Oct 2013 10:57:41 -0400 Received: from mx1.redhat.com ([209.132.183.28]:51986 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932330Ab3J1O5e (ORCPT ); Mon, 28 Oct 2013 10:57:34 -0400 Date: Mon, 28 Oct 2013 10:57:29 -0400 From: Mike Snitzer To: Stephen Rothwell Cc: Alasdair G Kergon , linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Heinz Mauelshagen Subject: Re: linux-next: build failure after merge of the final tree (device-mapper tree related) Message-ID: <20131028145728.GA24780@redhat.com> References: <20131029013339.e13fe6dda17949fd32bb88b3@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20131029013339.e13fe6dda17949fd32bb88b3@canb.auug.org.au> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1711 Lines: 39 On Mon, Oct 28 2013 at 10:33am -0400, Stephen Rothwell wrote: > Hi all, > > After merging the final tree, today's linux-next build (powerpc > allyesconfig) failed like this: > > drivers/md/dm-cache-policy-hints.c: In function 'alloc_hash': > drivers/md/dm-cache-policy-hints.c:94:2: error: implicit declaration of function 'vzalloc' [-Werror=implicit-function-declaration] > hash->table = vzalloc(sizeof(*hash->table) * hash->nr_buckets); > ^ > drivers/md/dm-cache-policy-hints.c:94:14: warning: assignment makes pointer from integer without a cast [enabled by default] > hash->table = vzalloc(sizeof(*hash->table) * hash->nr_buckets); > ^ > drivers/md/dm-cache-policy-hints.c: In function 'free_hash': > drivers/md/dm-cache-policy-hints.c:101:2: error: implicit declaration of function 'vfree' [-Werror=implicit-function-declaration] > vfree(hash->table); > ^ > drivers/md/dm-cache-policy-hints.c: In function 'alloc_bitset': > drivers/md/dm-cache-policy-hints.c:184:2: warning: return makes pointer from integer without a cast [enabled by default] > return vzalloc(sizeof(unsigned long) * bit_set_nr_words(nr_cblocks)); > ^ > > Caused by commit ce567d11e819 ("dm cache: add hints policy") from the > device-mapper tree. > > I have just left this broken for today. I just pushed an update to linux-dm.git's 'for-next' branch which adds 3 missing #includes to drivers/md/dm-cache-policy-hints.c Thanks, Mike -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/