From owner-svn-src-all@freebsd.org Wed May 11 15:14:51 2016 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1D945B36381; Wed, 11 May 2016 15:14:51 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (mail.turbocat.net [IPv6:2a01:4f8:d16:4514::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DB8EE18E4; Wed, 11 May 2016 15:14:50 +0000 (UTC) (envelope-from hps@selasky.org) Received: from laptop015.home.selasky.org (unknown [62.141.129.119]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 4222B1FE022; Wed, 11 May 2016 17:14:48 +0200 (CEST) Subject: Re: svn commit: r299427 - in head/sys/compat/linuxkpi/common: include/linux src To: Ed Maste References: <201605111040.u4BAe4eH018141@repo.freebsd.org> Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" From: Hans Petter Selasky Message-ID: Date: Wed, 11 May 2016 17:18:04 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 May 2016 15:14:51 -0000 On 05/11/16 17:04, Ed Maste wrote: > On 11 May 2016 at 06:40, Hans Petter Selasky wrote: >> Author: hselasky >> Date: Wed May 11 10:40:04 2016 >> New Revision: 299427 >> URL: https://svnweb.freebsd.org/changeset/base/299427 > > This broke (at least) sparc64 LINT kernel builds. > > linking kernel > linux_idr.o: In function `ida_init': > linux_idr.c:(.text+0x920): multiple definition of `ida_init' > ida.o:ida.c:(.text+0x900): first defined here > *** [kernel] Error code 1 > I'll have a look at it. --HPS