As one action from last kernel WG meeting, I have investigate the
availability of boards Remote Access.
Right now, we don't have anything setup for remote access. Either we have
to have the boards in hand or we have to check the
https://wiki.linaro.org/Internal/Hardware and see who has the needed
board(s) and see whether we can run the tests on that board9s).
The Validation's team is looking at supporting building and testing the
landing team kernels, at that time we may have something we can work with.
The kernel engineer will build and create the kernel image that needs to be
tested, then he/she would run the setup that is availble to the Landing
teams. (this is still work in progress, we don't know the exact details
yet).
On the long run, maybe we should open a Stakeholders Proposal to address
Remote Access and make it easier to the engineers to reserve a board and use
it for a short while.
Regards,
Mounir
Hi all,
While testing systemtap v1.4, I encountered an issue in the tool that
had been fixed in the past (and reintroduced recently). I have
investigated with Redhat guys and here is what we have found:
- root cause is that .note.gnu.build-id is mapped at address 0 in
vmlinux (we did a readelf -S on vmlinux)
- (.note.*) sections can be mapped at a specific location through
NOTES macro defined in vmlinux.lds.h. vmlinux.lds.h mentions that
minimal linker scripts has following content
...
* _edata = .;
*
* EXCEPTION_TABLE(...)
* NOTES
- .note.gnu.build-id is mapped at address 0 because NOTES is not used
in ARM linker cmd file. We are wondering if there is any specific
reason with Redhat.
Furthermore, .zImage.cmd contains "arm-linux-gnueabi-objcopy ... -R
.note -R .note.gnu.build-id", where "-R" removes mentioned sections
from the binary. We clearly don't want (.notes.*) sections, which
could have appeared as /sys/kernel/notes
Would there be an interest in mapping "notes" section in linker cmd file ?
Regards
Fred
Hi there,
Talking with Loic just now, we thought it could be worth turning on
Thumb-2 in the main omap kernel package after all, since we've at
least seen it work on a few different boards now. It feels ready for
wider testing.
Is it possible for you to move to a newer snapshot of the 2.6.38
linaro tree, or will that be problematic at this stage?
Since the imx51 kernel at least seems to build and boot in Thumb, it
could be worth enabling a separate build in a PPA, but it's may not
mature enough for everyone to use as the main kernel just yet. If you
want to try this, you need CONFIG_ARM_UNWIND=y, CONFIG_LATENCYTOP=n
and CONFIG_THUMB2_KERNEL=y
Cheers
---Dave
Hi All,
Not sure if I have subscribed to the right list but I was wondering if
anyone had some insight as to how to get the wifi working on the igep?
I have downloaded the firmware, copied it to the lib/firmware.
Can't see it anywhere though. ifconfig only shows eth0 and lo.
Any help is appreciated and I apologise if this is the wrong list (or area
completely!)
Chris
As the next Linaro release (11.05) will include the 2.6.38 kernel, it
was decided that the linaro-2.6.38 branch would open early i.e. before
the final 2.6.38 kernel is released. So there it is.
All the extra patches that were available in linaro-2.6.37 should be
included in linaro-2.6.38 at this point. Some notable exceptions at the
moment are some Thumb2 support patches, and some ARMv6k compatibility
patches. I expect to get a fresh set from Dave Martin soon for the
former, and I'll eventually merge RMK's devel branch which would bring
in the later.
But as you should know already, the feature freeze is due this Thursday
February 24th. So now is the time to consider the linaro-2.6.38 tree,
put on top all the patches you want to see in the upcoming Linaro
release, and ask me to merge them in. If you need some subsystem tree
such as MMC to be included as well then now is the time to say so as
well.
Nicolas
Hi there,
I've got a quick question. From which git tree are the hwpack kernels built
from? From what I can see it seems to be this guy currently:
http://git.linaro.org/gitweb?p=ubuntu/linux-linaro-natty.git but I'm not quite
sure.
Thanks,
Ken
Hello!
We are listing Linux-related events that are important to Linaro at:
https://wiki.linaro.org/Internal/Events/AttendingEvents
Please take a quick look and let me know if we are missing any events
that are important to the Linux kernel.
Thanx, Paul
Hello!
Google Summer of Code is coming up, see: http://code.google.com/soc/
Google Summer of Code focuses on open-source projects. The effort should
be something that a student could get done in about two months, and
cannot be critical. Some bandwidth is of course required for mentoring.
Is anyone interested in acting as a mentor?
Thanx, Paul