On Fri, Mar 29, 2013 at 04:09:36PM +0400, Konstantin Khlebnikov wrote: ... > hugetlb coredump filter also should be fixed in this way: > > --- a/fs/binfmt_elf.c > +++ b/fs/binfmt_elf.c > @@ -1154,6 +1154,7 @@ static unsigned long vma_dump_size(struct vm_area_struct *vma, > goto whole; > if (!(vma->vm_flags & VM_SHARED) && FILTER(HUGETLB_PRIVATE)) > goto whole; > + return 0; > } OK, I'll add it. Thanks, Naoya -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>