[PATCH - revised] Kwatch: kernel watchpoints using CPU debug registers

2007-01-22 Thread Alan Stern
From: Alan Stern <[EMAIL PROTECTED]> This patch (as839b) implements the Kwatch (kernel-space hardware-based watchpoints) API for the i386 architecture. The API is explained in the kerneldoc for register_kwatch() in arch/i386/kernel/kwatch.c, and there is demonstration code in

[PATCH - revised] Kwatch: kernel watchpoints using CPU debug registers

2007-01-22 Thread Alan Stern
From: Alan Stern [EMAIL PROTECTED] This patch (as839b) implements the Kwatch (kernel-space hardware-based watchpoints) API for the i386 architecture. The API is explained in the kerneldoc for register_kwatch() in arch/i386/kernel/kwatch.c, and there is demonstration code in