commit | 179f912a39ac192d2281ecb10a66918ee20f5d73 | [log] [tgz] |
---|---|---|
author | Jon Mason <jdmason@kudzu.us> | Fri Dec 18 13:22:37 2015 -0500 |
committer | Jon Mason <jdmason@kudzu.us> | Mon Jan 11 09:51:17 2016 -0500 |
tree | 54a8f7baa97151e57b1277f4ea581b4beb59dd47 | |
parent | afd2ff9b7e1b367172f18ba7f693dfb62bdcb2dc [diff] |
NTB: ntb_process_tx error path bug The transmit overrun avoidance error path in ntb_process_tx accidentally swapped the first two values being passed to the tx_handler client. This could result in crashes in the ntb_netdev (or other out-of-tree NTB clients). Reported-by: Alex Depoutovitch <alex@pernixdata.com> Signed-off-by: Jon Mason <jdmason@kudzu.us>