QA of the latest maverick/omap4 kernel unveiled some missing patches for
mlock() and Yama.
All of the patches but the first one, are clean cherry picks from master. The
first patch was a cherry pick, but needed some spacing/mangling to apply
cleanly.
BugLink: http://launchpad.net/bugs/893190
Kees Cook (2):
Yama: fix default relationship to check thread group
Yama: use thread group leader when creating match
Linus Torvalds (3):
mm: make the vma list be doubly linked
mm: make the mlock() stack guard page checks stricter
mm: make stack guard page logic use vm_prev pointer
Stefan Bader (1):
mm: Move vma_stack_continue into mm.h