linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* arm64 cache maintenance on read only address loops forever
@ 2014-02-26  4:59 Laura Abbott
  2014-02-26 13:55 ` Will Deacon
  2014-02-26 14:03 ` Catalin Marinas
  0 siblings, 2 replies; 6+ messages in thread
From: Laura Abbott @ 2014-02-26  4:59 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

On arm64, set_pte_at currently write protects user ptes that are not 
dirty. The expected behavior is that the fault handler will fix this up 
on a write to the address. do_page_fault will not mark the fault as a 
write though if ESR has the CM (cache maintenance) bit set. This has the 
unfortunate side effect that if cache maintenance is performed on a user 
address that has not yet been marked as dirty, handle_mm_fault may 
return without actually adjusting the pte or returning an error. This 
means that the fault will be infinitely retried.

Calling cache maintenance on an address that hasn't actually been 
written to isn't all that useful but looping forever seems like a poor 
result. It seems like the check in do_page_fault is too restrictive and 
we need to be able to fault in pages via cache maintenance.

Thoughts?

Thanks,
Laura

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
hosted by The Linux Foundation

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-02-27 18:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-26  4:59 arm64 cache maintenance on read only address loops forever Laura Abbott
2014-02-26 13:55 ` Will Deacon
2014-02-26 21:40   ` Laura Abbott
2014-02-27 18:15     ` Will Deacon
2014-02-26 14:03 ` Catalin Marinas
2014-02-26 22:00   ` Laura Abbott

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).