From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753508AbdFSIOP (ORCPT ); Mon, 19 Jun 2017 04:14:15 -0400 Received: from ozlabs.org ([103.22.144.67]:42663 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750757AbdFSIOO (ORCPT ); Mon, 19 Jun 2017 04:14:14 -0400 Date: Mon, 19 Jun 2017 18:14:11 +1000 From: Stephen Rothwell To: Andrew Morton Cc: Linux-Next Mailing List , Linux Kernel Mailing List , Thomas Meyer , "David S. Miller" , Rich Felker Subject: linux-next: build failure after merge of the akpm-current tree Message-ID: <20170619181411.1c0d30e5@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 (sparc defconfig) failed like this: arch/sparc/mm/extable.c:16:1: error: conflicting types for 'search_extable' search_extable(const struct exception_table_entry *start, ^ In file included from arch/sparc/mm/extable.c:6:0: include/linux/extable.h:11:1: note: previous declaration of 'search_extable' was here search_extable(const struct exception_table_entry *first, ^ Caused by commit 222785199d50 ("lib/extable.c: use bsearch() library function in search_extable()") This would also affect the sh architecture. Grep is your friend. I am not sure why they have separate implementations. I have reverted that commit (and its following fixup) for today. -- Cheers, Stephen Rothwell