Hi Geert > >> Today's version is based on renesas-devel-20160509-v4.6-rc7. > > > > I couldn't compile code ? > > > > > git checkout renesas-drivers-2016-05-10-v4.6-rc7 > > > make defconfig > > > make64 Image > > CHK include/config/kernel.release > > Using /opt/home/morimoto/WORK/linux as source for kernel > > GEN ./Makefile > > CHK include/generated/uapi/linux/version.h > > CHK include/generated/utsrelease.h > > CHK include/generated/bounds.h > > CHK include/generated/timeconst.h > > CHK include/generated/asm-offsets.h > > CALL /opt/home/morimoto/WORK/linux/scripts/checksyscalls.sh > > CHK include/generated/compile.h > > (snip) > > CC arch/arm64/kvm/../../../arch/arm/kvm/arm.o > > /opt/home/morimoto/WORK/linux/arch/arm64/kvm/../../../arch/arm/kvm/arm.c: In function 'teardown_hyp_mode': > > /opt/home/morimoto/WORK/linux/arch/arm64/kvm/../../../arch/arm/kvm/arm.c:1236:27: error: 'hyp_init_cpu_nb' undeclared (first use in this function) > > unregister_cpu_notifier(&hyp_init_cpu_nb); > > ^ > > /opt/home/morimoto/WORK/linux/arch/arm64/kvm/../../../arch/arm/kvm/arm.c:1236:27: note: each undeclared identifier is reported only once for each function it appears in > > make[3]: *** [arch/arm64/kvm/../../../arch/arm/kvm/arm.o] エラー 1 > > Sorry, I forgot to compile arm64_defconfig, my Salvator-X config doesn't have > KVM enabled, and even the zero-day build bot didn't tell me... > > It's due to a bad merge conflict resolution on my side. Please delete the > offending line: > > unregister_cpu_notifier(&hyp_init_cpu_nb); > > Sorry for the inconvenience. Hehe :) OK, no problem. Thanks