The first version of this patch is a part of mmc non-blocking v9 patchset:
[PATCH v9 11/12] mmc: core: add random fault injection
change log:
v2 - Resolve build issue in mmc core.c due to multiple init_module by
removing the fault inject module.
- Export fault injection functions to make them available for modules
- Update fault injection documentation on MMC IO
Per Forlin (3):
fault-inject: make fault injection available for modules
mmc: core: add random fault injection
fault injection: add documentation on MMC IO fault injection
Documentation/fault-injection/fault-injection.txt | 5 ++
drivers/mmc/core/core.c | 58 +++++++++++++++++++++
drivers/mmc/core/debugfs.c | 5 ++
include/linux/mmc/host.h | 3 +
lib/Kconfig.debug | 11 ++++
lib/fault-inject.c | 2 +
6 files changed, 84 insertions(+), 0 deletions(-)
--
1.7.4.1
From: Amit Kucheria <amit.kucheria(a)verdurent.com>
(Please bear with pull-request for a single patch, but we're creating a
consolidation tree through which we will offer various topic branches for
merge into the Linaro kernel in the future)
The following changes since commit 620917de59eeb934b9f8cf35cc2d95c1ac8ed0fc:
Linux 3.0-rc7 (2011-07-11 16:51:52 -0700)
are available in the git repository at:
git://git.linaro.org/people/amitk/linux-linaro-pmwg.git smp
Vincent Guittot (1):
Add ARM cpu topology definition
arch/arm/Kconfig | 25 +++++++
arch/arm/include/asm/cputype.h | 6 ++
arch/arm/include/asm/topology.h | 33 +++++++++
arch/arm/kernel/Makefile | 1 +
arch/arm/kernel/smp.c | 5 ++
arch/arm/kernel/topology.c | 148 +++++++++++++++++++++++++++++++++++++++
6 files changed, 218 insertions(+), 0 deletions(-)
create mode 100644 arch/arm/kernel/topology.c
--
1.7.4.1
Dear ARM fans,
Linaro Developer Platform team organises every week (Wednesday 14:00 -
18:00 UTC) an ARM porting Jam. The idea is to gather all developers together to
fix userspace portability issues across the board. The list of bugs
being worked on
is at launchpad:
https://bugs.launchpad.net/ubuntu/+bugs?field.tag=arm-porting-queue&orderby…
Interested in making the software in Ubuntu run better on ARM? Join us on
the #linaro channel on irc.linaro.org today!
Cheers,
Riku
Hi.
While I was trying to get our docs published on readthedocs.org I
stumbled on a odd thing. Apparently they use django 1.3 internally and
our requirement on django << 1.3 conflicts with that.
I have quickly upgraded lava-server to use 1.3 and (surprisingly) all
tests passed. I will play around with 1.3 to see if there are any issues
that test suite does not spot.
Apart from staticfiles transition (which I just realized can happen in
parallel, as we can keep using staticfiles 0.3.4 and django 1.3 (and
only transition to contrib.staticfiles or staticfiles 1.x when we wish)
I found one issue: openid
It seems that the openid backend we are using is somewhat outdated and
does not implement the required interfaces. For 1.3 that's okay but 1.4
will not be compatible with that API any more.
This causes three tests to be skipped, and a warning message to be
logged. I was wondering how we should proceed:
1) Upgrade to latest django-openid-auth/openid in hopes that it works
better.
2) Ignore the problem
3) Upgrade as in 1) and fix any missing issues.
What do you guys think?
ZK
I'm looking for a copy of the ddeb (ie the debug info) for the omap
kernel in the 1105 release. That used to be here:
http://ddebs.ubuntu.com/pool/universe/l/linux-linaro-omap/linux-image-2.6.3…
but unfortunately the archive expired it last night.
Does anybody happen to have a copy lying around that they could
send me?
(Also can we sort this out so we stop expiring the ddebs,
at least for our release kernels?)
Thanks in advance
-- PMM
The following set of patches add changes in powertop needed for arm
android platforms. These patches depends on the below mentioned patches.
http://www.mail-archive.com/power@bughost.org/msg02078.html
Amit Daniel Kachhap (3):
powertop: Disable pci bus measurement for arm platforms
perf-event: Add defination of __NR_perf_event_open for arm platforms
ncurses: Enable ncurses for android and miscellaneous changes
Android.mk | 30 +++++++++++++++++++++++++-----
devices/runtime_pm.cpp | 3 ++-
display.cpp | 5 ++++-
display.h | 3 ++-
lib.cpp | 13 ++++++++-----
main.cpp | 11 +++++++++++
perf/perf_event.h | 3 +++
process/do_process.cpp | 4 ++++
tuning/runtime.cpp | 2 ++
9 files changed, 61 insertions(+), 13 deletions(-)
--
1.7.4.1
The link to the Android Panda LEB should be :
https://android-build.linaro.org/builds/~linaro-android/leb-panda/#build=132
---------- Forwarded message ----------
From: Tom Gall <tom.gall(a)linaro.org>
Date: Mon, Jul 18, 2011 at 3:05 PM
Subject: pre 11.07 RC Testing Needed
To: Linaro Dev <linaro-dev(a)lists.linaro.org>
Hi,
This is a message is a call for testing as the 11.07 RC is fast
approach. There needs to be a special focus on the new elements that
have been integrated in the builds since the last call for testing.
Please try out the latest Linaro Evaluation Builds (LEBs) images for
both Android and Linux. As always log your results in
qatracker.linaro.org. Even if you're only able to test one
image/hwpack combination, your participation is greatly appreciated
and essential.
The plan from here to the 11.07 release as I understand is as follows:
7/18 (TODAY) - Issue new call for testing
7/21 - 11.07 New Function Freeze
7/22 - 11.07 RC Release
7/28 - 11.07 Release
Changelog
--------------
7-14 to 7-18
* x-loader:
- New upstream release - 1.5.1
- Fixes to make USB EHCI to work properly on Panda
* u-boot-linaro:
- New upstream release - 2011.07.1
- PXE FDT fix from previous ubuntu release so patch has been removed
- Added missing PXE env vars (LP: #808815)
- Generated unique usbethaddr (LP: #809015)
- Modify pxe command to look for usbethaddr if ethaddr is NULL
* libjpeg-turbo:
- New upstream release - 1.1.1
- Replacing libjpeg62 at all Linaro images
* base-files:
- Should now show itself as 11.07 (development branch)
Bugs fixed:
* Bug 809015: u-boot lacks unique mac address on Pandaboard while netbooting
* Bug 810750: Still identifies itself as 11.06
Linaro Evaluation Builds (LEB)
----------------------------------------
These images showcase the current state of development on our LEBs
images on their way to the next release: 11.07.
* Android:
http://snapshots.linaro.org/11.05-daily/linaro-android/leb-panda/20110718/
* Ubuntu:
http://snapshots.linaro.org/11.05-daily/linaro-ubuntu-desktop/20110718/0/im…http://snapshots.linaro.org/11.05-daily/linaro-hwpacks/panda-x11-base/20110…
Installation Instructions
------------------------------
Installation Instructions can be found here:
https://wiki.linaro.org/Platform/Android/ImageInstallationhttps://wiki.linaro.org/Platform/DevPlatform/Ubuntu/ImageInstallation
Unsupported Images and Board Support Packages
------------------------------------------------------------------
Besides the official Linaro Evaluation Builds, the Platform Team hosts
additional functional images and board support packages.
These images and board support packages are not officially supported
and are provided on a best-effort basis in the hope that they can be
useful for the Linux/ARM enthusiast community.
Unsupported Images
-------------------------
* Nano: (Think small)
http://snapshots.linaro.org/11.05-daily/linaro-nano/20110718/0/images/tar/
* ALIP: (xfce UI)
http://snapshots.linaro.org/11.05-daily/linaro-alip/20110718/0/images/tar/
* Developer: (text UI + developer tools)
http://snapshots.linaro.org/11.05-daily/linaro-developer/20110718/0/images/…
Unsupported Board Support Packages:
--------------------------------------------------
Board Support Packages come in the form of what is called a hwpack.
Hwpacks can befound for efikamx, igep, imx51, lt-mx5, lt-mx53loco,
lt-origen, lt-panda-x11-base-natty, lt-panda, lt-s5pv310, lt-snowball,
lt-u8500, omap3-x11-base, omap3, overo, panda, s5pv310, and vexpress
http://snapshots.linaro.org/11.05-daily/linaro-hwpacks/
Android Developer and Experimental Images
----------------------------------------------------------
Developer and Experimental Images based on Android (vanilla AOSP
experience using linux-linaro mainline kernel):
* Android Mainline for BeagleBoardr-xM:
http://snapshots.linaro.org/11.05-daily/linaro-android/beaglexm/20110718/
* Android Mainline for PandaBoard:
http://snapshots.linaro.org/11.05-daily/linaro-android/panda/20110718/
Reporting Testing Results
----------------------------------
Report results at:
http://qatracker.linaro.org
For an explanation of how to use the qatracker please see:
https://wiki.linaro.org/QA/QATracker
--
Regards,
Tom
"We want great men who, when fortune frowns will not be discouraged."
- Colonel Henry Knox
Linaro.org │ Open source software for ARM SoCs
w) tom.gall att linaro.org
w) tom_gall att vnet.ibm.com
h) tom_gall att mac.com