* New kernel error after syncing
@ 2014-08-24 23:02 akuster808
2014-08-24 23:22 ` Khem Raj
2014-08-25 0:14 ` Bruce Ashfield
0 siblings, 2 replies; 7+ messages in thread
From: akuster808 @ 2014-08-24 23:02 UTC (permalink / raw)
To: yocto@yoctoproject.org
Hello,
Is anyone else seeing kernel build issue on 3.14 with the resent updates?
I am getting the following errors on ppc64 (standard/qemuppc). x86-64
built fine (core-image-minimal). building ppc now.
| LD init/built-in.o
| mm/built-in.o: In function `.vm_cgroup_css_alloc':
| vm_cgroup.c:(.text+0x7103c): undefined reference to `.res_counter_init'
| vm_cgroup.c:(.text+0x71090): undefined reference to `.res_counter_init'
| mm/built-in.o: In function `.vm_cgroup_read_u64':
| vm_cgroup.c:(.text+0x711c4): undefined reference to
`.res_counter_read_u64'
| mm/built-in.o: In function `.vm_cgroup_charge_memory_mm':
| (.text+0x71348): undefined reference to `.res_counter_charge'
| mm/built-in.o: In function `.vm_cgroup_uncharge_memory_mm':
| (.text+0x713a0): undefined reference to `.res_counter_uncharge'
| mm/built-in.o: In function `.vm_cgroup_charge_shmem':
| (.text+0x71508): undefined reference to `.res_counter_charge'
| mm/built-in.o: In function `.vm_cgroup_uncharge_shmem':
| (.text+0x71560): undefined reference to `.res_counter_uncharge'
| make[2]: *** [vmlinux] Error 1
| make[1]: *** [sub-make] Error 2
| make: *** [all] Error 2
- armin
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: New kernel error after syncing
2014-08-24 23:02 New kernel error after syncing akuster808
@ 2014-08-24 23:22 ` Khem Raj
2014-08-24 23:24 ` Khem Raj
2014-08-25 0:14 ` Bruce Ashfield
1 sibling, 1 reply; 7+ messages in thread
From: Khem Raj @ 2014-08-24 23:22 UTC (permalink / raw)
To: akuster808; +Cc: yocto@yoctoproject.org
On Sun, Aug 24, 2014 at 4:02 PM, akuster808 <akuster808@gmail.com> wrote:
>
> Hello,
>
> Is anyone else seeing kernel build issue on 3.14 with the resent updates?
>
>
> I am getting the following errors on ppc64 (standard/qemuppc). x86-64 built
> fine (core-image-minimal). building ppc now.
>
> | LD init/built-in.o
> | mm/built-in.o: In function `.vm_cgroup_css_alloc':
> | vm_cgroup.c:(.text+0x7103c): undefined reference to `.res_counter_init'
> | vm_cgroup.c:(.text+0x71090): undefined reference to `.res_counter_init'
> | mm/built-in.o: In function `.vm_cgroup_read_u64':
> | vm_cgroup.c:(.text+0x711c4): undefined reference to
> `.res_counter_read_u64'
> | mm/built-in.o: In function `.vm_cgroup_charge_memory_mm':
> | (.text+0x71348): undefined reference to `.res_counter_charge'
> | mm/built-in.o: In function `.vm_cgroup_uncharge_memory_mm':
> | (.text+0x713a0): undefined reference to `.res_counter_uncharge'
> | mm/built-in.o: In function `.vm_cgroup_charge_shmem':
> | (.text+0x71508): undefined reference to `.res_counter_charge'
> | mm/built-in.o: In function `.vm_cgroup_uncharge_shmem':
> | (.text+0x71560): undefined reference to `.res_counter_uncharge'
> | make[2]: *** [vmlinux] Error 1
> | make[1]: *** [sub-make] Error 2
> | make: *** [all] Error 2
Do you have CONFIG_CGROUP_VM turned off ?
>
> - armin
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: New kernel error after syncing
2014-08-24 23:22 ` Khem Raj
@ 2014-08-24 23:24 ` Khem Raj
0 siblings, 0 replies; 7+ messages in thread
From: Khem Raj @ 2014-08-24 23:24 UTC (permalink / raw)
To: akuster808; +Cc: yocto@yoctoproject.org
On Sun, Aug 24, 2014 at 4:22 PM, Khem Raj <raj.khem@gmail.com> wrote:
> On Sun, Aug 24, 2014 at 4:02 PM, akuster808 <akuster808@gmail.com> wrote:
>>
>> Hello,
>>
>> Is anyone else seeing kernel build issue on 3.14 with the resent updates?
>>
>>
>> I am getting the following errors on ppc64 (standard/qemuppc). x86-64 built
>> fine (core-image-minimal). building ppc now.
>>
>> | LD init/built-in.o
>> | mm/built-in.o: In function `.vm_cgroup_css_alloc':
>> | vm_cgroup.c:(.text+0x7103c): undefined reference to `.res_counter_init'
>> | vm_cgroup.c:(.text+0x71090): undefined reference to `.res_counter_init'
>> | mm/built-in.o: In function `.vm_cgroup_read_u64':
>> | vm_cgroup.c:(.text+0x711c4): undefined reference to
>> `.res_counter_read_u64'
>> | mm/built-in.o: In function `.vm_cgroup_charge_memory_mm':
>> | (.text+0x71348): undefined reference to `.res_counter_charge'
>> | mm/built-in.o: In function `.vm_cgroup_uncharge_memory_mm':
>> | (.text+0x713a0): undefined reference to `.res_counter_uncharge'
>> | mm/built-in.o: In function `.vm_cgroup_charge_shmem':
>> | (.text+0x71508): undefined reference to `.res_counter_charge'
>> | mm/built-in.o: In function `.vm_cgroup_uncharge_shmem':
>> | (.text+0x71560): undefined reference to `.res_counter_uncharge'
>> | make[2]: *** [vmlinux] Error 1
>> | make[1]: *** [sub-make] Error 2
>> | make: *** [all] Error 2
>
> Do you have CONFIG_CGROUP_VM turned off ?
if this is on make sure CONFIG_RESOURCE_COUNTERS is enbled too.
>
>>
>> - armin
>> --
>> _______________________________________________
>> yocto mailing list
>> yocto@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/yocto
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: New kernel error after syncing
2014-08-24 23:02 New kernel error after syncing akuster808
2014-08-24 23:22 ` Khem Raj
@ 2014-08-25 0:14 ` Bruce Ashfield
2014-08-25 22:56 ` akuster808
1 sibling, 1 reply; 7+ messages in thread
From: Bruce Ashfield @ 2014-08-25 0:14 UTC (permalink / raw)
To: akuster808; +Cc: yocto@yoctoproject.org
On Sun, Aug 24, 2014 at 7:02 PM, akuster808 <akuster808@gmail.com> wrote:
>
> Hello,
>
> Is anyone else seeing kernel build issue on 3.14 with the resent updates?
>
>
> I am getting the following errors on ppc64 (standard/qemuppc). x86-64 built
> fine (core-image-minimal). building ppc now.
Hopefully qemuppc is building 32 bit :) .. but outside of that, I was
able to build 3.14
fine on Friday. But I just started another build to see if something
snuck past in the
recent feature merges.
Bruce
>
> | LD init/built-in.o
> | mm/built-in.o: In function `.vm_cgroup_css_alloc':
> | vm_cgroup.c:(.text+0x7103c): undefined reference to `.res_counter_init'
> | vm_cgroup.c:(.text+0x71090): undefined reference to `.res_counter_init'
> | mm/built-in.o: In function `.vm_cgroup_read_u64':
> | vm_cgroup.c:(.text+0x711c4): undefined reference to
> `.res_counter_read_u64'
> | mm/built-in.o: In function `.vm_cgroup_charge_memory_mm':
> | (.text+0x71348): undefined reference to `.res_counter_charge'
> | mm/built-in.o: In function `.vm_cgroup_uncharge_memory_mm':
> | (.text+0x713a0): undefined reference to `.res_counter_uncharge'
> | mm/built-in.o: In function `.vm_cgroup_charge_shmem':
> | (.text+0x71508): undefined reference to `.res_counter_charge'
> | mm/built-in.o: In function `.vm_cgroup_uncharge_shmem':
> | (.text+0x71560): undefined reference to `.res_counter_uncharge'
> | make[2]: *** [vmlinux] Error 1
> | make[1]: *** [sub-make] Error 2
> | make: *** [all] Error 2
>
> - armin
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
--
"Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end"
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: New kernel error after syncing
2014-08-25 0:14 ` Bruce Ashfield
@ 2014-08-25 22:56 ` akuster808
2014-08-25 23:30 ` Khem Raj
0 siblings, 1 reply; 7+ messages in thread
From: akuster808 @ 2014-08-25 22:56 UTC (permalink / raw)
To: raj.khem@gmail.com >> Khem Raj; +Cc: yocto@yoctoproject.org
Khem
it was the config option not being set..
seems like a kernel bug to me.. kconfig or otherwise.
thanks for the help.
- Armin
On 08/24/2014 05:14 PM, Bruce Ashfield wrote:
> On Sun, Aug 24, 2014 at 7:02 PM, akuster808 <akuster808@gmail.com> wrote:
>>
>> Hello,
>>
>> Is anyone else seeing kernel build issue on 3.14 with the resent updates?
>>
>>
>> I am getting the following errors on ppc64 (standard/qemuppc). x86-64 built
>> fine (core-image-minimal). building ppc now.
>
> Hopefully qemuppc is building 32 bit :) .. but outside of that, I was
> able to build 3.14
> fine on Friday. But I just started another build to see if something
> snuck past in the
> recent feature merges.
>
> Bruce
>
>>
>> | LD init/built-in.o
>> | mm/built-in.o: In function `.vm_cgroup_css_alloc':
>> | vm_cgroup.c:(.text+0x7103c): undefined reference to `.res_counter_init'
>> | vm_cgroup.c:(.text+0x71090): undefined reference to `.res_counter_init'
>> | mm/built-in.o: In function `.vm_cgroup_read_u64':
>> | vm_cgroup.c:(.text+0x711c4): undefined reference to
>> `.res_counter_read_u64'
>> | mm/built-in.o: In function `.vm_cgroup_charge_memory_mm':
>> | (.text+0x71348): undefined reference to `.res_counter_charge'
>> | mm/built-in.o: In function `.vm_cgroup_uncharge_memory_mm':
>> | (.text+0x713a0): undefined reference to `.res_counter_uncharge'
>> | mm/built-in.o: In function `.vm_cgroup_charge_shmem':
>> | (.text+0x71508): undefined reference to `.res_counter_charge'
>> | mm/built-in.o: In function `.vm_cgroup_uncharge_shmem':
>> | (.text+0x71560): undefined reference to `.res_counter_uncharge'
>> | make[2]: *** [vmlinux] Error 1
>> | make[1]: *** [sub-make] Error 2
>> | make: *** [all] Error 2
>>
>> - armin
>> --
>> _______________________________________________
>> yocto mailing list
>> yocto@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/yocto
>
>
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: New kernel error after syncing
2014-08-25 22:56 ` akuster808
@ 2014-08-25 23:30 ` Khem Raj
2014-08-26 4:11 ` Bruce Ashfield
0 siblings, 1 reply; 7+ messages in thread
From: Khem Raj @ 2014-08-25 23:30 UTC (permalink / raw)
To: akuster808; +Cc: yocto@yoctoproject.org
On 14-08-25 15:56:57, akuster808 wrote:
> Khem
>
> it was the config option not being set..
>
> seems like a kernel bug to me.. kconfig or otherwise.
OK, I was thinking may be it would help if we should somehow review the
linux-yocto kernel patches may be on this mailing list too may be just a FYI
pointing to a git.yp.org showing the commits that went between the SRCREV
bumps in metadata, Bruce does a great job of explaining what has changed
but hey show me the code :). But if they already are then ignore me.
-Khem
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: New kernel error after syncing
2014-08-25 23:30 ` Khem Raj
@ 2014-08-26 4:11 ` Bruce Ashfield
0 siblings, 0 replies; 7+ messages in thread
From: Bruce Ashfield @ 2014-08-26 4:11 UTC (permalink / raw)
To: Khem Raj; +Cc: yocto@yoctoproject.org
On Mon, Aug 25, 2014 at 7:30 PM, Khem Raj <raj.khem@gmail.com> wrote:
> On 14-08-25 15:56:57, akuster808 wrote:
>> Khem
>>
>> it was the config option not being set..
>>
>> seems like a kernel bug to me.. kconfig or otherwise.
>
> OK, I was thinking may be it would help if we should somehow review the
> linux-yocto kernel patches may be on this mailing list too may be just a FYI
> pointing to a git.yp.org showing the commits that went between the SRCREV
> bumps in metadata, Bruce does a great job of explaining what has changed
> but hey show me the code :). But if they already are then ignore me.
No worries .. the suggestion is a good one. We have the patches posted on the
dedicated linux-yocto mailing list, so if anyone is interested in seeing them as
they scroll by, that's the place to be.
Also, if we've got a Kconfig or other default that doesn't make sense
to everyone,
let me know, and we'll get it fixed up.
Cheers,
Bruce
>
> -Khem
--
"Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end"
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2014-08-26 4:11 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-24 23:02 New kernel error after syncing akuster808
2014-08-24 23:22 ` Khem Raj
2014-08-24 23:24 ` Khem Raj
2014-08-25 0:14 ` Bruce Ashfield
2014-08-25 22:56 ` akuster808
2014-08-25 23:30 ` Khem Raj
2014-08-26 4:11 ` Bruce Ashfield
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.