1. 09 5月, 2012 1 次提交
  2. 19 4月, 2012 2 次提交
  3. 17 4月, 2012 1 次提交
  4. 13 4月, 2012 2 次提交
  5. 10 4月, 2012 1 次提交
    • F
      modpost: Fix modpost license checking of vmlinux.o · 258f7426
      Frank Rowand 提交于
      Commit f02e8a65 ("module: Sort exported symbols") sorts symbols
      placing each of them in its own elf section.  This sorting and merging
      into the canonical sections are done by the linker.
      
      Unfortunately modpost to generate Module.symvers file parses vmlinux.o
      (which is not linked yet) 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.
      
      [ This above is a slightly corrected version of the explanation of the
        problem, copied from commit 62a26356 ("modpost: Fix modpost's
        license checking V3").  That commit fixed the problem for module
        object files, but not for vmlinux.o.  This patch fixes modpost for
        vmlinux.o. ]
      Signed-off-by: NFrank Rowand <frank.rowand@am.sony.com>
      Signed-off-by: NAlessio Igor Bogani <abogani@kernel.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      258f7426
  6. 06 4月, 2012 1 次提交
  7. 02 4月, 2012 1 次提交
  8. 30 3月, 2012 3 次提交
  9. 27 3月, 2012 4 次提交
  10. 26 3月, 2012 3 次提交
  11. 25 3月, 2012 3 次提交
  12. 24 3月, 2012 15 次提交
  13. 27 2月, 2012 1 次提交
  14. 25 2月, 2012 2 次提交