1. 10 8月, 2011 3 次提交
  2. 09 8月, 2011 1 次提交
  3. 08 8月, 2011 5 次提交
  4. 03 8月, 2011 2 次提交
  5. 30 7月, 2011 15 次提交
  6. 26 7月, 2011 1 次提交
  7. 25 7月, 2011 1 次提交
  8. 22 7月, 2011 1 次提交
  9. 21 7月, 2011 7 次提交
  10. 16 7月, 2011 4 次提交
    • L
      tools/power x86_energy_perf_policy: fix print of uninitialized string · e4c0d0e2
      Len Brown 提交于
      Looks like I was going to stick the brand string
      in the verbose ouput, but didn't get around to it.
      Signed-off-by: NLen Brown <len.brown@intel.com>
      e4c0d0e2
    • S
      ktest: Fix bug when ADD_CONFIG is set but MIN_CONFIG is not · 250bae8b
      Steven Rostedt 提交于
      The MIN_CONFIG is a single config that is considered to have all the
      configs that are required to boot the box.
      
      ADD_CONFIG is a list of configs that we add that may contain configs
      known to be broken (set off) or just configs that we want every box to
      have and this can include shared configs.
      
      If a config has no MIN_CONFIG defined, but has multiple files defined
      for the ADD_CONFIG, the test will die, because the MIN_CONFIG will
      default to ADD_CONFIG. The problem is the code to open MIN_CONFIG
      expects a string of one file, not multiple, and the open will fail.
      
      Since the real minconfig that is used is a concatination of MIN_CONFIG
      and ADD_CONFIG files, we change the code to open that instead of
      whatever MIN_CONFIG defaults to.
      Signed-off-by: NSteven Rostedt <rostedt@goodmis.org>
      250bae8b
    • S
      ktest: Keep fonud configs separate from default configs · 43d1b651
      Steven Rostedt 提交于
      The IGNORE_CONFIG file holds the configs that we don't want to change
      (with their proper settings). But on start up, the make noconfig is
      executed, and the configs that are on are also put into the ignore
      config category. But these are configs that were forced on by the
      kconfig scripts and not something that we found must be enabled to boot
      our machine. By keeping the configs that are forced on by default,
      separate from the configs we found that are required to boot the box, we
      can get a much more interesting IGNORE_CONFIG. In fact, the
      IGNORE_CONFIG can usually end up being the must have configs to boot,
      and only have 6 or 7 configs set.
      Signed-off-by: NSteven Rostedt <rostedt@goodmis.org>
      43d1b651
    • S
      ktest: Add prompt to use OUTPUT_MIN_CONFIG · 35ce5952
      Steven Rostedt 提交于
      If the defined OUTPUT_MIN_CONFIG in the make_min_config test exists,
      then give a prompt to ask the user if they want to use that config
      instead, as it is very often the case, especially when the test has been
      interrupted. The OUTPUT_MIN_CONFIG is usually the config that one wants
      to use to continue the test where they left off.
      
      But if START_MIN_CONFIG is defined (thus the MIN_CONFIG is not the
      default), then do not prompt, as it will be annoying if the user has
      this as one of many tests, and the test pauses waiting for input, while
      the user is sleeping.
      Signed-off-by: NSteven Rostedt <rostedt@goodmis.org>
      35ce5952
反馈
建议
客服 返回
顶部