From dan@kulesh.obluda.cz  Thu Jan  3 03:22:21 2008
Return-Path: <dan@kulesh.obluda.cz>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id ABCFB16A419
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  3 Jan 2008 03:22:21 +0000 (UTC)
	(envelope-from dan@kulesh.obluda.cz)
Received: from smtp1.kolej.mff.cuni.cz (smtp1.kolej.mff.cuni.cz [78.128.192.10])
	by mx1.freebsd.org (Postfix) with ESMTP id 2EECB13C447
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  3 Jan 2008 03:22:20 +0000 (UTC)
	(envelope-from dan@kulesh.obluda.cz)
Received: from kulesh.obluda.cz (openvpn.ms.mff.cuni.cz [195.113.20.87])
	by smtp1.kolej.mff.cuni.cz (8.13.8/8.13.8) with ESMTP id m033M5lY071293
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 3 Jan 2008 04:22:06 +0100 (CET)
	(envelope-from dan@kulesh.obluda.cz)
Received: from kulesh.obluda.cz (localhost. [127.0.0.1])
	by kulesh.obluda.cz (8.14.2/8.14.2) with ESMTP id m033LsLp001158
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 3 Jan 2008 04:21:54 +0100 (CET)
	(envelope-from dan@kulesh.obluda.cz)
Received: (from root@localhost)
	by kulesh.obluda.cz (8.14.2/8.14.1/Submit) id m033LsZo001157;
	Thu, 3 Jan 2008 04:21:54 +0100 (CET)
	(envelope-from dan)
Message-Id: <200801030321.m033LsZo001157@kulesh.obluda.cz>
Date: Thu, 3 Jan 2008 04:21:54 +0100 (CET)
From: Dan Lukes <dan@obluda.cz>
Reply-To: Dan Lukes <dan@obluda.cz>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: VERBOSE_SYSINIT is MFCed but bug-patch for it not
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         119288
>Category:       kern
>Synopsis:       VERBOSE_SYSINIT is MFCed but bug-patch for it not
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 03 03:30:00 UTC 2008
>Closed-Date:    Tue Feb 12 10:41:08 UTC 2008
>Last-Modified:  Wed Feb 13 16:50:01 UTC 2008
>Originator:     Dan Lukes
>Release:        FreeBSD 6.3-PRERELEASE i386
>Organization:
Obludarium
>Environment:
System: FreeBSD 6.3-PRERELEASE

>Description:

In sys/kern/init_main.c revision 1.263 the new kernel config option
VERBOSE_SYSINIT has been added.

The implementation use DDB option so opt_ddb.h needs to be included but
it missing in 1.263 revision.

The bug has been patched in revision 1.264

The 1.263 revision changes has been MFCed

Revision 1.264 is patch for already MFCed 1.263 so it shall be MFCed also 
into RELENG_6 and RELENG_7

>How-To-Repeat:
>Fix:

	Read the description, please.


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: remko 
State-Changed-When: Tue Feb 12 10:41:07 UTC 2008 
State-Changed-Why:  
This had been imported into RELENG_7_0, but not to RELENG_6_3, for which 
it is too late now. Close the ticket, it will  be in any 7.x release; 

http://www.freebsd.org/cgi/query-pr.cgi?pr=119288 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: kern/119288: commit references a PR
Date: Wed, 13 Feb 2008 16:42:00 +0000 (UTC)

 remko       2008-02-13 16:41:26 UTC
 
   FreeBSD src repository
 
   Modified files:        (Branch: RELENG_6)
     sys/kern             init_main.c 
   Log:
   MFC rev 1.264 init_main.c
   
     The VERBOSE_SYSINIT stuff sees the DDB define a lot better if we include
     opt_ddb.h.
   
     Spotted by:   benno
     Pointy hat to:        benno
   
   Approved by:    imp (mentor)
   PR:             kern/119288
   Submitted by:   "Dan Lukes" <dan at obluda dot cz>
   
   Revision   Changes    Path
   1.256.2.7  +1 -0      src/sys/kern/init_main.c
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
