linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PULL] stream_open bits for Linux 5.3
@ 2019-07-14 14:13 Kirill Smelkov
  2019-07-15  0:30 ` pr-tracker-bot
  0 siblings, 1 reply; 3+ messages in thread
From: Kirill Smelkov @ 2019-07-14 14:13 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Julia Lawall, Jan Blunck, Arnd Bergmann, Jiri Kosina,
	Jonathan Cameron, Srinivas Pandruvada, Benjamin Tissoires,
	Dmitry Torokhov, Masahiro Yamada, cocci, linux-input, linux-iio,
	linux-fsdevel, linux-kernel

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(-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-07-15  8:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-14 14:13 [PULL] stream_open bits for Linux 5.3 Kirill Smelkov
2019-07-15  0:30 ` pr-tracker-bot
2019-07-15  7:34   ` Kirill Smelkov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).