Re: [PATCH 7/7] uprobes: Kill the bogus IS_ERR_VALUE(xol_vaddr) check

2013-01-08 Thread Srikar Dronamraju
* Oleg Nesterov [2012-12-31 18:52:32]: > utask->xol_vaddr is either zero or valid, remove the bogus > IS_ERR_VALUE() check in xol_free_insn_slot(). > > Signed-off-by: Oleg Nesterov Acked-by: Srikar Dronamraju > --- > kernel/events/uprobes.c |3 +-- > 1 files changed, 1 insertions(+), 2

[PATCH 7/7] uprobes: Kill the bogus IS_ERR_VALUE(xol_vaddr) check

2012-12-31 Thread Oleg Nesterov
utask->xol_vaddr is either zero or valid, remove the bogus IS_ERR_VALUE() check in xol_free_insn_slot(). Signed-off-by: Oleg Nesterov --- kernel/events/uprobes.c |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/kernel/events/uprobes.c b/kernel/events/uprobes.c index ad1