1. 18 10月, 2008 1 次提交
  2. 22 4月, 2008 1 次提交
  3. 07 2月, 2008 2 次提交
  4. 03 2月, 2008 4 次提交
  5. 03 12月, 2007 1 次提交
  6. 22 8月, 2007 1 次提交
  7. 11 7月, 2007 1 次提交
  8. 29 6月, 2007 1 次提交
    • R
      [MTD] oops and panic message logging to MTD device · 4b23aff0
      Richard Purdie 提交于
      Kernel oops and panic messages are invaluable when debugging crashes.
      These messages often don't make it to flash based logging methods (say a
      syslog on jffs2) due to the overheads involved in writing to flash.
      
      This patch allows you to turn an MTD partition into a circular log
      buffer where kernel oops and panic messages are written to. The messages
      are obtained by registering a console driver and checking
      oops_in_progress. Erases are performed in advance to maximise the
      chances of a saving messages.
      
      To activate it, add console=ttyMTDx to the kernel commandline (where x
      is the mtd device number to use).
      Signed-off-by: NRichard Purdie <rpurdie@openedhand.com>
      Signed-off-by: NDavid Woodhouse <dwmw2@infradead.org>
      4b23aff0