Re: [RFC 1/4] HWPoison: add memory_failure_queue()

From: Wu Fengguang
Date: Thu Apr 21 2011 - 06:05:58 EST


On Thu, Apr 21, 2011 at 02:38:42PM +0800, Huang, Ying wrote:
> Hi, Fengguang,
>
> On 04/20/2011 05:03 PM, Wu, Fengguang wrote:
> >> + if (kfifo_put(&mf_cpu->fifo, &entry))
> >> + schedule_work_on(smp_processor_id(), &mf_cpu->work);
> >> + else
> >> + pr_err("Memory failure: buffer overflow when recovering memory failure at 0x%#lx\n",
> >> + pfn);
> >
> > nitpick: "buffer overflow when recording memory failure at PFN ..."?
>
> Yes, in fact we are not recovering now. Or "s/recording/queuing/"?

OK, that's fine.

Thanks,
Fengguang
--
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/