Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1176020
| From | Dmitry Kalinkin <dmitry.kalinkin@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/3] VME bus error handling overhaul |
| Date | 2015-07-02 16:20 +0200 |
| Message-ID | <pHNvj-3Pj-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/3] VME bus error handling overhaul Dmitry Kalinkin <dmitry.kalinkin@gmail.com> - 2015-07-02 16:20 +0200 [PATCH 1/3] vme: move tsi148 error handling into VME subsystem Dmitry Kalinkin <dmitry.kalinkin@gmail.com> - 2015-07-02 16:20 +0200 [PATCH 3/3] vme: change bus error handling scheme Dmitry Kalinkin <dmitry.kalinkin@gmail.com> - 2015-07-02 16:20 +0200
csiph-web