2005-12-13 20:55:47

by Keshavamurthy, Anil S

[permalink] [raw]
Subject: [patch 0/4] Kprobes cleanup patches

Here are the set of patches tagged to this mail.
1)Subject: Kprobes - Enable funcions only for required arch
This is a cleanup patch
2)Subject: Kprobes - cleanup include_asm_kprobes_h
This is a cleanup patch
3)Subject: Kprobes - Changed from using spinlock to mutext
This patch is a improvement patch which now
uses mutex over spinlock for
registration/unregistration code path.
4)Subject: Kprobes Cleanup arch_remove_kprobe
This is a cleanup patch

More description inside the patch itself.

Andrew, please include these in your mm tree.

thanks,
Anil Keshavamurthy


--