diff --git a/tests/fcntl_test.cpp b/tests/fcntl_test.cpp index 275a5dac7..1bef0f454 100644 --- a/tests/fcntl_test.cpp +++ b/tests/fcntl_test.cpp @@ -277,9 +277,10 @@ static bool parse_kernel_release(long* const major, long* const minor) { } /* - * Kernels less than 4.1 are affected. - * Devices that fail this test should include change id from Nexus: - * Commit: 9b431291a1fadbdbcca1485711b5bab145112293 + * b/28760453: + * Kernels older than 4.1 should have ext4 FALLOC_FL_PUNCH_HOLE disabled due to CVE-2015-8839. + * Devices that fail this test should cherry-pick the following commit: + * https://android.googlesource.com/kernel/msm/+/bdba352e898cbf57c8620ad68c8abf749c784d1f */ TEST(fcntl, falloc_punch) { long major = 0, minor = 0;