NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

kern/50483: assym.h is not rebuilt



>Number:         50483
>Category:       kern
>Synopsis:       assym.h is not rebuilt
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    kern-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Nov 27 19:40:00 +0000 2015
>Originator:     David A. Holland
>Release:        NetBSD 7.99.21 (20151118)
>Organization:
>Environment:
System: NetBSD valkyrie 7.99.1 NetBSD 7.99.1 (VALKYRIE) #17: Wed Oct 14 03:21:03 EDT 2015  dholland@valkyrie:/usr/src/sys/arch/amd64/compile/VALKYRIE amd64
Architecture: x86_64
Machine: amd64
>Description:

assym.h doesn't depend on the header files it's derived from. This
results in out of date info and crashes in locore if core data
structures are changed.

Might be specific to amd64 but I assume most of the logic involved is
MI.

I doubt this has been true forever so it was probably caused by some
of the recent config and kernel build rototilling.

>How-To-Repeat:

valkyrie% touch ../../../../sys/proc.h 
valkyrie% make assym.h
`assym.h' is up to date.
valkyrie% 

>Fix:



Home | Main Index | Thread Index | Old Index