linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL FOR v5.11] Various fixes and a new meson driver
@ 2020-12-03 11:17 Hans Verkuil
  2020-12-03 11:41 ` [GIT PULL FOR v5.11] Various fixes and a new meson driver (#69706) Jenkins
  2020-12-07 11:49 ` Jenkins
  0 siblings, 2 replies; 3+ messages in thread
From: Hans Verkuil @ 2020-12-03 11:17 UTC (permalink / raw)
  To: Linux Media Mailing List; +Cc: Jernej Škrabec, Neil Armstrong

The following changes since commit fb1f3a1befdb43a40255d35d50ac49a332232fc0:

  media: pixfmt-compressed.rst: fix 'bullet' formatting (2020-12-03 11:45:17 +0100)

are available in the Git repository at:

  git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.11e

for you to fetch changes up to 0d87b2a2c7e667078075e7b86f90662aa5ee1e2b:

  vivid: fix 'disconnect' error injection (2020-12-03 12:01:53 +0100)

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

----------------------------------------------------------------
Alan Stern (1):
      media: gspca: Fix memory leak in probe

Hans Verkuil (1):
      vivid: fix 'disconnect' error injection

Jacopo Mondi (1):
      media: rcar-vin: Mask VNCSI_IFMD register

Jernej Skrabec (1):
      media: cedrus: Make VP8 codec as capability

Neil Armstrong (3):
      dt-bindings: media: Add bindings for the Amlogic GE2D Accelerator Unit
      media: meson: Add M2M driver for the Amlogic GE2D Accelerator Unit
      MAINTAINERS: Add myself as maintainer of the Amlogic GE2D driver

 Documentation/devicetree/bindings/media/amlogic,axg-ge2d.yaml |   47 ++
 MAINTAINERS                                                   |    9 +
 drivers/media/platform/Kconfig                                |   13 +
 drivers/media/platform/Makefile                               |    2 +
 drivers/media/platform/meson/ge2d/Makefile                    |    3 +
 drivers/media/platform/meson/ge2d/ge2d-regs.h                 |  360 +++++++++++++
 drivers/media/platform/meson/ge2d/ge2d.c                      | 1067 +++++++++++++++++++++++++++++++++++++
 drivers/media/platform/rcar-vin/rcar-dma.c                    |   25 +-
 drivers/media/test-drivers/vivid/vivid-core.c                 |   66 ++-
 drivers/media/test-drivers/vivid/vivid-core.h                 |    1 +
 drivers/media/test-drivers/vivid/vivid-ctrls.c                |   29 +-
 drivers/media/usb/gspca/gspca.c                               |    1 +
 drivers/staging/media/sunxi/cedrus/cedrus.c                   |   27 +-
 drivers/staging/media/sunxi/cedrus/cedrus.h                   |    1 +
 drivers/staging/media/sunxi/cedrus/cedrus_video.c             |    1 +
 15 files changed, 1610 insertions(+), 42 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/media/amlogic,axg-ge2d.yaml
 create mode 100644 drivers/media/platform/meson/ge2d/Makefile
 create mode 100644 drivers/media/platform/meson/ge2d/ge2d-regs.h
 create mode 100644 drivers/media/platform/meson/ge2d/ge2d.c

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

