On Mon, Jan 29, 2007 at 04:10:29AM +0100, Andi Kleen wrote: > Don't require the vDSO for handling a.out signals
> --- linux.orig/include/linux/binfmts.h > +++ linux/include/linux/binfmts.h > @@ -59,6 +59,7 @@ struct linux_binfmt { > int (*load_shlib)(struct file *); > int (*core_dump)(long signr, struct pt_regs * regs, struct file * file); > unsigned long min_coredump; /* minimal dump size */ > + int hasvdso; nit: has_vdso, please. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/