Merge branch 'aarch64/for-next/ras-apei' into aarch64/for-next/core
Merge in arm64 ACPI RAS support (APEI/GHES) from Tyler Baicar.
This commit is contained in:
@@ -821,7 +821,7 @@ static ssize_t mem_rw(struct file *file, char __user *buf,
|
||||
if (!mmget_not_zero(mm))
|
||||
goto free;
|
||||
|
||||
flags = write ? FOLL_WRITE : 0;
|
||||
flags = FOLL_FORCE | (write ? FOLL_WRITE : 0);
|
||||
|
||||
while (count > 0) {
|
||||
int this_len = min_t(int, count, PAGE_SIZE);
|
||||
|
||||
Reference in New Issue
Block a user