Merge "Explain why we have a test that FALLOC_FL_PUNCH_HOLE is missing."
am: 4f61181428
Change-Id: I01c94d0e2e008929cd040f2712225ed5d1a20281
This commit is contained in:
commit
b466d39c40
|
@ -277,9 +277,10 @@ static bool parse_kernel_release(long* const major, long* const minor) {
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Kernels less than 4.1 are affected.
|
* b/28760453:
|
||||||
* Devices that fail this test should include change id from Nexus:
|
* Kernels older than 4.1 should have ext4 FALLOC_FL_PUNCH_HOLE disabled due to CVE-2015-8839.
|
||||||
* Commit: 9b431291a1fadbdbcca1485711b5bab145112293
|
* Devices that fail this test should cherry-pick the following commit:
|
||||||
|
* https://android.googlesource.com/kernel/msm/+/bdba352e898cbf57c8620ad68c8abf749c784d1f
|
||||||
*/
|
*/
|
||||||
TEST(fcntl, falloc_punch) {
|
TEST(fcntl, falloc_punch) {
|
||||||
long major = 0, minor = 0;
|
long major = 0, minor = 0;
|
||||||
|
|
Loading…
Reference in New Issue