1 Some BUGs, grouped by the individual utilty
2 -------------------------------------------
4 NOTE: There is an official Bugzilla on bugzilla.kernel.org. Please do not
5 add to this file - file a bug on that website instead (one line URL):
6 https://bugzilla.kernel.org/enter_bug.cgi?component=module-init-tools
8 (Or on buzilla.kernel.org click "New", "Other", "module-init-tools")
12 * BZ: https://bugzilla.kernel.org/show_bug.cgi?id=16044
13 * BUG: We don't output deps correctly when calling --show-depends (-D)
14 * REASON: show-depends sets a variety of individual flags but there's
15 no easy way for handle_module->insmod to know the difference between
16 these options or an actual "-D", so we skip out too early if we hit
17 command entries when processing a module. RHEL has a temp fix that
18 it will re-read the environment (which does have -D set) in insmod.