Skip to content
Snippets Groups Projects
This project is mirrored from https://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-stable-rt.git. Pull mirroring updated .
  1. Nov 01, 2011
  2. Sep 15, 2011
  3. Aug 25, 2011
  4. Jul 29, 2011
  5. Jul 26, 2011
  6. Jul 25, 2011
  7. Jul 24, 2011
    • Alessio Igor Bogani's avatar
      modpost: Fix modpost's license checking V3 · 62a26356
      Alessio Igor Bogani authored
      
      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: default avatarJan Beulich <jbeulich@novell.com>
      Signed-off-by: default avatarAlessio Igor Bogani <abogani@kernel.org>
      Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
      62a26356
  8. Jul 20, 2011
  9. Jul 18, 2011
  10. Jul 13, 2011
  11. Jul 12, 2011
  12. Jul 02, 2011
  13. Jul 01, 2011
    • Arnaud Lacombe's avatar
      kconfig: introduce specialized printer · e54e692b
      Arnaud Lacombe authored
      
      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: default avatarArnaud Lacombe <lacombar@gmail.com>
      [mmarek: rebased on top of de125187 (kconfig: autogenerated config_is_xxx
      macro)]
      Signed-off-by: default avatarMichal Marek <mmarek@suse.cz>
      e54e692b
  14. Jun 24, 2011
  15. Jun 16, 2011
  16. Jun 12, 2011
  17. Jun 09, 2011
Loading