From owner-svn-src-stable@freebsd.org Sat Dec 24 13:36:35 2016 Return-Path: Delivered-To: svn-src-stable@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 D908EC8F5F5; Sat, 24 Dec 2016 13:36:35 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citapm.icyb.net.ua (citapm.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 6CC723C7; Sat, 24 Dec 2016 13:36:33 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from porto.starpoint.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citapm.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id PAA25273; Sat, 24 Dec 2016 15:36:32 +0200 (EET) (envelope-from avg@FreeBSD.org) Received: from localhost ([127.0.0.1]) by porto.starpoint.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1cKmUy-000H13-Oz; Sat, 24 Dec 2016 15:36:32 +0200 Subject: Re: svn commit: r308371 - in stable/10: share/man/man4 sys/conf sys/dev/jedec_ts sys/modules/i2c sys/modules/i2c/jedec_ts To: John Baldwin References: <201611061356.uA6DuYcO079294@repo.freebsd.org> <1625245.4edrXav981@ralph.baldwin.cx> <912ba7fd-353c-006e-ef65-faa12b83de9f@FreeBSD.org> <2547422.gn4y6NaJ31@ralph.baldwin.cx> Cc: src-committers@FreeBSD.org, svn-src-all@FreeBSD.org, svn-src-stable@FreeBSD.org, svn-src-stable-10@FreeBSD.org From: Andriy Gapon Message-ID: <9c234848-2d27-b417-b78d-18bde988bc07@FreeBSD.org> Date: Sat, 24 Dec 2016 15:35:37 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <2547422.gn4y6NaJ31@ralph.baldwin.cx> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Dec 2016 13:36:36 -0000 On 19/12/2016 18:55, John Baldwin wrote: > Yes. Well, it fixes linking of kernels at least. Now make tinderbox > on 10 fails for the following kernels: > > _.ia64.GENERIC: Maxmem is not available on ia64. It is spelled > paddr_max instead. The firewire code is trying to use Maxmem. > _.ia64.LINT: Same. > _.arm.LINT: Many link errors and warnings, though lack of 'kbd_*' symbols > seems to be the only actual errors. > > I suspect you recently MFC'd changes to fwohci.c that are using Maxmem. > However, I'm not sure it is worth fixing fwohci on ia64. The ia64 problem should be fixed now. I added Maxmem as we discussed. -- Andriy Gapon