Message ID | 20190821130434.gh4drkm6tiawzbpg@gofer.mess.org (mailing list archive) |
---|---|
State | Accepted, archived |
Headers |
Received: from vger.kernel.org ([209.132.180.67]) by www.linuxtv.org with esmtp (Exim 4.84_2) (envelope-from <linux-media-owner@vger.kernel.org>) id 1i0QI2-0008EZ-Uy; Wed, 21 Aug 2019 13:04:39 +0000 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728026AbfHUNEh (ORCPT <rfc822;mkrufky@linuxtv.org> + 1 other); Wed, 21 Aug 2019 09:04:37 -0400 Received: from gofer.mess.org ([88.97.38.141]:48329 "EHLO gofer.mess.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726484AbfHUNEh (ORCPT <rfc822;linux-media@vger.kernel.org>); Wed, 21 Aug 2019 09:04:37 -0400 Received: by gofer.mess.org (Postfix, from userid 1000) id 5263960449; Wed, 21 Aug 2019 14:04:35 +0100 (BST) Date: Wed, 21 Aug 2019 14:04:35 +0100 From: Sean Young <sean@mess.org> To: linux-media@vger.kernel.org Subject: [GIT PULL FOR v5.4] More DVB/RC changes Message-ID: <20190821130434.gh4drkm6tiawzbpg@gofer.mess.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: <linux-media.vger.kernel.org> X-Mailing-List: linux-media@vger.kernel.org |
Series |
[GIT,PULL,FOR,v5.4] More DVB/RC changes
|
|
Pull-request
git://linuxtv.org/syoung/media_tree.git tags/v5.4eMessage
Sean Young
Aug. 21, 2019, 1:04 p.m. UTC
Hi Mauro, This moves the MyGica T230 to dvbsky, like was previously done for the T230C model. Other than that some minor fixes and device tree update to yaml. Thanks Sean The following changes since commit d4e0f82ac840bf3d16b25d60f261b429603138a9: media: pixfmt-compressed.rst: improve H264/HEVC/MPEG1+2/VP8+9 documentation (2019-08-19 15:00:54 -0300) are available in the Git repository at: git://linuxtv.org/syoung/media_tree.git tags/v5.4e for you to fetch changes up to da73cb750fdb94ea3dd70f97224bd27f72d91955: dt-bindings: media: Convert Allwinner A10 IR to a schema (2019-08-20 17:34:22 +0100) ---------------------------------------------------------------- DVB/RC for 5.4 ---------------------------------------------------------------- Jan Pieter van Woerkom (2): media: dvb-usb: remove T230 from cxusb media: dvb-usb: add T230 to dvbsky Maxime Ripard (2): dt-bindings: media: Add YAML schemas for the generic RC bindings dt-bindings: media: Convert Allwinner A10 IR to a schema Nishka Dasgupta (4): media: dvb-bt8xx: Make variable dst_config constant media: firewire: Make structure fdtv_ca constant media: ec168: Make structure ec168_props constant media: dvb-frontends/cxd2099: Make en_templ constant Tomas Bortoli (1): media: ttusb-dec: Fix info-leak in ttusb_dec_send_command() .../bindings/media/allwinner,sun4i-a10-ir.yaml | 80 ++++++++++ Documentation/devicetree/bindings/media/rc.txt | 118 +-------------- Documentation/devicetree/bindings/media/rc.yaml | 145 +++++++++++++++++++ .../devicetree/bindings/media/sunxi-ir.txt | 35 ----- drivers/media/dvb-frontends/cxd2099.c | 2 +- drivers/media/firewire/firedtv-ci.c | 2 +- drivers/media/pci/bt8xx/dvb-bt8xx.c | 2 +- drivers/media/usb/dvb-usb-v2/dvbsky.c | 21 ++- drivers/media/usb/dvb-usb-v2/ec168.c | 2 +- drivers/media/usb/dvb-usb/cxusb.c | 161 --------------------- drivers/media/usb/ttusb-dec/ttusb_dec.c | 2 +- 11 files changed, 247 insertions(+), 323 deletions(-) create mode 100644 Documentation/devicetree/bindings/media/allwinner,sun4i-a10-ir.yaml create mode 100644 Documentation/devicetree/bindings/media/rc.yaml delete mode 100644 Documentation/devicetree/bindings/media/sunxi-ir.txt
Comments
From: builder@linuxtv.org
Pull request: https://patchwork.linuxtv.org/patch/58337/
Build log: https://builder.linuxtv.org/job/patchwork/12637/
Build time: 00:00:00
Link: https://lore.kernel.org/linux-media/20190821130434.gh4drkm6tiawzbpg@gofer.mess.org
FAILED: patch patch patches/0009-dt-bindings-media-Convert-Allwinner-A10-IR-to-a-sche.patch doesn't apply:
Applying patch patches/0009-dt-bindings-media-Convert-Allwinner-A10-IR-to-a-sche.patch
patching file Documentation/devicetree/bindings/media/allwinner,sun4i-a10-ir.yaml
patching file Documentation/devicetree/bindings/media/sunxi-ir.txt
Hunk #1 FAILED at 1.
Not deleting file Documentation/devicetree/bindings/media/sunxi-ir.txt as content differs from patch
1 out of 1 hunk FAILED -- rejects in file Documentation/devicetree/bindings/media/sunxi-ir.txt
Patch patches/0009-dt-bindings-media-Convert-Allwinner-A10-IR-to-a-sche.patch does not apply (enforce with -f)
On Wed, Aug 21, 2019 at 01:16:59PM +0000, Jenkins wrote: > From: builder@linuxtv.org > > Pull request: https://patchwork.linuxtv.org/patch/58337/ > Build log: https://builder.linuxtv.org/job/patchwork/12637/ > Build time: 00:00:00 > Link: https://lore.kernel.org/linux-media/20190821130434.gh4drkm6tiawzbpg@gofer.mess.org > > FAILED: patch patch patches/0009-dt-bindings-media-Convert-Allwinner-A10-IR-to-a-sche.patch doesn't apply: > Applying patch patches/0009-dt-bindings-media-Convert-Allwinner-A10-IR-to-a-sche.patch > patching file Documentation/devicetree/bindings/media/allwinner,sun4i-a10-ir.yaml > patching file Documentation/devicetree/bindings/media/sunxi-ir.txt > Hunk #1 FAILED at 1. > Not deleting file Documentation/devicetree/bindings/media/sunxi-ir.txt as content differs from patch > 1 out of 1 hunk FAILED -- rejects in file Documentation/devicetree/bindings/media/sunxi-ir.txt > Patch patches/0009-dt-bindings-media-Convert-Allwinner-A10-IR-to-a-sche.patch does not apply (enforce with -f) This output makes no sense: this is branched off current media_tree master: d4e0f82ac840 (linuxtv/master) media: pixfmt-compressed.rst: improve H264/HEVC/MPEG1+2/VP8+9 documentation Also -- and more importantly -- the build log linked above show no such error and ends with success. Sean
Em Wed, 21 Aug 2019 14:28:16 +0100 Sean Young <sean@mess.org> escreveu: > On Wed, Aug 21, 2019 at 01:16:59PM +0000, Jenkins wrote: > > From: builder@linuxtv.org > > > > Pull request: https://patchwork.linuxtv.org/patch/58337/ > > Build log: https://builder.linuxtv.org/job/patchwork/12637/ > > Build time: 00:00:00 > > Link: https://lore.kernel.org/linux-media/20190821130434.gh4drkm6tiawzbpg@gofer.mess.org > > > > FAILED: patch patch patches/0009-dt-bindings-media-Convert-Allwinner-A10-IR-to-a-sche.patch doesn't apply: > > Applying patch patches/0009-dt-bindings-media-Convert-Allwinner-A10-IR-to-a-sche.patch > > patching file Documentation/devicetree/bindings/media/allwinner,sun4i-a10-ir.yaml > > patching file Documentation/devicetree/bindings/media/sunxi-ir.txt > > Hunk #1 FAILED at 1. > > Not deleting file Documentation/devicetree/bindings/media/sunxi-ir.txt as content differs from patch > > 1 out of 1 hunk FAILED -- rejects in file Documentation/devicetree/bindings/media/sunxi-ir.txt > > Patch patches/0009-dt-bindings-media-Convert-Allwinner-A10-IR-to-a-sche.patch does not apply (enforce with -f) > > This output makes no sense: this is branched off current media_tree > master: > d4e0f82ac840 (linuxtv/master) media: pixfmt-compressed.rst: improve H264/HEVC/MPEG1+2/VP8+9 documentation If this one depends on the previous PR, it will fail, as it applies just the new the patches on this PR against linuxtv/master (and not after any preceding pull request or branch). > Also -- and more importantly -- the build log linked above show no such error > and ends with success. Error paths are always less tested... There were some prints missing to the builder output, when it aborts due to an error like that. Just added it. I may force it to process the last two pull requests, in order to see if the output is more coherent now. Thanks, Mauro
From: builder@linuxtv.org
Pull request: https://patchwork.linuxtv.org/patch/58337/
Build log: https://builder.linuxtv.org/job/patchwork/12664/
Build time: 00:00:00
Link: https://lore.kernel.org/linux-media/20190821130434.gh4drkm6tiawzbpg@gofer.mess.org
gpg: Signature made Wed 21 Aug 2019 12:58:58 PM UTC
gpg: using RSA key A624251A26084A9ED9E4C8B6425F639D3960FA9E
gpg: issuer "sean@mess.org"
gpg: Good signature from "Sean Young <sean@mess.org>" [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg: There is no indication that the signature belongs to the owner.
Primary key fingerprint: A624 251A 2608 4A9E D9E4 C8B6 425F 639D 3960 FA9E
Build aborted due to a fatal error:
FAILED: patch patch patches/0009-dt-bindings-media-Convert-Allwinner-A10-IR-to-a-sche.patch doesn't apply:
Applying patch patches/0009-dt-bindings-media-Convert-Allwinner-A10-IR-to-a-sche.patch
patching file Documentation/devicetree/bindings/media/allwinner,sun4i-a10-ir.yaml
patching file Documentation/devicetree/bindings/media/sunxi-ir.txt
Hunk #1 FAILED at 1.
Not deleting file Documentation/devicetree/bindings/media/sunxi-ir.txt as content differs from patch
1 out of 1 hunk FAILED -- rejects in file Documentation/devicetree/bindings/media/sunxi-ir.txt
Patch patches/0009-dt-bindings-media-Convert-Allwinner-A10-IR-to-a-sche.patch does not apply (enforce with -f)
Em Wed, 21 Aug 2019 17:43:27 +0000 Jenkins <jenkins@linuxtv.org> escreveu: > From: builder@linuxtv.org > > Pull request: https://patchwork.linuxtv.org/patch/58337/ > Build log: https://builder.linuxtv.org/job/patchwork/12664/ > Build time: 00:00:00 > Link: https://lore.kernel.org/linux-media/20190821130434.gh4drkm6tiawzbpg@gofer.mess.org > > gpg: Signature made Wed 21 Aug 2019 12:58:58 PM UTC > gpg: using RSA key A624251A26084A9ED9E4C8B6425F639D3960FA9E > gpg: issuer "sean@mess.org" > gpg: Good signature from "Sean Young <sean@mess.org>" [unknown] > gpg: WARNING: This key is not certified with a trusted signature! > gpg: There is no indication that the signature belongs to the owner. > Primary key fingerprint: A624 251A 2608 4A9E D9E4 C8B6 425F 639D 3960 FA9E > > > Build aborted due to a fatal error: > FAILED: patch patch patches/0009-dt-bindings-media-Convert-Allwinner-A10-IR-to-a-sche.patch doesn't apply: > Applying patch patches/0009-dt-bindings-media-Convert-Allwinner-A10-IR-to-a-sche.patch > patching file Documentation/devicetree/bindings/media/allwinner,sun4i-a10-ir.yaml > patching file Documentation/devicetree/bindings/media/sunxi-ir.txt > Hunk #1 FAILED at 1. > Not deleting file Documentation/devicetree/bindings/media/sunxi-ir.txt as content differs from patch > 1 out of 1 hunk FAILED -- rejects in file Documentation/devicetree/bindings/media/sunxi-ir.txt > Patch patches/0009-dt-bindings-media-Convert-Allwinner-A10-IR-to-a-sche.patch does not apply (enforce with -f) Errors are now appearing also at the Jenkins log. Will rebuild again after applying the previous IR PR, and see if this will pass now. Thanks, Mauro
From: builder@linuxtv.org
Pull request: https://patchwork.linuxtv.org/patch/58337/
Build log: https://builder.linuxtv.org/job/patchwork/12667/
Build time: 00:00:00
Link: https://lore.kernel.org/linux-media/20190821130434.gh4drkm6tiawzbpg@gofer.mess.org
gpg: Signature made Wed 21 Aug 2019 12:58:58 PM UTC
gpg: using RSA key A624251A26084A9ED9E4C8B6425F639D3960FA9E
gpg: issuer "sean@mess.org"
gpg: Good signature from "Sean Young <sean@mess.org>" [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg: There is no indication that the signature belongs to the owner.
Primary key fingerprint: A624 251A 2608 4A9E D9E4 C8B6 425F 639D 3960 FA9E
Build aborted due to a fatal error:
FAILED: patch patch patches/0009-dt-bindings-media-Convert-Allwinner-A10-IR-to-a-sche.patch doesn't apply:
Applying patch patches/0009-dt-bindings-media-Convert-Allwinner-A10-IR-to-a-sche.patch
patching file Documentation/devicetree/bindings/media/allwinner,sun4i-a10-ir.yaml
patching file Documentation/devicetree/bindings/media/sunxi-ir.txt
Hunk #1 FAILED at 1.
Not deleting file Documentation/devicetree/bindings/media/sunxi-ir.txt as content differs from patch
1 out of 1 hunk FAILED -- rejects in file Documentation/devicetree/bindings/media/sunxi-ir.txt
Patch patches/0009-dt-bindings-media-Convert-Allwinner-A10-IR-to-a-sche.patch does not apply (enforce with -f)
Em Wed, 21 Aug 2019 14:59:05 -0300 Mauro Carvalho Chehab <mchehab+samsung@kernel.org> escreveu: > Em Wed, 21 Aug 2019 17:43:27 +0000 > Jenkins <jenkins@linuxtv.org> escreveu: > > > From: builder@linuxtv.org > > > > Pull request: https://patchwork.linuxtv.org/patch/58337/ > > Build log: https://builder.linuxtv.org/job/patchwork/12664/ > > Build time: 00:00:00 > > Link: https://lore.kernel.org/linux-media/20190821130434.gh4drkm6tiawzbpg@gofer.mess.org > > > > gpg: Signature made Wed 21 Aug 2019 12:58:58 PM UTC > > gpg: using RSA key A624251A26084A9ED9E4C8B6425F639D3960FA9E > > gpg: issuer "sean@mess.org" > > gpg: Good signature from "Sean Young <sean@mess.org>" [unknown] > > gpg: WARNING: This key is not certified with a trusted signature! > > gpg: There is no indication that the signature belongs to the owner. > > Primary key fingerprint: A624 251A 2608 4A9E D9E4 C8B6 425F 639D 3960 FA9E > > > > > > Build aborted due to a fatal error: > > FAILED: patch patch patches/0009-dt-bindings-media-Convert-Allwinner-A10-IR-to-a-sche.patch doesn't apply: > > Applying patch patches/0009-dt-bindings-media-Convert-Allwinner-A10-IR-to-a-sche.patch > > patching file Documentation/devicetree/bindings/media/allwinner,sun4i-a10-ir.yaml > > patching file Documentation/devicetree/bindings/media/sunxi-ir.txt > > Hunk #1 FAILED at 1. > > Not deleting file Documentation/devicetree/bindings/media/sunxi-ir.txt as content differs from patch > > 1 out of 1 hunk FAILED -- rejects in file Documentation/devicetree/bindings/media/sunxi-ir.txt > > Patch patches/0009-dt-bindings-media-Convert-Allwinner-A10-IR-to-a-sche.patch does not apply (enforce with -f) > > Errors are now appearing also at the Jenkins log. Will rebuild again after > applying the previous IR PR, and see if this will pass now. You're right: the script was not properly updating the work branch. Should be fixed now. Asking a new build. Thanks, Mauro
From: builder@linuxtv.org
Pull request: https://patchwork.linuxtv.org/patch/58337/
Build log: https://builder.linuxtv.org/job/patchwork/12670/
Build time: 00:10:31
Link: https://lore.kernel.org/linux-media/20190821130434.gh4drkm6tiawzbpg@gofer.mess.org
gpg: Signature made Wed 21 Aug 2019 12:58:58 PM UTC
gpg: using RSA key A624251A26084A9ED9E4C8B6425F639D3960FA9E
gpg: issuer "sean@mess.org"
gpg: Good signature from "Sean Young <sean@mess.org>" [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg: There is no indication that the signature belongs to the owner.
Primary key fingerprint: A624 251A 2608 4A9E D9E4 C8B6 425F 639D 3960 FA9E
Summary: 2 patches and/or PDF generation with issues, being 0 at build time
Error/warnings:
patches/0008-dt-bindings-media-Add-YAML-schemas-for-the-generic-R.patch:143: WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
Error #256 when running ./scripts/checkpatch.pl --terse --mailback --no-summary --strict patches/0008-dt-bindings-media-Add-YAML-schemas-for-the-generic-R.patch
patches/0009-dt-bindings-media-Convert-Allwinner-A10-IR-to-a-sche.patch:23: WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
patches/0009-dt-bindings-media-Convert-Allwinner-A10-IR-to-a-sche.patch:112: WARNING: DT binding docs and includes should be a separate patch. See: Documentation/devicetree/bindings/submitting-patches.txt
Error #256 when running ./scripts/checkpatch.pl --terse --mailback --no-summary --strict patches/0009-dt-bindings-media-Convert-Allwinner-A10-IR-to-a-sche.patch