All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] dvb fixes and cleanups
@ 2023-05-13 18:51 Mauro Carvalho Chehab
  2023-05-13 20:30 ` [GIT PULL] dvb fixes and cleanups (#91833) Jenkins
  0 siblings, 1 reply; 2+ messages in thread
From: Mauro Carvalho Chehab @ 2023-05-13 18:51 UTC (permalink / raw)
  To: linux-media

The following changes since commit ae3c253f595b31ff30d55b4c50b4470e56bc4e0d:

  media: platform: mtk-mdp3: work around unused-variable warning (2023-05-08 12:11:25 +0100)

are available in the Git repository at:

  git://linuxtv.org/mchehab/experimental.git dvb_fixes

for you to fetch changes up to 1a18c0512de2f4002e8b0084ad28cce662bb57e7:

  media: dvb: bump DVB API version (2023-05-13 18:28:04 +0100)

PS.: This is meant to trigger builder.linuxtv.org.

----------------------------------------------------------------
Arnd Bergmann (1):
      media: pvrusb2: fix DVB_CORE dependency

Athanasios Oikonomou (2):
      media: dvb: add missing DVB-S2X FEC parameter values
      media: dvb: bump DVB API version

Duoming Zhou (1):
      media: netup_unidvb: fix use-after-free bug caused by del_timer()

Hyunwoo Kim (4):
      media: ttusb-dec: fix memory leak in ttusb_dec_exit_dvb()
      media: dvb-core: Fix use-after-free due to race condition occurring in dvb_frontend
      media: dvb-core: Fix use-after-free due to race condition occurring in dvb_net
      media: dvb-core: Fix use-after-free due to race condition occurring in dvb_register_device()

Krzysztof Kozlowski (1):
      media: mn88443x: fix !CONFIG_OF error by drop of_match_ptr from ID table

Mauro Carvalho Chehab (3):
      media: dvbdev: fix most coding style issues
      media: dvbdev.h: do some kernel-doc cleanups
      media: dw2102: return -EIO instead of -1 for mac address read errors

Takashi Iwai (1):
      media: dvb-core: Fix kernel WARNING for blocking operation in wait_event*()

Wei Chen (6):
      media: dvb-usb: az6027: fix three null-ptr-deref in az6027_i2c_xfer()
      media: dvb-usb-v2: ec168: fix null-ptr-deref in ec168_i2c_xfer()
      media: dvb-usb-v2: ce6230: fix null-ptr-deref in ce6230_i2c_master_xfer()
      media: dvb-usb: digitv: fix null-ptr-deref in digitv_i2c_xfer()
      media: dvb-usb: dw2102: fix uninit-value in su3000_read_mac_address
      media: netup_unidvb: fix irq init by register it at the end of probe

YongSu Yoo (2):
      media: dvb_demux: fix a bug for the continuity counter
      media: dvb_ca_en50221: fix a size write bug

Yu Zhe (2):
      media: c8sectpfe: dvb: remove unnecessary (void*) conversions
      media: dvb-usb: remove unnecessary (void*) conversions

Zhang Shurong (1):
      media: dvb-usb-v2: rtl28xxu: fix null-ptr-deref in rtl28xxu_i2c_xfer

 drivers/media/dvb-core/dvb_ca_en50221.c                  |  12 ++--
 drivers/media/dvb-core/dvb_demux.c                       |   4 +-
 drivers/media/dvb-core/dvb_frontend.c                    |  55 ++++++++++++++---
 drivers/media/dvb-core/dvb_net.c                         |  38 +++++++++++-
 drivers/media/dvb-core/dvbdev.c                          | 221 ++++++++++++++++++++++++++++++++++++++----------------------------
 drivers/media/dvb-frontends/mn88443x.c                   |   2 +-
 drivers/media/pci/netup_unidvb/netup_unidvb_core.c       |  19 +++---
 drivers/media/platform/st/sti/c8sectpfe/c8sectpfe-core.c |   4 +-
 drivers/media/usb/dvb-usb-v2/ce6230.c                    |   8 +++
 drivers/media/usb/dvb-usb-v2/ec168.c                     |  12 ++++
 drivers/media/usb/dvb-usb-v2/rtl28xxu.c                  |  20 ++++++
 drivers/media/usb/dvb-usb/af9005-fe.c                    |   3 +-
 drivers/media/usb/dvb-usb/az6027.c                       |  46 ++++++++------
 drivers/media/usb/dvb-usb/digitv.c                       |   4 ++
 drivers/media/usb/dvb-usb/dtt200u-fe.c                   |   2 +-
 drivers/media/usb/dvb-usb/dw2102.c                       |  26 ++++----
 drivers/media/usb/dvb-usb/opera1.c                       |   3 +-
 drivers/media/usb/dvb-usb/pctv452e.c                     |  20 +++---
 drivers/media/usb/pvrusb2/Kconfig                        |   1 +
 drivers/media/usb/ttusb-dec/ttusb_dec.c                  |   3 +-
 include/media/dvb_frontend.h                             |   6 +-
 include/media/dvb_net.h                                  |   4 ++
 include/media/dvbdev.h                                   |  21 ++++++-
 include/uapi/linux/dvb/frontend.h                        |   8 +++
 include/uapi/linux/dvb/version.h                         |   2 +-
 25 files changed, 366 insertions(+), 178 deletions(-)

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

* Re: [GIT PULL] dvb fixes and cleanups (#91833)
  2023-05-13 18:51 [GIT PULL] dvb fixes and cleanups Mauro Carvalho Chehab
@ 2023-05-13 20:30 ` Jenkins
  0 siblings, 0 replies; 2+ messages in thread
