mm: arch: make in_gate_area take an mm_struct instead of a task_struct
Morally, the question of whether an address lies in a gate vma should be asked with respect to an mm, not a particular task. Moreover, dropping the dependency on task_struct will help make existing and future operations on mm's more flexible and convenient. Signed-off-by:Stephen Wilson <wilsons@start.ca> Reviewed-by:
Michel Lespinasse <walken@google.com> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: Ingo Molnar <mingo@redhat.com> Cc: "H. Peter Anvin" <hpa@zytor.com> Signed-off-by:
Al Viro <viro@zeniv.linux.org.uk>
Showing
- arch/powerpc/kernel/vdso.c 1 addition, 1 deletionarch/powerpc/kernel/vdso.c
- arch/s390/kernel/vdso.c 1 addition, 1 deletionarch/s390/kernel/vdso.c
- arch/sh/kernel/vsyscall/vsyscall.c 1 addition, 1 deletionarch/sh/kernel/vsyscall/vsyscall.c
- arch/x86/mm/init_64.c 2 additions, 2 deletionsarch/x86/mm/init_64.c
- arch/x86/vdso/vdso32-setup.c 2 additions, 2 deletionsarch/x86/vdso/vdso32-setup.c
- include/linux/mm.h 2 additions, 2 deletionsinclude/linux/mm.h
- mm/memory.c 1 addition, 1 deletionmm/memory.c
Please register or sign in to comment