mistranslation: 0.690 architecture: 0.638 arm: 0.502 kernel: 0.418 graphic: 0.395 semantic: 0.304 device: 0.297 performance: 0.292 peripherals: 0.257 user-level: 0.254 network: 0.239 assembly: 0.212 hypervisor: 0.197 x86: 0.191 register: 0.189 socket: 0.185 permissions: 0.180 vnc: 0.175 ppc: 0.175 PID: 0.150 debug: 0.141 files: 0.131 boot: 0.127 KVM: 0.114 VMM: 0.110 risc-v: 0.105 TCG: 0.098 virtual: 0.097 i386: 0.083 ARM: tag bits cleared in FAR_EL1 The ARM Architecture Reference Manual provides the following for FAR_EL1: "For a Data Abort or Watchpoint exception, if address tagging is enabled for the address accessed by the data access that caused the exception, then this field includes the tag." However, I have found that the tag bits in FAR_EL1 are always clear, even if the tag bits were set in the original access. I can reproduce the problem on both 4.1.1 and master (6e8a73e911f066527e775e04b98f31ebd19db600). As it happens, I posted some cleanups for this last week: https://