Atish Patra
Atish Patra
On Thu, Jun 6, 2019 at 2:53 PM Carlos Eduardo wrote: > What's the most up-to-date Kernel with patches that boot on Unleashed? I'm > using the same scheme as...
On Thu, Jun 6, 2019 at 3:25 PM Carlos Eduardo wrote: > Thanks @atishp04 ! I'll try to build it > right now. Do it support modules as well? >...
On Fri, Jun 7, 2019 at 8:41 AM Carlos Eduardo wrote: > I built @atishp04 tree both with my own > config (and those two config flags) and using the...
On Fri, Jun 7, 2019 at 2:15 PM Carlos Eduardo wrote: > I've successfully build the @atishp04 tree > and packed it like the linked doc from OpenSBI. Thanks! >...
I am facing same issue on ubuntu 18.04. After applying the fixes @michaeljclark suggested I am getting this error. Makefile.legacy:9: *** "You have legacy configuration in your .config! Please check...
That worked. @jim-wilson : Thanks!!
Thanks @michaeljclark. It happened because recently CONFIG_CROSS_COMPILE is removed from root Kconfig. commit f1089c92 kbuild: remove CONFIG_CROSS_COMPILE support I will add it to arch & send a PR.
For me, it booted but hangs after "Starting logging: OK Starting mdev... sort: /sys/devices/platform/Fixed: No such file or directory modprobe: can't change directory to '/lib/modules': No such file or directory...
Just a quick update. I am able to get repeated stall warnings in qemu setup as well (with smp). [ 21.020000] INFO: rcu_sched self-detected stall on CPU [ 21.020000] INFO:...
Got some time to look at the issue. It looks like it's a self detected stall on one or more cpus where rcu_sched kthread couldn't run for more than 21...