aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Masters <jcm@jonmasters.org>2010-05-25 00:47:06 -0400
committerJon Masters <jcm@jonmasters.org>2010-05-25 00:47:06 -0400
commit1d74c5db76696fceeba99004c9b1b26a502fd89b (patch)
tree81a0523197574ce80c4c6ed2a478792ad46954b5
parent48139392f864594652c73793cece4168c98100b7 (diff)
downloadmodule-init-tools-1d74c5db76696fceeba99004c9b1b26a502fd89b.tar.gz
BUGS: Tracking bugs being worked on from bugzilla
BUGS contains bugs being worked on/status if they are simple enough for ease of reference - canonical source is bugzilla.kernel.org Signed-off-by: Jon Masters <jcm@jonmasters.org>
-rw-r--r--BUGS11
1 files changed, 11 insertions, 0 deletions
diff --git a/BUGS b/BUGS
new file mode 100644
index 0000000..407efdf
--- /dev/null
+++ b/BUGS
@@ -0,0 +1,11 @@
+Some BUGs, grouped by the individual utilty
+-------------------------------------------
+
+modprobe
+--------
+ * BUG: We don't output deps correctly when calling --show-depends (-D)
+ * REASON: show-depends sets a variety of individual flags but there's
+ no easy way for handle_module->insmod to know the difference between
+ these options or an actual "-D", so we skip out too early if we hit
+ command entries when processing a module. RHEL has a temp fix that
+ it will re-read the environment (which does have -D set) in insmod.