All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Mauro Carvalho Chehab <mchehab@osg.samsung.com>,
	Linux Media Mailing List <linux-media@vger.kernel.org>,
	Mauro Carvalho Chehab <mchehab@infradead.org>
Subject: [PATCH 0/3] Media fixes for Kernel 4.9-rc5
Date: Sat, 12 Nov 2016 12:46:25 -0200	[thread overview]
Message-ID: <cover.1478960480.git.mchehab@osg.samsung.com> (raw)

Hi Linus,

This patch series contain two patches fixing problems with my
patch series meant to make USB drivers to work again after the
DMA on stack changes.

The last patch on this series is actually not related to DMA on
stack. It solves a longstanding bug affecting module unload,
causing module_put() to be called twice. It was reported by the
user who reported and tested the issues with the gp8psk driver
with the DMA fixup patches. As we're late at -rc cycle, maybe you
prefer to not apply it right now. If this is the case, I'll
add to the pile of patches for 4.10.

Regards,
Mauro

PS.: Exceptionally this time, I'm sending the patches via e-mail,
because I'm on another trip, and won't be able to use the usual
procedure until Monday. Also, it is only three patches, and you
followed already the discussions about the first one.

Mauro Carvalho Chehab (3):
  [media] dvb-usb: move data_mutex to struct dvb_usb_device
  [media] gp8psk: fix gp8psk_usb_in_op() logic
  [media] gp8psk: Fix DVB frontend attach

 drivers/media/dvb-frontends/Kconfig                |   5 +
 drivers/media/dvb-frontends/Makefile               |   1 +
 .../{usb/dvb-usb => dvb-frontends}/gp8psk-fe.c     | 139 ++++++++++++---------
 drivers/media/dvb-frontends/gp8psk-fe.h            |  82 ++++++++++++
 drivers/media/usb/dvb-usb/Makefile                 |   2 +-
 drivers/media/usb/dvb-usb/af9005.c                 |  33 ++---
 drivers/media/usb/dvb-usb/cinergyT2-core.c         |  33 ++---
 drivers/media/usb/dvb-usb/cxusb.c                  |  39 +++---
 drivers/media/usb/dvb-usb/cxusb.h                  |   1 -
 drivers/media/usb/dvb-usb/dtt200u.c                |  40 +++---
 drivers/media/usb/dvb-usb/dvb-usb-init.c           |   1 +
 drivers/media/usb/dvb-usb/dvb-usb.h                |   9 +-
 drivers/media/usb/dvb-usb/gp8psk.c                 | 111 +++++++++++-----
 drivers/media/usb/dvb-usb/gp8psk.h                 |  63 ----------
 14 files changed, 310 insertions(+), 249 deletions(-)
 rename drivers/media/{usb/dvb-usb => dvb-frontends}/gp8psk-fe.c (72%)
 create mode 100644 drivers/media/dvb-frontends/gp8psk-fe.h

-- 
2.9.3


             reply	other threads:[~2016-11-12 14:47 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-12 14:46 Mauro Carvalho Chehab [this message]
2016-11-12 14:46 ` [PATCH 1/3] [media] dvb-usb: move data_mutex to struct dvb_usb_device Mauro Carvalho Chehab
2016-11-14 12:57   ` Michael Ira Krufky
2016-11-12 14:46 ` [PATCH 2/3] [media] gp8psk: fix gp8psk_usb_in_op() logic Mauro Carvalho Chehab
2016-11-12 14:46 ` [PATCH 3/3] [media] gp8psk: Fix DVB frontend attach Mauro Carvalho Chehab

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=cover.1478960480.git.mchehab@osg.samsung.com \
    --to=mchehab@osg.samsung.com \
    --cc=linux-media@vger.kernel.org \
    --cc=mchehab@infradead.org \
    --cc=torvalds@linux-foundation.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.