[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1355195128-10209-1-git-send-email-tipecaml@gmail.com>
Date: Tue, 11 Dec 2012 04:05:27 +0100
From: Cyril Roelandt <tipecaml@...il.com>
To: linux-kernel@...r.kernel.org
Cc: kernel-janitors@...r.kernel.org, michael@...u.de,
mchehab@...hat.com, linux-media@...r.kernel.org,
Cyril Roelandt <tipecaml@...il.com>
Subject: [PATCH 0/1] media: saa7146: don't use mutex_lock_interruptible in
This is the same kind of bug as the one fixed by
ddc43d6dc7df0849fe41b91460fa76145cf87b67 : mutex_lock() must be used in the
device_release file operation in order for all resources to be freed, since
returning -RESTARTSYS has no effect here.
I stole the commit log from Sylwester Nawrocki, who fixed a few of these issues,
since I could not formulate it better.
---
Cyril Roelandt (1):
media: saa7146: don't use mutex_lock_interruptible() in
device_release().
drivers/media/common/saa7146/saa7146_fops.c | 3 +--
1 file changed, 1 insertion(+), 2 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