All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mauro Carvalho Chehab <mchehab@kernel.org>
To: linux-media@vger.kernel.org
Subject: [GIT PULL] dvb fixes and cleanups
Date: Sat, 13 May 2023 19:51:31 +0100	[thread overview]
Message-ID: <20230513195131.2f3ff7d3@sal.lan> (raw)

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

             reply	other threads:[~2023-05-13 18:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-13 18:51 Mauro Carvalho Chehab [this message]
2023-05-13 20:30 ` [GIT PULL] dvb fixes and cleanups (#91833) Jenkins

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230513195131.2f3ff7d3@sal.lan \
    --to=mchehab@kernel.org \
    --cc=linux-media@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.