)]}'
{
  "commit": "41bc10cabe96bbd0ff3e2813d15f9070bff57a03",
  "tree": "d75b65f4087e3ee68453c0b5d7aa5d698056c03a",
  "parents": [
    "aa26690fab1380735442e027ce4b17849a24493f",
    "438ab720c675a16d53bb18f76a94d25bbe420c45"
  ],
  "author": {
    "name": "Linus Torvalds",
    "email": "torvalds@linux-foundation.org",
    "time": "Tue May 07 12:15:13 2019 -0700"
  },
  "committer": {
    "name": "Linus Torvalds",
    "email": "torvalds@linux-foundation.org",
    "time": "Tue May 07 12:15:13 2019 -0700"
  },
  "message": "Merge tag \u0027stream_open-5.2\u0027 of https://lab.nexedi.com/kirr/linux\n\nPull stream_open conversion from Kirill Smelkov:\n\n - remove unnecessary double nonseekable_open from drivers/char/dtlk.c\n   as noticed by Pavel Machek while reviewing nonseekable_open -\u003e\n   stream_open mass conversion.\n\n - the mass conversion patch promised in commit 10dce8af3422 (\"fs:\n   stream_open - opener for stream-like files so that read and write can\n   run simultaneously without deadlock\") and is automatically generated\n   by running\n\n        $ make coccicheck MODE\u003dpatch COCCI\u003dscripts/coccinelle/api/stream_open.cocci\n\n   I\u0027ve verified each generated change manually - that it is correct to\n   convert - and each other nonseekable_open instance left - that it is\n   either not correct to convert there, or that it is not converted due\n   to current stream_open.cocci limitations. More details on this in the\n   patch.\n\n - finally, change VFS to pass ppos\u003dNULL into .read/.write for files\n   that declare themselves streams. It was suggested by Rasmus Villemoes\n   and makes sure that if ppos starts to be erroneously used in a stream\n   file, such bug won\u0027t go unnoticed and will produce an oops instead of\n   creating illusion of position change being taken into account.\n\n   Note: this patch does not conflict with \"fuse: Add FOPEN_STREAM to\n   use stream_open()\" that will be hopefully coming via FUSE tree,\n   because fs/fuse/ uses new-style .read_iter/.write_iter, and for these\n   accessors position is still passed as non-pointer kiocb.ki_pos .\n\n* tag \u0027stream_open-5.2\u0027 of https://lab.nexedi.com/kirr/linux:\n  vfs: pass ppos\u003dNULL to .read()/.write() of FMODE_STREAM files\n  *: convert stream-like files from nonseekable_open -\u003e stream_open\n  dtlk: remove double call to nonseekable_open\n",
  "tree_diff": []
}
