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