Main archive frozen for Alpha 3

2010-08-03 Thread Jamie Bennett
Hi, Hot on the heals of Ubuntu's main archive frozen announcement [1] this email is to inform you that Linaro development is under the same restriction. We are in the process of testing the daily images which will in turn become the Alpha-3 release on Thursday. Please read the Ubuntu announcem

[PATCH 1/2] perf events: Fix mmap offset determination

2010-08-03 Thread Dave Martin
Fix buggy-looking code which unnecessarily adjusts the file offset fields read from /proc/*/maps. This may have gone unnoticed since the offset is usually 0 (and the logic in util/symbol.c may work incorrectly for other offset values). I make assumptions about the intended design here. The cover

[PATCH 0/2] perf: symbol offset breakage with separated debug

2010-08-03 Thread Dave Martin
Hi all, I've hit some problems in trying to get perf record/report to work correctly on systems with separated debug images (Ubuntu, in particular). I worked on some patches to ensure that separate debug images do actually get loaded, when present -- these commits have now been merged in linux-2.

[PATCH 2/2] perf symbols: work around incorrect ET_EXEC symbol adjustment

2010-08-03 Thread Dave Martin
Workaround to adjust .text symbols from ET_EXEC images correctly. This is not a complete fix, but addresses the common case and does not create additional assumptions beyond those which perf already makes. ELF images with a weird link map may still be processed incorrectly (as at present) -- that

Re: perf userspace tools fixes for Ubuntu / linaro

2010-08-03 Thread Dave Martin
Hi there, On Mon, Aug 2, 2010 at 10:10 PM, Chase Douglas wrote: > On Mon, 2010-08-02 at 10:55 +0100, Dave Martin wrote: [...] >> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/608775 > > Thanks for passing this along! I am interested in figuring out whether > we should backport the patche

Alpha-3 approaching, please test

2010-08-03 Thread Jamie Bennett
Hi all, We are fast approaching Linaro Alpha-3 [1], the archive is frozen [2], and now is the time for testing. Can anyone with a supported board please download the daily image (which will turn into Alpha-3 on Thursday) and test. With your help we can make Alpha-3 rock even more. For full ins

Re: [PATCH 0/2] perf: symbol offset breakage with separated debug

2010-08-03 Thread Arnaldo Carvalho de Melo
Em Tue, Aug 03, 2010 at 12:48:34PM +0100, Dave Martin escreveu: > Hi all, > > I've hit some problems in trying to get perf record/report to > work correctly on systems with separated debug images (Ubuntu, > in particular). I worked on some patches to ensure that > separate debug images do actuall

Re: [PATCH 1/2] perf events: Fix mmap offset determination

2010-08-03 Thread Arnaldo Carvalho de Melo
Em Tue, Aug 03, 2010 at 12:48:35PM +0100, Dave Martin escreveu: > Fix buggy-looking code which unnecessarily adjusts the file offset > fields read from /proc/*/maps. > > This may have gone unnoticed since the offset is usually 0 (and the > logic in util/symbol.c may work incorrectly for other offs

linaro pull request

2010-08-03 Thread John Rigby
The following changes since commit 717120dcd7f524fc5b5984101fb8d03b9a8be91c: John Rigby (1): LINARO: Linaro-2.6.35-1000.2 are available in the git repository at: git://git.linaro.org/jcrigby/linux-linaro.git linaro John Rigby (3): LINARO: cleanup control file LINARO: Star

Re: linux-linaro kernel package available

2010-08-03 Thread Steve Langasek
On Mon, Aug 02, 2010 at 04:20:23PM +0300, Amit Kucheria wrote: > Separate source packages have the following features: > + One flavour of the kernel is not dependent on others Dependent in what sense? There is some risk that with everything in one source package, a bug in a flavour-specific modu

Re: [PATCH 0/2] Make PowerTOP generic

2010-08-03 Thread Loïc Minier
On Mon, Aug 02, 2010, Amit Kucheria wrote: > arm-linux-gnueabi-objdump: /lib/libm.so.6: File format not recognized > dpkg-shlibdeps: error: arm-linux-gnueabi-objdump gave error exit status 1 This is a very recent new bug, which appeared between my testing and yours in the form of a new dpkg-dev!