mbox series

[GIT,PULL,FOR,v6.4] Various fixes

Message ID 4ad446c4-f1eb-bf83-4f97-80ec6d7cb3e8@xs4all.nl
State New
Headers show
Series [GIT,PULL,FOR,v6.4] Various fixes | expand

Pull-request

git://linuxtv.org/hverkuil/media_tree.git tags/br-v6.4c

Message

Hans Verkuil March 13, 2023, 4:27 p.m. UTC
The following changes since commit 3e62aba8284de0994a669d07983299242e68fe72:

  media: imx-mipi-csis: Check csis_fmt validity before use (2023-02-26 11:21:33 +0100)

are available in the Git repository at:

  git://linuxtv.org/hverkuil/media_tree.git tags/br-v6.4c

for you to fetch changes up to 11d6bec6489199ad826e9a4be27594539b74a52e:

  media: common: btcx-risc.h: drop obsolete header (2023-03-13 16:19:19 +0100)

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

----------------------------------------------------------------
Hans Verkuil (4):
      admin-guide/media/cec.rst: update CEC debugging doc
      media: stm32: dma2d: remove unused fb_buf
      zoran: drop two obsolete prototypes from zoran_device.h
      media: common: btcx-risc.h: drop obsolete header

 Documentation/admin-guide/media/cec.rst       | 70 ++++++++++++++++++++++++++++++++++++----------------------------------
 drivers/media/common/btcx-risc.h              | 29 -----------------------------
 drivers/media/pci/zoran/zoran_device.h        |  2 --
 drivers/media/platform/st/stm32/dma2d/dma2d.h |  2 --
 4 files changed, 36 insertions(+), 67 deletions(-)
 delete mode 100644 drivers/media/common/btcx-risc.h

Comments

Jenkins March 19, 2023, 1:06 p.m. UTC | #1
From: builder@linuxtv.org

Pull request: https://patchwork.linuxtv.org/project/linux-media/patch/4ad446c4-f1eb-bf83-4f97-80ec6d7cb3e8@xs4all.nl/
Build log: https://builder.linuxtv.org/job/patchwork/290890/
Build time: 00:18:02
Link: https://lore.kernel.org/linux-media/4ad446c4-f1eb-bf83-4f97-80ec6d7cb3e8@xs4all.nl

gpg: Signature made Mon 13 Mar 2023 03:20:14 PM UTC
gpg:                using EDDSA key 52ADCAAE8A4F70B99ACD8D726B425DF79B1C1E76
gpg: Good signature from "Hans Verkuil <hverkuil-cisco@xs4all.nl>" [unknown]
gpg:                 aka "Hans Verkuil <hverkuil@xs4all.nl>" [full]

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

Error/warnings:

patches/0001-admin-guide-media-cec.rst-update-CEC-debugging-doc.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
	../drivers/staging/media/atomisp/i2c/atomisp-ov2680.c:415 ov2680_s_stream() warn: missing error code 'ret'
	../drivers/staging/media/atomisp/pci/atomisp_cmd.c: ../drivers/staging/media/atomisp/pci/atomisp_cmd.c:3357 atomisp_cp_dvs_6axis_config() warn: missing unwind goto?
	../drivers/staging/media/atomisp/pci/atomisp_cmd.c: ../drivers/staging/media/atomisp/pci/atomisp_cmd.c:3456 atomisp_cp_morph_table() warn: missing unwind goto?

    allyesconfig: return code #0:
	../drivers/media/i2c/adp1653.c: ../drivers/media/i2c/adp1653.c:444 adp1653_of_init() warn: missing unwind goto?
	SMATCH:../drivers/media/usb/siano/smsusb.c ../drivers/media/usb/siano/smsusb.c:53:38: :warning: array of flexible structures
	../drivers/media/platform/nxp/imx-jpeg/mxc-jpeg.c: ../drivers/media/platform/nxp/imx-jpeg/mxc-jpeg.c:2485 mxc_jpeg_probe() warn: missing unwind goto?
	../drivers/media/i2c/ov5645.c: ../drivers/media/i2c/ov5645.c:687 ov5645_set_power_on() warn: 'ov5645->xclk' from clk_prepare_enable() not released on lines: 687.
	../drivers/media/i2c/ov5670.c: ../drivers/media/i2c/ov5670.c:2670 ov5670_probe() warn: passing zero to 'PTR_ERR'
	../drivers/media/pci/cx23885/cx23885-dvb.c: ../drivers/media/pci/cx23885/cx23885-dvb.c:2570 dvb_register() parse error: OOM: 3000028Kb sm_state_count = 1939314
	../drivers/media/pci/cx23885/cx23885-dvb.c: ../drivers/media/pci/cx23885/cx23885-dvb.c:2570 dvb_register() warn: Function too hairy.  No more merges.
	../drivers/media/pci/cx23885/cx23885-dvb.c: ../drivers/media/pci/cx23885/cx23885-dvb.c:2570 dvb_register() parse error: __split_smt: function too hairy.  Giving up after 54 seconds
	../drivers/media/usb/em28xx/em28xx-video.c: ../drivers/media/usb/em28xx/em28xx-video.c:2864 em28xx_v4l2_init() parse error: turning off implications after 60 seconds
	../drivers/media/usb/pvrusb2/pvrusb2-hdw.c: ../drivers/media/usb/pvrusb2/pvrusb2-hdw.c:3293 pvr2_hdw_get_tuner_status() warn: inconsistent indenting

   checkpatch.pl:
	$ cat patches/0001-admin-guide-media-cec.rst-update-CEC-debugging-doc.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:7: WARNING: Possible unwrapped commit description (prefer a maximum 75 chars per line)

patches/0004-media-common-btcx-risc.h-drop-obsolete-header.patch:

   checkpatch.pl:
	$ cat patches/0004-media-common-btcx-risc.h-drop-obsolete-header.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:15: WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?


Error #512 when building PDF docs