The first test rebuild of saucy salamander was started yesterday for the amd64,
i386 and armhf architectures. Currently running, finished for main, universe
will finish within the next ten days (armhf a bit earlier).
Results can be seen at
http://people.ubuntuwire.org/~wgrant/rebuild-ftbfs-test/test-rebuild-201306…
The archive for the test rebuild is
https://launchpad.net/ubuntu/+archive/test-rebuild-20130614/
Some common build failures are:
- underlinking: symbols used in linked object files, which formerly
were resolved by linked libraries. The fix almost always is to add
the library (mentioned in the error message) to the link command.
- build failures exposed by GCC-4.8.
See http://gcc.gnu.org/gcc-4.8/porting_to.html for some guidance.
Please help fixing the build failures for the final release.
Matthias
Hi Andrey,
I have got some important updates for Android's Interactive Governor.
These are already sent to Todd Poyner for inclusion into AOSP and
we are awaiting a response.
These changes are important for ARM big LITTLE platforms which
want multiple instances of a governor to be available for a multi
package system.
Until then, we want these patches to land into linux-linaro release via
my tree.
Below is what I did to generate this branch:
- Checked out: https://git.linaro.org/gitweb?p=people/jstultz/android.git;a=shortlog;h=ref…
- Merged v3.10-rc2 into it (As I had some cpufreq core patches included here)
- Applied my patches (8) over it
I am not able to generate a formal PULL request using 'git request-pull'
as 3.10-rc2 is not yet there in your tree.
Please pull git://git.linaro.org/arm/big.LITTLE/mp.git
ll-interactive-gov-updates
into linux-linaro.
--
Viresh
Hi Linus,
I tried to boot my ux500 with the 3.10-rc4 kernel but it hangs at boot
time with the following messages:
mmcblk0: error -110 transferring data, sector 2891778, nr 6, cmd
response 0x900, card status 0x0
mmci-pl18x sdi4: error during DMA transfer!
mmcblk0: error -110 transferring data, sector 2891779, nr 5, cmd
response 0x900, card status 0x0
mmci-pl18x sdi4: error during DMA transfer!
mmcblk0: error -110 transferring data, sector 2891780, nr 4, cmd
response 0x900, card status 0x0
mmci-pl18x sdi4: error during DMA transfer!
mmcblk0: error -110 transferring data, sector 2891781, nr 3, cmd
response 0x900, card status 0x0
mmci-pl18x sdi4: error during DMA transfer!
mmcblk0: error -110 transferring data, sector 2891782, nr 2, cmd
response 0x900, card status 0x0
mmci-pl18x sdi4: error during DMA transfer!
mmcblk0: error -110 transferring data, sector 2891783, nr 1, cmd
response 0x900, card status 0x0
Buffer I/O error on device mmcblk0, logical block 361472
mmcblk0: p1 p2 p3 p4 < p5 p6 >
mmc0: Card stuck in programming state! __mmc_switch
blk_update_request: 6 callbacks suppressed
end_request: I/O error, dev mmcblk0boot1, sector 0
Buffer I/O error on device mmcblk0boot1, logical block 0
end_request: I/O error, dev mmcblk0boot1, sector 0
Buffer I/O error on device mmcblk0boot1, logical block 0
end_request: I/O error, dev mmcblk0boot1, sector 0
Buffer I/O error on device mmcblk0boot1, logical block 0
mmcblk0boot1: unable to read partition table
end_request: I/O error, dev mmcblk0boot0, sector 0
Buffer I/O error on device mmcblk0boot0, logical block 0
end_request: I/O error, dev mmcblk0boot0, sector 0
Buffer I/O error on device mmcblk0boot0, logical block 0
end_request: I/O error, dev mmcblk0boot0, sector 0
Buffer I/O error on device mmcblk0boot0, logical block 0
mmcblk0boot0: unable to read partition table
Waiting for root device /dev/mmcblk1p2...
I thought my sd-card was dead and tried another one but I got the same
problem.
Is it a known problem ?
Thanks in advance
-- Daniel
--
<http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs
Follow Linaro: <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog
Dear Members,
I am trying to use systemtap on Pandaboard with Linaro Ubuntu 13.04
version. http://releases.linaro.org/13.04/ubuntu/panda
I have installed systemtap & other dependencies by apt-get. And followed
the instructions below.
https://wiki.linaro.org/Platform/DevPlatform/Tools/Systemtap
Simple script to test systemtap:
stap -k -v -e 'probe vfs.read {printf("read performed\n"); exit()}'
It failed at the step 4(pass) to compile the code.
By default -Werror flag is also enabled by stap. I guess that would be the
cause. Also there are few other errors.
Please find the compilation error message below & let me know how to solve
this.
Thanks in advance.
localhost:~# stap -k -v -e 'probe vfs.read {printf("read performed\n"); exi
Pass 1: parsed user script and 79 library script(s) using
17588virt/12740res/1716shr kb, in 900usr/20sys/912real ms.
Pass 2: analyzed script: 1 probe(s), 1 function(s), 3 embed(s), 0 global(s)
using 188456virt/72220res/2284shr kb, in 9440usr/590sys/10031real ms.
Pass 3: translated to C into "/tmp/staprrXuW5/stap_1871_src.c" using
188456virt/75576res/5640shr kb, in 120usr/20sys/145real ms.
In file included from /usr/share/systemtap/runtime/runtime.h:130:0,
from /tmp/staprrXuW5/stap_1871_src.c:20:
/usr/share/systemtap/runtime/copy.c: In function '_stp_strncpy_from_user':
/usr/share/systemtap/runtime/copy.c:137:3: error: implicit declaration of
function '__strncpy_from_user' [-Werror=implicit-function-declaration]
In file included from /usr/share/systemtap/runtime/stp_utrace.c:32:0,
from /usr/share/systemtap/runtime/task_finder2.c:4,
from /usr/share/systemtap/runtime/task_finder.c:21,
from /usr/share/systemtap/runtime/runtime.h:138,
from /tmp/staprrXuW5/stap_1871_src.c:20:
/usr/share/systemtap/runtime/stp_utrace.h: At top level:
/usr/share/systemtap/runtime/stp_utrace.h:258:14: error: 'struct
linux_binprm' declared inside parameter list [-Werror]
/usr/share/systemtap/runtime/stp_utrace.h:258:14: error: its scope is only
this definition or declaration, which is probably not what you want
[-Werror]
In file included from /usr/share/systemtap/runtime/task_finder2.c:4:0,
from /usr/share/systemtap/runtime/task_finder.c:21,
from /usr/share/systemtap/runtime/runtime.h:138,
from /tmp/staprrXuW5/stap_1871_src.c:20:
/usr/share/systemtap/runtime/stp_utrace.c: In function 'utrace_shutdown':
/usr/share/systemtap/runtime/stp_utrace.c:289:61: error: macro
"hlist_for_each_entry_safe" passed 5 arguments, but takes just 4
/usr/share/systemtap/runtime/stp_utrace.c:289:3: error:
'hlist_for_each_entry_safe' undeclared (first use in this function)
/usr/share/systemtap/runtime/stp_utrace.c:289:3: note: each undeclared
identifier is reported only once for each function it appears in
/usr/share/systemtap/runtime/stp_utrace.c:289:63: error: expected ';'
before '{' token
/usr/share/systemtap/runtime/stp_utrace.c: In function
'__task_utrace_struct':
/usr/share/systemtap/runtime/stp_utrace.c:308:48: error: macro
"hlist_for_each_entry" passed 4 arguments, but takes just 3
/usr/share/systemtap/runtime/stp_utrace.c:308:2: error:
'hlist_for_each_entry' undeclared (first use in this function)
/usr/share/systemtap/runtime/stp_utrace.c:308:50: error: expected ';'
before '{' token
/usr/share/systemtap/runtime/stp_utrace.c:313:1: error: no return statement
in function returning non-void [-Werror=return-type]
In file included from /usr/share/systemtap/runtime/task_finder2.c:13:0,
from /usr/share/systemtap/runtime/task_finder.c:21,
from /usr/share/systemtap/runtime/runtime.h:138,
from /tmp/staprrXuW5/stap_1871_src.c:20:
/usr/share/systemtap/runtime/task_finder_map.c: In function
'__stp_tf_map_get_free_entry':
/usr/share/systemtap/runtime/task_finder_map.c:74:47: error: macro
"hlist_for_each_entry" passed 4 arguments, but takes just 3
/usr/share/systemtap/runtime/task_finder_map.c:74:2: error:
'hlist_for_each_entry' undeclared (first use in this function)
/usr/share/systemtap/runtime/task_finder_map.c:74:49: error: expected ';'
before '{' token
/usr/share/systemtap/runtime/task_finder_map.c: In function
'__stp_tf_get_map_entry':
/usr/share/systemtap/runtime/task_finder_map.c:114:47: error: macro
"hlist_for_each_entry" passed 4 arguments, but takes just 3
/usr/share/systemtap/runtime/task_finder_map.c:114:2: error:
'hlist_for_each_entry' undeclared (first use in this function)
/usr/share/systemtap/runtime/task_finder_map.c:114:49: error: expected ';'
before '{' token
/usr/share/systemtap/runtime/task_finder_map.c: In function
'__stp_tf_add_map':
/usr/share/systemtap/runtime/task_finder_map.c:138:47: error: macro
"hlist_for_each_entry" passed 4 arguments, but takes just 3
/usr/share/systemtap/runtime/task_finder_map.c:138:2: error:
'hlist_for_each_entry' undeclared (first use in this function)
/usr/share/systemtap/runtime/task_finder_map.c:138:49: error: expected ';'
before '{' token
In file included from /usr/share/systemtap/runtime/task_finder.c:21:0,
from /usr/share/systemtap/runtime/runtime.h:138,
from /tmp/staprrXuW5/stap_1871_src.c:20:
/usr/share/systemtap/runtime/task_finder2.c: In function
'stap_register_task_finder_target':
/usr/share/systemtap/runtime/task_finder2.c:152:27: error: assignment from
incompatible pointer type [-Werror]
/usr/share/systemtap/runtime/task_finder2.c: In function
'__stp_get_mm_path':
/usr/share/systemtap/runtime/task_finder2.c:353:24: error: 'VM_EXECUTABLE'
undeclared (first use in this function)
/usr/share/systemtap/runtime/task_finder2.c: At top level:
/usr/share/systemtap/runtime/task_finder2.c:1324:2: error: initialization
from incompatible pointer type [-Werror]
/usr/share/systemtap/runtime/task_finder2.c:1324:2: error: (near
initialization for '__stp_utrace_task_finder_ops.report_exec') [-Werror]
In file included from /usr/share/systemtap/runtime/vma.c:18:0,
from /usr/share/systemtap/runtime/sym.c:16,
from /usr/share/systemtap/runtime/runtime.h:140,
from /tmp/staprrXuW5/stap_1871_src.c:20:
/usr/share/systemtap/runtime/task_finder_vma.c: In function
'stap_destroy_vma_map':
/usr/share/systemtap/runtime/task_finder_vma.c:102:64: error: macro
"hlist_for_each_entry_safe" passed 5 arguments, but takes just 4
/usr/share/systemtap/runtime/task_finder_vma.c:102:11: error:
'hlist_for_each_entry_safe' undeclared (first use in this function)
/usr/share/systemtap/runtime/task_finder_vma.c:102:66: error: expected ';'
before '{' token
/usr/share/systemtap/runtime/task_finder_vma.c: In function
'__stp_tf_get_vma_map_entry_internal':
/usr/share/systemtap/runtime/task_finder_vma.c:131:47: error: macro
"hlist_for_each_entry" passed 4 arguments, but takes just 3
/usr/share/systemtap/runtime/task_finder_vma.c:131:2: error:
'hlist_for_each_entry' undeclared (first use in this function)
/usr/share/systemtap/runtime/task_finder_vma.c:131:49: error: expected ';'
before '{' token
/usr/share/systemtap/runtime/task_finder_vma.c:138:1: error: no return
statement in function returning non-void [-Werror=return-type]
/usr/share/systemtap/runtime/task_finder_vma.c: In function
'__stp_tf_get_vma_map_entry_end_internal':
/usr/share/systemtap/runtime/task_finder_vma.c:152:47: error: macro
"hlist_for_each_entry" passed 4 arguments, but takes just 3
/usr/share/systemtap/runtime/task_finder_vma.c:152:2: error:
'hlist_for_each_entry' undeclared (first use in this function)
/usr/share/systemtap/runtime/task_finder_vma.c:152:49: error: expected ';'
before '{' token
/usr/share/systemtap/runtime/task_finder_vma.c:159:1: error: no return
statement in function returning non-void [-Werror=return-type]
/usr/share/systemtap/runtime/task_finder_vma.c: In function
'stap_find_vma_map_info':
/usr/share/systemtap/runtime/task_finder_vma.c:290:47: error: macro
"hlist_for_each_entry" passed 4 arguments, but takes just 3
/usr/share/systemtap/runtime/task_finder_vma.c:290:2: error:
'hlist_for_each_entry' undeclared (first use in this function)
/usr/share/systemtap/runtime/task_finder_vma.c:290:49: error: expected ';'
before '{' token
/usr/share/systemtap/runtime/task_finder_vma.c: In function
'stap_find_vma_map_info_user':
/usr/share/systemtap/runtime/task_finder_vma.c:334:47: error: macro
"hlist_for_each_entry" passed 4 arguments, but takes just 3
/usr/share/systemtap/runtime/task_finder_vma.c:334:2: error:
'hlist_for_each_entry' undeclared (first use in this function)
/usr/share/systemtap/runtime/task_finder_vma.c:334:49: error: expected ';'
before '{' token
/usr/share/systemtap/runtime/task_finder_vma.c: In function
'stap_drop_vma_maps':
/usr/share/systemtap/runtime/task_finder_vma.c:365:62: error: macro
"hlist_for_each_entry_safe" passed 5 arguments, but takes just 4
/usr/share/systemtap/runtime/task_finder_vma.c:365:9: error:
'hlist_for_each_entry_safe' undeclared (first use in this function)
/usr/share/systemtap/runtime/task_finder_vma.c:365:64: error: expected ';'
before '{' token
cc1: all warnings being treated as errors
make[1]: *** [/tmp/staprrXuW5/stap_1871_src.o] Error 1
make: *** [_module_/tmp/staprrXuW5] Error 2
WARNING: make exited with status: 2
Pass 4: compiled C into "stap_1871.ko" in 22840usr/1690sys/31630real ms.
Pass 4: compilation failed. Try again with another '--vp 0001' option.
Keeping temporary directory "/tmp/staprrXuW5"
root@localhost:~#
Hi all,
Next Wednesday, 19th June, we intend to take IKSHackbox out of circulation and turn it into a LAVA TC2. We will be backing up the existing configuration, just in case we need to deploy a new one or revert the existing one. We'll also be removing the ssh access (for obvious reasons).
If anybody has any problems or issues with this decision, please contact me to discuss.
Many thanks
Dave
With this patch set we make use of cpu_do_idle to enter WFI mode,
many platform are not clearing the data buffer before WFI or
directly using the address instead of opcode. For the rest its good
to have a common approach.
Sanjay Singh Rawat (8):
ARM: EXYNOS: use generic cpu idle function for wfi
ARM: RealView: use generic cpu idle function for wfi
ARM: SPEAr: use generic cpu idle function for wfi
ARM: vexpress: use generic cpu idle function for wfi
ARM: zynq: use generic cpu idle function for wfi
ARM: ux500: use generic cpu idle function for wfi
ARM: msm: use generic cpu idle function for wfi
ARM: PRIMA2: use generic cpu idle function for wfi
arch/arm/mach-exynos/hotplug.c | 9 ++-------
arch/arm/mach-msm/hotplug.c | 9 ++-------
arch/arm/mach-prima2/hotplug.c | 4 ++--
arch/arm/mach-realview/hotplug.c | 9 ++-------
arch/arm/mach-spear/hotplug.c | 3 ++-
arch/arm/mach-ux500/hotplug.c | 5 +++--
arch/arm/mach-vexpress/hotplug.c | 3 ++-
arch/arm/mach-zynq/hotplug.c | 4 ++--
8 files changed, 17 insertions(+), 29 deletions(-)
--
1.7.9.5