commit | cc14799dede6d8abf2a2b580f91cc77a1d996998 | [log] [tgz] |
---|---|---|
author | Lokesh Gidra <lokeshgidra@google.com> | Mon Sep 19 12:53:17 2022 -0700 |
committer | Lokesh Gidra <lokeshgidra@google.com> | Tue Sep 20 17:38:52 2022 +0000 |
tree | cbbaa0641c0ebfda63572cdecb7bb491dd5bf279 | |
parent | e95916dbbb6ff686458d15c590a566ed646fa0d2 [diff] |
Assume MREMAP_DONTUNMAP always available only on Android Currently we assume that all target builds have the requisite kernel features (like MREMAP_DONTUNMAP) for userfaultfd GC, on any kernel >= 5.4. However, that's true only for Android targets. Linux targets may not have those. Test: Golem (opt-cc arm targets) Bug: 244737154 Change-Id: Id8c2231d6aff68ec6b7273a896101cf334b0f2c3