[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1354797897-23423-1-git-send-email-b.spranger@linutronix.de>
Date: Thu, 6 Dec 2012 13:44:55 +0100
From: Benedikt Spranger <b.spranger@...utronix.de>
To: linux-kernel@...r.kernel.org
Cc: hjk@...sjkoch.de, gregkh@...uxfoundation.org,
Alexander.Frank@...rspaecher.com,
Benedikt Spranger <b.spranger@...utronix.de>
Subject: [PATCH 0/2] uio: some fixes
Using uio_pdrv_genirq can cause a system hangup due to accessing mmaped memory,
since the pm_runtime_put_sync() call in uio_release can disable clocks.
Also unloading a module wich creates/removes UIO devices can cause a system
crash. Track mappings and get a module reference to avoid this.
Benedikt Spranger (2):
uio: be aware of open(), mmap(), close()
uio: avoid module unloding of in module created UIO devices
drivers/uio/uio.c | 67 ++++++++++++++++++++++++++++++++---------
drivers/uio/uio_pdrv_genirq.c | 4 +--
include/linux/uio_driver.h | 5 +--
3 files changed, 57 insertions(+), 19 deletions(-)
--
1.7.10.4
--
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