08 May, 2007

1 commit


01 Jul, 2006

1 commit


28 Feb, 2006

1 commit

  • 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: Pete Zaitcev
    Signed-off-by: John W. Linville

    Pete Zaitcev
     

28 Jan, 2006

1 commit


06 Nov, 2005

1 commit


22 Sep, 2005

1 commit