Re: [2.6 patch] OCFS2: __init / __exit problem
From: Randy.Dunlap
Date: Sat Jan 07 2006 - 19:22:18 EST
On Sat, 07 Jan 2006 22:51:17 +0100 Arjan van de Ven wrote:
>
> >
> > This is the common problem that such error paths are only used once
> > every dozen years and therefore get no real testing coverage...
>
>
> Rusty presented some brilliant tool for this at OLS this year... I bet
> that could be used for filesystems as well (Rusty uses it for netfilter
> testing)
this year?
New drivers/filesystems should get treatment such as:
1. build cleanly, no compile/link warnings
2. check with sparse, eliminate its warnings
3. use 'make checkstack buildcheck namespacecheck'
and fix their problems
similar to what I recently did on the Areca/arcmsr driver
and on libata-acpi additions.
---
~Randy
-
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/