Lines Matching refs:with
16 2: Builds cleanly with applicable or modified CONFIG options =y, =m, and
30 Documentation/CodingStyle. Check for trivial violations with the
39 8: Has been carefully reviewed with respect to relevant Kconfig
40 combinations. This is very hard to get right with testing -- brainpower
43 9: Check cleanly with sparse.
54 12: Has been tested with CONFIG_PREEMPT, CONFIG_DEBUG_PREEMPT,
59 13: Has been build- and runtime tested with and without CONFIG_SMP and
62 14: If the patch affects IO/Disk, etc: has been tested with and without
65 15: All codepaths have been exercised with all lockdep features enabled.
72 18: All new module parameters are documented with MODULE_PARM_DESC()
81 21: Has been checked with injection of at least slab and page-allocation
87 22: Newly-added code has been compiled with `gcc -W' (use "make
92 that it still works with all of the other queued patches and various
103 then test multiple builds with the related kconfig symbols disabled
109 CONFIG_NET, CONFIG_INET=n (but latter with CONFIG_NET=y)