Skip to content
Snippets Groups Projects
  1. Nov 09, 2008
  2. Nov 08, 2008
  3. Oct 30, 2008
  4. Oct 29, 2008
  5. Oct 27, 2008
  6. Oct 26, 2008
    • Randy Dunlap's avatar
      kernel-doc: allow more whitespace in macros · 890c78c2
      Randy Dunlap authored
      
      Allow macros that are annotated with kernel-doc to contain whitespace
      between the '#' and "define".  It's valid and being used, so allow it.
      
      Signed-off-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      890c78c2
    • Al Viro's avatar
      fix allmodconfig breakage · ce97e13e
      Al Viro authored
      If you use KCONFIG_ALLCONFIG (even with empty file) you get broken
      allmodconfig/allyesconfig; CONFIG_MODULES gets turned off, with obvious
      massive fallout.
      
      Breakage had been introduced when conf_set_all_new_symbols() got used
      for allmodconfig et.al.
      
      What happens is that sym_calc_value(modules_sym) done in
      conf_read_simple() sets SYMBOL_VALID on both modules_sym and MODULES.
      When we get to conf_set_all_new_symbols(), we set sym->def[S_DEF_USER]
      on everything, but it has no effect on sym->curr for the symbols that
      already have SYMBOL_VALID - these are stuck.
      
      Solution: use sym_clear_all_valid() in there.  Note that it makes
      reevaluation of modules_sym redundant - sym_clear_all_valid() will do
      that itself.
      
      [ Fixes http://bugzilla.kernel.org/show_bug.cgi?id=11512
      
      , says Alexey ]
      
      Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
      Cc: Sam Ravnborg <sam@ravnborg.org>
      Cc: Roman Zippel <zippel@linux-m68k.org>
      Cc: Alexey Dobriyan <adobriyan@gmail.com>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      ce97e13e
  7. Oct 23, 2008
  8. Oct 22, 2008
  9. Oct 20, 2008
  10. Oct 16, 2008
Loading