regarding testing of modular sysv IPC

Zack Weinberg (zack@rabi.columbia.edu)
Sat, 05 Dec 1998 02:30:19 -0500


I've now gotten a pile of success reports and suggestions for tests I
can do - thanks people! - but I haven't heard much if anything about
the cases I'm worried about: races between module load/unload and
create/delete of IPC objects, semaphore undo requests that linger
after the module is unloaded, resource leaks, and use miscounts. In
other words, I'm looking for problems with the module code, not IPC
itself.

There are four KERN_ERR printk's in the patch. If the patch is
correct, it should be impossible to trigger any of those printk's.
I'd like testers to focus on verifying that this is indeed impossible.
I have done some testing of this myself, but the more people hit it
the better.

I'm particularly interested in results for SMP systems, which I cannot
test myself.

Thanks again for all the help.

zw

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/