Re: [PATCH v2 2/3] lib: glob.c: Add CONFIG_GLOB_SELFTEST

From: George Spelvin
Date: Wed Jun 11 2014 - 21:38:18 EST


>> Persuading GCC to throw away *all* the self-test data after running
>> it was surprisingly annoying.
>
> Yeah. Props for making the attempt.

*Whew*. I was worried I'd get upbraided for overoptimziation.

>> The one thing I'm not really sure about is what to do if the self-test
>> fails. For now, I make the module_init function fail too. Opinions?
>
> The printk should suffice - someone will notice it eventually.
>
> Using KERN_ERR to report a failure might help draw attention to it.

I'm not sure what you mean by "might"; I already *do* report it as KERN_ERR.

If you think failing the module load is a bad idea, feel free to
modify the patch.
--
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/