1. 27 10月, 2008 1 次提交
    • R
      docbooks: fix fatal filename errors · a1a739c5
      Randy Dunlap 提交于
      Fix docbook fatal errors (file location changed):
      
      docproc: lin2628-rc1/include/asm-x86/io_32.h: No such file or directory
      make[1]: *** [Documentation/DocBook/deviceiobook.xml] Error 1
      
      docproc: lin2628-rc1/include/asm-x86/atomic_32.h: No such file or directory
      make[1]: *** [Documentation/DocBook/kernel-api.xml] Error 1
      
      docproc: lin2628-rc1/include/asm-x86/mca_dma.h: No such file or directory
      make[1]: *** [Documentation/DocBook/mcabook.xml] Error 1
      Signed-off-by: NRandy Dunlap <randy.dunlap@oracle.com>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      a1a739c5
  2. 21 10月, 2008 1 次提交
  3. 18 10月, 2008 1 次提交
  4. 17 10月, 2008 2 次提交
  5. 09 10月, 2008 1 次提交
  6. 16 9月, 2008 1 次提交
  7. 20 8月, 2008 1 次提交
  8. 13 8月, 2008 2 次提交
  9. 07 8月, 2008 1 次提交
  10. 06 8月, 2008 2 次提交
  11. 04 8月, 2008 1 次提交
  12. 01 8月, 2008 2 次提交
    • J
      kgdb: fix kgdb_validate_break_address to perform a mem write · a9b60bf4
      Jason Wessel 提交于
      A regression to the kgdb core was found in the case of using the
      CONFIG_DEBUG_RODATA kernel option.  When this option is on, a breakpoint
      cannot be written into any readonly memory page.  When an external
      debugger requests a breakpoint to get set, the
      kgdb_validate_break_address() was only checking to see if the address
      to place the breakpoint was readable and lacked a write check.
      
      This patch changes the validate routine to try reading (via the
      breakpoint set request) and also to try immediately writing the break
      point.  If either fails, an error is correctly returned and the
      debugger behaves correctly.  Then an end user can make the
      descision to use hardware breakpoints.
      
      Also update the documentation to reflect that using
      CONFIG_DEBUG_RODATA will inhibit the use of software breakpoints.
      Signed-off-by: NJason Wessel <jason.wessel@windriver.com>
      a9b60bf4
    • J
      kgdb: remove the requirement for CONFIG_FRAME_POINTER · 5f5ddfb3
      Jason Wessel 提交于
      There is no technical reason that the kgdb core requires frame
      pointers.  It is up to the end user of KGDB to decide if they need
      them or not.
      
      [ anemo@mba.ocn.ne.jp: removed frame pointers on mips ]
      Signed-off-by: NJason Wessel <jason.wessel@windriver.com>
      5f5ddfb3
  13. 26 7月, 2008 1 次提交
  14. 24 7月, 2008 2 次提交
  15. 22 7月, 2008 6 次提交
  16. 24 6月, 2008 1 次提交
  17. 23 5月, 2008 1 次提交
  18. 05 5月, 2008 1 次提交
  19. 30 4月, 2008 2 次提交
  20. 29 4月, 2008 1 次提交
  21. 28 4月, 2008 1 次提交
  22. 26 4月, 2008 1 次提交
  23. 22 4月, 2008 2 次提交
  24. 20 4月, 2008 1 次提交
  25. 19 4月, 2008 1 次提交
  26. 18 4月, 2008 2 次提交
  27. 07 3月, 2008 1 次提交