Hi, These two 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 (2): MIPS: asm: asm-eva: Introduce kernel load/store variants MIPS: unaligned: Prevent EVA instructions on kernel unaligned accesses arch/mips/include/asm/asm-eva.h | 137 +++++++++++++++++++++----------- arch/mips/kernel/unaligned.c | 170 ++++++++++++++++++++++------------------ 2 files changed, 186 insertions(+), 121 deletions(-) -- 2.3.0