* Re: [GIT PULL FOR v5.11] Various fixes and a new meson driver (#69706)
  2020-12-03 11:17 [GIT PULL FOR v5.11] Various fixes and a new meson driver Hans Verkuil
@ 2020-12-03 11:41 ` Jenkins
  2020-12-07 11:49 ` Jenkins
  1 sibling, 0 replies; 3+ messages in thread
From: Jenkins @ 2020-12-03 11:41 UTC (permalink / raw)
  To: mchehab+samsung, linux-media; +Cc: builder

From: builder@linuxtv.org

Pull request: https://patchwork.linuxtv.org/project/linux-media/patch/4bfaa4d3-7b04-3b5c-801c-d68f0765646d@xs4all.nl/
Build log: https://builder.linuxtv.org/job/patchwork/79705/
Build time: 00:07:31
Link: https://lore.kernel.org/linux-media/4bfaa4d3-7b04-3b5c-801c-d68f0765646d@xs4all.nl

gpg: Signature made Thu 03 Dec 2020 11:10:07 AM UTC
gpg:                using RSA key AAA7FFBA4D2D77EF4CAEA1421326E0CD23ABDCE5
gpg: Good signature from "Hans Verkuil <hverkuil-cisco@xs4all.nl>" [unknown]
gpg:                 aka "Hans Verkuil <hverkuil@xs4all.nl>" [full]
gpg: Note: This key has expired!
Primary key fingerprint: 052C DE7B C215 053B 689F  1BCA BD2D 6148 6614 3B4C
     Subkey fingerprint: AAA7 FFBA 4D2D 77EF 4CAE  A142 1326 E0CD 23AB DCE5

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

Error/warnings:

patches/0001-media-gspca-Fix-memory-leak-in-probe.patch:

    allmodconfig: return code #512:
	In file included from ../drivers/media/i2c/ccs/ccs.h:19,
	                 from ../drivers/media/i2c/ccs/ccs-core.c:32:
	../drivers/media/i2c/ccs/ccs-data.h:40:1: warning: "/*" within comment [-Wcomment]
	In file included from ../drivers/media/i2c/ccs/ccs.h:19,
	                 from ../drivers/media/i2c/ccs/ccs-reg-access.c:17:
	../drivers/media/i2c/ccs/ccs-data.h:40:1: warning: "/*" within comment [-Wcomment]
	../drivers/media/i2c/ccs/ccs-reg-access.c:207:37: error: increment of pointer to an incomplete type ‘struct ccs_reg’
	../drivers/media/i2c/ccs/ccs-reg-access.c:210:11: error: dereferencing pointer to incomplete type ‘struct ccs_reg’
	../drivers/media/i2c/ccs/ccs-reg-access.c:380:37: error: increment of pointer to an incomplete type ‘struct ccs_reg’
	In file included from ../include/linux/kernel.h:14,
	                 from ../include/linux/unaligned/access_ok.h:5,
	                 from ../arch/x86/include/asm/unaligned.h:9,
	                 from ../drivers/media/i2c/ccs/ccs-reg-access.c:12:
	../include/linux/minmax.h:42:2: error: first argument to ‘__builtin_choose_expr’ not a constant
	../include/linux/minmax.h:51:19: note: in expansion of macro ‘__careful_cmp’
	../drivers/media/i2c/ccs/ccs-reg-access.c:388:14: note: in expansion of macro ‘min’
	make[4]: *** [../scripts/Makefile.build:283: drivers/media/i2c/ccs/ccs-reg-access.o] Error 1
	make[3]: *** [../scripts/Makefile.build:500: drivers/media/i2c/ccs] Error 2
	make[2]: *** [../scripts/Makefile.build:500: drivers/media/i2c] Error 2
	make[2]: *** Waiting for unfinished jobs....
	make[1]: *** [/var/lib/jenkins/workspace/patchwork/Makefile:1797: drivers/media] Error 2
	make: *** [Makefile:185: __sub-make] Error 2

patches/0002-media-cedrus-Make-VP8-codec-as-capability.patch:

    allmodconfig: return code #512:
	In file included from ../drivers/media/i2c/ccs/ccs.h:19,
	                 from ../drivers/media/i2c/ccs/ccs-reg-access.c:17:
	../drivers/media/i2c/ccs/ccs-data.h:40:1: warning: "/*" within comment [-Wcomment]
	../drivers/media/i2c/ccs/ccs-reg-access.c:207:37: error: increment of pointer to an incomplete type ‘struct ccs_reg’
	../drivers/media/i2c/ccs/ccs-reg-access.c:210:11: error: dereferencing pointer to incomplete type ‘struct ccs_reg’
	../drivers/media/i2c/ccs/ccs-reg-access.c:380:37: error: increment of pointer to an incomplete type ‘struct ccs_reg’
	In file included from ../include/linux/kernel.h:14,
	                 from ../include/linux/unaligned/access_ok.h:5,
	                 from ../arch/x86/include/asm/unaligned.h:9,
	                 from ../drivers/media/i2c/ccs/ccs-reg-access.c:12:
	../include/linux/minmax.h:42:2: error: first argument to ‘__builtin_choose_expr’ not a constant
	../include/linux/minmax.h:51:19: note: in expansion of macro ‘__careful_cmp’
	../drivers/media/i2c/ccs/ccs-reg-access.c:388:14: note: in expansion of macro ‘min’
	make[4]: *** [../scripts/Makefile.build:283: drivers/media/i2c/ccs/ccs-reg-access.o] Error 1
	make[4]: *** Waiting for unfinished jobs....
	In file included from ../drivers/media/i2c/ccs/ccs.h:19,
	                 from ../drivers/media/i2c/ccs/ccs-quirk.c:14:
	../drivers/media/i2c/ccs/ccs-data.h:40:1: warning: "/*" within comment [-Wcomment]
	make[3]: *** [../scripts/Makefile.build:500: drivers/media/i2c/ccs] Error 2
	make[3]: *** Waiting for unfinished jobs....
	make[2]: *** [../scripts/Makefile.build:500: drivers/media/i2c] Error 2
	make[2]: *** Waiting for unfinished jobs....
	make[1]: *** [/var/lib/jenkins/workspace/patchwork/Makefile:1797: drivers/media] Error 2
	make: *** [Makefile:185: __sub-make] Error 2

patches/0003-dt-bindings-media-Add-bindings-for-the-Amlogic-GE2D-.patch:

    allmodconfig: return code #512:
	In file included from ../drivers/media/i2c/ccs/ccs.h:19,
	                 from ../drivers/media/i2c/ccs/ccs-reg-access.c:17:
	../drivers/media/i2c/ccs/ccs-data.h:40:1: warning: "/*" within comment [-Wcomment]
	../drivers/media/i2c/ccs/ccs-reg-access.c:207:37: error: increment of pointer to an incomplete type ‘struct ccs_reg’
	../drivers/media/i2c/ccs/ccs-reg-access.c:210:11: error: dereferencing pointer to incomplete type ‘struct ccs_reg’
	../drivers/media/i2c/ccs/ccs-reg-access.c:380:37: error: increment of pointer to an incomplete type ‘struct ccs_reg’
	In file included from ../include/linux/kernel.h:14,
	                 from ../include/linux/unaligned/access_ok.h:5,
	                 from ../arch/x86/include/asm/unaligned.h:9,
	                 from ../drivers/media/i2c/ccs/ccs-reg-access.c:12:
	../include/linux/minmax.h:42:2: error: first argument to ‘__builtin_choose_expr’ not a constant
	../include/linux/minmax.h:51:19: note: in expansion of macro ‘__careful_cmp’
	../drivers/media/i2c/ccs/ccs-reg-access.c:388:14: note: in expansion of macro ‘min’
	make[4]: *** [../scripts/Makefile.build:283: drivers/media/i2c/ccs/ccs-reg-access.o] Error 1
	make[4]: *** Waiting for unfinished jobs....
	In file included from ../drivers/media/i2c/ccs/ccs-data-defs.h:11,
	                 from ../drivers/media/i2c/ccs/ccs-data.c:15:
	../drivers/media/i2c/ccs/ccs-data.h:40:1: warning: "/*" within comment [-Wcomment]
	../drivers/media/i2c/ccs/ccs-data.c:223:44: error: dereferencing pointer to incomplete type ‘struct ccs_reg’
	../drivers/media/i2c/ccs/ccs-data.c:296:8: error: increment of pointer to an incomplete type ‘struct ccs_reg’
	make[4]: *** [../scripts/Makefile.build:283: drivers/media/i2c/ccs/ccs-data.o] Error 1
	make[3]: *** [../scripts/Makefile.build:500: drivers/media/i2c/ccs] Error 2
	make[2]: *** [../scripts/Makefile.build:500: drivers/media/i2c] Error 2
	make[2]: *** Waiting for unfinished jobs....
	make[1]: *** [/var/lib/jenkins/workspace/patchwork/Makefile:1797: drivers/media] Error 2
	make: *** [Makefile:185: __sub-make] Error 2

   checkpatch.pl:
	$ cat patches/0003-dt-bindings-media-Add-bindings-for-the-Amlogic-GE2D-.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:6: WARNING: Possible unwrapped commit description (prefer a maximum 75 chars per line)
	-:21: WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?

patches/0004-media-meson-Add-M2M-driver-for-the-Amlogic-GE2D-Acce.patch:

    allmodconfig: return code #512:
	In file included from ../drivers/media/i2c/ccs/ccs.h:19,
	                 from ../drivers/media/i2c/ccs/ccs-reg-access.c:17:
	../drivers/media/i2c/ccs/ccs-data.h:40:1: warning: "/*" within comment [-Wcomment]
	../drivers/media/i2c/ccs/ccs-reg-access.c:207:37: error: increment of pointer to an incomplete type ‘struct ccs_reg’
	../drivers/media/i2c/ccs/ccs-reg-access.c:210:11: error: dereferencing pointer to incomplete type ‘struct ccs_reg’
	../drivers/media/i2c/ccs/ccs-reg-access.c:380:37: error: increment of pointer to an incomplete type ‘struct ccs_reg’
	In file included from ../include/linux/kernel.h:14,
	                 from ../include/linux/unaligned/access_ok.h:5,
	                 from ../arch/x86/include/asm/unaligned.h:9,
	                 from ../drivers/media/i2c/ccs/ccs-reg-access.c:12:
	../include/linux/minmax.h:42:2: error: first argument to ‘__builtin_choose_expr’ not a constant
	../include/linux/minmax.h:51:19: note: in expansion of macro ‘__careful_cmp’
	../drivers/media/i2c/ccs/ccs-reg-access.c:388:14: note: in expansion of macro ‘min’
	make[4]: *** [../scripts/Makefile.build:283: drivers/media/i2c/ccs/ccs-reg-access.o] Error 1
	make[4]: *** Waiting for unfinished jobs....
	In file included from ../drivers/media/i2c/ccs/ccs-data-defs.h:11,
	                 from ../drivers/media/i2c/ccs/ccs-data.c:15:
	../drivers/media/i2c/ccs/ccs-data.h:40:1: warning: "/*" within comment [-Wcomment]
	../drivers/media/i2c/ccs/ccs-data.c:223:44: error: dereferencing pointer to incomplete type ‘struct ccs_reg’
	../drivers/media/i2c/ccs/ccs-data.c:296:8: error: increment of pointer to an incomplete type ‘struct ccs_reg’
	make[4]: *** [../scripts/Makefile.build:283: drivers/media/i2c/ccs/ccs-data.o] Error 1
	make[3]: *** [../scripts/Makefile.build:500: drivers/media/i2c/ccs] Error 2
	make[3]: *** Waiting for unfinished jobs....
	make[2]: *** [../scripts/Makefile.build:500: drivers/media/i2c] Error 2
	make[2]: *** Waiting for unfinished jobs....
	make[1]: *** [/var/lib/jenkins/workspace/patchwork/Makefile:1797: drivers/media] Error 2
	make: *** [Makefile:185: __sub-make] Error 2

   checkpatch.pl:
	$ cat patches/0004-media-meson-Add-M2M-driver-for-the-Amlogic-GE2D-Acce.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:76: WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?

patches/0005-MAINTAINERS-Add-myself-as-maintainer-of-the-Amlogic-.patch:

    allmodconfig: return code #512:
	In file included from ../drivers/media/i2c/ccs/ccs-data-defs.h:11,
	                 from ../drivers/media/i2c/ccs/ccs-data.c:15:
	../drivers/media/i2c/ccs/ccs-data.h:40:1: warning: "/*" within comment [-Wcomment]
	../drivers/media/i2c/ccs/ccs-data.c:223:44: error: dereferencing pointer to incomplete type ‘struct ccs_reg’
	../drivers/media/i2c/ccs/ccs-data.c:296:8: error: increment of pointer to an incomplete type ‘struct ccs_reg’
	make[4]: *** [../scripts/Makefile.build:283: drivers/media/i2c/ccs/ccs-data.o] Error 1
	make[4]: *** Waiting for unfinished jobs....
	In file included from ../drivers/media/i2c/ccs/ccs.h:19,
	                 from ../drivers/media/i2c/ccs/ccs-reg-access.c:17:
	../drivers/media/i2c/ccs/ccs-data.h:40:1: warning: "/*" within comment [-Wcomment]
	../drivers/media/i2c/ccs/ccs-reg-access.c:207:37: error: increment of pointer to an incomplete type ‘struct ccs_reg’
	../drivers/media/i2c/ccs/ccs-reg-access.c:210:11: error: dereferencing pointer to incomplete type ‘struct ccs_reg’
	../drivers/media/i2c/ccs/ccs-reg-access.c:380:37: error: increment of pointer to an incomplete type ‘struct ccs_reg’
	In file included from ../include/linux/kernel.h:14,
	                 from ../include/linux/unaligned/access_ok.h:5,
	                 from ../arch/x86/include/asm/unaligned.h:9,
	                 from ../drivers/media/i2c/ccs/ccs-reg-access.c:12:
	../include/linux/minmax.h:42:2: error: first argument to ‘__builtin_choose_expr’ not a constant
	../include/linux/minmax.h:51:19: note: in expansion of macro ‘__careful_cmp’
	../drivers/media/i2c/ccs/ccs-reg-access.c:388:14: note: in expansion of macro ‘min’
	make[4]: *** [../scripts/Makefile.build:283: drivers/media/i2c/ccs/ccs-reg-access.o] Error 1
	make[3]: *** [../scripts/Makefile.build:500: drivers/media/i2c/ccs] Error 2
	make[3]: *** Waiting for unfinished jobs....
	make[2]: *** [../scripts/Makefile.build:500: drivers/media/i2c] Error 2
	make[1]: *** [/var/lib/jenkins/workspace/patchwork/Makefile:1797: drivers/media] Error 2
	make: *** [Makefile:185: __sub-make] Error 2

   checkpatch.pl:
	$ cat patches/0005-MAINTAINERS-Add-myself-as-maintainer-of-the-Amlogic-.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:28: WARNING: Possible repeated word: 'git'

patches/0006-media-rcar-vin-Mask-VNCSI_IFMD-register.patch:

    allmodconfig: return code #512:
	In file included from ../drivers/media/i2c/ccs/ccs-data-defs.h:11,
	                 from ../drivers/media/i2c/ccs/ccs-data.c:15:
	../drivers/media/i2c/ccs/ccs-data.h:40:1: warning: "/*" within comment [-Wcomment]
	../drivers/media/i2c/ccs/ccs-data.c:223:44: error: dereferencing pointer to incomplete type ‘struct ccs_reg’
	../drivers/media/i2c/ccs/ccs-data.c:296:8: error: increment of pointer to an incomplete type ‘struct ccs_reg’
	make[4]: *** [../scripts/Makefile.build:283: drivers/media/i2c/ccs/ccs-data.o] Error 1
	make[4]: *** Waiting for unfinished jobs....
	In file included from ../drivers/media/i2c/ccs/ccs.h:19,
	                 from ../drivers/media/i2c/ccs/ccs-reg-access.c:17:
	../drivers/media/i2c/ccs/ccs-data.h:40:1: warning: "/*" within comment [-Wcomment]
	../drivers/media/i2c/ccs/ccs-reg-access.c:207:37: error: increment of pointer to an incomplete type ‘struct ccs_reg’
	../drivers/media/i2c/ccs/ccs-reg-access.c:210:11: error: dereferencing pointer to incomplete type ‘struct ccs_reg’
	../drivers/media/i2c/ccs/ccs-reg-access.c:380:37: error: increment of pointer to an incomplete type ‘struct ccs_reg’
	In file included from ../include/linux/kernel.h:14,
	                 from ../include/linux/unaligned/access_ok.h:5,
	                 from ../arch/x86/include/asm/unaligned.h:9,
	                 from ../drivers/media/i2c/ccs/ccs-reg-access.c:12:
	../include/linux/minmax.h:42:2: error: first argument to ‘__builtin_choose_expr’ not a constant
	../include/linux/minmax.h:51:19: note: in expansion of macro ‘__careful_cmp’
	../drivers/media/i2c/ccs/ccs-reg-access.c:388:14: note: in expansion of macro ‘min’
	make[4]: *** [../scripts/Makefile.build:283: drivers/media/i2c/ccs/ccs-reg-access.o] Error 1
	make[3]: *** [../scripts/Makefile.build:500: drivers/media/i2c/ccs] Error 2
	make[3]: *** Waiting for unfinished jobs....
	make[2]: *** [../scripts/Makefile.build:500: drivers/media/i2c] Error 2
	make[2]: *** Waiting for unfinished jobs....
	make[1]: *** [/var/lib/jenkins/workspace/patchwork/Makefile:1797: drivers/media] Error 2
	make: *** [Makefile:185: __sub-make] Error 2

patches/0007-vivid-fix-disconnect-error-injection.patch:

    allmodconfig: return code #512:
	In file included from ../drivers/media/i2c/ccs/ccs.h:19,
	                 from ../drivers/media/i2c/ccs/ccs-reg-access.c:17:
	../drivers/media/i2c/ccs/ccs-data.h:40:1: warning: "/*" within comment [-Wcomment]
	../drivers/media/i2c/ccs/ccs-reg-access.c:207:37: error: increment of pointer to an incomplete type ‘struct ccs_reg’
	../drivers/media/i2c/ccs/ccs-reg-access.c:210:11: error: dereferencing pointer to incomplete type ‘struct ccs_reg’
	../drivers/media/i2c/ccs/ccs-reg-access.c:380:37: error: increment of pointer to an incomplete type ‘struct ccs_reg’
	In file included from ../include/linux/kernel.h:14,
	                 from ../include/linux/unaligned/access_ok.h:5,
	                 from ../arch/x86/include/asm/unaligned.h:9,
	                 from ../drivers/media/i2c/ccs/ccs-reg-access.c:12:
	../include/linux/minmax.h:42:2: error: first argument to ‘__builtin_choose_expr’ not a constant
	../include/linux/minmax.h:51:19: note: in expansion of macro ‘__careful_cmp’
	../drivers/media/i2c/ccs/ccs-reg-access.c:388:14: note: in expansion of macro ‘min’
	make[4]: *** [../scripts/Makefile.build:283: drivers/media/i2c/ccs/ccs-reg-access.o] Error 1
	make[3]: *** [../scripts/Makefile.build:500: drivers/media/i2c/ccs] Error 2
	make[2]: *** [../scripts/Makefile.build:500: drivers/media/i2c] Error 2
	make[2]: *** Waiting for unfinished jobs....
	make[1]: *** [/var/lib/jenkins/workspace/patchwork/Makefile:1797: drivers/media] Error 2
	make: *** [Makefile:185: __sub-make] Error 2


Error #512 when building PDF docs


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

* Re: [GIT PULL FOR v5.11] Various fixes and a new meson driver (#69706)
  2020-12-03 11:17 [GIT PULL FOR v5.11] Various fixes and a new meson driver Hans Verkuil
  2020-12-03 11:41 ` [GIT PULL FOR v5.11] Various fixes and a new meson driver (#69706) Jenkins
@ 2020-12-07 11:49 ` Jenkins
  1 sibling, 0 replies; 3+ messages in thread
From: Jenkins @ 2020-12-07 11:49 UTC (permalink / raw)
  To: mchehab+samsung, linux-media; +Cc: builder

From: builder@linuxtv.org

Pull request: https://patchwork.linuxtv.org/project/linux-media/patch/4bfaa4d3-7b04-3b5c-801c-d68f0765646d@xs4all.nl/
Build log: https://builder.linuxtv.org/job/patchwork/80283/
Build time: 00:04:52
Link: https://lore.kernel.org/linux-media/4bfaa4d3-7b04-3b5c-801c-d68f0765646d@xs4all.nl

gpg: Signature made Thu 03 Dec 2020 11:10:07 AM UTC
gpg:                using RSA key AAA7FFBA4D2D77EF4CAEA1421326E0CD23ABDCE5
gpg: Good signature from "Hans Verkuil <hverkuil-cisco@xs4all.nl>" [unknown]
gpg:                 aka "Hans Verkuil <hverkuil@xs4all.nl>" [full]
gpg: Note: This key has expired!
Primary key fingerprint: 052C DE7B C215 053B 689F  1BCA BD2D 6148 6614 3B4C
     Subkey fingerprint: AAA7 FFBA 4D2D 77EF 4CAE  A142 1326 E0CD 23AB DCE5

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

Error/warnings:

patches/0003-dt-bindings-media-Add-bindings-for-the-Amlogic-GE2D-.patch:

   checkpatch.pl:
	$ cat patches/0003-dt-bindings-media-Add-bindings-for-the-Amlogic-GE2D-.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:6: WARNING: Possible unwrapped commit description (prefer a maximum 75 chars per line)
	-:21: WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?

patches/0004-media-meson-Add-M2M-driver-for-the-Amlogic-GE2D-Acce.patch:

   checkpatch.pl:
	$ cat patches/0004-media-meson-Add-M2M-driver-for-the-Amlogic-GE2D-Acce.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:76: WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?

patches/0005-MAINTAINERS-Add-myself-as-maintainer-of-the-Amlogic-.patch:

   checkpatch.pl:
	$ cat patches/0005-MAINTAINERS-Add-myself-as-maintainer-of-the-Amlogic-.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:28: WARNING: Possible repeated word: 'git'


Error #512 when building PDF docs


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

end of thread, other threads:[~2020-12-07 11:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-03 11:17 [GIT PULL FOR v5.11] Various fixes and a new meson driver Hans Verkuil
2020-12-03 11:41 ` [GIT PULL FOR v5.11] Various fixes and a new meson driver (#69706) Jenkins
2020-12-07 11:49 ` Jenkins

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).