[OpenAFS-devel] OpenAFS 1.2.8 Release Candidate 2 now available for testing

Derrick J Brashear shadow@dementia.org
Sun, 12 Jan 2003 15:38:18 -0500 (EST)


I do read openafs-devel...

> > ok. grep kunmap_high /path/to/System.map-2.4.20
> > grep kunmap_high /path/to/headers/you/pointed/openafs/to/include/linux/modules/*
> 
> # grep kunmap_high /boot/System.map-2.4.20
> c012e4e0 T kunmap_high
> c0240fa0 R __kstrtab_kunmap_high
> c024a868 R __ksymtab_kunmap_high
> # grep kunmap_high /usr/src/linux-2.4.20/include/linux/modules/*
> #

ok, one more
grep kunmap_high /proc/ksyms (while running 2.4.20)

those kernel headers look broken, like kunmap_high isn't exported as a
versioned symbol. that's definitely not our problem, if true. (if you get
a versioned symbol from /proc/ksyms, your headers are broken and i have no
suggestions)