depmod.pl: add recursive sanity check
authorMike Frysinger <vapier@gentoo.org>
Tue, 16 Nov 2010 12:15:00 +0000 (07:15 -0500)
committerMike Frysinger <vapier@gentoo.org>
Tue, 16 Nov 2010 12:15:00 +0000 (07:15 -0500)
commit8ce1ad3097ca6b92293ca767f6e4ddd98ad0d90e
treefc89a095caf49d166a9f80da738beb966c1e947e
parent2e9aeae4dbc7bd45640ac472ee6ecb7eaf89fe8d
depmod.pl: add recursive sanity check

If modules contain circular dependencies, the depmod script will follow
the circle forever.  So add a simple sanity check to abort rather than
chew up the CPU.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
examples/depmod.pl