[ofa-general] Re: [PATCH 0/5] IB/ipath -- patches in for-roland for 2.6.25

Roland Dreier rdreier at cisco.com
Tue Mar 11 13:57:55 PDT 2008


thanks, applied all 5.

Do you have any pending patches for 2.6.26?  In particular it would be
nice to fix

    drivers/infiniband/hw/ipath/ipath_iba6110.c: In function 'slave_or_pri_blk':
    drivers/infiniband/hw/ipath/ipath_iba6110.c:843: warning: overflow in implicit constant conversion

and also the sparse warnings

    drivers/infiniband/hw/ipath/ipath_intr.c:835:7: warning: incorrect type in assignment (different base types)
    drivers/infiniband/hw/ipath/ipath_intr.c:835:7:    expected restricted unsigned long long [usertype] val
    drivers/infiniband/hw/ipath/ipath_intr.c:835:7:    got unsignedlong long
    drivers/infiniband/hw/ipath/ipath_intr.c:836:33: warning: incorrect type in assignment (different base types)
    drivers/infiniband/hw/ipath/ipath_intr.c:836:33:    expected restricted unsigned long long volatile [usertype] <noident>
    drivers/infiniband/hw/ipath/ipath_intr.c:836:33:    got unsigned long [unsigned] [long] <noident>
    drivers/infiniband/hw/ipath/ipath_intr.c:62:3: warning: dereference of noderef expression
    drivers/infiniband/hw/ipath/ipath_intr.c:64:8: warning: dereference of noderef expression

which all look like real bugs.

 - R.



More information about the general mailing list