All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL FOR v5.18] More fixes
@ 2022-02-18 13:26 Hans Verkuil
  2022-02-18 13:51 ` [GIT PULL FOR v5.18] More fixes (#80829) Jenkins
  0 siblings, 1 reply; 2+ messages in thread
From: Hans Verkuil @ 2022-02-18 13:26 UTC (permalink / raw)
  To: Linux Media Mailing List

The following changes since commit 2b891d3980f6c255459d0e1c29ce2152ec7cf678:

  media: xilinx: csi2rxss: Use mipi-csi2.h (2022-02-17 10:32:26 +0100)

are available in the Git repository at:

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

for you to fetch changes up to dd025ebd015921ca2ecd37830a25c0319a817769:

  media: doc: pixfmt-rgb: Fix V4L2_PIX_FMT_BGR24 format description (2022-02-18 14:23:03 +0100)

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

----------------------------------------------------------------
Christophe JAILLET (1):
      media: Remove usage of the deprecated "pci-dma-compat.h" API

Colin Ian King (3):
      media: dvb_frontend: make static read-only array DIB3000MC_I2C_ADDRESS const
      media: dib7000p: make static read-only arrays notch and sine const
      media: dvb_frontends: make static read-only array fec_tab const

Lad Prabhakar (1):
      media: dt-bindings: media: renesas,csi2: Update data-lanes property

Laurent Pinchart (1):
      media: doc: pixfmt-rgb: Fix V4L2_PIX_FMT_BGR24 format description

Muhammad Usama Anjum (1):
      media: imx: imx8mq-mipi_csi2: Remove unneeded code

 Documentation/devicetree/bindings/media/renesas,csi2.yaml |  5 ++++-
 Documentation/userspace-api/media/v4l/pixfmt-rgb.rst      |  2 +-
 drivers/media/dvb-frontends/dib3000mc.c                   |  2 +-
 drivers/media/dvb-frontends/dib7000p.c                    |  4 ++--
 drivers/media/dvb-frontends/stv0299.c                     |  5 +++--
 drivers/media/pci/cx18/cx18-queue.h                       |  6 +++---
 drivers/media/pci/ivtv/ivtv-queue.h                       | 25 ++++++++++++++-----------
 drivers/media/pci/ivtv/ivtv-udma.h                        |  8 ++++----
 drivers/staging/media/imx/imx8mq-mipi-csi2.c              | 16 ++++------------
 9 files changed, 36 insertions(+), 37 deletions(-)

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

* Re: [GIT PULL FOR v5.18] More fixes (#80829)
  2022-02-18 13:26 [GIT PULL FOR v5.18] More fixes Hans Verkuil
@ 2022-02-18 13:51 ` Jenkins
  0 siblings, 0 replies; 2+ messages in thread
From: Jenkins @ 2022-02-18 13:51 UTC (permalink / raw)
  To: mchehab+samsung, linux-media; +Cc: builder

From: builder@linuxtv.org

Pull request: https://patchwork.linuxtv.org/project/linux-media/patch/7d90894e-1fb6-06c5-1c2c-67c81b4a34b2@xs4all.nl/
Build log: https://builder.linuxtv.org/job/patchwork/184008/
Build time: 00:19:36
Link: https://lore.kernel.org/linux-media/7d90894e-1fb6-06c5-1c2c-67c81b4a34b2@xs4all.nl

gpg: Signature made Fri 18 Feb 2022 01:26:01 PM UTC
gpg:                using EDDSA key 52ADCAAE8A4F70B99ACD8D726B425DF79B1C1E76
gpg: Can't check signature: No public key

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

Error/warnings:

patches/0001-media-Remove-usage-of-the-deprecated-pci-dma-compat..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/rc/meson-ir-tx.c:22: warning: expecting prototype for meson(). Prototype was for DEVICE_NAME() instead
	../drivers/media/test-drivers/vivid/vivid-core.c: ../drivers/media/test-drivers/vivid/vivid-core.c:1983 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/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/usb/em28xx/em28xx-video.c: ../drivers/media/usb/em28xx/em28xx-video.c:2900 em28xx_v4l2_init() parse error: turning off implications after 60 seconds

   checkpatch.pl:
	$ cat patches/0001-media-Remove-usage-of-the-deprecated-pci-dma-compat..patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:15: WARNING: Possible unwrapped commit description (prefer a maximum 75 chars per line)
	-:135: CHECK: Avoid CamelCase: <SGarray>


Error #512 when building PDF docs


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

end of thread, other threads:[~2022-02-18 13:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-18 13:26 [GIT PULL FOR v5.18] More fixes Hans Verkuil
2022-02-18 13:51 ` [GIT PULL FOR v5.18] More fixes (#80829) Jenkins

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.