From: Jenkins @ 2023-05-13 20:30 UTC (permalink / raw)
  To: mchehab, linux-media; +Cc: builder

From: builder@linuxtv.org

Pull request: https://patchwork.linuxtv.org/project/linux-media/patch/20230513195131.2f3ff7d3@sal.lan/
Build log: https://builder.linuxtv.org/job/patchwork/306043/
Build time: 00:29:41
Link: https://lore.kernel.org/linux-media/20230513195131.2f3ff7d3@sal.lan

error: FETCH_HEAD: cannot verify a non-tag object of type commit.

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

Error/warnings:

patches/0001-media-pvrusb2-fix-DVB_CORE-dependency.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-gc0310.c:212 gc0310_s_stream() warn: missing error code 'ret'
	../drivers/staging/media/atomisp/i2c/atomisp-ov2680.c:416 ov2680_s_stream() warn: missing error code 'ret'
	../drivers/staging/media/atomisp/pci/atomisp_cmd.c: ../drivers/staging/media/atomisp/pci/atomisp_cmd.c:3013 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:3112 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?
	../drivers/media/platform/nxp/imx-jpeg/mxc-jpeg.c: ../drivers/media/platform/nxp/imx-jpeg/mxc-jpeg.c:2775 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.
	SMATCH:../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:2570 dvb_register() parse error: OOM: 3000008Kb sm_state_count = 1972462
	../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 57 seconds
	../drivers/media/pci/ivtv/ivtvfb.c: note: in included file (through ../arch/x86/include/asm/uaccess.h, ../include/linux/uaccess.h, ../include/linux/sched/task.h, ../include/linux/sched/signal.h, ../drivers/media/pci/ivtv/ivtv-driver.h):
	SPARSE:../drivers/media/pci/ivtv/ivtvfb.c ../arch/x86/include/asm/uaccess_64.h:88:24: warning: cast removes address space '__user' of expression
	../drivers/media/usb/uvc/uvc_v4l2.c: note: in included file (through ../arch/x86/include/asm/uaccess.h, ../include/linux/uaccess.h, ../include/linux/sched/task.h, ../include/linux/sched/signal.h, ../include/linux/rcuwait.h, ...):
	SPARSE:../drivers/media/usb/uvc/uvc_v4l2.c ../arch/x86/include/asm/uaccess_64.h:88:24: warning: cast removes address space '__user' of expression
	../drivers/media/usb/pvrusb2/pvrusb2-hdw.c: ../drivers/media/usb/pvrusb2/pvrusb2-hdw.c:3293 pvr2_hdw_get_tuner_status() warn: inconsistent indenting
	../drivers/media/usb/em28xx/em28xx-video.c: ../drivers/media/usb/em28xx/em28xx-video.c:2858 em28xx_v4l2_init() parse error: turning off implications after 60 seconds

   checkpatch.pl:
	$ cat patches/0001-media-pvrusb2-fix-DVB_CORE-dependency.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:11: WARNING: Possible unwrapped commit description (prefer a maximum 75 chars per line)

patches/0004-media-dvb-usb-az6027-fix-three-null-ptr-deref-in-az6.patch:

   checkpatch.pl:
	$ cat patches/0004-media-dvb-usb-az6027-fix-three-null-ptr-deref-in-az6.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:7: WARNING: Possible unwrapped commit description (prefer a maximum 75 chars per line)

