From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753637AbcC0JuX (ORCPT ); Sun, 27 Mar 2016 05:50:23 -0400 Received: from ozlabs.org ([103.22.144.67]:49253 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752547AbcC0JuW (ORCPT ); Sun, 27 Mar 2016 05:50:22 -0400 Date: Sun, 27 Mar 2016 20:50:18 +1100 From: Stephen Rothwell To: Dan Williams Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Ross Zwisler , Andrew Morton , Linus Torvalds , Borislav Petkov , Ingo Molnar , Tony Luck , Thomas Gleixner , Andy Lutomirski , Peter Zijlstra Subject: linux-next: build failure after merge of the nvdimm tree Message-ID: <20160327205018.6a587705@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 Dan, After merging the nvdimm tree, today's linux-next build (powerpc allyesconfig) failed like this: In file included from /home/sfr/next/next/fs/dax.c:28:0: include/linux/pmem.h: In function 'memcpy_from_pmem': include/linux/pmem.h:79:9: error: implicit declaration of function 'arch_memcpy_from_pmem' [-Werror=implicit-function-declaration] return arch_memcpy_from_pmem(dst, src, size); ^ Caused by commit a2b056ea291d ("x86, pmem: use memcpy_mcsafe() for memcpy_from_pmem()") I used the nvdimm tree from next-20160324 for today. -- Cheers, Stephen Rothwell