From owner-freebsd-stable@FreeBSD.ORG Thu Mar 26 12:40:54 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 69D18106566C for ; Thu, 26 Mar 2009 12:40:54 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from mail-ew0-f171.google.com (mail-ew0-f171.google.com [209.85.219.171]) by mx1.freebsd.org (Postfix) with ESMTP id F10E48FC0C for ; Thu, 26 Mar 2009 12:40:53 +0000 (UTC) (envelope-from onemda@gmail.com) Received: by ewy19 with SMTP id 19so507933ewy.43 for ; Thu, 26 Mar 2009 05:40:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=T0Y7RcZyxJYC8SXF0W9XCUiOG2dq/+nlPQIccr/IhiA=; b=cL4yyX3+3fXD0AeL1tRhar/BrHQHz4noZ+k1XmDRw9CdRuUUEH7fE+HmdjTCl8zEmZ aMx+VOMyfOuvK0l+aPiOPgKXVH2FTeFXNQyvlcY9oggfJQ6I8GaqUYBAaLXTuetrbwDl IDeuFIll55Hgs19QSpoMYqoAJofSoyGi5tE0A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=kNqFnq3X9y/Y6BxgZikJ2Iz6wVreWxX8bjrAr1poAINhCDa8BssMzLSzQkrwLim2wS qmG+8BbnwSACnd2YtxB2kldbSWi9dXIuuElfKTEJFEr/KNXToCdejivbUea6Gz+9KNn1 VYZnGqQeZhxaWmB/OcI+xxlH6UYZeaj5WFGN0= MIME-Version: 1.0 Received: by 10.210.136.10 with SMTP id j10mr648613ebd.8.1238071253024; Thu, 26 Mar 2009 05:40:53 -0700 (PDT) In-Reply-To: <49CB659D.2000108@reiteration.net> References: <49CAA7AB.8030506@reiteration.net> <20090326025431.GC14916@weongyo.cdnetworks.kr> <49CB659D.2000108@reiteration.net> Date: Thu, 26 Mar 2009 13:40:53 +0100 Message-ID: <3a142e750903260540k5157fbd7h3572cf5330fff335@mail.gmail.com> From: "Paul B. Mahol" To: John Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: FreeBSD Stable Subject: Re: malo causes sig 12 error and panic on Freebsd 7.2-PRERELEASE (7-STABLE) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Mar 2009 12:40:54 -0000 On 3/26/09, John wrote: > Weongyo Jeong wrote: > >> Could you please test it with attached patch to fix a page fault? I >> don't know why bus_dma_tag_create() returns ENOMEM that it looks >> temporary. > > Hi, > > Seems the patch failed to apply: Patch is so trivial and short that it can be applied manually. Are you sure that you use 7 STABLE sources and not CURRENT one? If patching failed, rebuilding module/kernel is pointless. -- Paul