linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL FOR v5.19] imon fixes
@ 2022-05-10 16:33 Sean Young
  2022-05-10 16:55 ` [GIT PULL FOR v5.19] imon fixes (#83092) Jenkins
  0 siblings, 1 reply; 3+ messages in thread
From: Sean Young @ 2022-05-10 16:33 UTC (permalink / raw)
  To: linux-media; +Cc: Tetsuo Handa, Oliver Neukum

The following changes since commit be938c70e292731f81226917fc214683e66da577:

  media: uvcvideo: Add UVC_GUID_FORMAT_H265 (2022-05-08 07:10:51 +0200)

are available in the Git repository at:

  git://linuxtv.org/syoung/media_tree.git tags/v5.19c

for you to fetch changes up to 5414f8c15c4f236726c04d440e1accc87e7d2ed5:

  media: imon: reorganize serialization (2022-05-10 13:58:17 +0100)

----------------------------------------------------------------
v5.19c

----------------------------------------------------------------
Oliver Neukum (3):
      media: imon: avoid needless atomic allocations in resume
      media: imon: fix timer racing disconnect
      media: imon: drop references only after device is no longer used

Tetsuo Handa (1):
      media: imon: reorganize serialization

 drivers/media/rc/imon.c | 109 +++++++++++++++++++++++-------------------------
 1 file changed, 52 insertions(+), 57 deletions(-)

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

* Re: [GIT PULL FOR v5.19] imon fixes (#83092)
  2022-05-10 16:33 [GIT PULL FOR v5.19] imon fixes Sean Young
@ 2022-05-10 16:55 ` Jenkins
  0 siblings, 0 replies; 3+ messages in thread
From: Jenkins @ 2022-05-10 16: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/YnqTwWIzco9V/KyC@gofer.mess.org/
Build log: https://builder.linuxtv.org/job/patchwork/206465/
Build time: 00:17:48
Link: https://lore.kernel.org/linux-media/YnqTwWIzco9V/KyC@gofer.mess.org

gpg: Signature made Tue 10 May 2022 04:24:45 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: got 1/4 patches with issues, being 1 at build time, plus one error when buinding PDF document

Error/warnings:

patches/0001-media-imon-avoid-needless-atomic-allocations-in-resu.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/platform/qcom/venus/helpers.c: ../drivers/media/platform/qcom/venus/helpers.c:678 venus_helper_get_bufreq() error: we previously assumed 'req' could be null (see line 674)
	../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/usb/em28xx/em28xx-video.c: ../drivers/media/usb/em28xx/em28xx-video.c:2869 em28xx_v4l2_init() 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


Error #512 when building PDF docs


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

* [GIT PULL FOR v5.19] imon fixes
@ 2022-05-02  9:47 Sean Young
  0 siblings, 0 replies; 3+ messages in thread
From: Sean Young @ 2022-05-02  9:47 UTC (permalink / raw)
  To: linux-media

Hi Mauro,

This pull request has been checked by the modified script that runs in
jenkins. Should be good to go!

Thanks
Sean

The following changes since commit 6c1c1eb8c87de221051b9198d40971640060842f:

  media: ext-ctrls-codec.rst: fix indentation (2022-04-25 23:55:02 +0100)

are available in the Git repository at:

  git://linuxtv.org/syoung/media_tree.git tags/v5.19c

for you to fetch changes up to a14da15deb899dc3d51d4b6ee5b970ca9f6c9680:

  media: imon: drop references only after device is no longer used (2022-05-02 10:45:32 +0100)

----------------------------------------------------------------
v5.19c

----------------------------------------------------------------
Oliver Neukum (3):
      media: imon: avoid needless atomic allocations in resume
      media: imon: fix timer racing disconnect
      media: imon: drop references only after device is no longer used

Tetsuo Handa (1):
      media: imon: remove redundant serialization

 drivers/media/rc/imon.c | 31 +++++--------------------------
 1 file changed, 5 insertions(+), 26 deletions(-)

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

end of thread, other threads:[~2022-05-10 16:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-10 16:33 [GIT PULL FOR v5.19] imon fixes Sean Young
2022-05-10 16:55 ` [GIT PULL FOR v5.19] imon fixes (#83092) Jenkins
  -- strict thread matches above, loose matches on Subject: below --
2022-05-02  9:47 [GIT PULL FOR v5.19] imon fixes Sean Young

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).