From owner-freebsd-ia64@FreeBSD.ORG Mon Feb 12 11:10:20 2007 Return-Path: X-Original-To: freebsd-ia64@FreeBSD.org Delivered-To: freebsd-ia64@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E913716A400 for ; Mon, 12 Feb 2007 11:10:19 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id BF6D513C4C3 for ; Mon, 12 Feb 2007 11:10:19 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l1CBAJjd098585 for ; Mon, 12 Feb 2007 11:10:19 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l1CBAGgR098561 for freebsd-ia64@FreeBSD.org; Mon, 12 Feb 2007 11:10:16 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 12 Feb 2007 11:10:16 GMT Message-Id: <200702121110.l1CBAGgR098561@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: linimon set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-ia64@FreeBSD.org Cc: Subject: Current problem reports assigned to you X-BeenThere: freebsd-ia64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the IA-64 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Feb 2007 11:10:21 -0000 Current FreeBSD problem reports Critical problems Serious problems S Tracker Resp. Description -------------------------------------------------------------------------------- o ia64/85772 ia64 [gpt] gpt (geom_) needs to adopt g_ctl 1 problem total. Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- o ia64/86218 ia64 Mozilla / Firefox: regxpcom or regchrome broken on ia6 1 problem total. From owner-freebsd-ia64@FreeBSD.ORG Wed Feb 14 16:25:57 2007 Return-Path: X-Original-To: freebsd-ia64@freebsd.org Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C06C816A400 for ; Wed, 14 Feb 2007 16:25:57 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [209.31.154.42]) by mx1.freebsd.org (Postfix) with ESMTP id 93CF613C4B9 for ; Wed, 14 Feb 2007 16:25:57 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [209.31.154.41]) by cyrus.watson.org (Postfix) with ESMTP id D2AA547884; Wed, 14 Feb 2007 10:53:01 -0500 (EST) Date: Wed, 14 Feb 2007 15:53:01 +0000 (GMT) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Marcel Moolenaar In-Reply-To: <398D3001-77EE-4032-919D-E1A13BCBC0A7@mac.com> Message-ID: <20070214154704.Q83707@fledge.watson.org> References: <6671F519-76BF-4866-8A64-92406E7B79AB@mac.com> <200702051954.21322.jhb@freebsd.org> <398D3001-77EE-4032-919D-E1A13BCBC0A7@mac.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: FreeBSD Current , freebsd-ia64@freebsd.org Subject: Re: [ia64] panic at shutdown (unp_connect) X-BeenThere: freebsd-ia64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the IA-64 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Feb 2007 16:25:57 -0000 On Mon, 5 Feb 2007, Marcel Moolenaar wrote: > On Feb 5, 2007, at 4:54 PM, John Baldwin wrote: > >> On Monday 05 February 2007 18:54, Marcel Moolenaar wrote: >> >>> I've been seeing the following panic on and off for a while. Is this a >>> known issue? Has anyone seen this before? >> >> I've saw this today on a recent 6.x on amd64, but I think it is supposed to >> be fixed in HEAD. > > This actually happened with -CURRENT; sources updated Feb 1st 2007. If the > fix happened within the last, say, week then I just need to update and > rebuild. Otherwise, it seems that the problem may not be fixed or it remains > a problem on ia64. I'll update and rebuild... After looking at John's report, I've committed uipc_usrreq.c:1.192 and uipc_usrreq.c:1.193. The former probably isn't relevant, but the latter may resolve this issue. If this is a reproduceable problem it would be very helpful to hear whether it still occurs with the latest revision of uipc_usrreq.c in HEAD. Thanks, Robert N M Watson Computer Laboratory University of Cambridge > >>> fatal kernel trap (cpu 1): >>> >>> trap vector = 0x14 (Page Not Present) >>> cr.iip = 0xe00000000440f5c0 >>> cr.ipsr = 0x1010080a6018 >>> (ac,mfl,ic,i,dt,dfh,rt,cpl=0,it,ri=0,bn) >>> cr.isr = 0x400000000 (code=0,vector=0,r,ei=0) >>> cr.ifa = 0x48 >>> curthread = 0xe000000028861600 >>> pid = 435, comm = ypbind >>> >>> [thread pid 435 tid 100060 ] >>> Stopped at unp_connect+0x580: [M0] ld8 r14=[r14] > *snip* > >>> unp_connect+0x580 is line 1005 of src/sys/kern/uipc_usrreq.c and the >>> panic indicates that unp2 is NULL. > > -- > Marcel Moolenaar > xcllnt@mac.com > > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" From owner-freebsd-ia64@FreeBSD.ORG Fri Feb 16 13:17:08 2007 Return-Path: X-Original-To: freebsd-ia64@freebsd.org Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 34D9816A402 for ; Fri, 16 Feb 2007 13:17:08 +0000 (UTC) (envelope-from piso@newluxor.wired.org) Received: from mail.oltrelinux.com (krisma.oltrelinux.com [194.242.226.43]) by mx1.freebsd.org (Postfix) with ESMTP id DC92F13C4B4 for ; Fri, 16 Feb 2007 13:17:07 +0000 (UTC) (envelope-from piso@newluxor.wired.org) Received: from newluxor.wired.org (ip-91-186.sn1.eutelia.it [62.94.91.186]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.oltrelinux.com (Postfix) with ESMTP id A82D611AE49 for ; Fri, 16 Feb 2007 13:50:07 +0100 (CET) Received: (from piso@localhost) by newluxor.wired.org (8.13.8/8.13.8/Submit) id l1GCo49W001957 for freebsd-ia64@freebsd.org; Fri, 16 Feb 2007 13:50:04 +0100 (CET) (envelope-from piso) Date: Fri, 16 Feb 2007 13:50:04 +0100 From: Paolo Pisati To: freebsd-ia64@freebsd.org Message-ID: <20070216125004.GB1839@tin.it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.2i X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at krisma.oltrelinux.com Subject: Interrupt filtering - newbus API patch X-BeenThere: freebsd-ia64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the IA-64 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Feb 2007 13:17:08 -0000 Hi guys, i started to break down my interrupt filtering work in pieces (to ease commiting it) and so far i've prepared the first patch that contains _JUST_ the modification to the newbus API: no new features, no improvement to the interrupt handling, etcetc it's just the modification to the bus_setup_intr() syntax, and it touches ALL the drivers in our tree (that's why it's so big). The patch against HEAD is here: http://people.freebsd.org/~piso/intr_filter/ where: * intr_filter-newbus-MI.patch contains the diffs against the MI code * intr_filter-newbus-$ARCH.patch contains the diffs against the MD code for the various $ARCHs * intr_filter-newbus-full.patch contains all the diffs in one big patch file For every patch file, there's a $patch.files, containing the list of files modified by that patch. Moreover, i put there a tarball of my src/sys dir (sys-intr.tgz) just in case the big patch doesn't apply correctly (the kernel is 3 weeks old now but should be ok). This patch is working for amd64, arm, i386 and sparc64: so far i still need feedback from ia64/ppc/sun4v before i submit a formal commit request to re@, so i would appreciate if any ppc/ia64/sun4v developer could take a look and test it. Thanks, P. From owner-freebsd-ia64@FreeBSD.ORG Fri Feb 16 19:30:12 2007 Return-Path: X-Original-To: freebsd-ia64@freebsd.org Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2B02316A400; Fri, 16 Feb 2007 19:30:12 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.172]) by mx1.freebsd.org (Postfix) with ESMTP id 0D9A513C494; Fri, 16 Feb 2007 19:30:11 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from mac.com (smtpin08-en2 [10.13.10.153]) by smtpout.mac.com (Xserve/8.12.11/smtpout02/MantshX 4.0) with ESMTP id l1GJU9OX010847; Fri, 16 Feb 2007 11:30:10 -0800 (PST) Received: from [172.24.104.88] (natint3.juniper.net [66.129.224.36]) (authenticated bits=0) by mac.com (Xserve/smtpin08/MantshX 4.0) with ESMTP id l1GJTmuY019000 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Fri, 16 Feb 2007 11:30:05 -0800 (PST) In-Reply-To: <20070216125004.GB1839@tin.it> References: <20070216125004.GB1839@tin.it> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Marcel Moolenaar Date: Fri, 16 Feb 2007 11:28:10 -0800 To: Paolo Pisati X-Mailer: Apple Mail (2.752.3) X-Brightmail-Tracker: AAAAAA== X-Brightmail-scanned: yes Cc: ppc@freebsd.org, FreeBSD IA64 mailing list Subject: Re: Interrupt filtering - newbus API patch X-BeenThere: freebsd-ia64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the IA-64 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Feb 2007 19:30:12 -0000 On Feb 16, 2007, at 4:50 AM, Paolo Pisati wrote: > This patch is working for amd64, arm, i386 and sparc64: so far i still > need feedback from ia64/ppc/sun4v before i submit a formal commit > request to re@, so i would appreciate if any ppc/ia64/sun4v developer > could take a look and test it. Oops, this fell through the cracks. Sorry about that. I'll test and review ia64 and powerpc this weekend. -- Marcel Moolenaar xcllnt@mac.com