Hi Nicolas,
If you're still accepting fixes for the 2.6.35 stable Linaro Kernel then I have some small profiling updates for you:
The following changes since commit 9fe6206f400646a2322096b56c59891d530e8d51: Linus Torvalds (1): Linux 2.6.35
are available in the git repository at:
git://repo.or.cz/linux-2.6/linux-wd.git for-linaro-stable
Will Deacon (4): oprofile: don't call arch exit code from init code on failure ARM: oprofile: fix and simplify init/exit functions ARM: perf: reword comments relating to perf_event_do_pending ARM: perf: fix event validation
arch/arm/include/asm/perf_event.h | 2 +- arch/arm/kernel/perf_event.c | 12 ++++---- arch/arm/oprofile/common.c | 47 +++++++++++++++++++----------------- drivers/oprofile/oprof.c | 11 +------- 4 files changed, 34 insertions(+), 38 deletions(-)
Nothing groundbreaking, but worth having nonetheless. These guys are also sitting in my for-linaro branch but I'm hoping they'll be in 2.6.36 anyway.
Cheers,
Will