]> Git Repo - linux.git/commit - mm/mmap.c
uprobes/core: Clean up, refactor and improve the code
authorIngo Molnar <[email protected]>
Fri, 17 Feb 2012 08:27:41 +0000 (09:27 +0100)
committerIngo Molnar <[email protected]>
Fri, 17 Feb 2012 09:18:07 +0000 (10:18 +0100)
commit7b2d81d48a2d8e37efb6ce7b4d5ef58822b30d89
tree23987f194dcd91b0ba6d27f7f6e08c178797488e
parent2b144498350860b6ee9dc57ff27a93ad488de5dc
uprobes/core: Clean up, refactor and improve the code

Make the uprobes code readable to me:

 - improve the Kconfig text so that a mere mortal gets some idea
   what CONFIG_UPROBES=y is really about

 - do trivial renames to standardize around the uprobes_*() namespace

 - clean up and simplify various code flow details

 - separate basic blocks of functionality

 - line break artifact and white space related removal

 - use standard local varible definition blocks

 - use vertical spacing to make things more readable

 - remove unnecessary volatile

 - restructure comment blocks to make them more uniform and
   more readable in general

Cc: Srikar Dronamraju <[email protected]>
Cc: Jim Keniston <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Oleg Nesterov <[email protected]>
Cc: Masami Hiramatsu <[email protected]>
Cc: Arnaldo Carvalho de Melo <[email protected]>
Cc: Anton Arapov <[email protected]>
Cc: Ananth N Mavinakayanahalli <[email protected]>
Link: http://lkml.kernel.org/n/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
arch/Kconfig
arch/x86/include/asm/uprobes.h
arch/x86/kernel/uprobes.c
include/linux/uprobes.h
kernel/uprobes.c
mm/mmap.c
This page took 0.057775 seconds and 4 git commands to generate.