> IA64 allocates stack in a custom way. Stack has to be marked as
> anonymous otherwise the process will be killed with SIGBUS on the first
> access to the stack.
>
> Add missing vma_set_anonymous().
That does the trick. Applied this patch on top of -rc7 and ia64 boots again.
Tested-by: Tony Luck
IA64 allocates stack in a custom way. Stack has to be marked as
anonymous otherwise the process will be killed with SIGBUS on the first
access to the stack.
Add missing vma_set_anonymous().
Signed-off-by: Kirill A. Shutemov
Reported-by: Tony Luck
Fixes: bfd40eaff5ab ("mm: fix vma_is_anonymous()
2 matches
Mail list logo