Lines Matching refs:with
20 a) with applicable or modified ``CONFIG`` options ``=y``, ``=m``, and
39 Check for trivial violations with the patch style checker prior to
50 8) Has been carefully reviewed with respect to relevant ``Kconfig``
51 combinations. This is very hard to get right with testing -- brainpower
54 9) Check cleanly with sparse.
69 12) Has been tested with ``CONFIG_PREEMPT``, ``CONFIG_DEBUG_PREEMPT``,
75 13) Has been build- and runtime tested with and without ``CONFIG_SMP`` and
78 14) All codepaths have been exercised with all lockdep features enabled.
85 17) All new module parameters are documented with ``MODULE_PARM_DESC()``
92 19) Has been checked with injection of at least slab and page-allocation
98 20) Newly-added code has been compiled with ``gcc -W`` (use
103 that it still works with all of the other queued patches and various
115 then test multiple builds with the related ``Kconfig`` symbols disabled
120 ``CONFIG_NET``, ``CONFIG_INET=n`` (but latter with ``CONFIG_NET=y``).