Displaying 1 result from an estimated 1 matches for "c02c9298".
Did you mean:
c02c7296
2003 Aug 12
0
linprocfs: extern declaration of a static variable
...code, and
linprocfs.ko loads perfectly. In the working module, nm reports that
nextpid is still undefined, and in the otherwise linked kernel, nm
reports that nextpid is still a local variable:
% nm -A /modules/linprocfs.ko /kernel |grep nextpid
/modules/linprocfs.ko: U nextpid
/kernel:c02c9298 d nextpid
I'm not sure why this would have been unchanged from 4.7-STABLE to
4.8-STABLE, as it shouldn't work for _anyone_, barring some compiler bug
that exports static variables. In the RELENG_5 kernel tree, the
'nextpid' variable has been changed to 'lastpid', and the s...