Revision 9348b73c2e1bfea74ccd4a44fb4ccc7276ab9623 authored by Linus Torvalds on 10 January 2021, 01:09:10 UTC, committed by Linus Torvalds on 16 January 2021, 18:51:26 UTC
Turning a pinned page read-only breaks the pinning after COW.  Don't do it.

The whole "track page soft dirty" state doesn't work with pinned pages
anyway, since the page might be dirtied by the pinning entity without
ever being noticed in the page tables.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 29a951d
History
File Mode Size
arm
interface
acpi.h -rw-r--r-- 3.4 KB
balloon.h -rw-r--r-- 1.0 KB
events.h -rw-r--r-- 4.7 KB
features.h -rw-r--r-- 502 bytes
grant_table.h -rw-r--r-- 10.2 KB
hvc-console.h -rw-r--r-- 518 bytes
hvm.h -rw-r--r-- 1.3 KB
mem-reservation.h -rw-r--r-- 1.5 KB
page.h -rw-r--r-- 1.3 KB
platform_pci.h -rw-r--r-- 2.0 KB
swiotlb-xen.h -rw-r--r-- 504 bytes
xen-front-pgdir-shbuf.h -rw-r--r-- 2.3 KB
xen-ops.h -rw-r--r-- 7.1 KB
xen.h -rw-r--r-- 1.6 KB
xenbus.h -rw-r--r-- 8.5 KB
xenbus_dev.h -rw-r--r-- 1.8 KB

back to top