release: bump the release to 3.14
[module-init-tools.git] / ChangeLog
blob9499d8c773afe18b8593e615ed5a2c27b4b21fad
1 3.13 Version:
2 o cleanups: localize various functions and variables avoiding export (Mike)
3 o depmod: add support for --symbol-prefix (e.g. underscore on Blackfin) (Mike)
4 o depmod: support x.y kernels rather than x.y.z (e.g. Linux 3.0) (Michal)
5 o modprobe: blacklist modules on the kernel commandline (Tom)
6 o modprobe: use more than one config directory (e.g. /run/modprobe.d) (Tom)
7 o testsuite: correctly export TEST_ENDIAN and TEST_BITS (Keegan)
9 3.12 Version:
10 o build: fix for Makefile problems in ax_enable_builddir (Alan)
11 o cleanups: various memory leak cleanups and additional leak tests (Alan)
12 o depmod: create modules.devname containing module-provided devnames (Kay)
13 o docs: fix SGML documentation build problems
14 o modprobe: softdeps allow additional modules to be loaded (Andreas)
15 o modprobe: ignore custom "install" commands if we can't detect sucess on load
16 o modprobe: don't run remove commands for modules that are not loaded (Alan)
17 o testsuite: various fixes for new features and cleanups (Alan)
19 3.11 Version:
20 o modinfo: Fix crash if module recently deleted from system (Ozan)
21 o modprobe: Handle built-in modules (Michal)
23 3.10 Version:
24 o modprobe: cleanup some option handling (Alan)
25 o testsuite: Rebuild all the test modules (32/64/be/le) to avoid bitrot
27 3.9 Version:
28 o NOTE: tools now fail loudly in the case of non-ELF files being used
29 o elfops: rename moduleops to elfops, remove struct module from it (Andreas)
30 o depmod: various symbol lookup and dependency calculation fixes (Andreas)
31 o doc: various cleanup of man pages (Robby)
33 3.8 Version:
34 o doc: Fix build documentation
35 o zlib: allow dynamic linking (Michal)
38 3.7 Version:
39 o NOTE: *** support for pre-2.6 kernels was removed in this version ***
40 o bindex: modules.order support and fallback in case trie is outdated (Alan)
41 o depmod: fix is_higher_priority() (Michal)
42 o depmod: officially disallow specifying modules using relative paths (Alan)
43 o lib: fix underscore conversion (Alan)
44 o modprobe: parse empty options correctly
45 o testsuite: lots of random fixes and cleanups
47 3.6 Version:
48 o depmod: make building map files optional (does anyone use them anyway?)
49 o demod: use shortened path names in index files (relative paths used)
50 o modprobe: use /sys/module rather than /proc/modules (Andreas)
51 o modprobe: remove legacy support for pre-2.6 kernels (Andreas)
52 o modprobe: check that asprintf() calls actually allocate (Andreas)
54 3.5 Version:
55 o binary indexing file support (Alan Jenkins)
56 o depmod: fix some memory leaks, reduce overhead (Alan Jenkins)
57 o modprobe: fix some memory leaks, reduce overhead (Alan Jenkins)
58 o rmmod: fix some memory leaks (Alan Jenkins)
59 o testsuite: update the tests (Alan Jenkins)
60 o various other fixes
62 3.4 Version:
63 o modprobe: add ability to parse kernel command line for module options.
65 3.3 Version:
66 o modinfo: add a kernel parameter for info on modules used by other kernels.
67 o lsmod: modprobe: Comment fixes (thanks Satoru Takeuchi)
68 o modprobe: don't mangle - in wildcards within [ ] (patch from Sam Morris)
69 o new mintainer: Jon Masters <jcm@jonmasters.org>
70 o switch to using git for project maintainance
71 o misc. memory leakage/build/docs fixes (Luiz Fernando N. Capitulino)
72 o correct error handling and insmod.static handling (Tobias Stoeckmann)
73 o various other fixes to build/development process.
74         
75 3.2.2 Version:
76 o depmod: Try to generate correct input tables for 2.6.14 and above (thanks to report from Scott James Remnant)
78 3.2.1 Version:
79 o depmod: macio device support (patch from Jeff Mahoney)
81 3.2 Version:
82 o depmod: serio support (patch from Dmitry Torokhov)
83 o modprobe: Fix load by symbol (thanks to Nathan Lutchansky)
84 o modinfo: Handle parmtype: for 2.6.11
85 o depmod: handle other endian (already handle 64 & 32 bit)
86 o modprobe, rmmod, depmod: check for OOM (patch from Andreas Gruenbacher)
87 o depmod: don't skip first argument for explicit files (patch from Andrew Snare)
88 o depmod: handle relative paths in explicit files
89 o modprobe: load all matching aliases (idea from Dominik Brodowski)
90 o modprobe: new blacklist keyword (patch from Erik van Konijnenburg)
91 o CODING: new document describing testsuite
92 o Makefile: include testsuite inside all source releases
93 o modprobe: slow down modprobe with gratuitous stat for Reiser4 braindamage (Reported by Gentoo)
94 o Makefile.am: Use @mandir@, unless it's just prefix/mandir (discussion with Jeremy C. Reed)
95 o Added $CMDLINE_OPTS substitution to install commands.
96 o depmod: don't explode on invalid modules (patch from Bill Nottingham)
97 o modprobe: unlock fd when module already in kernel (either a race, or a rename) (patch from Oliver Blin, reworked)
98 o modprobe.conf.sgml: docbook2man uses last refentrytitle for output file (fixes endusers needing docbook utils for build)
99 o modprobe: fix gcc-2.95 compilation by declaring va_list at top of warn() (thanks Rafiq Ismail)
100 o modprobe: doco fix: -a takes module names, not wildcards.
101 o depmod, modprobe: gcc 4 signedness warning fixes (thanks to Marco d'Itri)
102 o modprobe: lock before seeing if module in kernel (might be doing init now!)
103 o testsuite: use --log-fd (valgrind 3) not --logfile-fd.
104 o modprobe: spin to avoid parallel load attempts when lock failed.  Fixes "unknown symbols for ehci_hcd" bug with parallel udev on ro root.  (Patch from Pozsar Balazs)
106 3.1 Version:
107 o modprobe, rmmod: Fix format string (thanks to Sergey Vlasov)
108 o modinfo: support -n, and by default display filename.
109 o modprobe: allow -o with -r to remove renamed modules with deps correct.
110 o modprobe: fall back to /etc/modprobe.d if fail on /etc/modprobe.conf.
111 o modprobe: allow config files to be directories, and recurse.
112 o modprobe: Fix quoting of cmdline options.
113 o insmod: remove quote handling, since we didn't do it right.
114 o depmod: ignore symbols (eg. PCI ids) in BSS (patch from Marc Boucher).
115 o depmod: exit after -h.
116 o modprobe: file locking on modules to avoid spurious errors if they race (report from Marc Boucher)
117 o modprobe: Fall back to read-only (no locking) if rw open on module fails
118 o depmod: updates/ dir overrides (for RH, thanks to Thomas Vander Stichele)
119 o depmod: don't follow symlinks, broken in updates/ rework (thanks to Marco d'Itri)
120 o Bashisms removed (thanks to David Weinehall)
121 o modinfo: use modules.dep, not manual search, so we get updates/ right.
122 o Fix modinfo manpage missing word (thanks Debian)
123 o modprobe.devfs: added apm_bios devices (thanks Debian)
124 o modprobe: don't fatal() on missing includes (thanks Debian)
125 o modprobe: install/remove commands must override modules.alias file.
126 o Fix modprobe man page to document --show-depends and install commands (reported by Eric C. Cooper)
127 o Fix modprobe man page: -t -a removed in 3.0 (report from Thomas Hood)
128 o Document modprobe.d in modprobe(.conf) man page (report from Stefan Richter)
129         
130 3.0 Version:
131 o Update missing script (report from Robin Grindley)
132 o "depmod <version>" implies -a (report from Robin Grindley)
133 o modprobe: remove -t without -l: it didn't work, so obviously noone was
134         using it.
135 o modprobe: Allow "-a mod1 mod2" (report from Frédéric L. W. Meunier).
136 o modprobe: Fixed short alloc in merge_args.
137 o testsuite: run everything under valgrind.
138 o modprobe: change tabs to spaces in module parameters.
139 o modprobe: define STT_REGISTER if not defined (report Bill Nottingham)
140 o modinfo: -p means "parm" not "param" (report from Peter Cordes)
141 o Rmmod man page description is wrong (report from Pawel)
142 o modprobe: don't access off end of argv[] when '-c' used.
143 o depmod: merged Takashi Iwai's isapnp table code (with changes).
144 o modprobe.conf.sgml: Indicate that command is a shell command.
145 o rmmod: exit with non-zero on any failure (thanks to Serue Hallyen)
146 o generate-modprobe.conf: fix up char and block aliases
147         (thanks to OGAWA Hirofumi)
148 o modprobe: Fix warning about passing (and fix that fix thanks to Keith Moore)
149 o depmod: merged Andrey Borzenkov's input table code (with changes).
150 o modprobe: install/remove commands can be wildcards, set $MODPROBE_MODULE.
151 o modprobe: inserting already-inserted is fine, as is removing already-removed.
152 o modprobe: Add --first-time for old behavior
153 o generate-modprobe.conf: Use --first-time for above and below commands.
154 o FAQ: Fix generate-modprobe.conf question (report from Norman Diamond)
155 o generate-modprobe.conf: Don't complain about common (no longer required) options
156 o generate-modprobe.conf: Prevent "modprobe.old: command not found" message.
157 o modprobe: fix semantics of -t to match any dir part (thanks to Paul Whittaker)
158 o testsuite: test-rmmod/05noproc.sh relies on not being root (thanks to Pierre)
159 o modprobe: handle infinite recursion caused by already-inserted, where
160         dependency has install command but is already installed (thanks to Trond Myklebust)
161 o configure.in: remove -Wcast-align, gives warnings on IA64 (thanks to
162         Andrew Morton). 
163 o install-with-care: don't hardcode /usr/bin/install (thanks Pierre)
164 o generate-modprobe.conf: handle "add" lines in modules.conf
165 o modprobe: -q now only means "silently succeed on unknown modules".
166 o modprobe: update usage message
167 o modprobe: flush stdout on verbose, so we always print before children.
168 o runtests: continue after (optional) test name.
169 o Makefile.am: moveold checks for already having been run.
170 o depmod: Handle -C correctly (thanks Richard Hirst)
171 o Makefile.am: "make check" succeeds if no testcase, or no valgrind.
172 o depmod: Remove non-working __start and __stop logic, and ignore unknown
173         "_GLOBAL_OFFSET_TABLE_" for s390 (patch from Arnd Bergmann)
174 o modprobe: revert "innocuous change" to skip rest of depends on insertion,
175         if this module is already in kernel.  But in a depends on b and c,
176         and b is already inserted, we should not skip inserting c!
177 o configure.in: remove unused $(stat_zlib_flags)
178 o Makefile.am: build insmod.static properly with --enable-zlib
179         (thanks to Andy Wang)
180 o generate-modprobe.conf: handle "add alias xxx off" correctly
181         (thanks to Martin Schlemmer)
182 o modprobe.c: revert -q behaviour: silent, but exit code 1.
183         
184 0.9.14 Version:
185 o Don't use syscall macros, use libc wrappers instead
186   (patch from Marian Jancar)
187 o insmod: Allow module from stdin (eg. zcat foo.ko.gz | insmod -).
188 o depmod: Remove old compat code to recognise ".o" and ".klm" as modules.
189 o depmod: Implement -A properly (zlib is too slow).
190 o depmod: zlib support.
191 o modinfo: zlib support.
192 o modinfo: handle - vs _ when searching for module.
193 o modprobe: zlib support.
194 o modprobe: remove unused fd var (patch from Andrey Borzenkov)
195 o depmod: fix .ko.gz short names in tables (patch from Andrey Borzenkov)
196 o configure.in: --moddir (patch from Lucas Correia Villa Real, GoboLinux)
197 o modprobe: -r with multiple args (as per modutils) (bug from Harald Dunkel)
198 o modprobe: Make -q ignore unknown modules
199 o modprobe: Make -q still set exit value (bug from Jamie Lokier).
200         
201 0.9.13 Version:
202 o generate-modprobe.conf: Add --stdin (patch from Bill Nottingham)
203 o README: Spelling fix (patch from Alex Goddard)
204 o modprobe: print options out after modules for --show-depends, and
205         prefix with "insmod" (in case we want to show commands later).
206 o modprobe: make --show-depends show commands (prefix: install).
207 o Always use syscall() in backwards_compat.c: other archs want it.
208 o depmod.c: Fix fd leak for deep dirs (patch from Arjan van de Ven)
209 o modprobe.sgml: document -o/--name option.
210 o modprobe: include files aliases should override: modprobe.devfs wants this
211         so users can override (patch from Martin Schlemmer)
212 o depmod: fix handling of bad args (reported by Gorik Van Steenberge)
213 o insmod: do --version/-V
214 o depmod: fix "all modules are inside loop" corner case
215 o depmod: Temporary file then move (patch from Andrey Borzenkov).
216 o generate-modprobe.conf: Added space to PREINSTALL and PREREMOVE
217         before semicolon (Patch from Marian Jancar)
218 o insmod: Backwards compat for insmod.static, too (Thanks to Marian Jancar)
219         
220 0.9.12 Version:
221 o modprobe.8: Document --set-version (Debian bug #187123, thanks Herbert)
222 o rmmod.8: Fix raw lsmod(8) references (use proper sgml markup).
223 o modinfo.c, rmmod.c: Fix includes for when no backwards compat
224         (Thanks to Bill Nottingham).
225 o Makefile.am: lsmod.old symlink from /bin to /sbin in move-old-targets
226 o depmod: sparc gcc register variable fake undefined fix.
227 o Makefile.am: Handle Mandrake's .bz2 man pages (Thanks to Paolo Giarrusso)
228 o depmod: backwards compat at 2.5.48, not 2.5.47 (Thanks to Martin Schimschak)
229 o depmod: ieee1394 support (Thanks to Ben Collins)
230 o depmod: updated test suite for ieee1394
231 o Makefile: make symlink from /sbin/lsmod to /bin/lsmod if that's where we're going.
232 o modinfo: add manual page.
233 o modprobe: --show-depends (Asked by Herbert Xu for mkinitrd).
234 o depmod: Simply and fix loop detection for non-trivial loops
235         
236 0.9.11a Version:
237 o Makefile: docbook2man fix (Thanks to Terje Rosten)
238 o Makefile: make install man pages work with autoconf 1.4 (Thanks to Terje Rosten)
239         
240 0.9.11 Version:
241 o generate-modprobe.conf: Avoid "modprobe version" in stdout.
242 o generate-modprobe.conf: Fix translation of "options dummy0 -o dummy0"
243 o modprobe: add --set-version
244 o modprobe: Add MODPROBE_OPTIONS env. var, and use it to pass some options.
245 o Fix make moveold: (Thanks to Pavel Roskin, Will Stephenson)
246 o README: Mention modprobe.devfs for devfs users (Thanks to Pavel Roskin)
247 o lsmod: belongs in /bin, not /sbin (Thanks to Marco d'Itri)
248 o Makefile: create man directories (Thanks to John Levon)
249 o Makefile: no, use normal automake (Thanks v. much to John Levon)
250 o Makefile: docbook2man tweaks and cleanups (Thanks to Terje Rosten)
251 o Makefile: include man pages in dist, and clean in maintainer-clean
252         (Martin Schlemmer's report).
253         
254 0.9.10 Version:
255 o modprobe: Remove old .gnu.linkonce.modname renaming code
256 o modprobe: Add -q flag.
257 o srpm: install generate-modprobe.conf, too.
258 o install: move kallsyms and ksyms as well to point to insmod.old
259         (Andrew Morton's report)
260 o generate-modprobe.conf: don't worry about if statements: modprobe -c
261         expands them already
262 o modprobe: Look for __module section as well as
263         .gnu.linkonce.this_module in renaming code.
264 o modprobe: modules.devfsd handling, too (thanks to Martin Schlemmer).
265 o modprobe.devfs: New file for devfs people.
266 o modprobe: Handle vermagic in .modinfo section as well as own section.
267 o depmod: Handle aliases in .modinfo section as well as .modalias section
268 o Warnings added to build process.
269 o modinfo: new binary
270 o modinfo: new testcases
271 o generate-modprobe.conf: handle missing mktemp
272         
273 0.9.9 Version:
274 o Install generate-modprobe.conf, too.
275 o Start an FAQ
276 o generate-modprobe.conf: use mktemp with an arg (Luuk van der Duim's report)
277 o Richard Henderson's weak symbol support.
278 o Anton's .foo == foo support for PPC64.
279 o --force for removing version information
280 o generate-modprobe.conf: fix one arg usage (Bug from David van Hoose)
281 o generate-modprobe.conf: add ; inside { } (from Martin Schlemmer)
282 o Kai's --force-version patch, modified.
283 o Zibx Verituse's multiple whitespace in parser patch.
284 o depmod: Handle strings for GPL in separate section, too.
285 o lsmod: remove double unistd include (Bug from Dennis Schulz)
286 o modprobe: Document --force* and -s
287         
288 0.9.8 Version:
289 o Use docbook2man if docbook-to-man not found (Warren Togami's bug report) 
290 o Implement -s in modprobe
291 o If stderr is not open, act as if "--syslog" was given.
292 o Remove documentation about aliases not overriding real modules.
293 o Add support for modules.alias and modules.symbols to depmod and modprobe.
294 o Fix handling of errors in modprobe.conf (Roger Luethi's bug report)
295 o Petr Vandrovec's __gpl_ksymtab fix.
296         
297 0.9.7 Version:
298 o Man pages
299 o modules.conf2modprobe.conf "above" and "below" support.
300 o Silly typo in filename to modname conversion.
301 o Double free fix (Marco d'Itri)
302 o Add --dry-run as synonym for --show everywhere.
303 o Change backwards compat test to sys_create_module(NULL, 0) != -ENOSYS,
304   for people who want /proc/ksyms.
305 o modules.conf2modprobe.conf renamed to generate-modprobe.conf, uses
306   modprobe -c to get built-ins as well.
307         
308 0.9.6 Version:
309 o Fix aliases using - and _ (thanks to Roger Luethi)
310 o Audit for more _ - comparisons: canonicalize at input.
311 o Fix "include overrides alias" bug found during audit.
312 o Testsuite added
313 o lsmod ignores trailing (new-style) entries in /proc/modules, and deletes ,.
314 o message segfault due to reusing varargs fixed.
315 o Give 0 exit status with --dry-run with wildcards (Roger Luethi's bug report)
316 o Add --all option (Roger Luethi's bug report)
317 o Fix double-insert problem caused by symlinks (Roger Luethi's bug report)
318 o Ignore undefined __start_ and __stop_ as future kernel might.
319 o Report loops only once.
320 o Fix complex duplicate elimination handling.
321 o Implemented --ignore-command in modprobe
322 o Implemented "remove" in modprobe's modprobe.conf parsing.
323 o Don't die if /proc/modules can't be opened.
324 o Modprobe -r checks for in-use modules before trying.
325 o Warn about lines in modprobe.conf which aren't understood.
326 o Remove extra spaces in options generated by modprobe.
327 o Extract 64/32 moduleops into common code.
328 o Reimplemented wildcard aliases.
329 o Horrible workaround for devfsd.
330 o Fix handling of wildcards in modules.conf2modprobe.conf
332 0.9.5 Version:
333 o Fix bogus compare code where "modprobe tuner" loaded tun module
334   (Thanks to Marco d'Itri's bug report).
335 o Handle rth-style modules in modprobe namechange code.
336 o Marco d'Itri's patch to correct quotes
337 o Marco d'Itri's patch to implement -A.
338 o Fixed rmmod's message when no unload support.
339 o Fix backwards compat recursion protection to compare PIDs (Petr Vandrovec)
340 o Implement -F and -e.
341 o Tweak message when invalid parameter given (Roger Luethi's report)
342         
343 0.9.4 Version
344 o Implement loop detection and duplicate elimination (thanks to Jeff
345   Chua's ide.ko / ide-io.ko bug report)
346 o Fix stress_modules.sh script for new names and dir layout
347 o Updated README to put autoconf at the bottom (most people don't need it)
348 o Implemented -v in depmod
349 o Implemented -l and -t in modprobe.
350 o Implemented -a in modprobe.
351 o Removed gratuitous configure.in target test (we do 64/32 dynamically)
352 o Adam Richter's depmod patch to traverse above kernel/ dir.
353 o Fix -r to be properly ignored (Chris Cheney's bug report)
355 0.9.3 Version
356 o Fix modprobe -r ordering (tried to remove backwards) (Jim Radford's report)
357 o David Brownell's extra rmmod options (modified)
359 0.9.2 Version
360 o Matthieu Verbert <mve@zurich.ibm.com>'s objdir != srcdir install fix.
361 o Fixed insmod option ignores (Petr Vandrovec's bug report)
362 o Arnd Bergmann <arnd@bergmann-dalldorf.de>'s modules.ccwmap implementation.
363 o Jim Radford <radford@blackbean.org>'s modprobe -r implementation.
364         
365 0.9.1 Version
366 o Include install-with-care script in dist
368 0.9 Version
369 o Added install-with-care script to check we're not destroying old utils
370 o Split moveold into two targets for gentoo
371 o Don't use readlink in moveold: RH8.0 doesn't have it by default
372 o Fix ia64 _syscall5 problem (undefined reference to `__ia64_syscall')
373         
374 0.9-alpha Version
375 o Fixed patch in NEWS to leave #include linux/elf.h, needed for
376   CONFIG_KALLSYMS.
377 o Fixed extra newline in "in use by" message.
378 o Fixed parsing for new-style /proc/modules.
379 o Fixed version parsing code (thanks to Adam Richter's report)
380 o Fixed "running out of filedescriptors" (Adam Richter) 
381 o Implemented options in modprobe
382 o Implemented install in modprobe
383 o Implemented options in modules.conf2modprobe.conf
384 o Implemented install in modules.conf2modprobe.conf
385 o Implemented probeall in modules.conf2modprobe.conf
386 o Implemented probe in modules.conf2modprobe.conf
387 o Changed modprobe version to be constant string, for "strings" to work easily.
388         
389 0.8a Version
390 o Fixed erroneous warning on rmmod saying it didn't find module in
391   /proc/modules
392         
393 0.8 Version
394 o Chris Cheney's automake patch
395 o Adam J. Richter's "use depmod" patch (simplifies aliases, handles include)
396 o Cleaned up error handling a little
397 o Implemented --name/-o to change module name (requires Kai's modname patch)
398 o David Hardeman's dummy options patch for Debian.
399 o Updated version number (thanks to David Hardeman).
400 o Fix "sbin not in path" .old exec problem.
401 o Remove assumptions about module extension.
402 o Added "links" and "moveold" targets, and leave using them to the user.
403 o Implemented new depmod which works with current kernels, calls old
404   one for previous kernels.
405 o First cut of modules.conf2modprobe.conf
406 o Implemented dummy insmod -p, -s and -f options, requested by Petr Vandrovec
408 0.7a Version
409 o 64/32 bit autodetection thanks to Dave Miller
410 o Preliminary alias support.
411 o Very primitive /etc/modprobe.conf support
412 o Fix for "rmmod ide-cd" (bug from Jens Axboe)
413 o Options args for modprobe