svn commit: r242842 - in head/sys: conf modules/mthca

Xin LI delphij at gmail.com
Sun Nov 11 04:04:16 UTC 2012


Would you please commit them then?  I am frustrated with the fact that
-HEAD is not buildable for so long time and nobody seems to care doing
tinderbox build pre-commit, which is not acceptable to be honest.

On Saturday, November 10, 2012, Dimitry Andric wrote:

> On 2012-11-10 01:32, Xin LI wrote:
>
>> Author: delphij
>> Date: Sat Nov 10 00:32:47 2012
>> New Revision: 242842
>> URL: http://svnweb.freebsd.org/**changeset/base/242842<http://svnweb.freebsd.org/changeset/base/242842>
>>
>> Log:
>>    Attempt toward a buildable universe by silenting a few warnings for
>> OFED.
>>
> ...
>
>> -OFEDNOERR=     -Wno-cast-qual -Wno-pointer-arith -fms-extensions
>> +OFEDNOERR=     -Wno-cast-qual -Wno-pointer-arith -fms-extensions
>> -Wno-switch -Wno-sometimes-uninitialized -Wno-conversion
>> -Wno-initializer-overrides
>>
>
> A few of these warnings point to real bugs, e.g. the uninitialized
> packet_length variable in ib_ud_header_init(), and the incorrect value
> passed to rdma_notify() in sdp_rx_comp_work().  The others are not that
> severe, but very easy to fix, as you can see from the attached diff.
>
> If anything, I hope the maintainer(s) will check with upstream whether
> these bugs are already fixed?  Meanwhile, I see no reason why we could
> not do a local fix.
>


-- 
Xin LI <delphij at delphij.net> https://www.delphij.net/
FreeBSD - The Power to Serve! Live free or die


More information about the svn-src-all mailing list