1. 29 Oct, 2003 1 commit
    • Andrew Morton's avatar
      [PATCH] sis900 skb free fix · bf69c42c
      Andrew Morton authored
      This driver is freeing skb's from timer context, with local irq's disabled.
      
      It generates warnings from local_bh_enable() because local_bh_enable()
      reenables interrupts, exposing the machine to deadlocks.
      
      So use the deferred dev_kfree_skb_irq() instead.
      bf69c42c
  2. 28 Oct, 2003 17 commits
  3. 27 Oct, 2003 18 commits
  4. 26 Oct, 2003 4 commits