Hi, These four patches fix unaligned accesses when EVA is enabled. The fixes CC stable as well, because they need to be applied all the way back to the 3.15 kernels where EVA was originally introduced. Markos Chandras (4): MIPS: asm: asm-eva: Introduce kernel load/store variants MIPS: unaligned: Prevent EVA instructions on kernel unaligned accesses MIPS: unaligned: Surround load/store macros in do {} while statements MIPS: unaligned: Fix regular load/store instruction emulation for EVA arch/mips/include/asm/asm-eva.h | 137 ++++++++++------ arch/mips/kernel/unaligned.c | 340 +++++++++++++++++++++++++++------------- 2 files changed, 324 insertions(+), 153 deletions(-) -- 2.3.1