All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL FOR v6.4] uvcvideo fix
@ 2023-03-25 19:16 Laurent Pinchart
  2023-03-25 19:39 ` [GIT PULL FOR v6.4] uvcvideo fix (#90679) Jenkins
  2023-03-28  7:47 ` [GIT PULL FOR v6.4] uvcvideo fix Ricardo Ribalda
  0 siblings, 2 replies; 4+ messages in thread
From: Laurent Pinchart @ 2023-03-25 19:16 UTC (permalink / raw)
  To: linux-media

Hi Mauro,

The following changes since commit 71937240a472ee551ac8de0e7429b9d49884a388:

  media: ov2685: Select VIDEO_V4L2_SUBDEV_API (2023-03-20 16:32:18 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/pinchartl/linux.git tags/media-uvc-next-20230325

for you to fetch changes up to 1681706c6b8a15fbc0d037b97c0f5e9cf9af67cc:

  media: uvcvideo: Cancel async worker earlier (2023-03-25 20:59:49 +0200)

----------------------------------------------------------------
media: uvcvideo: Fix crash at disconnect time

----------------------------------------------------------------
Guenter Roeck (1):
      media: uvcvideo: Cancel async worker earlier

 drivers/media/usb/uvc/uvc_ctrl.c   | 11 +++++++----
 drivers/media/usb/uvc/uvc_driver.c |  1 +
 drivers/media/usb/uvc/uvcvideo.h   |  1 +
 3 files changed, 9 insertions(+), 4 deletions(-)

-- 
Regards,

Laurent Pinchart

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

* Re: [GIT PULL FOR v6.4] uvcvideo fix (#90679)
  2023-03-25 19:16 [GIT PULL FOR v6.4] uvcvideo fix Laurent Pinchart
@ 2023-03-25 19:39 ` Jenkins
  2023-03-28  7:47 ` [GIT PULL FOR v6.4] uvcvideo fix Ricardo Ribalda
  1 sibling, 0 replies; 4+ messages in thread
From: Jenkins @ 2023-03-25 19:39 UTC (permalink / raw)
  To: mchehab, linux-media, Laurent Pinchart; +Cc: builder

From: builder@linuxtv.org

Pull request: https://patchwork.linuxtv.org/project/linux-media/patch/20230325191656.GD9876@pendragon.ideasonboard.com/
Build log: https://builder.linuxtv.org/job/patchwork/292337/
Build time: 00:17:32
Link: https://lore.kernel.org/linux-media/20230325191656.GD9876@pendragon.ideasonboard.com

gpg: Signature made Sat 25 Mar 2023 07:11:00 PM UTC
gpg:                using EDDSA key C09EF871B3827B413F971CA9CC3F2D800327DE64
gpg:                issuer "laurent.pinchart@ideasonboard.com"
gpg: Can't check signature: No public key

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

Error/warnings:

patches/0001-media-uvcvideo-Cancel-async-worker-earlier.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
	../drivers/staging/media/atomisp/i2c/atomisp-ov2680.c:415 ov2680_s_stream() warn: missing error code 'ret'
	../drivers/staging/media/atomisp/pci/atomisp_cmd.c: ../drivers/staging/media/atomisp/pci/atomisp_cmd.c:3357 atomisp_cp_dvs_6axis_config() warn: missing unwind goto?
	../drivers/staging/media/atomisp/pci/atomisp_cmd.c: ../drivers/staging/media/atomisp/pci/atomisp_cmd.c:3456 atomisp_cp_morph_table() warn: missing unwind goto?

    allyesconfig: return code #0:
	../drivers/media/i2c/adp1653.c: ../drivers/media/i2c/adp1653.c:444 adp1653_of_init() warn: missing unwind goto?
	SMATCH:../drivers/media/usb/siano/smsusb.c ../drivers/media/usb/siano/smsusb.c:53:38: :warning: array of flexible structures
	../drivers/media/platform/nxp/imx-jpeg/mxc-jpeg.c: ../drivers/media/platform/nxp/imx-jpeg/mxc-jpeg.c:2490 mxc_jpeg_probe() warn: missing unwind goto?
	../drivers/media/i2c/ov5645.c: ../drivers/media/i2c/ov5645.c:687 ov5645_set_power_on() warn: 'ov5645->xclk' from clk_prepare_enable() not released on lines: 687.
	../drivers/media/pci/cx23885/cx23885-dvb.c: ../drivers/media/pci/cx23885/cx23885-dvb.c:2570 dvb_register() parse error: OOM: 3000016Kb sm_state_count = 1975142
	../drivers/media/pci/cx23885/cx23885-dvb.c: ../drivers/media/pci/cx23885/cx23885-dvb.c:2570 dvb_register() warn: Function too hairy.  No more merges.
	../drivers/media/pci/cx23885/cx23885-dvb.c: ../drivers/media/pci/cx23885/cx23885-dvb.c:2570 dvb_register() parse error: __split_smt: function too hairy.  Giving up after 54 seconds
	../drivers/media/usb/pvrusb2/pvrusb2-hdw.c: ../drivers/media/usb/pvrusb2/pvrusb2-hdw.c:3293 pvr2_hdw_get_tuner_status() warn: inconsistent indenting


Error #512 when building PDF docs


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

* Re: [GIT PULL FOR v6.4] uvcvideo fix
  2023-03-25 19:16 [GIT PULL FOR v6.4] uvcvideo fix Laurent Pinchart
  2023-03-25 19:39 ` [GIT PULL FOR v6.4] uvcvideo fix (#90679) Jenkins
@ 2023-03-28  7:47 ` Ricardo Ribalda
  2023-04-05 14:40   ` Laurent Pinchart
  1 sibling, 1 reply; 4+ messages in thread
From: Ricardo Ribalda @ 2023-03-28  7:47 UTC (permalink / raw)
  To: Laurent Pinchart, Max Staudt; +Cc: linux-media

Hi Mauro, Hi Laurent

Could you wait a bit before you take this one? I think we have found a
cleaner way to do this.

Thanks

On Sat, 25 Mar 2023 at 20:22, Laurent Pinchart
<laurent.pinchart@ideasonboard.com> wrote:
>
> Hi Mauro,
>
> The following changes since commit 71937240a472ee551ac8de0e7429b9d49884a388:
>
>   media: ov2685: Select VIDEO_V4L2_SUBDEV_API (2023-03-20 16:32:18 +0100)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/pinchartl/linux.git tags/media-uvc-next-20230325
>
> for you to fetch changes up to 1681706c6b8a15fbc0d037b97c0f5e9cf9af67cc:
>
>   media: uvcvideo: Cancel async worker earlier (2023-03-25 20:59:49 +0200)
>
> ----------------------------------------------------------------
> media: uvcvideo: Fix crash at disconnect time
>
> ----------------------------------------------------------------
> Guenter Roeck (1):
>       media: uvcvideo: Cancel async worker earlier
>
>  drivers/media/usb/uvc/uvc_ctrl.c   | 11 +++++++----
>  drivers/media/usb/uvc/uvc_driver.c |  1 +
>  drivers/media/usb/uvc/uvcvideo.h   |  1 +
>  3 files changed, 9 insertions(+), 4 deletions(-)
>
> --
> Regards,
>
> Laurent Pinchart



-- 
Ricardo Ribalda

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

* Re: [GIT PULL FOR v6.4] uvcvideo fix
  2023-03-28  7:47 ` [GIT PULL FOR v6.4] uvcvideo fix Ricardo Ribalda
@ 2023-04-05 14:40   ` Laurent Pinchart
  0 siblings, 0 replies; 4+ messages in thread
From: Laurent Pinchart @ 2023-04-05 14:40 UTC (permalink / raw)
  To: Ricardo Ribalda; +Cc: Max Staudt, linux-media

On Tue, Mar 28, 2023 at 09:47:56AM +0200, Ricardo Ribalda wrote:
> Hi Mauro, Hi Laurent
> 
> Could you wait a bit before you take this one? I think we have found a
> cleaner way to do this.

Works for me. I should have time to review the new fix next week.

> On Sat, 25 Mar 2023 at 20:22, Laurent Pinchart wrote:
> >
> > Hi Mauro,
> >
> > The following changes since commit 71937240a472ee551ac8de0e7429b9d49884a388:
> >
> >   media: ov2685: Select VIDEO_V4L2_SUBDEV_API (2023-03-20 16:32:18 +0100)
> >
> > are available in the Git repository at:
> >
> >   git://git.kernel.org/pub/scm/linux/kernel/git/pinchartl/linux.git tags/media-uvc-next-20230325
> >
> > for you to fetch changes up to 1681706c6b8a15fbc0d037b97c0f5e9cf9af67cc:
> >
> >   media: uvcvideo: Cancel async worker earlier (2023-03-25 20:59:49 +0200)
> >
> > ----------------------------------------------------------------
> > media: uvcvideo: Fix crash at disconnect time
> >
> > ----------------------------------------------------------------
> > Guenter Roeck (1):
> >       media: uvcvideo: Cancel async worker earlier
> >
> >  drivers/media/usb/uvc/uvc_ctrl.c   | 11 +++++++----
> >  drivers/media/usb/uvc/uvc_driver.c |  1 +
> >  drivers/media/usb/uvc/uvcvideo.h   |  1 +
> >  3 files changed, 9 insertions(+), 4 deletions(-)

-- 
Regards,

Laurent Pinchart

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

end of thread, other threads:[~2023-04-05 14:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-25 19:16 [GIT PULL FOR v6.4] uvcvideo fix Laurent Pinchart
2023-03-25 19:39 ` [GIT PULL FOR v6.4] uvcvideo fix (#90679) Jenkins
2023-03-28  7:47 ` [GIT PULL FOR v6.4] uvcvideo fix Ricardo Ribalda
2023-04-05 14:40   ` Laurent Pinchart

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.