From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751757Ab2HPEIB (ORCPT ); Thu, 16 Aug 2012 00:08:01 -0400 Received: from mail-qa0-f46.google.com ([209.85.216.46]:57234 "EHLO mail-qa0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750841Ab2HPEH6 (ORCPT ); Thu, 16 Aug 2012 00:07:58 -0400 MIME-Version: 1.0 In-Reply-To: <20120816114443.600553d2fd103a5b2b36e061@canb.auug.org.au> References: <20120816114443.600553d2fd103a5b2b36e061@canb.auug.org.au> From: Roland Dreier Date: Wed, 15 Aug 2012 21:07:37 -0700 X-Google-Sender-Auth: SuPJgkptEOBtC94TnokVlDpHwrM Message-ID: Subject: Re: linux-next: build failure after merge of the infiniband tree To: Stephen Rothwell Cc: linux-rdma@vger.kernel.org, linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Yishai Hadas , Or Gerlitz Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Aug 15, 2012 at 6:44 PM, Stephen Rothwell wrote: > After merging the infiniband tree, today's linux-next build (powerpc > ppc64_defconfig) failed like this: > > drivers/net/ethernet/mellanox/mlx4/mr.c: In function 'mlx4_buddy_init': > drivers/net/ethernet/mellanox/mlx4/mr.c:134:4: error: implicit declaration of function 'vzalloc' [-Werror=implicit-function-declaration] > drivers/net/ethernet/mellanox/mlx4/mr.c:134:19: warning: assignment makes pointer from integer without a cast [enabled by default] > drivers/net/ethernet/mellanox/mlx4/mr.c:148:4: error: implicit declaration of function 'vfree' [-Werror=implicit-function-declaration] > cc1: some warnings being treated as errors Thanks, should be fixed in tomorrow's for-next (added include of ). > See Rule 1 in Documentation/SubmitChecklist. Heh, but it compiles fine on x86! - R.