ftp://ftp. patch-modutils-2.3.23.gz Patch from modutils 2.3.22 to 2.3.23
Changelog extract
* Correct error path in rmmod.c. Andrew Morton.
Notes:
(1) Persistent data is not on by default, you must run insmod with -e
insmod_opt -e ""
in /etc/modules.conf.
(2) Current kernels do not support persistent data nor generic strings.
(3) No modules currently have persistent data. Module writers who
-
This archive was generated by hypermail 2b29
: Sat Dec 23 2000 - 21:00:17 EST
modutils-2.3.23.tar.gz Source tarball, includes RPM spec file
modutils-2.3.23-1.src.rpm As above, in SRPM format
modutils-2.3.23-1.i386.rpm Compiled with egcs-2.91.66, glibc 2.1.2
modutils-2.3.23-1.sparc.rpm Compiled for combined sparc 32/64
patch-2.4.0-test13-pre2.gz Adds persistent data and generic string
support to kernel 2.4.0-test13-pre2.
* Include latest Redhat alias list. Bill Nottingham.
* hppa and hppa64 support. Richard Hirst.
* Rework Makefiles for common 32/64 code. Keith Owens.
* Add parportmap. Adam J Richter, Keith Owens.
* Use GNU standards for cross compile. Maciej W. Rozycki.
* Fix bound check on generic_string. Bug reported by Jaroslav Kysela,
different patch by Keith Owens.
* Warn instead of error for invalid MODULE_PARM. Keith Owens.
to support persistent data. If you are loading modules via
modprobe and you want persistent data for all modules then you need
You must apply patch-2.4.0-test13-pre2 to get kernel support for
these features.
want data to be persistent must make a one character change to
their modules, read the above patch. Even then, the user must
activate the persistent data, see note (1).
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/