From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1034352AbdDUBmV (ORCPT ); Thu, 20 Apr 2017 21:42:21 -0400 Received: from ozlabs.org ([103.22.144.67]:54151 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1034278AbdDUBmT (ORCPT ); Thu, 20 Apr 2017 21:42:19 -0400 Date: Fri, 21 Apr 2017 11:42:16 +1000 From: Stephen Rothwell To: Doug Ledford Cc: Linux-Next Mailing List , Linux Kernel Mailing List , Joe Perches , Steve Wise Subject: linux-next: build failure after merge of the rdma tree Message-ID: <20170421114216.7878bee4@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Doug, After merging the rdma tree, today's linux-next build (powerpc ppc64_defconfig) failed like this: drivers/infiniband/hw/cxgb4/cm.c: In function 'send_connect': drivers/infiniband/hw/cxgb4/cm.c:830:5: error: implicit declaration of function 'PDBG' [-Werror=implicit-function-declaration] PDBG("%s snd_isn %u\n", __func__, t6req->rsvd); ^ Caused by commit a9a42886d0b3 ("cxgb4: Convert PDBG to pr_debug") I have used the rdma tree from next-20170420 for today. There was another PDBG() missed in that file as well. -- Cheers, Stephen Rothwell