All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] some VB2 bug fixes and improvements
@ 2017-12-28 16:29 Mauro Carvalho Chehab
  2017-12-28 16:29 ` [PATCH 1/5] media: vb2: don't go out of the buffer range Mauro Carvalho Chehab
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Mauro Carvalho Chehab @ 2017-12-28 16:29 UTC (permalink / raw)
  To: Linux Media Mailing List
  Cc: Mauro Carvalho Chehab, Mauro Carvalho Chehab, Gustavo Padovan,
	Sakari Ailus, Hans Verkuil, Satendra Singh Thakur, Hirokazu Honda,
	Christophe JAILLET, Stanimir Varbanov

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

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

end of thread, other threads:[~2017-12-28 18:26 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-28 16:29 [PATCH 0/5] some VB2 bug fixes and improvements Mauro Carvalho Chehab
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

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.