On Sat, Mar 26, 2022 at 07:53:56PM -0700, Jakub Kicinski wrote: > These days we often ask for selftests so let's update our > testing requirements. > > Signed-off-by: Jakub Kicinski <kuba@xxxxxxxxxx> > --- > Documentation/networking/netdev-FAQ.rst | 14 +++++++++----- > 1 file changed, 9 insertions(+), 5 deletions(-) > > diff --git a/Documentation/networking/netdev-FAQ.rst b/Documentation/networking/netdev-FAQ.rst > index 85a0af5dca65..26110201f301 100644 > --- a/Documentation/networking/netdev-FAQ.rst > +++ b/Documentation/networking/netdev-FAQ.rst > @@ -196,11 +196,15 @@ as possible alternative mechanisms. > > What level of testing is expected before I submit my change? > ------------------------------------------------------------ > -If your changes are against ``net-next``, the expectation is that you > -have tested by layering your changes on top of ``net-next``. Ideally > -you will have done run-time testing specific to your change, but at a > -minimum, your changes should survive an ``allyesconfig`` and an > -``allmodconfig`` build without new warnings or failures. > +At the very minimum your changes must survive an ``allyesconfig`` and an > +``allmodconfig`` build with ``W=1`` set without new warnings or failures. Doesn't the patchwork buildbot also have C=1 ? You have been pointing out failures for C=1, so it probably should be documented here. Andrew