On Thu, Nov 24, 2011 at 11:07:20AM +0100, Paolo Pisati wrote:
> 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
Ack, seems the right set of patches verifying here also, and was
confirmed by Tobin's testing to fix the problems.