linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL FOR 5.16] Last DVB fixes
@ 2021-10-07 11:30 Sean Young
  2021-10-07 11:55 ` [GIT PULL FOR 5.16] Last DVB fixes (#77535) Jenkins
  0 siblings, 1 reply; 2+ messages in thread
From: Sean Young @ 2021-10-07 11:30 UTC (permalink / raw)
  To: linux-media

The following changes since commit ff93780378831cd12010f796ccd688ba4b9dd6e4:

  media: imx-jpeg: Remove soft reset between frames encoding (2021-10-05 09:43:14 +0200)

are available in the Git repository at:

  git://linuxtv.org/syoung/media_tree.git tags/v5.16b

for you to fetch changes up to b812e1650ff8a88eb607b41e68c5bd4ba73930f1:

  media: remove myself from dvb media maintainers (2021-10-07 12:19:19 +0100)

----------------------------------------------------------------
v5.16b

----------------------------------------------------------------
Anant Thazhemadam (1):
      media: usb: dvd-usb: fix uninit-value bug in dibusb_read_eeprom_byte()

Colin Ian King (1):
      media: mb86a20s: make arrays static const

Evgeny Novikov (1):
      media: dvb-frontends: mn88443x: Handle errors of clk_prepare_enable()

Nil Yi (1):
      media: rtl2832_sdr: clean the freed pointer and counter

Sean Young (1):
      media: remove myself from dvb media maintainers

 .../driver-api/media/maintainer-entry-profile.rst      |  2 +-
 drivers/media/dvb-frontends/mb86a20s.c                 |  4 ++--
 drivers/media/dvb-frontends/mn88443x.c                 | 18 +++++++++++++++---
 drivers/media/dvb-frontends/rtl2832_sdr.c              |  5 ++++-
 drivers/media/usb/dvb-usb/dibusb-common.c              |  2 +-
 5 files changed, 23 insertions(+), 8 deletions(-)

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

* Re: [GIT PULL FOR 5.16] Last DVB fixes (#77535)
  2021-10-07 11:30 [GIT PULL FOR 5.16] Last DVB fixes Sean Young
@ 2021-10-07 11:55 ` Jenkins
  0 siblings, 0 replies; 2+ messages in thread
From: Jenkins @ 2021-10-07 11:55 UTC (permalink / raw)
  To: mchehab+samsung, linux-media; +Cc: builder

From: builder@linuxtv.org

Pull request: https://patchwork.linuxtv.org/project/linux-media/patch/20211007113052.GA11952@gofer.mess.org/
Build log: https://builder.linuxtv.org/job/patchwork/145894/
Build time: 00:17:52
Link: https://lore.kernel.org/linux-media/20211007113052.GA11952@gofer.mess.org

gpg: Signature made Thu 07 Oct 2021 11:20:33 AM 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: got 2/5 patches with issues, being 1 at build time, plus one error when buinding PDF document

Error/warnings:

patches/0001-media-mb86a20s-make-arrays-static-const.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:
	../drivers/media/cec/core/cec-adap.c: ../drivers/media/cec/core/cec-adap.c:926 cec_transmit_msg_fh() warn: '&data->list' not removed from list
	../drivers/media/rc/meson-ir-tx.c:22: warning: expecting prototype for meson(). Prototype was for DEVICE_NAME() instead
	SPARSE:../drivers/media/rc/ir_toy.c ../drivers/media/rc/ir_toy.c:321:20: warning: incorrect type in assignment (different base types)
	SPARSE:../drivers/media/rc/ir_toy.c ../drivers/media/rc/ir_toy.c:321:20:    expected restricted __be16 [usertype]
	SPARSE:../drivers/media/rc/ir_toy.c ../drivers/media/rc/ir_toy.c:321:20:    got int
	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/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/pvrusb2/pvrusb2-encoder.c: ../drivers/media/usb/pvrusb2/pvrusb2-encoder.c:288 pvr2_encoder_cmd() warn: inconsistent indenting
	../drivers/media/usb/pvrusb2/pvrusb2-hdw.c: ../drivers/media/usb/pvrusb2/pvrusb2-hdw.c:1730 pvr2_hdw_set_streaming() warn: inconsistent indenting
	../drivers/media/usb/pvrusb2/pvrusb2-hdw.c: ../drivers/media/usb/pvrusb2/pvrusb2-hdw.c:3461 pvr2_hdw_cpufw_set_enabled() warn: inconsistent indenting
	../drivers/media/usb/pvrusb2/pvrusb2-hdw.c: ../drivers/media/usb/pvrusb2/pvrusb2-hdw.c:3501 pvr2_hdw_cpufw_get() warn: inconsistent indenting

patches/0003-media-rtl2832_sdr-clean-the-freed-pointer-and-counte.patch:

   checkpatch.pl:
	$ cat patches/0003-media-rtl2832_sdr-clean-the-freed-pointer-and-counte.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:10: WARNING: Non-standard signature: 'Asked-by:' - perhaps 'Acked-by:'?


Error #512 when building PDF docs


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

end of thread, other threads:[~2021-10-07 11:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-07 11:30 [GIT PULL FOR 5.16] Last DVB fixes Sean Young
2021-10-07 11:55 ` [GIT PULL FOR 5.16] Last DVB fixes (#77535) 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).