Lines Matching refs:with
20 a) with applicable or modified ``CONFIG`` options ``=y``, ``=m``, and
35 Check for trivial violations with the patch style checker prior to
46 8) Has been carefully reviewed with respect to relevant ``Kconfig``
47 combinations. This is very hard to get right with testing -- brainpower
50 9) Check cleanly with sparse.
66 12) Has been tested with ``CONFIG_PREEMPT``, ``CONFIG_DEBUG_PREEMPT``,
72 13) Has been build- and runtime tested with and without ``CONFIG_SMP`` and
75 14) If the patch affects IO/Disk, etc: has been tested with and without
78 15) All codepaths have been exercised with all lockdep features enabled.
85 18) All new module parameters are documented with ``MODULE_PARM_DESC()``
94 21) Has been checked with injection of at least slab and page-allocation
100 22) Newly-added code has been compiled with ``gcc -W`` (use
105 that it still works with all of the other queued patches and various
117 then test multiple builds with the related ``Kconfig`` symbols disabled
122 ``CONFIG_NET``, ``CONFIG_INET=n`` (but latter with ``CONFIG_NET=y``).