On 12/15/20 3:24 PM, no-reply@xxxxxxxxxxx wrote: > Patchew URL: https://patchew.org/QEMU/20201214183739.500368-1-f4bug@xxxxxxxxx/ > > > === OUTPUT BEGIN === > 1/16 Checking commit 02da9907b334 (target/mips: Inline cpu_state_reset() in mips_cpu_reset()) > 2/16 Checking commit a129631d782b (target/mips: Extract FPU helpers to 'fpu_helper.h') > WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? > #42: > new file mode 100644 > > total: 0 errors, 1 warnings, 193 lines checked > > Patch 2/16 has style problems, please review. If any of these errors > are false positives report them to the maintainer, see > CHECKPATCH in MAINTAINERS. > 3/16 Checking commit 8a5a0b7f9c26 (target/mips: Add !CONFIG_USER_ONLY comment after #endif) > 4/16 Checking commit d10b7c71feb1 (target/mips: Remove consecutive CONFIG_USER_ONLY ifdefs) > 5/16 Checking commit 051e87cd7a13 (target/mips: Extract common helpers from helper.c to common_helper.c) > ERROR: space prohibited after that '&' (ctx:WxW) > #41: FILE: target/mips/cpu.c:53: > + cu = (v >> CP0St_CU0) & 0xf; > ^ > > ERROR: space prohibited after that '&' (ctx:WxW) > #42: FILE: target/mips/cpu.c:54: > + mx = (v >> CP0St_MX) & 0x1; > ^ > > ERROR: space prohibited after that '&' (ctx:WxW) > #43: FILE: target/mips/cpu.c:55: > + ksu = (v >> CP0St_KSU) & 0x3; > ^ > > ERROR: space prohibited after that '&' (ctx:WxW) > #70: FILE: target/mips/cpu.c:82: > + uint32_t ksux = (1 << CP0St_KX) & val; > ^ > > ERROR: space prohibited after that '&' (ctx:WxW) > #78: FILE: target/mips/cpu.c:90: > + mask &= ~(((1 << CP0St_SR) | (1 << CP0St_NMI)) & val); > ^ > > ERROR: space prohibited after that '&' (ctx:WxW) > #105: FILE: target/mips/cpu.c:117: > + mask &= ~((1 << CP0Ca_WP) & val); > ^ > > ERROR: space prohibited after that '&' (ctx:WxW) > #110: FILE: target/mips/cpu.c:122: > + if ((old ^ env->CP0_Cause) & (1 << CP0Ca_DC)) { > ^ > > ERROR: space prohibited after that '&' (ctx:WxW) > #120: FILE: target/mips/cpu.c:132: > + if ((old ^ env->CP0_Cause) & (1 << (CP0Ca_IP + i))) { > ^ > > total: 8 errors, 0 warnings, 433 lines checked > > Patch 5/16 has style problems, please review. If any of these errors > are false positives report them to the maintainer, see > CHECKPATCH in MAINTAINERS. All pre-existing issues (code moved).