1. 25 5月, 2008 1 次提交
    • I
      softlockup: allow panic on lockup · 9c44bc03
      Ingo Molnar 提交于
      allow users to configure the softlockup detector to generate a panic
      instead of a warning message.
      
      high-availability systems might opt for this strict method (combined
      with panic_timeout= boot option/sysctl), instead of generating
      softlockup warnings ad infinitum.
      
      also, automated tests work better if the system reboots reliably (into
      a safe kernel) in case of a lockup.
      
      The full spectrum of configurability is supported: boot option, sysctl
      option and Kconfig option.
      
      it's default-disabled.
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
      9c44bc03
  2. 22 5月, 2008 2 次提交
  3. 21 5月, 2008 3 次提交
  4. 20 5月, 2008 7 次提交
  5. 19 5月, 2008 6 次提交
  6. 17 5月, 2008 3 次提交
  7. 16 5月, 2008 1 次提交
  8. 15 5月, 2008 9 次提交
  9. 13 5月, 2008 7 次提交
  10. 12 5月, 2008 1 次提交
    • D
      syncppp: Fix crashes. · 4951704b
      David S. Miller 提交于
      The syncppp layer wants a mid-level netdev private pointer.
      
      It was using netdev->priv but that only worked by accident,
      and thus this scheme was broken when the device private
      allocation strategy changed.
      
      Add a proper mid-layer private pointer for uses like this,
      update syncppp and all users, and remove the HDLC_PPP broken
      tag from drivers/net/wan/Kconfig
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      4951704b