1. 02 4月, 2009 2 次提交
  2. 05 1月, 2009 1 次提交
    • H
      parisc: fix module loading failure of large kernel modules · c298be74
      Helge Deller 提交于
      On 32bit (and sometimes 64bit) and with big kernel modules like xfs or
      ipv6 the relocation types R_PARISC_PCREL17F and R_PARISC_PCREL22F may
      fail to reach their PLT stub if we only create one big stub array for
      all sections at the beginning of the core or init section.
      
      With this patch we now instead add individual PLT stub entries
      directly in front of the code sections where the stubs are actually
      called. This reduces the distance between the PCREL location and the
      stub entry so that the relocations can be fulfilled.
      
      While calculating the final layout of the kernel module in memory, the
      kernel module loader calls arch_mod_section_prepend() to request the
      to be reserved amount of memory in front of each individual section.
      
      Tested with 32- and 64bit kernels.
      Signed-off-by: NHelge Deller <deller@gmx.de>
      Signed-off-by: NRusty Russell <rusty@rustcorp.com.au>
      c298be74
  3. 10 9月, 2008 1 次提交
  4. 17 2月, 2007 2 次提交
  5. 08 12月, 2006 1 次提交
  6. 30 9月, 2006 1 次提交
  7. 28 6月, 2006 1 次提交
    • J
      [PARISC] Fix PCREL22F relocation problem for most modules · 6e1b9585
      James Bottomley 提交于
      The new problem, which has been affecting many more modules was that
      our new ioremap really takes chunks out of our vmalloc space.  The net
      result being that any two kernel vmalloc's now have to slot into the
      chunked up space.  So the vmallocs for a modules init and core sectons
      are no longer necessarily contiguous.  Unfortunately, the module loader
      thinks that any internal symbol references should be satisfiable using the
      jump instruction, which isn't true if the symbol is referenced from init
      to core and vmalloc placed them a long way apart.
      
      Fix this by introducing a new stub type for intra module inter sectional
      jumps and using it.
      Signed-off-by: NJames Bottomley <jejb@parisc-linux.org>
      Signed-off-by: NKyle McMartin <kyle@parisc-linux.org>
      6e1b9585
  8. 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