From: Mauro Carvalho Chehab <mchehab@s-opensource.com>
To: Linux Media Mailing List <linux-media@vger.kernel.org>
Cc: Mauro Carvalho Chehab <mchehab@s-opensource.com>,
Mauro Carvalho Chehab <mchehab@infradead.org>,
Gustavo Padovan <gustavo.padovan@collabora.com>,
Sakari Ailus <sakari.ailus@linux.intel.com>,
Hans Verkuil <hansverk@cisco.com>,
Satendra Singh Thakur <satendra.t@samsung.com>,
Hirokazu Honda <hiroh@chromium.org>,
Christophe JAILLET <christophe.jaillet@wanadoo.fr>,
Stanimir Varbanov <stanimir.varbanov@linaro.org>
Subject: [PATCH 0/5] some VB2 bug fixes and improvements
Date: Thu, 28 Dec 2017 14:29:33 -0200 [thread overview]
Message-ID: <cover.1514478428.git.mchehab@s-opensource.com> (raw)
While working with DVB memory mapped patches, a few issues were
noticed at VB2. None of those patches are directly related to
dvb-vb2 logic, but they fix 3 issues found at VB2.
There are two other patches that improve vb2 print messages, by
defining pr_fmt() macro and by making clearer what's happening
when VB2 prints a stack dump.
Mauro Carvalho Chehab (3):
media: vb2: don't go out of the buffer range
media: vb2: add pr_fmt() macro
media: vb2: add a new warning about pending buffers
Sakari Ailus (1):
media: vb2: Enforce VB2_MAX_FRAME in vb2_core_reqbufs better
Satendra Singh Thakur (1):
media: vb2: Fix a bug about unnecessary calls to queue cancel and free
drivers/media/common/videobuf/videobuf2-core.c | 50 ++++++++++++++++----------
1 file changed, 31 insertions(+), 19 deletions(-)
--
2.14.3
next reply other threads:[~2017-12-28 16:29 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-28 16:29 Mauro Carvalho Chehab [this message]
2017-12-28 16:29 ` [PATCH 1/5] media: vb2: don't go out of the buffer range Mauro Carvalho Chehab
2017-12-28 18:18 ` Sakari Ailus
2017-12-28 16:29 ` [PATCH 2/5] media: vb2: Fix a bug about unnecessary calls to queue cancel and free Mauro Carvalho Chehab
2017-12-28 18:24 ` Sakari Ailus
2017-12-28 16:29 ` [PATCH 3/5] media: vb2: Enforce VB2_MAX_FRAME in vb2_core_reqbufs better Mauro Carvalho Chehab
2017-12-28 16:29 ` [PATCH 4/5] media: vb2: add pr_fmt() macro Mauro Carvalho Chehab
2017-12-28 18:26 ` Sakari Ailus
2017-12-28 16:29 ` [PATCH 5/5] media: vb2: add a new warning about pending buffers 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.1514478428.git.mchehab@s-opensource.com \
--to=mchehab@s-opensource.com \
--cc=christophe.jaillet@wanadoo.fr \
--cc=gustavo.padovan@collabora.com \
--cc=hansverk@cisco.com \
--cc=hiroh@chromium.org \
--cc=linux-media@vger.kernel.org \
--cc=mchehab@infradead.org \
--cc=sakari.ailus@linux.intel.com \
--cc=satendra.t@samsung.com \
--cc=stanimir.varbanov@linaro.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.