patches/0005-media-dvb-usb-v2-ec168-fix-null-ptr-deref-in-ec168_i.patch:

   checkpatch.pl:
	$ cat patches/0005-media-dvb-usb-v2-ec168-fix-null-ptr-deref-in-ec168_i.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:12: WARNING: Possible unwrapped commit description (prefer a maximum 75 chars per line)

patches/0006-media-dvb-usb-v2-ce6230-fix-null-ptr-deref-in-ce6230.patch:

   checkpatch.pl:
	$ cat patches/0006-media-dvb-usb-v2-ce6230-fix-null-ptr-deref-in-ce6230.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:13: WARNING: Possible unwrapped commit description (prefer a maximum 75 chars per line)

patches/0008-media-dvb-usb-digitv-fix-null-ptr-deref-in-digitv_i2.patch:

   checkpatch.pl:
	$ cat patches/0008-media-dvb-usb-digitv-fix-null-ptr-deref-in-digitv_i2.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:13: WARNING: Possible unwrapped commit description (prefer a maximum 75 chars per line)

patches/0011-media-dvb_ca_en50221-fix-a-size-write-bug.patch:

   checkpatch.pl:
	$ cat patches/0011-media-dvb_ca_en50221-fix-a-size-write-bug.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:14: WARNING: 'followings' may be misspelled - perhaps 'following'?

patches/0014-media-dvb-core-Fix-use-after-free-due-to-race-condit.patch:

    allyesconfig: return code #0:
	../drivers/media/dvb-core/dvb_frontend.c: ../drivers/media/dvb-core/dvb_frontend.c:835 dvb_frontend_stop() warn: inconsistent returns '&fe->remove_mutex'.
	  Locked on  : 819
	  Unlocked on: 835
	../drivers/media/dvb-core/dvb_frontend.c: ../drivers/media/dvb-core/dvb_frontend.c:2910 dvb_frontend_open() warn: inconsistent returns '&fe->remove_mutex'.
	  Locked on  : 2787
	  Unlocked on: 2778,2826,2887,2910
	../drivers/media/pci/cx23885/cx23885-dvb.c: ../drivers/media/pci/cx23885/cx23885-dvb.c:2570 dvb_register() parse error: OOM: 3000032Kb sm_state_count = 1964796
	../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 59 seconds
	../drivers/media/usb/pvrusb2/pvrusb2-hdw.c: ../drivers/media/usb/pvrusb2/pvrusb2-hdw.c:3293 pvr2_hdw_get_tuner_status() warn: inconsistent indenting
	../drivers/media/usb/em28xx/em28xx-video.c: ../drivers/media/usb/em28xx/em28xx-video.c:2858 em28xx_v4l2_init() parse error: turning off implications after 60 seconds

   checkpatch.pl:
	$ cat patches/0014-media-dvb-core-Fix-use-after-free-due-to-race-condit.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:165: CHECK: struct mutex definition without comment

patches/0015-media-dvb-core-Fix-use-after-free-due-to-race-condit.patch:

    allyesconfig: return code #0:
	../drivers/media/pci/cx23885/cx23885-dvb.c: ../drivers/media/pci/cx23885/cx23885-dvb.c:2570 dvb_register() parse error: OOM: 3000016Kb sm_state_count = 1967992
	../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 59 seconds
	../drivers/media/usb/pvrusb2/pvrusb2-hdw.c: ../drivers/media/usb/pvrusb2/pvrusb2-hdw.c:3293 pvr2_hdw_get_tuner_status() warn: inconsistent indenting

   checkpatch.pl:
	$ cat patches/0015-media-dvb-core-Fix-use-after-free-due-to-race-condit.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:127: CHECK: struct mutex definition without comment

