← Back to team overview

kernel-packages team mailing list archive

[Bug 1309221] Re: transparent hugepages flaky on arm64

 

This bug is awaiting verification that the kernel in -proposed solves
the problem. Please test the kernel and update this bug with the
results. If the problem is solved, change the tag 'verification-needed-
trusty' to 'verification-done-trusty'.

If verification is not done by 5 working days from today, this fix will
be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how
to enable and use -proposed. Thank you!


** Tags added: verification-needed-trusty

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1309221

Title:
  transparent hugepages flaky on arm64

Status in “linux” package in Ubuntu:
  Fix Committed
Status in “linux” source package in Trusty:
  Fix Committed

Bug description:
  linux 3.13.0-24.46

  transparent hugepages, which are configured on by default in Ubuntu,
  are flaky on arm64. The most evident system is that go processes
  reliably hang or crash. This has been observed with both building
  juju-core with gccgo, and running the resulting juju binaries.

  The root cause of this is that get_user_pages_fast is not yet
  implemented on arm64 (and arm64). Patches are floating around, but
  haven't landed.

    http://comments.gmane.org/gmane.linux.ports.arm.kernel/299268

  We've verified that either applying those patches, or disabling THP
  via sysfs, prevents the above issues.

  At minimum we should change the default boottime sysfs setting for THP
  to "never" until we can fix this feature properly.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1309221/+subscriptions


References