From owner-freebsd-arch@FreeBSD.ORG Sun Feb 19 00:54:29 2012 Return-Path: Delivered-To: arch@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9F130106564A; Sun, 19 Feb 2012 00:54:29 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from gw.catspoiler.org (gw.catspoiler.org [75.1.14.242]) by mx1.freebsd.org (Postfix) with ESMTP id 6969E8FC12; Sun, 19 Feb 2012 00:54:29 +0000 (UTC) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.13.3/8.13.3) with ESMTP id q1J0sK60017096; Sat, 18 Feb 2012 16:54:24 -0800 (PST) (envelope-from truckman@FreeBSD.org) Message-Id: <201202190054.q1J0sK60017096@gw.catspoiler.org> Date: Sat, 18 Feb 2012 16:54:20 -0800 (PST) From: Don Lewis To: dougb@FreeBSD.org In-Reply-To: <4F40465E.4030909@FreeBSD.org> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Cc: ae@FreeBSD.org, arch@FreeBSD.org Subject: Re: [patch] allow crash dumps to Linux swap partitions X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2012 00:54:29 -0000 On 18 Feb, Doug Barton wrote: > On 02/18/2012 09:50, Andrey V. Elsukov wrote: >> I think we can check bp->bio_from field, something like that (not tested): > > That made dumpon happy anyway, thanks! I'm a bit rusty on "how to cause > a dump on purpose" nowadays .... I'm running 8-stable right now, if > someone wants to give me a hint I'll test this. Break into DDB and type "call doadump".