1. 27 4月, 2008 1 次提交
  2. 22 1月, 2008 1 次提交
    • S
      [SPARC64]: Fix section error in sparcspkr · 2ad913ba
      Sam Ravnborg 提交于
      With a sparc64 defconfig modified to set CONFIG_HOTPLUG=n
      the following error happened during link of vmlinux:
      
      local symbol 0: discarded in section `.devexit.text' from drivers/built-in.o
      local symbol 1: discarded in section `.devexit.text' from drivers/built-in.o
      
      (The error message above is from kbuild.git but it happens in mainline too)
      
      The error happens becase there is a reference from .text/.data to a
      function marked __devexit. With CONFIG_HOTPLUG=n all code marked
      __devexit are discarded and the linker complains.
      
      It was tracked down to sparcspkr.c which were missing __devexit_p()
      around the function pointers.
      
      Unfortunately modpost did not catch this since modpost do not warn
      about references from .data to .devexit from variables named *_driver.
      Signed-off-by: NSam Ravnborg <sam@ravnborg.org>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      2ad913ba
  3. 20 10月, 2007 1 次提交
  4. 12 4月, 2007 1 次提交
  5. 01 7月, 2006 1 次提交
  6. 24 6月, 2006 2 次提交
  7. 21 12月, 2005 1 次提交
  8. 30 10月, 2005 1 次提交
  9. 29 10月, 2005 1 次提交
  10. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4