Re: [PATCH] ras: Add RAS daemon

From: Tony Luck
Date: Fri Jan 21 2011 - 12:54:26 EST


On Fri, Jan 21, 2011 at 7:09 AM, Borislav Petkov <bp@xxxxxxxxx> wrote:
> +       format_buf = malloc_or_die(fsize);
> +       if (!format_buf)
> +               die("allocating format buffer");

You don't trust "malloc_or_die()" to make it dead enough? :-)

Will take a look through the rest of bits - looks very interesting.

-Tony
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/