On Wed, 9 Feb 2005, Michael Ellerman wrote: > The generic and IA-64 versions of alloc_zeroed_user_highpage() don't > check the return value from alloc_page_vma(). This can lead to an oops > if we're OOM. This fixes my oops on PPC64, but I haven't got an IA-64 > machine/compiler handy.
Patch looks okay to me. These are the only occurences as far as I can tell after reviewing the alloc_zeroed_user_higpage implementations in include/asm-*/page.h. - 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/

