diff options
author | Oleg Nesterov <oleg@redhat.com> | 2012-06-15 17:43:55 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2012-06-16 09:10:48 +0200 |
commit | 816c03fbabe64fa09f66fbb64e932081af381415 (patch) | |
tree | 3294289d5f51d7c6eae3ada88602e891c9edef3c /scripts | |
parent | 449d0d7c9fb87277175db34c009c70cb348004a8 (diff) | |
download | linux-816c03fbabe64fa09f66fbb64e932081af381415.tar.gz linux-816c03fbabe64fa09f66fbb64e932081af381415.tar.bz2 linux-816c03fbabe64fa09f66fbb64e932081af381415.zip |
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>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions