From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave Airlie Subject: Re: linux-next: build failure after merge of the drm tree Date: Thu, 8 Apr 2010 04:52:44 +0100 (IST) Message-ID: References: <20100408131251.b69e2fa2.sfr@canb.auug.org.au> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Return-path: Received: from gir.skynet.ie ([193.1.99.77]:42262 "EHLO gir.skynet.ie" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756566Ab0DHDxE (ORCPT ); Wed, 7 Apr 2010 23:53:04 -0400 In-Reply-To: <20100408131251.b69e2fa2.sfr@canb.auug.org.au> Sender: linux-next-owner@vger.kernel.org List-ID: To: Stephen Rothwell Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Pauli Nieminen , Jerome Glisse > After merging the drm tree, today's linux-next build (x86_64 allmodconfig) > failed like this: > > drivers/gpu/drm/ttm/ttm_page_alloc.c: In function 'ttm_page_pool_free': > drivers/gpu/drm/ttm/ttm_page_alloc.c:311: error: implicit declaration of function 'kmalloc' > drivers/gpu/drm/ttm/ttm_page_alloc.c:312: warning: assignment makes pointer from integer without a cast > drivers/gpu/drm/ttm/ttm_page_alloc.c:375: error: implicit declaration of function 'kfree' > drivers/gpu/drm/ttm/ttm_page_alloc.c: In function 'ttm_alloc_new_pages': > drivers/gpu/drm/ttm/ttm_page_alloc.c:483: warning: assignment makes pointer from integer without a cast > > Caused by commit 1403b1a38e8b19a4cc17e2c158e278628943a436 ("drm/ttm: add > pool wc/uc page allocator V3") interacting with the removal of slab.h > from percpu.h. > > I applied the following patch for today. Thanks Stephen, applied for next drm-next. Dave.