1. 08 Feb, 2007 2 commits
    • Matthew Wilcox's avatar
      [PATCH] PA-RISC: Fix bogus warnings from modpost · 742433b0
      Matthew Wilcox authored
      parisc and parisc64 seem to name sections a little differently from other
      targets.  parisc64 gives spurious warnings like:
      
      WARNING: drivers/net/dummy.o - Section mismatch: reference to .init.text:dummy_setup from .data.rel.ro between '.LC1' (at offset 0x0) and '.LC6'
      
      and parisc gives spurious warnings like:
      
      WARNING: drivers/net/dummy.o - Section mismatch: reference to .init.text:dummy_setup from .rodata.cst4 between '.LC1' (at offset 0x0) and '.LC6'
      
      Given the other comments in modpost.c, it seems that the best solution is
      to move rodata down to the 'match at start of name' section and add
      .data.rel.ro to the 'match entire name' section.
      
      Cc: Sam Ravnborg <sam@ravnborg.org>
      Cc: Kyle McMartin <kyle@mcmartin.ca>
      Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
      742433b0
    • Randy Dunlap's avatar
      [PATCH] parisc: fix module_param iommu permission · 29a1e1d2
      Randy Dunlap authored
      Fix/change module_param permissions parameter from an init value
      to a permission value.
      Signed-off-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
      Cc: Kyle McMartin <kyle@mcmartin.ca>
      Cc: Matthew Wilcox <willy@debian.org>
      Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
      29a1e1d2
  2. 12 Dec, 2006 1 commit
  3. 08 Dec, 2006 28 commits
  4. 07 Dec, 2006 9 commits