Tag: dac429874d8156d97460c61049e202b2dcc15df8

uprobes/x86: Constify uprobe_xol_ops structures

Author: Julia Lawall <Julia.Lawall@lip6.fr> The uprobe_xol_ops structures are never modified, so declare them as const. Done with the help of Coccinelle. Signed-off-by: Julia Lawall Cc: Andrew Morton Cc: Linus Torvalds Cc: Oleg Nesterov Cc: Paul E. McKenney Cc: Peter Zijlstra Cc: Thomas Gleixner Cc: kernel-janitors@vger.kernel.org Link: http://lkml.kernel.org/r/1460200649-32526-1-git-send-email-Julia.Lawall@lip6.fr Signed-off-by: Ingo Molnar — arch/x86/kernel/uprobes.c | 4 ++– …

Continue reading