]> Pileus Git - ~andy/linux/commit
uprobes: Don't use loff_t for the valid virtual address
authorOleg Nesterov <oleg@redhat.com>
Fri, 15 Jun 2012 15:43:55 +0000 (17:43 +0200)
committerIngo Molnar <mingo@kernel.org>
Sat, 16 Jun 2012 07:10:48 +0000 (09:10 +0200)
commit816c03fbabe64fa09f66fbb64e932081af381415
tree3294289d5f51d7c6eae3ada88602e891c9edef3c
parent449d0d7c9fb87277175db34c009c70cb348004a8
uprobes: Don't use loff_t for the valid virtual address

loff_t looks confusing when it is used for the virtual address.
Change map_info and install_breakpoint/remove_breakpoint paths
to use "unsigned long".

The patch doesn't change vma_address(), it can't return "long"
because it is used to verify the mapping. But probably this
needs some cleanups too.

Signed-off-by: Oleg Nesterov <oleg@redhat.com>
Signed-off-by: Anton Arapov <anton@redhat.com>
Acked-by: Srikar Dronamraju <srikar@linux.vnet.ibm.com>
Acked-by: Ananth N Mavinakayanahalli <ananth@in.ibm.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/20120615154355.GA9622@redhat.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
kernel/events/uprobes.c