patches/0016-media-dvb-core-Fix-use-after-free-due-to-race-condit.patch:

    allyesconfig: return code #0:
	../drivers/media/dvb-core/dvb_frontend.c: ../drivers/media/dvb-core/dvb_frontend.c:835 dvb_frontend_stop() warn: inconsistent returns '&fe->remove_mutex'.
	  Locked on  : 819
	  Unlocked on: 835
	../drivers/media/dvb-core/dvb_frontend.c: ../drivers/media/dvb-core/dvb_frontend.c:2910 dvb_frontend_open() warn: inconsistent returns '&fe->remove_mutex'.
	  Locked on  : 2787
	  Unlocked on: 2778,2826,2887,2910
	../drivers/media/pci/cx23885/cx23885-dvb.c: ../drivers/media/pci/cx23885/cx23885-dvb.c:2570 dvb_register() parse error: OOM: 3000016Kb sm_state_count = 1968007
	../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 57 seconds
	../drivers/media/usb/em28xx/em28xx-video.c: ../drivers/media/usb/em28xx/em28xx-video.c:2836 em28xx_v4l2_init() parse error: turning off implications after 60 seconds
	../drivers/media/usb/pvrusb2/pvrusb2-hdw.c: ../drivers/media/usb/pvrusb2/pvrusb2-hdw.c:3293 pvr2_hdw_get_tuner_status() warn: inconsistent indenting

   checkpatch.pl:
	$ cat patches/0016-media-dvb-core-Fix-use-after-free-due-to-race-condit.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:24: WARNING: Reported-by: should be immediately followed by Closes: with a URL to the report
	-:25: WARNING: Reported-by: should be immediately followed by Closes: with a URL to the report
	-:49: WARNING: struct file_operations should normally be const
	-:58: WARNING: space prohibited between function name and open parenthesis '('
	-:58: ERROR: do not use assignment in if condition
	-:80: CHECK: Alignment should match open parenthesis
	-:91: CHECK: Comparison to NULL could be written "!dvbdevfops"
	-:99: CHECK: Prefer kzalloc(sizeof(*new_node)...) over kzalloc(sizeof(struct dvbdevfops_node)...)
	-:110: WARNING: space prohibited between function name and open parenthesis '('
	-:131: WARNING: space prohibited between function name and open parenthesis '('
	-:155: WARNING: space prohibited between function name and open parenthesis '('
	-:176: WARNING: space prohibited between function name and open parenthesis '('
	-:214: WARNING: space prohibited between function name and open parenthesis '('
	-:238: WARNING: struct file_operations should normally be const

patches/0017-media-dvb-core-Fix-kernel-WARNING-for-blocking-opera.patch:

    allyesconfig: return code #0:
	../drivers/media/dvb-core/dvb_frontend.c: ../drivers/media/dvb-core/dvb_frontend.c:843 dvb_frontend_stop() warn: inconsistent returns '&fe->remove_mutex'.
	  Locked on  : 827
	  Unlocked on: 843
	../drivers/media/dvb-core/dvb_frontend.c: ../drivers/media/dvb-core/dvb_frontend.c:2918 dvb_frontend_open() warn: inconsistent returns '&fe->remove_mutex'.
	  Locked on  : 2795
	  Unlocked on: 2786,2834,2895,2918

   checkpatch.pl:
	$ cat patches/0017-media-dvb-core-Fix-kernel-WARNING-for-blocking-opera.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:20: WARNING: Reported-by: should be immediately followed by Closes: with a URL to the report

patches/0019-media-dvbdev.h-do-some-kernel-doc-cleanups.patch:

    allyesconfig: return code #0:
	../drivers/media/dvb-core/dvb_frontend.c: ../drivers/media/dvb-core/dvb_frontend.c:843 dvb_frontend_stop() warn: inconsistent returns '&fe->remove_mutex'.
	  Locked on  : 827
	  Unlocked on: 843
	../drivers/media/dvb-core/dvb_frontend.c: ../drivers/media/dvb-core/dvb_frontend.c:2918 dvb_frontend_open() warn: inconsistent returns '&fe->remove_mutex'.
	  Locked on  : 2795
	  Unlocked on: 2786,2834,2895,2918
	../drivers/media/pci/cx23885/cx23885-dvb.c: ../drivers/media/pci/cx23885/cx23885-dvb.c:2570 dvb_register() parse error: turning off implications after 60 seconds
	../drivers/media/pci/cx23885/cx23885-dvb.c: ../drivers/media/pci/cx23885/cx23885-dvb.c:2579 dvb_register() error: we previously assumed 'fe1->dvb.frontend' could be null (see line 1743)
	../drivers/media/pci/cx23885/cx23885-dvb.c: ../drivers/media/pci/cx23885/cx23885-dvb.c:2598 dvb_register() parse error: OOM: 3000012Kb sm_state_count = 1943986
	../drivers/media/pci/cx23885/cx23885-dvb.c: ../drivers/media/pci/cx23885/cx23885-dvb.c:2598 dvb_register() warn: Function too hairy.  No more merges.
	../drivers/media/pci/cx23885/cx23885-dvb.c: ../drivers/media/pci/cx23885/cx23885-dvb.c:2598 dvb_register() parse error: __split_smt: function too hairy.  Giving up after 63 seconds
	../drivers/media/usb/pvrusb2/pvrusb2-hdw.c: ../drivers/media/usb/pvrusb2/pvrusb2-hdw.c:3293 pvr2_hdw_get_tuner_status() warn: inconsistent indenting
	../drivers/media/usb/em28xx/em28xx-video.c: ../drivers/media/usb/em28xx/em28xx-video.c:2836 em28xx_v4l2_init() parse error: turning off implications after 60 seconds

   checkpatch.pl:
	$ cat patches/0019-media-dvbdev.h-do-some-kernel-doc-cleanups.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:8: WARNING: Possible unwrapped commit description (prefer a maximum 75 chars per line)

