Re: [PATCH] Revert "MIPS: Remove race window in page fault handling"

From: Ralf Baechle
Date: Wed Dec 03 2014 - 09:09:20 EST


Lars,

normally set_pte_at() is invoked in a

cache_flush_*()
set_pte_at()
tlb_flush_*()

sequence. So I'm wondering if you're trying to fix something in set_pte_at
that actually ought to be fixed in the cache_flush_*() function.

I'm wondering, have you identified which cache flush function in particular
was used in the sequence in your particular bug's case?

Ralf
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/