kern/51137: config(8) should check if a scheduler is selected

David Magda dmagda+fbugs at magda.ca
Fri Apr 18 13:50:21 PDT 2003


>Number:         51137
>Category:       kern
>Synopsis:       config(8) should check if a scheduler is selected
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 18 13:50:18 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     David Magda
>Release:        FreeBSD 5.x
>Organization:
We're organized?
>Environment:

>Description:

If you run config(8) on a kernel configuration file which doesn't
have a scheduler selected then it does *NOT* complain.

Then when you try to do a 'make buildkernel' the make bombs since
there are unresolved functions relating to scheduling.

>How-To-Repeat:

. Create a kernel config file without a scheduler
. Run config(8) it and observe how it does not complain
. 'cd /usr/src; make buildkernel' and observe how it dies

>Fix:

Make config(8) check to see that a scheduler is there.


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-bugs mailing list