Hi,
Here are the fixes for the fork-bomb on older kernels again.
The following changes since commit
1c6fd378d7712a4f4d7178269c22c49b11a5adfe:
Philipp Weis (1):
Bug#548841: module-init-tools: Modprobe -q should always return 0.
are available in the git repository at:
git://github.com/sourcejedi/module-init-tools.git master
Alan Jenkins (8):
modprobe: Ignore custom install commands if module_in_kernel()
doesn't work
modprobe: Don't assume module absent if no
/sys/module/<module>/initstate
modprobe: Get module initstate from /proc/modules if not supported
via sysfs
modprobe: don't run remove commands for modules which are not
loaded
modprobe: ignore custom remove commands if module_in_kernel()
doesnt work
testsuite: fix tests for install/remove commands
testsuite: re-add test for /proc/modules support
Merge branch 'master' into forkbomb
modprobe.c | 138
++++++++++++++++++++---
tests/test-modprobe/02proc.sh | 103 +++++++++++++++++
tests/test-modprobe/04config.sh | 72 +++++++++---
tests/test-modprobe/12whitespace.sh | 57 +++++++---
tests/test-modprobe/22recursiveinstall.sh | 6 +-
tests/test-modprobe/27cmdline-install-remove.sh | 3 +
6 files changed, 326 insertions(+), 53 deletions(-)
create mode 100755 tests/test-modprobe/02proc.sh
--
To unsubscribe from this list: send the line "unsubscribe linux-modules" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html