From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753819AbbK0B0g (ORCPT ); Thu, 26 Nov 2015 20:26:36 -0500 Received: from ozlabs.org ([103.22.144.67]:44133 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753790AbbK0B02 (ORCPT ); Thu, 26 Nov 2015 20:26:28 -0500 Date: Fri, 27 Nov 2015 12:26:23 +1100 From: Stephen Rothwell To: Rusty Russell Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org Subject: linux-next: build failure after merge of the modules tree Message-ID: <20151127122623.06c052fa@canb.auug.org.au> X-Mailer: Claws Mail 3.13.0 (GTK+ 2.24.28; x86_64-pc-linux-gnu) 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 Rusty, After merging the modules tree, today's linux-next build (powerpc ppc64_defconfig) failed like this: In file included from include/linux/kexec.h:26:0, from include/linux/crash_dump.h:5, from arch/powerpc/platforms/powernv/pci-ioda.c:16: include/linux/module.h:770:15: error: return type defaults to 'int' [-Werror=return-type] static inline module_enable_ro(const struct module *mod) { } ^ and many many more of these :-( Caused by commit ccd6497a60e5 ("module: clean up RO/NX handling") I have used the modules tree from next-20151126 for today. -- Cheers, Stephen Rothwell sfr@canb.auug.org.au