Hi Geert
> I have pushed renesas-drivers-2016-05-10-v4.6-rc7 to
> https://git.kernel.org/cgit/linux/kernel/git/geert/renesas-drivers.git
>
> This tree is meant to ease development of platform support and drivers
> for Renesas ARM SoCs. It is created by merging (a) the for-next branches
> of various subsystem trees and (b) branches with driver code submitted
> or planned for submission to maintainers into the development branch of
> Simon Horman's renesas.git tree.
>
> 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
make[2]: *** [arch/arm64/kvm] エラー 2
make[1]: *** [sub-make] エラー 2
make: *** [__sub-make] エラー 2