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
Raw File
.gitattributes
*.c   diff=cpp
*.h   diff=cpp
*.dtsi diff=dts
*.dts  diff=dts
back to top