From owner-svn-src-head@freebsd.org Sat Jan 2 22:20:40 2016 Return-Path: Delivered-To: svn-src-head@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 5C7AFA5E438; Sat, 2 Jan 2016 22:20:40 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from mx1.sbone.de (mx1.sbone.de [IPv6:2a01:4f8:130:3ffc::401:25]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "mx1.sbone.de", Issuer "SBone.DE" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 1C285184B; Sat, 2 Jan 2016 22:20:40 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from mail.sbone.de (mail.sbone.de [IPv6:fde9:577b:c1a9:31::2013:587]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.sbone.de (Postfix) with ESMTPS id ECFAA25D385E; Sat, 2 Jan 2016 22:20:36 +0000 (UTC) Received: from content-filter.sbone.de (content-filter.sbone.de [IPv6:fde9:577b:c1a9:31::2013:2742]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPS id B49D5C77005; Sat, 2 Jan 2016 22:20:35 +0000 (UTC) X-Virus-Scanned: amavisd-new at sbone.de Received: from mail.sbone.de ([IPv6:fde9:577b:c1a9:31::2013:587]) by content-filter.sbone.de (content-filter.sbone.de [fde9:577b:c1a9:31::2013:2742]) (amavisd-new, port 10024) with ESMTP id I8mP_d0fwBlo; Sat, 2 Jan 2016 22:20:34 +0000 (UTC) Received: from [IPv6:fde9:577b:c1a9:4410:451c:b13a:9af7:25a0] (unknown [IPv6:fde9:577b:c1a9:4410:451c:b13a:9af7:25a0]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPSA id 83E03C76FEE; Sat, 2 Jan 2016 22:20:32 +0000 (UTC) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) Subject: Re: svn commit: r293053 - head/sys/boot/uboot/lib From: "Bjoern A. Zeeb" In-Reply-To: <201601021816.u02IGOXQ060620@repo.freebsd.org> Date: Sat, 2 Jan 2016 22:20:28 +0000 Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <90CAFE3D-DB95-4790-8FBD-9C40E6BF1075@lists.zabbadoz.net> References: <201601021816.u02IGOXQ060620@repo.freebsd.org> To: Ian Lepore X-Mailer: Apple Mail (2.2104) X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jan 2016 22:20:40 -0000 > On 02 Jan 2016, at 18:16 , Ian Lepore wrote: >=20 > Author: ian > Date: Sat Jan 2 18:16:24 2016 > New Revision: 293053 > URL: https://svnweb.freebsd.org/changeset/base/293053 >=20 > Log: > Use 64-bit math when finding a block of ram to hold the kernel. This = fixes > a problem on 32-bit systems which have ram occupying the end of the = physical > address space -- for example, a block of ram at 0x80000000 with a = size of > 0x80000000 was overflowing 32 bit math and ending up with a = calculated size > of zero. >=20 > This is a fix for one of the two problems mentioned in the PR. = Something > similar will need to be done on the kernel side before the PR is = closed. >=20 > PR: 201614 >=20 > Modified: > head/sys/boot/uboot/lib/copy.c This seems to have broken powerpc/powerpc64 worlds: =3D=3D=3D> sys/boot/uboot/lib (all) cc1: warnings being treated as errors /scratch/tmp/bz/head.svn/sys/boot/uboot/lib/copy.c: In function = 'uboot_loadaddr': /scratch/tmp/bz/head.svn/sys/boot/uboot/lib/copy.c:103: warning: cast = from pointer to integer of different size --- copy.o --- *** [copy.o] Error code 1