From: Denys Vlasenko Date: Thu, 12 Feb 2015 19:18:50 +0000 (+0100) Subject: uprobes/x86: Add comment with insn opcodes, mnemonics and why we dont support them X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~27^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=097f4e5e839359021c8f0ea273655031e6ed04ff;p=pandora-kernel.git uprobes/x86: Add comment with insn opcodes, mnemonics and why we dont support them After adding these, it's clear we have some awkward choices there. Some valid instructions are prohibited from uprobing while several invalid ones are allowed. Hopefully future edits to the good-opcode tables will fix wrong bits or explain why those bits are not wrong. No actual code changes. Signed-off-by: Denys Vlasenko Cc: Andy Lutomirski Cc: Jim Keniston Cc: Masami Hiramatsu Cc: Oleg Nesterov Cc: Srikar Dronamraju Link: http://lkml.kernel.org/r/1423768732-32194-1-git-send-email-dvlasenk@redhat.com Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed