Changelog for
module-init-tools-3.15-1.17.i586.rpm :
Wed Nov 14 13:00:00 2012 jengelhAATTinai.de
- Move m-i-t independent files to suse-module-tools, so that
kmod-compat can be installed in a system.
- Remove redundant %clean section
Tue Sep 25 14:00:00 2012 lchiquittoAATTsuse.com
- module-init-tools-fix-nfs-local.diff: do not look for config
files in /usr/local/lib/modprobe.d. This fixes a deadlock when
/usr/local is an automounted volume and the nfs.ko module is
not yet loaded (bnc#781737, bnc#744760).
Sun Jul 8 14:00:00 2012 agrafAATTsuse.com
- add support for uImage based kernels
Mon Jun 25 14:00:00 2012 jeffmAATTsuse.com
- Added comment to parport_pc\'s dma= line to indicate that io= is
also required (bnc#766316).
Thu May 10 14:00:00 2012 jeffmAATTsuse.com
- Added options ch init=0 to modprobe.conf (bnc#760274).
- Avoids initialzing SCSI changer jukeboxes during module
load. It can take an hour for each device and trips the udev
60s timeout.
Tue Dec 20 13:00:00 2011 dmuellerAATTsuse.de
- update to 3.15:
properly fix man page creation symlink handling
remove invalid multiple output files from docbook markup
fix the build process to be more modern
code formatting, documentation, and FSF mailing address corrections
fix code documentation for various functions
various cleanups to documentation for depmod
fix code documentation for various functions
update various todo items for depmod and modprobe, and overall also
Thu Dec 1 13:00:00 2011 cooloAATTsuse.com
- add automake as buildrequire to avoid implicit dependency
Tue Nov 22 13:00:00 2011 mmarekAATTsuse.cz
- modprobe.conf: Add more modules as dependencies of cifs.ko (bnc#730617
- commit afd4f04
Mon Nov 21 13:00:00 2011 mmarekAATTsuse.cz
- Add the driver-check.sh script (bnc#731831)
- commit 48cf8bf
Wed Nov 16 13:00:00 2011 mmarekAATTsuse.cz
- modprobe.conf: cifs.ko requires md4.ko in the initrd (bnc#730617)
- commit 6eac633
Fri Sep 16 14:00:00 2011 mmarekAATTsuse.cz
- weak-modules2: Warn about inconsistency in /lib/modules (bnc#426957).
- commit e412218
Fri Jun 3 14:00:00 2011 mmarekAATTsuse.cz
- weak-modules2: Allow to force a mkinitrd run on KMP install
(fate#309400)
- commit 8f67d56
Tue May 31 14:00:00 2011 mmarekAATTsuse.cz
- Update to 3.13
* Support for X.Y kernel versions.
* Configuration is read from /lib/modprobe.d and /etc/modprobe.d,
shipped configs should move to lib.
- Remove support for \"build-in\" in Module.symvers, the kernel packages
do not do that anymore.
- commit aa338fa
Tue Nov 23 13:00:00 2010 mmarekAATTsuse.cz
- weak-modules2: Do not leave empty /lib/modules/
* directories around
- commit 85ae175
Fri Aug 27 14:00:00 2010 mmarekAATTsuse.cz
- Revert the last specfile change, it was wrong
- commit d2b34c6
Wed Aug 25 14:00:00 2010 mmarekAATTsuse.cz
- Remove the doc/modprobe.d.sgml symlink before build, it confuses
docbook2man.
- commit 2dd227d
Fri Jul 23 14:00:00 2010 mmarekAATTsuse.cz
- weak-modules2: Do not consider other flavors when adding
or removing KMPs (bnc#624386).
- commit d575483
Fri Jul 23 14:00:00 2010 mmarekAATTsuse.cz
- weak-modules2: Do not create incompatible symlinks hidden by modules
in updates/ or extra/ (bnc#624386).
- commit 6a395e3
Fri Jul 23 14:00:00 2010 mmarekAATTsuse.cz
- weak-modules2: Simplify usage of kmp_is_present()
- commit cd4f25a
Mon Jun 28 14:00:00 2010 jengelhAATTmedozas.de
- use %_smp_mflags
- commit 8725c89
Wed Jun 2 14:00:00 2010 mmarekAATTsuse.cz
- doc: Do not generate modprobe.d.5 from sgml
- commit a27b05e
Tue Jun 1 14:00:00 2010 mmarekAATTsuse.cz
- Fix a build error in modprobe.c
- commit 2253e3d
Tue Jun 1 14:00:00 2010 mmarekAATTsuse.cz
- One more specfile fix
- commit 555c740
Tue Jun 1 14:00:00 2010 mmarekAATTsuse.cz
- Fix specfile template for -rcX versions
- commit b65fbf9
Tue Jun 1 14:00:00 2010 mmarekAATTsuse.cz
- Update to current git (v3.12-pre3+)
- commit 8c596ff
Wed Nov 4 13:00:00 2009 mmarekAATTsuse.cz
- Hint mkinitrd that libcrc32c.ko requires crc32c.ko (bnc#552443)
- commit 720a224
Thu Oct 22 14:00:00 2009 mmarekAATTsuse.cz
- Updated to 3.11.1
* builtin module patch merged
* new modprobe --resolve-alias option
* misc fixes
- commit ce45a4d
Tue Sep 15 14:00:00 2009 mmarekAATTsuse.cz
- weak-modules2: fix missing argument to can_replace_kmp() (bnc#527312)
- commit cc8a827
Mon Aug 3 14:00:00 2009 mmarekAATTsuse.cz
- Updated to 3.10
- commit 746c676
Mon Aug 3 14:00:00 2009 mmarekAATTsuse.cz
- modprobe: print \"builtin
\" if a module is builtin
This helps mkinitrd better distinguish builtin modules and errors.
- commit 1d0083c
Mon Aug 3 14:00:00 2009 mmarekAATTsuse.cz
- Fix the generated module-init-tools-manpages.diff
The upstream manpage changes were missing.
- commit f63acb2
Wed Jul 15 14:00:00 2009 mmarekAATTsuse.cz
- modprobe: handle built-in modules
The kernel installs a modules.builtin file listing all builtin
modules. Let depmod generate a modules.builtin.bin file and use
this in modprobe: If a module is not found in modules.dep or
modules.alias, check if the module is builtin and exit silently
in such case. It is done in this order to not slow down the
common case.
- commit 0e72912
Wed Jul 8 14:00:00 2009 mmarekAATTsuse.cz
- depmod: change depfile functions to return int
If a function returns zero, the file won\'t be generated
- commit 45c29de
Fri Jul 3 14:00:00 2009 mmarekAATTsuse.cz
- Updated to git master (351e438)
* option handling cleanup and fixes
* depmod -e -E Module.symvers checks also symbol versions
- weak-updates2:
* make use of depmod -e -E instead of the hack that used to be
there (fixes bnc#467902 properly).
* only look for messages about missing / different symbols
(bnc#485914).
- commit e255776
Fri Jul 3 14:00:00 2009 mmarekAATTsuse.cz
- start maintaining the package in a branch of an upstream git clone
- commit aa9c242
Mon Jun 8 14:00:00 2009 mmarekAATTsuse.cz
- updated to 3.9
* elf handling cleanup
Tue May 19 14:00:00 2009 mmarekAATTsuse.cz
- weak-modules2: suppress useless output from cpio (bnc#491937).
Wed May 13 14:00:00 2009 mmarekAATTsuse.cz
- updated to 3.8
* code cleanup, two patches got merged
Tue Apr 28 14:00:00 2009 mmarekAATTsuse.cz
- updated to 3.7
* removed all legacy support for pre-2.6 kernels
- add Provides: module-init-tools_fix_bnc480524 to be able to use
the package on 11.1 and SLE11
Tue Mar 17 13:00:00 2009 mmarekAATTsuse.cz
- updated to 3.7-pre9
* code cleanup & minor fixes
- link zlib dynamically
Tue Mar 10 13:00:00 2009 mmarekAATTsuse.cz
- modprobe.conf.tar.gz: removed unneeded/duplicate aliases and
aliases to non-existing modules. In case something breaks,
aliases should be added back with a reference to a bugreport
explaining why the alias is needed and why it can\'t be added to
the module itself.
Tue Mar 10 13:00:00 2009 mmarekAATTsuse.cz
- depmod-00-system.conf: do not generate modules.
*map files by
default
Mon Mar 9 13:00:00 2009 mmarekAATTsuse.cz
- updated to 3.7-pre7
* modprobe now uses /etc/modprobe.d/
*.conf as it\'s sole source of
configuration (files without .conf are still read, but cause a
warning). The local configuration file has been renamed to
/etc/modprobe.d/99-local.conf. Packages should install their
configuration files as /etc/modprobe.d/50-.conf
Mon Mar 2 13:00:00 2009 mmarekAATTsuse.cz
- weak-modules2: explicitly set name-version-release query format
in rpm -q (bnc#479329)
Mon Mar 2 13:00:00 2009 mmarekAATTsuse.cz
- weak-modules2: remove stale weak-modules symlinks on kmp removal
(bnc#480524)
Wed Feb 11 13:00:00 2009 mmarekAATTsuse.cz
- updated to 3.7-pre1
* more patches got merged
Mon Feb 9 13:00:00 2009 mmarekAATTsuse.cz
- allow unsupported modules on SLES if the installation was started
with oem-modules=1 or the kernel is already tainted with
unsupported modules (comming from a dud or addon).
Fri Feb 6 13:00:00 2009 mmarekAATTsuse.cz
- updated to 3.6
* modprobe speed improvements
* many patches were merged
- dropped /sbin/kernelversion, it seems that it is no longer used
anywhere
Fri Feb 6 13:00:00 2009 mmarekAATTsuse.cz
- weak-modules2: fix replacing of old weak-modules symlinks
(bnc#472523)
Fri Feb 6 13:00:00 2009 mmarekAATTsuse.cz
- depmod: fixed is_higher_priority() (bnc#472527)
Wed Jan 28 13:00:00 2009 mmarekAATTsuse.cz
- depmod.conf: extra/ takes precedence over weak-updates/
(bnc#470215)
Fri Jan 23 13:00:00 2009 mmarekAATTsuse.cz
- weak-modules2:
- check if symbol checksums match (it turns out that depmod
doesn\'t do this) (bnc#467902)
- fixed a syntax error (bnc#467790)
Tue Jan 6 13:00:00 2009 mmarekAATTsuse.cz
- do not automatically mount binfmt_misc on module load, it causes
a mount deadlock when the kernel autoloads binfmt_misc when the
filesystem is mounted explicitly. Scripts should just mount the
filesystem (bnc#463582)
Wed Dec 10 13:00:00 2008 mmarekAATTsuse.cz
- weak-modules2: fix syntax error in a error path (bnc#457995)
Sat Dec 6 13:00:00 2008 mmarekAATTsuse.cz
- weak-modules2: skip empty KMPs with a warning
Thu Dec 4 13:00:00 2008 mmarekAATTsuse.cz
- make {i,u}hci-hcd depend on ehci-hcd (bnc#449853)
Tue Dec 2 13:00:00 2008 mmarekAATTsuse.cz
- run mkinitrd also for kernels without modules
Mon Dec 1 13:00:00 2008 mmarekAATTsuse.cz
- document the different exit code for unsupported modules
(patch by bwalle, bnc#450531)
Mon Nov 24 13:00:00 2008 mmarekAATTsuse.cz
- modprobe-different-exit-codes.patch,
mit-unsupported-modules.patch:
- exit with status 2 if modprobe fails due to an unsupported
module (bnc#441327)
- hint the user what to do in such cases
Thu Nov 13 13:00:00 2008 mmarekAATTsuse.cz
- depmod: use modules.order to sort modules.dep (bnc#441384)
Mon Nov 10 13:00:00 2008 mmarekAATTsuse.cz
- abort depmod in out of memory condition instead of polluting
kernel and kmp build logs with hundreds of \"needs unknown symbol\"
warnings
Wed Nov 5 13:00:00 2008 mmarekAATTsuse.cz
- blacklist pata_acpi from automatic loading as requested by Tejun
Sun Oct 26 13:00:00 2008 bwalleAATTsuse.de
- weak-modules2: Don\'t generate an initrd for the kdump kernel
which we still have on ppc (bnc#438218).
Mon Oct 20 14:00:00 2008 mmarekAATTsuse.cz
- weak-modules2:
+ put the weak module symlinks to weak-updates/updates/
*.ko
+ fix broken test and missing variable initialisation in
in kernel_changed() (bnc#436735)
Wed Oct 15 14:00:00 2008 mmarekAATTsuse.cz
- weak-modules2: also don\'t run mkinitrd in a build chroot
Mon Oct 13 14:00:00 2008 mmarekAATTsuse.cz
- weak-modules2: don\'t try to run mkinitrd if the package is not
installed yet
Mon Oct 13 14:00:00 2008 mmarekAATTsuse.cz
- make the old weak-modules script work with elfutils instead of
binutils (bnc#433917)
Thu Oct 9 14:00:00 2008 mmarekAATTsuse.cz
- weak-modules2
+ introduce --add-kernel-modules < module-list and
- -remove-kernel-modules < module-list for usage by non-base
kernel subpackages
+ don\'t fail if mkinitrd returns status 10 (module missing)
(related to bnc#431703)
+ allways run depmod and mkinitrd in --add-kernel
- fixed missing includes in mit-zlibsupport-use-mmap.patch
- added patch from 3.4.1 to parse module options given on kernel
commandline
Wed Oct 8 14:00:00 2008 mmarekAATTsuse.cz
- new version of the weak-modules script by agruen
+ --{add,remove}-modules < module-list replaced by
- -add-kmp name-version-release and
- -remove-kmp name-version-release < module-list
+ The script works on a per-KMP level, not per-module, so it can
no longer happed that only some modules of a KMP are recycled
+ depmod and mkinitrd are run for all kernels affected by a
KMP install or removal
+ depmod is used for figuring out whether a KMP is compatible
with a given kernel
+ the script is installed as weak-modules2 so that old KMPs still
call the old script (which is also included)
Mon Sep 1 14:00:00 2008 mmarekAATTsuse.cz
- better comment in /etc/modprobe.d/unsupported-modules
Fri Aug 22 14:00:00 2008 mmarekAATTsuse.cz
- document allow_unsupported_modules and
- -allow-unsupported-modules
- add script to pre-package the manpages
Thu Jul 24 14:00:00 2008 mmarekAATTsuse.cz
- better handling of unsupported modules (fate#305100)
* applies also to modules explicitely requested, not only aliases
* controlled by a new variable \"allow_unsupported_modules\" set in
/etc/modprobe.d/unsupported-modules
* commandline option --allow-unsupported-modules to override the
setting
Wed Jul 23 14:00:00 2008 agrafAATTsuse.de
- add alias to autoload acpiphp in QEMU/KVM, so hotplugging works
Tue May 6 14:00:00 2008 jdelvareAATTsuse.de
- Remove i2c-dev alias from modprobe.conf, i2c device nodes are
created dynamically by udev now, so automatic module loading
cannot work. Not that it was terribly useful anyway.
Wed Mar 26 13:00:00 2008 mmarekAATTsuse.cz
- fixed last change
Tue Mar 25 13:00:00 2008 mmarekAATTsuse.cz
- updated to 3.4
* \"blacklist\" applies to all aliases, including manually
configured ones
- fixed grab_{file,fd} to use mmap also with CONFIG_USE_ZLIB
(bnc#371966)
Thu Feb 28 13:00:00 2008 rguentherAATTsuse.de
- exchange /usr/lib/rpm/rpmsort pre-requires for rpm pre-requires,
/usr/bin/sed for /bin/sed.
Mon Feb 11 13:00:00 2008 rguentherAATTsuse.de
- add rpmsort pre-requires, make most of the pre-requires file
requires to allow substituting with busybox
Tue Feb 5 13:00:00 2008 mmarekAATTsuse.cz
- disable DMA for parallel port (bnc#180390)
Tue Feb 5 13:00:00 2008 mmarekAATTsuse.cz
- don\'t blacklist unsupported modules if the whole module tree is
unsupported (bnc#353862)
Mon Feb 4 13:00:00 2008 mmarekAATTsuse.cz
- fixed last change
Thu Jan 31 13:00:00 2008 mmarekAATTsuse.cz
- remove the \'removed-in-10.3\' doc file (not needed)
Thu Sep 13 14:00:00 2007 mmarekAATTsuse.cz
- Added \"PreReq: sed grep\" for the %post scriptlet [#304652]
Tue Aug 28 14:00:00 2007 mmarekAATTsuse.cz
- weak-modules needs binutils [#304708, #305005]
Wed Jul 11 14:00:00 2007 mmarekAATTsuse.cz
- reworked handling of unsupported modules
* extend the blacklist keyword to be able to specify a warning
(mit-blacklist-warning.patch)
* depmod generates /lib/modules/.../modules.unsupported.blacklist
with \'blacklist $module unsupported\' entries
(mit-unsupported-blacklist.patch)
* loading of unsupported modules configured in
/etc/modprobe.d/unsupported.blacklist by
\'include modules.unsupported.blacklist\' command
(mit-include-modulesdir.patch)
* --skip-unsupported preserved for now as a nop for easier
upgrades
(mit-skip-unsupported-stub.patch)
* read the obsolete LOAD_UNSUPPORTED_MODULES_AUTOMATICALLY
sysconfig variable in %%post and edit the new setting
accordingly
Fri Jun 29 14:00:00 2007 mmarekAATTsuse.cz
- fixed a segfault in insmod [#287493]
Thu Jun 21 14:00:00 2007 mmarekAATTsuse.cz
- updated to 3.3-pre11
* /etc/depmod.conf support (obsoletes depmod
*.diff)
* various minor fixes (obsoleting some of our patches
- don\'t package the generate-modprobe.conf script anymore
Thu Mar 29 14:00:00 2007 ajAATTsuse.de
- Add zlib-devel to BuildRequires.
Thu Feb 22 13:00:00 2007 mmarekAATTsuse.cz
- removed some obsolete options and aliases from modprobe.conf
[#239194]
- load ide-scsi with idescsi_nocd=1 [#192430, #242009]
Fri Feb 2 13:00:00 2007 mmarekAATTsuse.cz
- drop also insmod.static
Fri Feb 2 13:00:00 2007 mmarekAATTsuse.cz
- drop static binaries: they aren\'t used in initrd, rescue system
or inst-sys and dropping them fixes current build break
nicely
Mon Jan 8 13:00:00 2007 mmarekAATTsuse.cz
- added Requires: util-linux [#232118]
Wed Dec 20 13:00:00 2006 mmarekAATTsuse.cz
- make the fastgetline() function reentrant (at a little
performance cost) to avoid using freed memory when recursively
reading config files [#229661]
Tue Dec 12 13:00:00 2006 mmarekAATTsuse.cz
- fixed options-priority.diff [#226907]
Mon Nov 6 13:00:00 2006 nadvornikAATTsuse.cz
- do not remove weak-update symlinks on package update [#216454]
Fri Nov 3 13:00:00 2006 olhAATTsuse.de
- update depmod.conf.diff
create doc/depmod.conf.sgml before depmod.conf.5 in the patch
it would trigger a rebuild of the man page on filesystems which
provide subsecond resolution
Wed Oct 4 14:00:00 2006 agruenAATTsuse.de
- Add support for depmod.conf from module-init-tools-3.3-pre2.
This replaces our previous weak-updates patch.
Wed Sep 20 14:00:00 2006 rguentherAATTsuse.de
- Remove docbook-utils and xmlcharent BuildRequires which both
are not needed.
Wed Aug 2 14:00:00 2006 agruenAATTsuse.de
- Fix weak-modules bug that leaves around broken symlinks to
compatible modules (94334).