[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190714141317.GA20277@deco.navytux.spb.ru>
Date: Sun, 14 Jul 2019 14:13:46 +0000
From: Kirill Smelkov <kirr@...edi.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Julia Lawall <Julia.Lawall@...6.fr>, Jan Blunck <jblunck@...e.de>,
Arnd Bergmann <arnd@...db.de>, Jiri Kosina <jikos@...nel.org>,
Jonathan Cameron <jic23@...nel.org>,
Srinivas Pandruvada <srinivas.pandruvada@...ux.intel.com>,
Benjamin Tissoires <benjamin.tissoires@...hat.com>,
Dmitry Torokhov <dmitry.torokhov@...il.com>,
Masahiro Yamada <yamada.masahiro@...ionext.com>,
<cocci@...teme.lip6.fr>, <linux-input@...r.kernel.org>,
<linux-iio@...r.kernel.org>, <linux-fsdevel@...r.kernel.org>,
<linux-kernel@...r.kernel.org>
Subject: [PULL] stream_open bits for Linux 5.3
Linus,
Please consider pulling the following stream_open related bits:
This time on stream_open front it is only two small changes:
- the first one converts stream_open.cocci to treat all functions that
start with wait_.* as blocking. Previously it was only wait_event_.*
functions that were considered as blocking, but this was falsely
reporting deadlock cases as only warning. The patch was picked by
linux-kbuild and already entered your tree as 0c4ab18fc33b.
It is thus omitted from hereby pull-request.
- the second one teaches stream_open.cocci to consider files as being
stream-like even if they use noop_llseek. I posted this patch for
review 3 weeks ago[1], but got neither feedback nor complaints.
[1] https://lore.kernel.org/lkml/20190623072838.31234-2-kirr@nexedi.com/
The changes are available for pulling from here:
https://lab.nexedi.com/kirr/linux.git stream_open-5.3
Thanks beforehand,
Kirill
Kirill Smelkov (1):
*: convert stream-like files -> stream_open, even if they use noop_llseek
drivers/hid/hid-sensor-custom.c | 2 +-
drivers/input/mousedev.c | 2 +-
scripts/coccinelle/api/stream_open.cocci | 9 ++++++++-
3 files changed, 10 insertions(+), 3 deletions(-)
Powered by blists - more mailing lists