Neale Ferguson writes:
> I'm getting the following when I build the kernel. I'm not sure what the 
> error means or how to resolve it:
> 
> /export/home/tide/OpenSolaris/sirius/onnv-gate/usr/src/uts/zSeries/hook
> warning: hook symbol checking: global variable(s) introduced and/or removed.
> 0a1,2
> > hook_stack_lock
> > hook_stacks

Those symbols should be here:

        usr/src/uts/sparc/hook/hook.global-objs.debug64
        usr/src/uts/intel/hook/hook.global-objs.debug64

I think you're missing an integration with this changeset:

changeset:   7513:18aa777d3f09
user:        Darren Reed <[EMAIL PROTECTED]>
date:        Mon Sep 08 14:46:50 2008 -0700
description:
        PSARC/2008/219 Committed API for packet interception
        PSARC/2008/335 Corrections for Committed API for packet interception
        PSARC/2008/557 Revision to net instance notification API
        4844507 Solaris needs stable interface for packet filtering software
        6705155 ipf_stack_init() assumes kmem_alloc with KM_NOSLEEP never fails

You need to add the same two lines to your own
usr/src/uts/zSeries/hook/hook.global-objs.debug64 file.

-- 
James Carlson, Solaris Networking              <[EMAIL PROTECTED]>
Sun Microsystems / 35 Network Drive        71.232W   Vox +1 781 442 2084
MS UBUR02-212 / Burlington MA 01803-2757   42.496N   Fax +1 781 442 1677
_______________________________________________
opensolaris-code mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/opensolaris-code

Reply via email to