From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751389AbeABHEe (ORCPT + 1 other); Tue, 2 Jan 2018 02:04:34 -0500 Received: from ozlabs.org ([103.22.144.67]:55675 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750787AbeABHEd (ORCPT ); Tue, 2 Jan 2018 02:04:33 -0500 Date: Tue, 2 Jan 2018 18:04:30 +1100 From: Stephen Rothwell To: Andrew Morton Cc: Linux-Next Mailing List , Linux Kernel Mailing List Subject: linux-next: build warning after merge of the akpm-current tree Message-ID: <20180102180430.3420b704@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 Return-Path: Hi Andrew, After merging the akpm-current tree, today's linux-next build (arm multi_v7_defconfig) produced this warning: WARNING: vmlinux: 'abort' exported twice. Previous export was in vmlinux WARNING: vmlinux: 'abort' exported twice. Previous export was in vmlinux Introduced by commit 3ff677e9abdf ("kernel/exit.c: export abort() to modules") EXPORT_SYMBOL(abort) already exists in arch/arc/kernel/traps.c arch/arm/kernel/traps.c arch/m32r/kernel/traps.c arch/unicore32/kernel/traps.c -- Cheers, Stephen Rothwell