From: Rusty Lynch Date: Mon, 27 Jun 2005 22:17:15 +0000 (-0700) Subject: [PATCH] kprobes/ia64: refuse inserting kprobe on slot 1 X-Git-Tag: v2.6.13-rc1~51^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a528e21c235862cc1ae50e7809eb9116dc40ea0c;p=pandora-kernel.git [PATCH] kprobes/ia64: refuse inserting kprobe on slot 1 Without the ability to atomically write 16 bytes, we can not update the middle slot of a bundle, slot 1, unless we stop the machine first. This patch will ensure the ability to robustly insert and remove a kprobe by refusing to insert a kprobe on slot 1 until a mechanism is in place to safely handle this case. Signed-off-by: Rusty Lynch Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed