Re: [GIT FIXES FOR v5.3] Fix nasty videobuf poll regression

2019-09-05 Thread Jenkins
From: buil...@linuxtv.org

Pull request: https://patchwork.linuxtv.org/patch/58578/
Build log: https://builder.linuxtv.org/job/patchwork/14773/
Build time: 00:03:04
Link: 
https://lore.kernel.org/linux-media/55501135-128f-f715-4608-07de0b8c4...@xs4all.nl

gpg: Signature made Thu 05 Sep 2019 08:26:31 AM UTC
gpg:using RSA key AAA7FFBA4D2D77EF4CAEA1421326E0CD23ABDCE5
gpg: Good signature from "Hans Verkuil " [unknown]
gpg: aka "Hans Verkuil " [full]

Summary: no issues


[GIT FIXES FOR v5.3] Fix nasty videobuf poll regression

2019-09-05 Thread Hans Verkuil
Many thanks to Dan Carpenter for finding this stupid regression.

All vb1 drivers (luckily not that many anymore) are broken since 5.1.

Regards,

Hans

The following changes since commit 20a438d53fd9d12a894161bc56cbeab7a9993c39:

  media: sun4i: Make sun4i_csi_formats static (2019-08-30 14:44:17 -0300)

are available in the Git repository at:

  git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.3c2

for you to fetch changes up to e1d2b54010ee7f23ab4e9919b45ba5b4f535adc3:

  videobuf-core.c: poll_wait needs a non-NULL buf pointer (2019-09-05 10:25:56 
+0200)


Tag branch


Hans Verkuil (1):
  videobuf-core.c: poll_wait needs a non-NULL buf pointer

 drivers/media/v4l2-core/videobuf-core.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)