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 16) All codepaths have been exercised with all lockdep features enabled.
82 19) All new module parameters are documented with ``MODULE_PARM_DESC()``
91 22) Has been checked with injection of at least slab and page-allocation
97 23) Newly-added code has been compiled with ``gcc -W`` (use
102 that it still works with all of the other queued patches and various
114 then test multiple builds with the related ``Kconfig`` symbols disabled
119 ``CONFIG_NET``, ``CONFIG_INET=n`` (but latter with ``CONFIG_NET=y``).