[PATCH v2 0/2] fix lockdep warnings in s5p_mfc and exynos-gsc vb2 drivers

Shuah Khan shuahkh at osg.samsung.com
Mon Oct 16 08:16:48 PDT 2017


Driver mmap functions shouldn't hold lock when calling vb2_mmap(). The
vb2_mmap() function has its own lock that it uses to protect the critical
section.

Reference: commit log for f035eb4e976ef5a059e30bc91cfd310ff030a7d3

Changes since v1:
Updated patch commit logs to include the 

Reference: commit log for f035eb4e976ef5a059e30bc91cfd310ff030a7d3
and e752577ed7bf55c81e10343fced8b378cda2b63b

Added Marek Szyprowski's Acked-by

Shuah Khan (2):
  media: exynos-gsc: fix lockdep warning
  media: s5p-mfc: fix lockdep warning

 drivers/media/platform/exynos-gsc/gsc-m2m.c | 5 -----
 drivers/media/platform/s5p-mfc/s5p_mfc.c    | 3 ---
 2 files changed, 8 deletions(-)

-- 
2.7.4




More information about the linux-arm-kernel mailing list