== Progress == * CARD-788 "EPIC: Linux linaro baseline maintenance" (20%): - tagged the 15.01 kernel release in git; - linux-linaro CI: LAVA job templates for Juno corrected - linux-linaro schedule for 15.02 published * CARD-1161 "Add ILP32 support for ARM64 to Linaro engineering builds" (80%): - booted a kernel built from 3.17-rc1 pinskia's tree with the rootfs image by him in QEMU. The simple "build and run "Hello, world" test passed OK. - found out that sshd crashes (ILP32 OE rootfs). Verified that booting with armv8 rootfs, and chrooting into ILP32 rootfs makes it possible to run ILP32 applications in LAVA interactively: made LTP syscalls tests to complete by killing msgctl07 and msgrcv07; 300 test cases failed (i.e. about 1/3 of the tests). - math LTP test fails on ILP32 userland (though some test cases pass), but passes OK with armv8 rootfs. Seems to be due to "libgcc_s.so.1 must be installed for pthread_cancel to work".
== Plans == * CARD-788 "EPIC: Linux linaro baseline maintenance": - update linux-linaro to v3.19-rc7 * CARD-1161 "Add ILP32 support for ARM64 to Linaro engineering builds": - decide on how to get the current ILP32 kernel into CI the loop (atm the build slaves don't have support for multilib gcc) - gather more information on LTP tests failures (using chroot to ilp32 userland in LAVA hacking session), and on sshd crash. File the bugs. - run LTP on the 3.17-rc1 kernel built from pinskia's tree with the rootfs image by him in QEMU.
== Issues == * none