1. 26 8月, 2011 2 次提交
  2. 30 7月, 2011 1 次提交
  3. 26 7月, 2011 8 次提交
  4. 25 7月, 2011 2 次提交
  5. 24 7月, 2011 1 次提交
    • A
      modpost: Fix modpost's license checking V3 · 62a26356
      Alessio Igor Bogani 提交于
      The commit f02e8a65 sorts symbols placing each of them in its own elf section.
      The sorting and merging into the canonical sections are done by the linker.
      Unfortunately modpost to generate Module.symvers file parses vmlinux
      (already linked) and all modules object files (which aren't linked yet).
      These aren't sanitized by the linker yet. That breaks modpost that can't
      detect license properly for modules. This patch makes modpost aware of
      the new exported symbols structure.
      
      Thanks to Arnaud Lacombe <lacombar@gmail.com> and Anders Kaseorg
      <andersk@ksplice.com> for providing useful suggestions about code.
      
      This work was supported by a hardware donation from the CE Linux Forum.
      Reported-by: NJan Beulich <jbeulich@novell.com>
      Signed-off-by: NAlessio Igor Bogani <abogani@kernel.org>
      Signed-off-by: NRusty Russell <rusty@rustcorp.com.au>
      62a26356
  6. 20 7月, 2011 1 次提交
  7. 18 7月, 2011 1 次提交
  8. 13 7月, 2011 4 次提交
  9. 12 7月, 2011 1 次提交
  10. 02 7月, 2011 5 次提交
  11. 01 7月, 2011 1 次提交
    • A
      kconfig: introduce specialized printer · e54e692b
      Arnaud Lacombe 提交于
      Make conf_write_symbol() grammar agnostic to be able to use it from different
      code path. These path pass a printer callback which will print a symbol's name
      and its value in different format.
      
      conf_write_symbol()'s job become mostly only to prepare a string for the
      printer. This avoid to have to pass specialized flag to generic
      functions
      Signed-off-by: NArnaud Lacombe <lacombar@gmail.com>
      [mmarek: rebased on top of de125187 (kconfig: autogenerated config_is_xxx
      macro)]
      Signed-off-by: NMichal Marek <mmarek@suse.cz>
      e54e692b
  12. 24 6月, 2011 3 次提交
  13. 17 6月, 2011 1 次提交
    • J
      docproc: cleanup brace placement · f0f3ca8d
      Jesper Juhl 提交于
      The placement of the opening brace "{" after 'if' statements in
      scripts/docproc.c is inconsistent. Most are placed on the same line as the 'if'
      statement itself as per CodingStyle, but a few are not.  This patch cleans up
      the inconsistency. We save a few source lines and the file then uses the same
      style throughout, which is nice.
      Signed-off-by: NJesper Juhl <jj@chaosbits.net>
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      f0f3ca8d
  14. 16 6月, 2011 2 次提交
  15. 13 6月, 2011 1 次提交
  16. 10 6月, 2011 6 次提交