Comment 5 for bug 1693566

Revision history for this message
bugproxy (bugproxy) wrote : Comment bridged from LTC Bugzilla

------- Comment From <email address hidden> 2017-07-10 04:44 EDT-------
$ git log 3d3efb68c19e539f -1
commit 3d3efb68c19e539f0535c93a5258c1299270215f
Author: Paul Mackerras <email address hidden>
Date: Tue Jun 6 14:35:30 2017 +1000

KVM: PPC: Book3S HV: Ignore timebase offset on POWER9 DD1
POWER9 DD1 has an erratum where writing to the TBU40 register, which
is used to apply an offset to the timebase, can cause the timebase to
lose counts. This results in the timebase on some CPUs getting out of
sync with other CPUs, which then results in misbehaviour of the
timekeeping code.
To work around the problem, we make KVM ignore the timebase offset for
all guests on POWER9 DD1 machines. This means that live migration
cannot be supported on POWER9 DD1 machines.
Cc: <email address hidden> # v4.10+
Signed-off-by: Paul Mackerras <email address hidden>
$

$ git tag --contains 3d3efb68c19e539f
v4.12
v4.12-rc7
$

Hello Canonical,

Commit 3d3efb68c19e539f fixes this issue. Its available in 4.12-rc7 and higher kernels.
Please include it with ubuntu 16.04.03 kernel.