~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/tools/testing/ktest/examples/include/min-config.conf

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /tools/testing/ktest/examples/include/min-config.conf (Version linux-6.12-rc7) and /tools/testing/ktest/examples/include/min-config.conf (Version linux-2.6.0)


  1 #                                                 
  2 # This file has some examples for creating a M    
  3 # (A .config file that is the minimum for a ma    
  4 #  to boot and make a network connection.)        
  5 #                                                 
  6 # A MIN_CONFIG is very useful as it is the min    
  7 # needed to boot a given machine. You can debu    
  8 # .config by only setting the configs in your     
  9 # your MIN_CONFIG is to the true minimum set o    
 10 # boot your machine, the closer the config you    
 11 # to the users config that had the failure.       
 12 #                                                 
 13 # The make_min_config test allows you to creat    
 14 # is truly the minimum set of configs needed t    
 15 #                                                 
 16 # In this example, the final config will resid    
 17 # ${CONFIG_DIR}/config-new-min and ${CONFIG_DI    
 18 # Just move one to the location you have set f    
 19 #                                                 
 20 # The first test creates a MIN_CONFIG that wil    
 21 # configuration to boot ${MACHINE} and be able    
 22 #                                                 
 23 # The second test creates a MIN_CONFIG that wi    
 24 # the target and most likely will not let you     
 25 # how the second test uses the first test's re    
 26 # This is because the second test config is a     
 27 #                                                 
 28 # The ${CONFIG_DIR}/config-skip (and -net) wil    
 29 # that ktest.pl found would not boot the targe    
 30 # The config-new-min holds configs that ktest.    
 31 # directly because another config that was nee    
 32 # selected them. Sometimes it is possible that    
 33 # the true minimum configuration. You can test    
 34 # the case by running the boot test with BOOT_    
 35 # setting setting the MIN_CONFIG to ${CONFIG_D    
 36 # machine still boots, then you can use the co    
 37 #                                                 
 38 # These tests can run for several hours (and p    
 39 # It's OK to kill the test with a Ctrl^C. By r    
 40 # modifying this config, ktest.pl will notice     
 41 # exists, and will use that instead as the sta    
 42 # The USE_OUTPUT_MIN_CONFIG is set to 1 to kee    
 43 # you if you want to use the OUTPUT_MIN_CONFIG    
 44 # By using the OUTPUT_MIN_CONFIG as the starti    
 45 # start almost where it left off.                 
 46 #                                                 
 47 TEST_START IF ${TEST} == min-config               
 48 TEST_TYPE = make_min_config                       
 49 OUTPUT_MIN_CONFIG = ${CONFIG_DIR}/config-new-m    
 50 IGNORE_CONFIG = ${CONFIG_DIR}/config-skip-net     
 51 MIN_CONFIG_TYPE = test                            
 52 TEST = ${SSH} echo hi                             
 53 USE_OUTPUT_MIN_CONFIG = 1                         
 54                                                   
 55 TEST_START IF ${TEST} == min-config && ${MULTI    
 56 TEST_TYPE = make_min_config                       
 57 OUTPUT_MIN_CONFIG = ${CONFIG_DIR}/config-new-m    
 58 IGNORE_CONFIG = ${CONFIG_DIR}/config-skip         
 59 MIN_CONFIG = ${CONFIG_DIR}/config-new-min-net     
 60 USE_OUTPUT_MIN_CONFIG = 1                         
                                                      

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php