1. 29 8月, 2009 2 次提交
  2. 28 2月, 2009 1 次提交
  3. 22 11月, 2008 1 次提交
  4. 08 5月, 2007 1 次提交
  5. 01 7月, 2006 1 次提交
  6. 28 2月, 2006 1 次提交
    • P
      [PATCH] ieee80211_geo.c: remove frivolous BUG_ON's · 07981aa4
      Pete Zaitcev 提交于
      I have come to consider BUG_ON generally harmful. The idea of an assert is
      to prevent a program to execute past a point where its state is known
      erroneous, thus preventing it from dealing more damage to the data
      (or hiding the traces of malfunction). The problem is, in kernel this harm
      has to be balanced against the harm of forced reboot.
      
      The last straw was our softmac tree, where "iwlist eth1 scan" causes
      a lockup. It is absolutely frivolus and provides no advantages a normal
      assert has to provide. In fact, doing this impedes debugging.
      Signed-off-by: NPete Zaitcev <zaitcev@redhat.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      07981aa4
  7. 28 1月, 2006 1 次提交
  8. 06 11月, 2005 1 次提交
  9. 22 9月, 2005 1 次提交