From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753480AbdIDI4s (ORCPT ); Mon, 4 Sep 2017 04:56:48 -0400 Received: from ozlabs.org ([103.22.144.67]:57921 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753318AbdIDI4r (ORCPT ); Mon, 4 Sep 2017 04:56:47 -0400 Date: Mon, 4 Sep 2017 18:56:45 +1000 From: Stephen Rothwell To: Andrew Morton Cc: Linux-Next Mailing List , Linux Kernel Mailing List , =?UTF-8?B?SsOpcsO0bWU=?= Glisse , Evgeny Baskakov , John Hubbard , Mark Hairgrove , Sherry Cheung , Subhash Gutti Subject: linux-next: build failure after merge of the akpm-current tree Message-ID: <20170904185645.70d8c14b@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 Andrew, After merging the akpm-current tree, today's linux-next build (x86_64 allmodconfig) failed like this: /home/sfr/next/next/mm/hmm.c:202:2: error: unknown field 'invalidate_page' specified in initializer .invalidate_page = hmm_invalidate_page, ^ /home/sfr/next/next/mm/hmm.c:202:21: error: initialization from incompatible pointer type [-Werror=incompatible-pointer-types] .invalidate_page = hmm_invalidate_page, ^ Caused by commit b49705c24406 ("mm/hmm/mirror: mirror process address space on device with HMM helpers") interacting with commit 5f32b265400d ("mm/mmu_notifier: kill invalidate_page") from Linus' tree. I have disabled CONFIG_HMM_MIRROR for today. -- Cheers, Stephen Rothwell