Hi Juerg, > While the hang is gone I'm still seeing a regression when building an Ubuntu > kernel:
I can't reproduce it. Can you send me output of this command: > find . -path './debian' -prune -o -path './debian.raspi' -prune \ > -o -path './include/*' -prune \ > -o -path './scripts/*' -prune -o -type f \ > \( -name 'Makefile*' -o -name 'Kconfig*' -o -name 'Kbuild*' -o \ > -name '*.sh' -o -name '*.pl' -o -name '*.lds' \) \ > -print Regards, Sergey
