kmod/tools
Anssi Hannula 49b33c1f21 depmod: do not allow partial matches with "search" directive
Currently e.g. "search foo foobar built-in" will cause unpredictable
results if baz.ko is in both foo/ and foobar/, since "foo" in search may
match both of those directories and the preferred module therefore
depends on processing order.

Fix the code to ensure that the match is performed on full pathname
components only.
2014-03-19 09:18:39 -03:00
..
.gitignore tools: Use test/kmod instead of kmod-nolib 2013-07-02 21:15:54 -03:00
depmod.c depmod: do not allow partial matches with "search" directive 2014-03-19 09:18:39 -03:00
insmod.c Update copyright notices 2013-01-16 11:27:45 -02:00
kmod.c tools: add static-nodes tool 2013-04-16 23:10:36 -03:00
kmod.h tools: add static-nodes tool 2013-04-16 23:10:36 -03:00
log.c Add format attribute and fix issues 2013-04-21 16:17:12 -03:00
log.h Add format attribute and fix issues 2013-04-21 16:17:12 -03:00
lsmod.c Update copyright notices 2013-01-16 11:27:45 -02:00
Makefile build-sys: add small redirecting Makefiles 2014-03-06 01:59:58 -03:00
modinfo.c Update copyright notices 2013-01-16 11:27:45 -02:00
modprobe.c modprobe: don't check refcount with remove command 2013-05-02 23:30:44 -03:00
rmmod.c Remove "rmmod -w" documentation and getopt entry 2014-01-26 18:00:23 -02:00
static-nodes.c static-nodes: create parent directories of output file 2013-07-15 12:46:12 -03:00