public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] VME bus error handling overhaul
@ 2015-07-02 14:11 Dmitry Kalinkin
  2015-07-02 14:11 ` [PATCH 1/3] vme: move tsi148 error handling into VME subsystem Dmitry Kalinkin
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Dmitry Kalinkin @ 2015-07-02 14:11 UTC (permalink / raw)
  To: linux-kernel, devel
  Cc: Martyn Welch, Manohar Vanga, Greg Kroah-Hartman, Igor Alekseev,
	Dmitry Kalinkin

This moves tsi148 error handling into VME subsystem so it can be shared with
the other bridge driver.  Then there is a change to close a fixme on separating
errors by address space.  And finally a fix for memory leak problem that was
introduced with support of mmap's. 

The next logical step in this direction would be to add error handling support
to ca91cx42 and make it unconditional for tsi148. It also makes much sense to
add synchronization to error-related list operations (spinlocks, rcu).

Dmitry Kalinkin (3):
  vme: move tsi148 error handling into VME subsystem
  vme: include address space in error filtering
  vme: change bus error handling scheme

 drivers/vme/bridges/vme_ca91cx42.c |   3 +-
 drivers/vme/bridges/vme_tsi148.c   | 170 ++++++++++---------------------------
 drivers/vme/vme.c                  |  83 ++++++++++++++++++
 drivers/vme/vme_bridge.h           |  21 +++--
 4 files changed, 147 insertions(+), 130 deletions(-)

-- 
1.8.3.1


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

end of thread, other threads:[~2015-09-16 18:18 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-02 14:11 [PATCH 0/3] VME bus error handling overhaul Dmitry Kalinkin
2015-07-02 14:11 ` [PATCH 1/3] vme: move tsi148 error handling into VME subsystem Dmitry Kalinkin
2015-07-02 14:11 ` [PATCH 2/3] vme: include address space in error filtering Dmitry Kalinkin
2015-07-02 14:11 ` [PATCH 3/3] vme: change bus error handling scheme Dmitry Kalinkin
2015-07-06 12:31 ` [PATCH 0/3] VME bus error handling overhaul Martyn Welch
2015-07-06 14:20   ` Dmitry Kalinkin
2015-07-06 14:43   ` [PATCH] vme: print unhandled VME access errors Dmitry Kalinkin
2015-07-06 14:50     ` Martyn Welch
2015-08-05 20:12   ` [PATCH 0/3] VME bus error handling overhaul Greg Kroah-Hartman
2015-09-16 15:39     ` Dmitry Kalinkin
2015-09-16 15:53       ` Greg Kroah-Hartman
2015-09-16 15:55         ` Dmitry Kalinkin
2015-09-16 18:18           ` Dmitry Kalinkin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox