Re: [linux-yocto] linux-yocto: do_compile failed when DEFAULTTUNE = "aarch64_be"

2016-04-18 Thread Robert Yang
Filed: https://bugzilla.yoctoproject.org/show_bug.cgi?id=9480 linux-yocto: make it work with arm big endian // Robert On 04/19/2016 09:32 AM, Bruce Ashfield wrote: On 2016-04-18 9:30 PM, Robert Yang wrote: On 04/18/2016 08:17 PM, Bruce Ashfield wrote: On 2016-04-18 5:47 AM, Robert Yang wr

Re: [linux-yocto] linux-yocto: do_compile failed when DEFAULTTUNE = "aarch64_be"

2016-04-18 Thread Bruce Ashfield
On 2016-04-18 9:30 PM, Robert Yang wrote: On 04/18/2016 08:17 PM, Bruce Ashfield wrote: On 2016-04-18 5:47 AM, Robert Yang wrote: Reproducer: (both in YP 2.1 and 2.0.1): MACHINE = "qemuarm64" DEFAULTTUNE = "aarch64_be" $ bitbake linux-yocto aarch64_be-poky-linux-ld.bfd: usr/initramfs_dat

Re: [linux-yocto] linux-yocto: do_compile failed when DEFAULTTUNE = "aarch64_be"

2016-04-18 Thread Robert Yang
On 04/18/2016 08:17 PM, Bruce Ashfield wrote: On 2016-04-18 5:47 AM, Robert Yang wrote: Reproducer: (both in YP 2.1 and 2.0.1): MACHINE = "qemuarm64" DEFAULTTUNE = "aarch64_be" $ bitbake linux-yocto aarch64_be-poky-linux-ld.bfd: usr/initramfs_data.o: compiled for a little endian system an

Re: [linux-yocto] linux-yocto: do_compile failed when DEFAULTTUNE = "aarch64_be"

2016-04-18 Thread Bruce Ashfield
On 2016-04-18 5:47 AM, Robert Yang wrote: Reproducer: (both in YP 2.1 and 2.0.1): MACHINE = "qemuarm64" DEFAULTTUNE = "aarch64_be" $ bitbake linux-yocto aarch64_be-poky-linux-ld.bfd: usr/initramfs_data.o: compiled for a little endian system and target is big endian aarch64_be-poky-linux-ld.b

[linux-yocto] linux-yocto: do_compile failed when DEFAULTTUNE = "aarch64_be"

2016-04-18 Thread Robert Yang
Reproducer: (both in YP 2.1 and 2.0.1): MACHINE = "qemuarm64" DEFAULTTUNE = "aarch64_be" $ bitbake linux-yocto aarch64_be-poky-linux-ld.bfd: usr/initramfs_data.o: compiled for a little endian system and target is big endian aarch64_be-poky-linux-ld.bfd: failed to merge target specific data o

[linux-yocto] [PATCH 1/1] sched/cgroup: Fix/cleanup cgroup teardown/init

2016-04-18 Thread Mikko Ylinen
This commit backports 2f5177f0fd7e531b26d54633be62d1d4cb94621c from linux-stable. We've seen frequent oopses with linux-yocto-4.4 and this commit helps to get rid of those. Changes: Peter Zijlstra (1): sched/cgroup: Fix/cleanup cgroup teardown/init kernel/sched/core.c | 35 ++

[linux-yocto] [PATCH 0/1] linux-yocto-4.4: backport sched/cgroup fixes

2016-04-18 Thread Mikko Ylinen
While searching for LKML archives to spot any similar hits to an oops we've seen when using linux-yocto-4.4, I ran into a thread about "[BUG] sched: leaf_cfs_rq_list use after free". The patch proposed in that thread fixes the oops so I'm sending a backported version of it to linux-yocto-4.4. --