depmod: export static device node information to modules.devname
[mit.git] / BUGS
blobd84555cda49dc41e29ac6c8831fddf85ef3f69c4
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
7                                                 &product=Other
8       (Or on buzilla.kernel.org click "New", "Other", "module-init-tools")
10 modprobe
11 --------
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.