Merge branch 'mm-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull vmap stack fixes from Ingo Molnar: "This is fallout from CONFIG_HAVE_ARCH_VMAP_STACK=y on x86: stack accesses that used to be just somewhat questionable are now totally buggy. These changes try to do it without breaking the ABI: the fields are left there, they are just reporting zero, or reporting narrower information (the maps file change)" * 'mm-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: mm: Change vm_is_stack_for_task() to vm_is_stack_for_current() fs/proc: Stop trying to report thread stacks fs/proc: Stop reporting eip and esp in /proc/PID/stat mm/numa: Remove duplicated include from mprotect.c
No related branches found
No related tags found
Showing
- Documentation/filesystems/proc.txt 0 additions, 26 deletionsDocumentation/filesystems/proc.txt
- fs/proc/array.c 5 additions, 4 deletionsfs/proc/array.c
- fs/proc/task_mmu.c 10 additions, 19 deletionsfs/proc/task_mmu.c
- fs/proc/task_nommu.c 10 additions, 18 deletionsfs/proc/task_nommu.c
- include/linux/mm.h 1 addition, 1 deletioninclude/linux/mm.h
- mm/mprotect.c 0 additions, 1 deletionmm/mprotect.c
- mm/util.c 3 additions, 1 deletionmm/util.c
- security/selinux/hooks.c 1 addition, 1 deletionsecurity/selinux/hooks.c
Please register or sign in to comment