Skip to content
Snippets Groups Projects
  1. Jun 24, 2006
  2. Jun 16, 2006
  3. Jun 10, 2006
    • Andrew Morton's avatar
      kbuild: modpost build fix · 6449bd62
      Andrew Morton authored
      
      scripts/mod/modpost.c: In function `check_license':
      scripts/mod/modpost.c:1094: parse error before `const'
      scripts/mod/modpost.c:1095: `basename' undeclared (first use in this function)
      scripts/mod/modpost.c:1095: (Each undeclared identifier is reported only once
      scripts/mod/modpost.c:1095: for each function it appears in.)
      
      Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
      Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
      6449bd62
  4. Jun 09, 2006
  5. Jun 08, 2006
  6. May 21, 2006
  7. May 08, 2006
  8. Apr 30, 2006
  9. Apr 26, 2006
  10. Apr 19, 2006
  11. Apr 14, 2006
    • Sam Ravnborg's avatar
      kbuild: fix false section mismatch warnings · 5ecdd0f6
      Sam Ravnborg authored
      
      Darren Jenkins <darrenrjenkins@gmail.com> pointed out a
      number of false positives where we referenced variables
      from a _driver variable.
      Fix it by check for that pattern and ignore it.
      
      Randy.Dunlap <rdunlap@xenotime.net> pointed out a similar
      set of warnings for a number of scsi drivers.
      In scsi world they misname their variables *_template or
      *_sht so add these to list of variables that may have references
      to .init.text with no warning.
      
      Randy.Dunlap <rdunlap@xenotime.net> also pointed out a scsi driver
      with many references to .exit.text from .rodata. This is compiler
      generated references and we already ignore these for .init.text, so
      ignore them for .exit.text also.
      
      Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
      5ecdd0f6
    • Samuel Thibault's avatar
      [PATCH] Enhancing accessibility of lxdialog · f043ca43
      Samuel Thibault authored
      
      For easily getting fairly good accessibility, the TTY cursor should
      always be left at the focus location.  This patch fixes the checklist by
      just having the list refreshed after the dialog box (hence the cursor
      position remains in the list).
      
      Signed-off-by: default avatarSamuel Thibault <samuel.thibault@ens-lyon.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
      f043ca43
Loading