patches/0023-media-dvb-add-missing-DVB-S2X-FEC-parameter-values.patch:

    allyesconfig: return code #0:
	../drivers/media/dvb-core/dvb_frontend.c: ../drivers/media/dvb-core/dvb_frontend.c:843 dvb_frontend_stop() warn: inconsistent returns '&fe->remove_mutex'.
	  Locked on  : 827
	  Unlocked on: 843
	../drivers/media/dvb-core/dvb_frontend.c: ../drivers/media/dvb-core/dvb_frontend.c:2918 dvb_frontend_open() warn: inconsistent returns '&fe->remove_mutex'.
	  Locked on  : 2795
	  Unlocked on: 2786,2834,2895,2918
	../drivers/media/pci/cx23885/cx23885-dvb.c: ../drivers/media/pci/cx23885/cx23885-dvb.c:2491 dvb_register() parse error: turning off implications after 60 seconds
	../drivers/media/pci/cx23885/cx23885-dvb.c: ../drivers/media/pci/cx23885/cx23885-dvb.c:2579 dvb_register() error: we previously assumed 'fe1->dvb.frontend' could be null (see line 1743)
	../drivers/media/pci/cx23885/cx23885-dvb.c: ../drivers/media/pci/cx23885/cx23885-dvb.c:2602 dvb_register() parse error: OOM: 3003928Kb sm_state_count = 1953315
	../drivers/media/pci/cx23885/cx23885-dvb.c: ../drivers/media/pci/cx23885/cx23885-dvb.c:2602 dvb_register() warn: Function too hairy.  No more merges.
	../drivers/media/pci/cx23885/cx23885-dvb.c: ../drivers/media/pci/cx23885/cx23885-dvb.c:2602 dvb_register() parse error: __split_smt: function too hairy.  Giving up after 67 seconds
	../drivers/media/usb/pvrusb2/pvrusb2-hdw.c: ../drivers/media/usb/pvrusb2/pvrusb2-hdw.c:3293 pvr2_hdw_get_tuner_status() warn: inconsistent indenting
	../drivers/media/usb/em28xx/em28xx-video.c: ../drivers/media/usb/em28xx/em28xx-video.c:2831 em28xx_v4l2_init() parse error: turning off implications after 60 seconds

   checkpatch.pl:
	$ cat patches/0023-media-dvb-add-missing-DVB-S2X-FEC-parameter-values.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:7: ERROR: Please use git commit description style 'commit <12+ chars of sha1> ("<title line>")' - ie: 'commit 6508a50fe84f ("media: dvb: add DVB-C2 and DVB-S2X parameter values")'
	-:9: WARNING: Possible unwrapped commit description (prefer a maximum 75 chars per line)

patches/0024-media-dvb-bump-DVB-API-version.patch:

    allyesconfig: return code #0:
	../drivers/media/dvb-core/dvb_frontend.c: ../drivers/media/dvb-core/dvb_frontend.c:843 dvb_frontend_stop() warn: inconsistent returns '&fe->remove_mutex'.
	  Locked on  : 827
	  Unlocked on: 843
	../drivers/media/dvb-core/dvb_frontend.c: ../drivers/media/dvb-core/dvb_frontend.c:2918 dvb_frontend_open() warn: inconsistent returns '&fe->remove_mutex'.
	  Locked on  : 2795
	  Unlocked on: 2786,2834,2895,2918

   checkpatch.pl:
	$ cat patches/0024-media-dvb-bump-DVB-API-version.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:9: WARNING: Possible unwrapped commit description (prefer a maximum 75 chars per line)


Error #512 when building PDF docs


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

end of thread, other threads:[~2023-05-13 20:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-13 18:51 [GIT PULL] dvb fixes and cleanups Mauro Carvalho Chehab
2023-05-13 20:30 ` [GIT PULL] dvb fixes and cleanups (#91833) Jenkins

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.