Searched hist:"316 ec0624f951166daedbe446988ef92ae72b59f" (Results 1 – 1 of 1) sorted by relevance
/linux/arch/parisc/kernel/ |
H A D | cache.c | diff 316ec0624f951166daedbe446988ef92ae72b59f Sun Mar 12 00:03:34 CET 2017 John David Anglin <dave.anglin@bell.net> parisc: Optimize flush_kernel_vmap_range and invalidate_kernel_vmap_range
The previously submitted patch did not resolve the random segmentation faults observed on the phantom buildd system. There are still unresolved problems with the Debian 4.8 and 4.9 kernels on C8000.
The attached patch removes the flush of the offset map pages and does a whole data cache flush for large ranges. No other arch flushes the offset map in these routines as far as I can tell.
I have not observed any random segmentation faults on rp3440 in two weeks of testing with 4.10.0 and 4.10.1.
Signed-off-by: John David Anglin <dave.anglin@bell.net> Cc: stable@vger.kernel.org # v4.8+ Signed-off-by: Helge Deller <deller@gmx.de>
|