[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1311111106-26814-1-git-send-email-per.forlin@linaro.org>
Date: Tue, 19 Jul 2011 23:31:43 +0200
From: Per Forlin <per.forlin@...aro.org>
To: linaro-dev@...ts.linaro.org,
Nicolas Pitre <nicolas.pitre@...aro.org>,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
linux-mmc@...r.kernel.org, linux-doc@...r.kernel.org,
Venkatraman S <svenkatr@...com>,
Linus Walleij <linus.walleij@...aro.org>,
Kyungmin Park <kyungmin.park@...sung.com>,
Arnd Bergmann <arnd@...db.de>,
Sourav Poddar <sourav.poddar@...com>,
Chris Ball <cjb@...top.org>,
Akinobu Mita <akinobu.mita@...il.com>
Cc: Randy Dunlap <rdunlap@...otime.net>,
Per Forlin <per.forlin@...aro.org>
Subject: [PATCH v2 0/3] Make fault injection available for MMC IO
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists