[ovs-build] Canceled: igsilya/ovs#530 (tmp-branch-2.12 - aa49a6d)

Travis CI builds at travis-ci.org
Mon Oct 28 17:02:15 UTC 2019


Build Update for igsilya/ovs
-------------------------------------

Build: #530
Status: Canceled

Duration: 28 mins and 27 secs
Commit: aa49a6d (tmp-branch-2.12)
Author: Ilya Maximets
Message: dpif-netdev: Fix time delta overflow in case of race for meter lock.

There is a race window between getting the time and getting the meter
lock.  This could lead to situation where the thread with larger
current time (this thread called time_{um}sec() later than others)
will acquire meter lock first and update meter->used to the large
value.  Next threads will try to calculate time delta by subtracting
the large meter->used from their lower time getting the negative value
which will be converted to a big unsigned delta.

Fix that by assuming that all these threads received packets in the
same time in this case, i.e. dropping negative delta to 0.

CC: Jarno Rajahalme <jarno at ovn.org>
Fixes: 4b27db644a8c ("dpif-netdev: Simple DROP meter implementation.")
Reported-at: https://mail.openvswitch.org/pipermail/ovs-dev/2019-September/363126.html
Signed-off-by: Ilya Maximets <i.maximets at ovn.org>
Acked-by: William Tu <u9012063 at gmail.com>

View the changeset: https://github.com/igsilya/ovs/compare/9447afbd0c30...aa49a6d46edf

View the full build log and details: https://travis-ci.org/igsilya/ovs/builds/603887287?utm_medium=notification&utm_source=email

--

You can unsubscribe from build emails from the igsilya/ovs repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=17831080&utm_medium=notification&utm_source=email.
Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email.
Or configure specific recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openvswitch.org/pipermail/ovs-build/attachments/20191028/6354d0ce/attachment-0001.html>


More information about the build mailing list