[ovs-build] Passed: istokes/ovs#172 (branch-2.9 - 1d7f018)

Travis CI builds at travis-ci.org
Wed Feb 14 10:09:57 UTC 2018


Build Update for istokes/ovs
-------------------------------------

Build: #172
Status: Passed

Duration: 47 minutes and 11 seconds
Commit: 1d7f018 (branch-2.9)
Author: Arnd Bergmann
Message: datapath: use ktime_get_ts64() instead of ktime_get_ts()

Upstream commit:
    commit 311af51dcb5629f04976a8e451673f77e3301041
    Author: Arnd Bergmann <arnd at arndb.de>
    Date:   Mon Nov 27 12:41:38 2017 +0100

    openvswitch: use ktime_get_ts64() instead of ktime_get_ts()

    timespec is deprecated because of the y2038 overflow, so let's convert
    this one to ktime_get_ts64(). The code is already safe even on 32-bit
    architectures, since it uses monotonic times. On 64-bit architectures,
    nothing changes, while on 32-bit architectures this avoids one
    type conversion.

    Signed-off-by: Arnd Bergmann <arnd at arndb.de>
    Signed-off-by: David S. Miller <davem at davemloft.net>

Additional compatability check for ktime_get_ts64() exists or not.
If not, then just continue using ktime_get_ts(). I added a new
compatability header file "timekeeping.h".

Cc: Arnd Bergmann <arnd at arndb.de>
Signed-off-by: Greg Rose <gvrose8192 at gmail.com>
Acked-by: Pravin B Shelar <pshelar at ovn.org>

View the changeset: https://github.com/istokes/ovs/compare/91eb0b1aab2f...1d7f018c278b

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

--

You can configure 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/20180214/fa7223fb/attachment.html>


More information about the build mailing list