From owner-cvs-all@FreeBSD.ORG Fri Jun 8 09:57:38 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8FE2916A41F; Fri, 8 Jun 2007 09:57:38 +0000 (UTC) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (comp.chem.msu.su [158.250.32.97]) by mx1.freebsd.org (Postfix) with ESMTP id EB73513C447; Fri, 8 Jun 2007 09:57:37 +0000 (UTC) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (localhost [127.0.0.1]) by comp.chem.msu.su (8.13.4/8.13.4) with ESMTP id l589vZYa073734; Fri, 8 Jun 2007 13:57:35 +0400 (MSD) (envelope-from yar@comp.chem.msu.su) Received: (from yar@localhost) by comp.chem.msu.su (8.13.4/8.13.4/Submit) id l589vYl7073733; Fri, 8 Jun 2007 13:57:34 +0400 (MSD) (envelope-from yar) Date: Fri, 8 Jun 2007 13:57:34 +0400 From: Yar Tikhiy To: Doug White Message-ID: <20070608095734.GW25127@comp.chem.msu.su> References: <200705291240.l4TCek0K048926@repoman.freebsd.org> <20070607172413.T90728@carver.gumbysoft.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070607172413.T90728@carver.gumbysoft.com> User-Agent: Mutt/1.5.9i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src UPDATING src/sys/net ethernet.h if_ethersubr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jun 2007 09:57:38 -0000 On Thu, Jun 07, 2007 at 05:28:06PM -0700, Doug White wrote: > Hello Yar, > > This commit appears to break bootstrapping -CURRENT from RELENG_6 and > 6.2-RELEASE. I'm not exactly sure why and will continue to investigate. I'd say that it's rather unlikely, but I may be missing some point. > Right now I'm getting errors (EINVAL) and panics at boot time in ifconfig > when trying to configure interfaces after upgrading the kernel from 6.2 to > HEAD for the first time. Which platform do you use? > On Tue, 29 May 2007, Yar Tikhiy wrote: > > >yar 2007-05-29 12:40:46 UTC > > > > FreeBSD src repository > > > > Modified files: > > . UPDATING > > sys/net ethernet.h if_ethersubr.c > > Log: > > Sync ether_ioctl() with ioctl(2) and ifnet.if_ioctl > > as to the type of the command argument: int -> u_long. > > These types have different widths in the 64-bit world. > > > > Add a note to UPDATING because the change breaks KBI > > on 64-bit platforms. > > > > Discussed on: -net, -current > > Reviewed by: bms, ru > > > > Revision Changes Path > > 1.492 +6 -0 src/UPDATING > > 1.32 +1 -1 src/sys/net/ethernet.h > > 1.229 +1 -1 src/sys/net/if_ethersubr.c > > > > -- > Doug White | FreeBSD: The Power to Serve > dwhite@gumbysoft.com | www.FreeBSD.org -- Yar