1. 24 May, 2011 3 commits
  2. 04 May, 2011 1 commit
  3. 02 May, 2011 2 commits
  4. 29 Apr, 2011 7 commits
  5. 19 Apr, 2011 1 commit
    • Stephen Boyd's avatar
      nconfig: Silence unused return values from wattrset · 10175ba6
      Stephen Boyd authored
      Ignore the return value from wattrset since we ignore the return
      value in nconf.gui.c as well.
      
      scripts/kconfig/nconf.c: In function 'print_function_line':
      scripts/kconfig/nconf.c:376: warning: value computed is not used
      scripts/kconfig/nconf.c:380: warning: value computed is not used
      scripts/kconfig/nconf.c:387: warning: value computed is not used
      scripts/kconfig/nconf.c: In function 'show_menu':
      scripts/kconfig/nconf.c:956: warning: value computed is not used
      scripts/kconfig/nconf.c:961: warning: value computed is not used
      scripts/kconfig/nconf.c:963: warning: value computed is not used
      scripts/kconfig/nconf.c:965: warning: value computed is not used
      
      Cc: Nir Tzachar <nir.tzachar@gmail.com>
      Signed-off-by: default avatarStephen Boyd <sboyd@codeaurora.org>
      Signed-off-by: default avatarMichal Marek <mmarek@suse.cz>
      10175ba6
  6. 18 Apr, 2011 1 commit
  7. 15 Apr, 2011 2 commits
  8. 08 Apr, 2011 1 commit
    • Ben Hutchings's avatar
      kconfig: Avoid buffer underrun in choice input · 466de918
      Ben Hutchings authored
      commit 40aee729 ('kconfig: fix default
      value for choice input') fixed some cases where kconfig would select
      the wrong option from a choice with a single valid option and thus
      enter an infinite loop.
      
      However, this broke the test for user input of the form 'N?', because
      when kconfig selects the single valid option the input is zero-length
      and the test will read the byte before the input buffer.  If this
      happens to contain '?' (as it will in a mips build on Debian unstable
      today) then kconfig again enters an infinite loop.
      Signed-off-by: default avatarBen Hutchings <ben@decadent.org.uk>
      Cc: stable@kernel.org [2.6.17+]
      Signed-off-by: default avatarMichal Marek <mmarek@suse.cz>
      466de918
  9. 29 Mar, 2011 22 commits