All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH --mmotm v7 0/3] Make fault injection available for MMC IO
@ 2011-08-09 11:48 ` Per Forlin
  0 siblings, 0 replies; 12+ messages in thread
From: Per Forlin @ 2011-08-09 11:48 UTC (permalink / raw)
  To: Akinobu Mita, akpm, Linus Walleij, linux-kernel, Randy Dunlap,
	Chris Ball
  Cc: linux-doc, linux-mmc, linaro-dev, linux-mm, Per Forlin

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  
 v3 - add function descriptions in core.c
    - use export GPL for fault injection functions
 v4 - make the fault_attr per host. This prepares for upcoming patch from
      Akinobu that adds support for creating debugfs entries in
      arbitrary directory.
 v5 - Make use of fault_create_debugfs_attr() in Akinobu's
      patch "fault-injection: add ability to export fault_attr in...". 
 v6 - Fix typo in commit message in patch "export fault injection functions"
 v7 - Don't compile in boot param setup function if mmc-core is
      built as module.

Per Forlin (3):
  fault-inject: export fault injection functions
  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                           |   44 +++++++++++++++++++++
 drivers/mmc/core/debugfs.c                        |   27 +++++++++++++
 include/linux/mmc/host.h                          |    7 +++
 lib/Kconfig.debug                                 |   11 +++++
 lib/fault-inject.c                                |    2 +
 6 files changed, 96 insertions(+), 0 deletions(-)

-- 
1.7.4.1


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2011-08-09 11:49 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-09 11:48 [PATCH --mmotm v7 0/3] Make fault injection available for MMC IO Per Forlin
2011-08-09 11:48 ` Per Forlin
2011-08-09 11:48 ` Per Forlin
2011-08-09 11:48 ` [PATCH --mmotm v7 1/3] fault-inject: export fault injection functions Per Forlin
2011-08-09 11:48   ` Per Forlin
2011-08-09 11:48   ` Per Forlin
2011-08-09 11:48 ` [PATCH --mmotm v7 2/3] mmc: core: add random fault injection Per Forlin
2011-08-09 11:48   ` Per Forlin
2011-08-09 11:48   ` Per Forlin
2011-08-09 11:48 ` [PATCH --mmotm v7 3/3] fault injection: add documentation on MMC IO " Per Forlin
2011-08-09 11:48   ` Per Forlin
2011-08-09 11:48   ` Per Forlin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.