projects
/
platform
/
upstream
/
kernel-adaptation-pc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3239c49
)
Documentation: Clarify when module debugging actually works.
author
Robert P. J. Day
<rpjday@crashcourse.ca>
Sun, 3 Feb 2008 13:27:38 +0000
(15:27 +0200)
committer
Adrian Bunk
<bunk@kernel.org>
Sun, 3 Feb 2008 13:27:38 +0000
(15:27 +0200)
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Documentation/debugging-modules.txt
patch
|
blob
|
history
diff --git
a/Documentation/debugging-modules.txt
b/Documentation/debugging-modules.txt
index
24029f6
..
172ad4a
100644
(file)
--- a/
Documentation/debugging-modules.txt
+++ b/
Documentation/debugging-modules.txt
@@
-16,3
+16,7
@@
echo 'echo "$@" >> /tmp/modprobe.log' >> /tmp/modprobe
echo 'exec /sbin/modprobe "$@"' >> /tmp/modprobe
chmod a+x /tmp/modprobe
echo /tmp/modprobe > /proc/sys/kernel/modprobe
+
+Note that the above applies only when the *kernel* is requesting
+that the module be loaded -- it won't have any effect if that module
+is being loaded explicitly using "modprobe" from userspace.