> 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 <tony.l...@intel.com> -Tony