From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754083AbdIHDnl (ORCPT ); Thu, 7 Sep 2017 23:43:41 -0400 Received: from ozlabs.org ([103.22.144.67]:37563 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753162AbdIHDnj (ORCPT ); Thu, 7 Sep 2017 23:43:39 -0400 Date: Fri, 8 Sep 2017 13:43:36 +1000 From: Stephen Rothwell To: "Zi Yan" Cc: "Andrew Morton" , "Linux-Next Mailing List" , "Linux Kernel Mailing List" Subject: Re: linux-next: build failure after merge of the akpm-current tree Message-ID: <20170908134336.369cfb0a@canb.auug.org.au> In-Reply-To: <20170908124940.032ada7e@canb.auug.org.au> References: <20170801163904.7d49881a@canb.auug.org.au> <20170801205054.17c8579f@canb.auug.org.au> <00BCCF64-C319-44F0-992B-7F78D4676B5E@cs.rutgers.edu> <20170802154554.2fe6515b@canb.auug.org.au> <20170802163137.064ba4bf@canb.auug.org.au> <20170907152355.16f4490a@canb.auug.org.au> <20170907004612.4ac130b0e89daaa0e51b2f40@linux-foundation.org> <592A524A-150C-4209-BAA8-9CCDA25A2FA2@cs.rutgers.edu> <20170908124940.032ada7e@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 all, On Fri, 8 Sep 2017 12:49:59 +1000 Stephen Rothwell wrote: > > OK, so today I have applied this instead (which is the same as dropping > mm-thp-enable-thp-migration-in-generic-path-fix-fix-fix): > > From: Stephen Rothwell > Date: Fri, 8 Sep 2017 12:40:39 +1000 > Subject: [PATCH] mm-thp-enable-thp-migration-in-generic-path-fix-fix > > Signed-off-by: Stephen Rothwell > --- > include/linux/swapops.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/include/linux/swapops.h b/include/linux/swapops.h > index b88441d284e2..291c4b534658 100644 > --- a/include/linux/swapops.h > +++ b/include/linux/swapops.h > @@ -291,7 +291,7 @@ static inline swp_entry_t pmd_to_swp_entry(pmd_t pmd) > > static inline pmd_t swp_entry_to_pmd(swp_entry_t entry) > { > - return (pmd_t){}; > + return __pmd(0); > } > > static inline int is_pmd_migration_entry(pmd_t pmd) That survived my "during the day" builds (including sparc32). Some one should just check the overnight build results: http://kisskb.ellerman.id.au/linux-next -- Cheers, Stephen Rothwell