Home
last modified time | relevance | path

Searched hist:c92ba3c5d97de59c016d1a23ebab17293a792621 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/ntb/
H A Dntb_transport.cdiff c92ba3c5d97de59c016d1a23ebab17293a792621 Sun Oct 04 21:54:22 CDT 2015 Jon Mason <jdmason@kudzu.us> NTB: invalid buf pointer in multi-MW setups

Order of operations issue with the QP Num and MW count, which would
result in the receive buffer pointer being invalid if there are more
than 1 MW. Corrected with parenthesis to enforce the proper order of
operations.

Reported-by: John I. Kading <John.Kading@gd-ms.com>
Signed-off-by: Jon Mason <jdmason@kudzu.us>