From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from osg.samsung.com ([64.30.133.232]:59220 "EHLO osg.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750947AbdL1Q3o (ORCPT ); Thu, 28 Dec 2017 11:29:44 -0500 From: Mauro Carvalho Chehab 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 Subject: [PATCH 0/5] some VB2 bug fixes and improvements Date: Thu, 28 Dec 2017 14:29:33 -0200 Message-Id: Sender: linux-media-owner@vger.kernel.org List-ID: 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