]> git.ipfire.org Git - thirdparty/kmod.git/commit
kmod-depmod: dump modules.symbols
authorGustavo Sverzut Barbieri <barbieri@profusion.mobi>
Fri, 23 Dec 2011 03:27:28 +0000 (01:27 -0200)
committerLucas De Marchi <lucas.demarchi@profusion.mobi>
Tue, 27 Dec 2011 14:09:16 +0000 (12:09 -0200)
commit9a14d0e98904a848259c4b6f0a8e137018619da6
treecfca3f1f3f13fadcf9af4eb2d475721ad5f2ae2d
parent25c41512038c1e9a38ae4f387b795792cff1cad7
kmod-depmod: dump modules.symbols

note that the hash algorithm is different thus the output order will
be different as well.

to compare the outputs, sort the files:

   depmod -n | grep '^alias symbol:' | sort > /tmp/orig
   kmod-depmod -n | grep '^alias symbol:' | sort > /tmp/new
   diff /tmp/orig /tmp/new
tools/kmod-depmod.c