mbox series

[GIT,FIXES,FOR,v5.18] Several fixes for v5.18

Message ID f79c681c-a421-c58a-99c6-461d68d9a2c8@xs4all.nl (mailing list archive)
State New, archived
Headers show
Series [GIT,FIXES,FOR,v5.18] Several fixes for v5.18 | expand

Pull-request

git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.18a

Message

Hans Verkuil March 14, 2022, 9:25 a.m. UTC
The following changes since commit 815ab3a85c33e990dee0e0a1c83e234b7efbe21a:

  media: Kconfig: cleanup VIDEO_DEV dependencies (2022-03-14 09:43:04 +0100)

are available in the Git repository at:

  git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.18a

for you to fetch changes up to dedb332353901b49b6979a45a73884653ee3681f:

  media: amphion: cleanup media device if register it fail (2022-03-14 10:03:31 +0100)

----------------------------------------------------------------
Tag branch

----------------------------------------------------------------
Hans Verkuil (2):
      pixfmt-yuv-planar.rst: fix PIX_FMT labels
      m5mols/m5mols.h: document new reset field

Ming Qian (4):
      media: amphion: fix an issue that using pm_runtime_get_sync incorrectly
      media: amphion: fix some error related with undefined reference to __divdi3
      media: amphion: fix some issues to improve robust
      media: amphion: cleanup media device if register it fail

Yihao Han (1):
      media: vidtv: use vfree() for memory allocated with vzalloc()

 Documentation/userspace-api/media/v4l/pixfmt-yuv-planar.rst |  5 ++--
 drivers/media/i2c/m5mols/m5mols.h                           |  1 +
 drivers/media/platform/nxp/amphion/vdec.c                   | 35 ---------------------------
 drivers/media/platform/nxp/amphion/vpu_core.c               | 10 ++++----
 drivers/media/platform/nxp/amphion/vpu_dbg.c                |  2 +-
 drivers/media/platform/nxp/amphion/vpu_drv.c                | 17 +++++++-------
 drivers/media/platform/nxp/amphion/vpu_helpers.c            | 13 +++++-----
 drivers/media/platform/nxp/amphion/vpu_helpers.h            |  9 +++----
 drivers/media/platform/nxp/amphion/vpu_imx8q.c              |  2 +-
 drivers/media/platform/nxp/amphion/vpu_imx8q.h              |  2 +-
 drivers/media/platform/nxp/amphion/vpu_malone.c             | 81 +++++++++++++++++++++++++++++++++++++++------------------------
 drivers/media/platform/nxp/amphion/vpu_msgs.c               |  6 ++---
 drivers/media/platform/nxp/amphion/vpu_rpc.c                |  4 +++-
 drivers/media/platform/nxp/amphion/vpu_rpc.h                |  9 +++++--
 drivers/media/platform/nxp/amphion/vpu_v4l2.c               | 13 +++++-----
 drivers/media/platform/nxp/amphion/vpu_windsor.c            | 24 +++++++++++--------
 drivers/media/test-drivers/vidtv/vidtv_s302m.c              |  2 +-
 17 files changed, 116 insertions(+), 119 deletions(-)

Comments

Jenkins March 14, 2022, 9:58 a.m. UTC | #1
From: builder@linuxtv.org

Pull request: https://patchwork.linuxtv.org/project/linux-media/patch/f79c681c-a421-c58a-99c6-461d68d9a2c8@xs4all.nl/
Build log: https://builder.linuxtv.org/job/patchwork/190772/
Build time: 00:21:58
Link: https://lore.kernel.org/linux-media/f79c681c-a421-c58a-99c6-461d68d9a2c8@xs4all.nl

gpg: Signature made Mon 14 Mar 2022 09:22:51 AM UTC
gpg:                using EDDSA key 52ADCAAE8A4F70B99ACD8D726B425DF79B1C1E76
gpg: Can't check signature: No public key

Summary: got 2/7 patches with issues, being 1 at build time, plus one error when buinding PDF document

Error/warnings:

patches/0001-pixfmt-yuv-planar.rst-fix-PIX_FMT-labels.patch:

    allyesconfig: return code #0:
	../scripts/genksyms/parse.y: warning: 9 shift/reduce conflicts [-Wconflicts-sr]
	../scripts/genksyms/parse.y: warning: 5 reduce/reduce conflicts [-Wconflicts-rr]
	../scripts/genksyms/parse.y: note: rerun with option '-Wcounterexamples' to generate conflict counterexamples

    allyesconfig: return code #0:
	SMATCH:../drivers/media/usb/siano/smsusb.c ../drivers/media/usb/siano/smsusb.c:53:38: :warning: array of flexible structures
	SPARSE:../drivers/media/usb/siano/smsusb.c ../drivers/media/usb/siano/smsusb.c:53:38: warning: array of flexible structures
	../drivers/media/platform/qcom/venus/helpers.c: ../drivers/media/platform/qcom/venus/helpers.c:658 venus_helper_get_bufreq() error: we previously assumed 'req' could be null (see line 654)
	../drivers/media/test-drivers/vivid/vivid-core.c: ../drivers/media/test-drivers/vivid/vivid-core.c:1981 vivid_create_instance() parse error: turning off implications after 60 seconds
	../drivers/media/pci/cx23885/cx23885-dvb.c: ../drivers/media/pci/cx23885/cx23885-dvb.c:2625 dvb_register() parse error: turning off implications after 60 seconds
	../drivers/media/usb/em28xx/em28xx-video.c: ../drivers/media/usb/em28xx/em28xx-video.c:2868 em28xx_v4l2_init() parse error: turning off implications after 60 seconds

   checkpatch.pl:
	$ cat patches/0001-pixfmt-yuv-planar.rst-fix-PIX_FMT-labels.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:17: WARNING: Duplicate signature
	-:40: WARNING: From:/Signed-off-by: email address mismatch: 'From: Hans Verkuil <hverkuil@xs4all.nl>' != 'Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>'

patches/0002-m5mols-m5mols.h-document-new-reset-field.patch:

   checkpatch.pl:
	$ cat patches/0002-m5mols-m5mols.h-document-new-reset-field.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:16: WARNING: Duplicate signature
	-:35: WARNING: From:/Signed-off-by: email address mismatch: 'From: Hans Verkuil <hverkuil@xs4all.nl>' != 'Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>'


Error #512 when building PDF docs