* [GIT PULL FOR v5.16] v2: Various fixes
@ 2021-09-03 8:24 Hans Verkuil
2021-09-03 9:20 ` [GIT PULL FOR v5.16] v2: Various fixes (#76761) Jenkins
2021-09-03 13:58 ` [GIT PULL FOR v5.16] v2: Various fixes Mauro Carvalho Chehab
0 siblings, 2 replies; 3+ messages in thread
From: Hans Verkuil @ 2021-09-03 8:24 UTC (permalink / raw)
To: Linux Media Mailing List; +Cc: Cai Huoqing
This supersedes the v1 pull request:
https://patchwork.linuxtv.org/project/linux-media/patch/7151eb26-7cea-aff8-24e5-587266b700c0@xs4all.nl/
Only change: dropped one patch:
https://patchwork.linuxtv.org/project/linux-media/patch/20210802065924.1163-1-caihuoqing@baidu.com/
due to a kernel test robot report for that patch.
Regards,
Hans
The following changes since commit d62cd4d277cc711f781a7bdec4109c6148529b25:
media: uvcvideo: Remove unused including <linux/version.h> (2021-08-21 09:11:04 +0200)
are available in the Git repository at:
git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.16c
for you to fetch changes up to 318afc9d4da02bbf31b14e1d3459f25812f91469:
gspca: Limit frame size to sizeimage. (2021-09-03 10:20:16 +0200)
----------------------------------------------------------------
Tag branch
----------------------------------------------------------------
Cai Huoqing (2):
media: videobuf2: Convert to SPDX identifier
media: vim2m: Remove repeated verbose license text
Chad Fraleigh (1):
gspca: Limit frame size to sizeimage.
Christophe JAILLET (4):
media: mtk-vpu: Fix a resource leak in the error handling path of 'mtk_vpu_probe()'
media: imx-jpeg: Fix the error handling path of 'mxc_jpeg_probe()'
media: pci/ivtv: switch from 'pci_' to 'dma_' API
media: switch from 'pci_' to 'dma_' API
Dafna Hirschfeld (1):
media: mtk-vcodec: venc: fix return value when start_streaming fails
Dan Carpenter (1):
media: firewire: firedtv-avc: fix a buffer overflow in avc_ca_pmt()
Deborah Brouwer (1):
media: vivid: add signal-free time for cec message xfer
Evgeny Novikov (1):
media: vidtv: Fix memory leak in remove
Ezequiel Garcia (1):
media: Request API is no longer experimental
Fabio Estevam (2):
media: imx7.rst: Provide an example for imx6ull-evk capture
media: imx: TODO: Remove items that are already supported
Hans Verkuil (1):
cec-pin: fix off-by-one SFT check
Liu Shixin (1):
media: pvrusb2: Replaced simple_strtol() with kstrtoint()
Nadezda Lutovinova (1):
media: s5p-mfc: Add checking to s5p_mfc_probe().
Nil Yi (1):
media: usb: airspy: clean the freed pointer and counter
Tom Rix (2):
media: TDA1997x: handle short reads of hdmi info frame.
media: camss: vfe: simplify vfe_get_wm_sizes()
Tuo Li (1):
media: s5p-mfc: fix possible null-pointer dereference in s5p_mfc_probe()
Zev Weiss (1):
media: aspeed-video: ignore interrupts that aren't enabled
lijian (1):
media: via-camera: deleted these redundant semicolons
Documentation/admin-guide/media/imx7.rst | 60 +++++++++
drivers/media/cec/core/cec-pin.c | 4 +-
drivers/media/common/videobuf2/videobuf2-core.c | 5 +-
drivers/media/common/videobuf2/videobuf2-dma-contig.c | 5 +-
drivers/media/common/videobuf2/videobuf2-dma-sg.c | 5 +-
drivers/media/common/videobuf2/videobuf2-memops.c | 5 +-
drivers/media/common/videobuf2/videobuf2-v4l2.c | 5 +-
drivers/media/common/videobuf2/videobuf2-vmalloc.c | 5 +-
drivers/media/firewire/firedtv-avc.c | 14 +-
drivers/media/firewire/firedtv-ci.c | 2 +
drivers/media/i2c/tda1997x.c | 8 +-
drivers/media/mc/Kconfig | 8 --
drivers/media/pci/cobalt/cobalt-driver.c | 4 +-
drivers/media/pci/cx18/cx18-driver.c | 2 +-
drivers/media/pci/cx18/cx18-queue.c | 13 +-
drivers/media/pci/cx18/cx18-streams.c | 16 +--
drivers/media/pci/ddbridge/ddbridge-main.c | 4 +-
drivers/media/pci/intel/ipu3/ipu3-cio2-main.c | 2 +-
drivers/media/pci/ivtv/ivtv-driver.c | 2 +-
drivers/media/pci/ivtv/ivtv-queue.c | 18 +--
drivers/media/pci/ivtv/ivtv-streams.c | 22 ++--
drivers/media/pci/ivtv/ivtv-udma.c | 19 ++-
drivers/media/pci/ivtv/ivtv-yuv.c | 10 +-
drivers/media/pci/netup_unidvb/netup_unidvb_core.c | 2 +-
drivers/media/pci/pluto2/pluto2.c | 20 +--
drivers/media/pci/pt1/pt1.c | 2 +-
drivers/media/pci/tw5864/tw5864-core.c | 2 +-
drivers/media/platform/aspeed-video.c | 16 +--
drivers/media/platform/imx-jpeg/mxc-jpeg.c | 2 +
drivers/media/platform/mtk-vcodec/mtk_vcodec_enc.c | 8 +-
drivers/media/platform/mtk-vpu/mtk_vpu.c | 5 +-
drivers/media/platform/qcom/camss/camss-vfe-4-1.c | 20 +--
drivers/media/platform/qcom/camss/camss-vfe-4-7.c | 10 +-
drivers/media/platform/qcom/camss/camss-vfe-4-8.c | 9 +-
drivers/media/platform/s5p-mfc/s5p_mfc.c | 6 +-
drivers/media/platform/via-camera.c | 6 +-
drivers/media/test-drivers/vidtv/vidtv_bridge.c | 1 +
drivers/media/test-drivers/vim2m.c | 5 -
drivers/media/test-drivers/vivid/vivid-cec.c | 341 +++++++++++++++++++++++++++----------------------
drivers/media/test-drivers/vivid/vivid-cec.h | 9 +-
drivers/media/test-drivers/vivid/vivid-core.c | 38 +++---
drivers/media/test-drivers/vivid/vivid-core.h | 23 ++--
drivers/media/usb/airspy/airspy.c | 5 +-
drivers/media/usb/gspca/gspca.c | 2 +
drivers/media/usb/pvrusb2/pvrusb2-ctrl.c | 25 +---
drivers/staging/media/imx/TODO | 5 -
46 files changed, 424 insertions(+), 376 deletions(-)
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [GIT PULL FOR v5.16] v2: Various fixes (#76761)
2021-09-03 8:24 [GIT PULL FOR v5.16] v2: Various fixes Hans Verkuil
@ 2021-09-03 9:20 ` Jenkins
2021-09-03 13:58 ` [GIT PULL FOR v5.16] v2: Various fixes Mauro Carvalho Chehab
1 sibling, 0 replies; 3+ messages in thread
From: Jenkins @ 2021-09-03 9:20 UTC (permalink / raw)
To: mchehab+samsung, linux-media; +Cc: builder
From: builder@linuxtv.org
Pull request: https://patchwork.linuxtv.org/project/linux-media/patch/127b030c-97ac-ef34-db13-60b1bfc49916@xs4all.nl/
Build log: https://builder.linuxtv.org/job/patchwork/136127/
Build time: 00:22:10
Link: https://lore.kernel.org/linux-media/127b030c-97ac-ef34-db13-60b1bfc49916@xs4all.nl
gpg: Signature made Fri 03 Sep 2021 08:20:39 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>" [unknown]
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 2/23 patches with issues, being 1 at build time, plus one error when buinding PDF document
Error/warnings:
patches/0001-media-vidtv-Fix-memory-leak-in-remove.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
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/mtk-vpu/mtk_vpu.c: ../drivers/media/platform/mtk-vpu/mtk_vpu.c:946 mtk_vpu_probe() warn: 'vpu->clk' not released on lines: 851.
../drivers/media/usb/em28xx/em28xx-video.c: ../drivers/media/usb/em28xx/em28xx-video.c:2874 em28xx_v4l2_init() parse error: turning off implications after 60 seconds
patches/0015-media-pci-ivtv-switch-from-pci_-to-dma_-API.patch:
checkpatch.pl:
$ cat patches/0015-media-pci-ivtv-switch-from-pci_-to-dma_-API.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
-:179: CHECK: Alignment should match open parenthesis
-:314: CHECK: Avoid CamelCase: <SGarray>
-:325: CHECK: Avoid CamelCase: <SGlist>
Error #512 when building PDF docs
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [GIT PULL FOR v5.16] v2: Various fixes
2021-09-03 8:24 [GIT PULL FOR v5.16] v2: Various fixes Hans Verkuil
2021-09-03 9:20 ` [GIT PULL FOR v5.16] v2: Various fixes (#76761) Jenkins
@ 2021-09-03 13:58 ` Mauro Carvalho Chehab
1 sibling, 0 replies; 3+ messages in thread
From: Mauro Carvalho Chehab @ 2021-09-03 13:58 UTC (permalink / raw)
To: Hans Verkuil; +Cc: Linux Media Mailing List, Cai Huoqing
Em Fri, 3 Sep 2021 10:24:24 +0200
Hans Verkuil <hverkuil@xs4all.nl> escreveu:
> This supersedes the v1 pull request:
>
> https://patchwork.linuxtv.org/project/linux-media/patch/7151eb26-7cea-aff8-24e5-587266b700c0@xs4all.nl/
>
> Only change: dropped one patch:
>
> https://patchwork.linuxtv.org/project/linux-media/patch/20210802065924.1163-1-caihuoqing@baidu.com/
>
> due to a kernel test robot report for that patch.
>
> Regards,
>
> Hans
>
> The following changes since commit d62cd4d277cc711f781a7bdec4109c6148529b25:
>
> media: uvcvideo: Remove unused including <linux/version.h> (2021-08-21 09:11:04 +0200)
>
> are available in the Git repository at:
>
> git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.16c
>
> for you to fetch changes up to 318afc9d4da02bbf31b14e1d3459f25812f91469:
>
> gspca: Limit frame size to sizeimage. (2021-09-03 10:20:16 +0200)
>
> ----------------------------------------------------------------
> Tag branch
>
> ----------------------------------------------------------------
> Cai Huoqing (2):
> media: videobuf2: Convert to SPDX identifier
Didn't apply this one, as the license tag seems wrong.
> media: vim2m: Remove repeated verbose license text
>
> Chad Fraleigh (1):
> gspca: Limit frame size to sizeimage.
>
> Christophe JAILLET (4):
> media: mtk-vpu: Fix a resource leak in the error handling path of 'mtk_vpu_probe()'
> media: imx-jpeg: Fix the error handling path of 'mxc_jpeg_probe()'
> media: pci/ivtv: switch from 'pci_' to 'dma_' API
> media: switch from 'pci_' to 'dma_' API
>
> Dafna Hirschfeld (1):
> media: mtk-vcodec: venc: fix return value when start_streaming fails
>
> Dan Carpenter (1):
> media: firewire: firedtv-avc: fix a buffer overflow in avc_ca_pmt()
>
> Deborah Brouwer (1):
> media: vivid: add signal-free time for cec message xfer
>
> Evgeny Novikov (1):
> media: vidtv: Fix memory leak in remove
>
> Ezequiel Garcia (1):
> media: Request API is no longer experimental
>
> Fabio Estevam (2):
> media: imx7.rst: Provide an example for imx6ull-evk capture
> media: imx: TODO: Remove items that are already supported
>
> Hans Verkuil (1):
> cec-pin: fix off-by-one SFT check
>
> Liu Shixin (1):
> media: pvrusb2: Replaced simple_strtol() with kstrtoint()
>
> Nadezda Lutovinova (1):
> media: s5p-mfc: Add checking to s5p_mfc_probe().
>
> Nil Yi (1):
> media: usb: airspy: clean the freed pointer and counter
>
> Tom Rix (2):
> media: TDA1997x: handle short reads of hdmi info frame.
> media: camss: vfe: simplify vfe_get_wm_sizes()
>
> Tuo Li (1):
> media: s5p-mfc: fix possible null-pointer dereference in s5p_mfc_probe()
>
> Zev Weiss (1):
> media: aspeed-video: ignore interrupts that aren't enabled
>
> lijian (1):
> media: via-camera: deleted these redundant semicolons
All other patches applied.
Regards,
Mauro
Thanks,
Mauro
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-09-03 13:58 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-03 8:24 [GIT PULL FOR v5.16] v2: Various fixes Hans Verkuil
2021-09-03 9:20 ` [GIT PULL FOR v5.16] v2: Various fixes (#76761) Jenkins
2021-09-03 13:58 ` [GIT PULL FOR v5.16] v2: Various fixes Mauro Carvalho Chehab
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).