From: Linus Torvalds Date: Mon, 15 Jul 2019 00:08:08 +0000 (-0700) Subject: Merge tag 'stream_open-5.3' of https://lab.nexedi.com/kirr/linux X-Git-Tag: v5.3-rc1~86 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=fcd98147ac71f35b69e2f50b5fddc5524dd2dfa8;p=linux-2.6-block.git Merge tag 'stream_open-5.3' of https://lab.nexedi.com/kirr/linux Pull stream_open() updates from Kirill Smelkov: "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 several deadlock cases as only warning. This was picked by linux-kbuild and entered mainline as commit 0c4ab18fc33b ("coccinelle: api/stream_open: treat all wait_.*() calls as blocking"), and already merged earlier. - the second one teaches stream_open.cocci to consider files as being stream-like even if they use noop_llseek. It results in two more drivers being converted to stream_open() (mousedev.c and hid-sensor-custom.c)" * tag 'stream_open-5.3' of https://lab.nexedi.com/kirr/linux: *: convert stream-like files -> stream_open, even if they use noop_llseek --- fcd98147ac71f35b69e2f50b5fddc5524dd2dfa8