aboutsummaryrefslogtreecommitdiff
path: root/scripts/basic
diff options
context:
space:
mode:
authorCarsten Otte <[email protected]>2007-03-29 01:20:39 -0700
committerLinus Torvalds <[email protected]>2007-03-29 08:22:26 -0700
commita76c0b976310bbb1b6eaecaaae465af194134477 (patch)
tree4f23a06244f7cb6689bd7ded80843c481968a283 /scripts/basic
parent90ed52ebe48181d3c5427b3bd1d24f659e7575ad (diff)
[PATCH] mm: fix xip issue with /dev/zero
Fix the bug, that reading into xip mapping from /dev/zero fills the user page table with ZERO_PAGE() entries. Later on, xip cannot tell which pages have been ZERO_PAGE() filled by access to a sparse mapping, and which ones origin from /dev/zero. It will unmap ZERO_PAGE from all mappings when filling the sparse hole with data. xip does now use its own zeroed page for its sparse mappings. Please apply. Signed-off-by: Carsten Otte <[email protected]> Signed-off-by: Hugh Dickins <[email protected]> Cc: Nick Piggin <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts/basic')
0 files changed, 0 insertions, 0 deletions