summarylogtreecommitdiffstats
path: root/0009-media-s5p-mfc-fix-incorrect-bus-assignment-in-virtua.patch
diff options
context:
space:
mode:
authorDaniel Bermond2019-05-29 20:21:34 +0000
committerDaniel Bermond2019-05-29 20:21:34 +0000
commit4d8b646f77ace166668610de90d006862ab55be7 (patch)
tree316b6796b484d7e8eea914478ba5ec6bc428e288 /0009-media-s5p-mfc-fix-incorrect-bus-assignment-in-virtua.patch
parentbe8acdb77713f81ceabf1ea7588458b3dd315daf (diff)
downloadaur-4d8b646f77ace166668610de90d006862ab55be7.tar.gz
Updated to version 5.1.4
Diffstat (limited to '0009-media-s5p-mfc-fix-incorrect-bus-assignment-in-virtua.patch')
-rw-r--r--0009-media-s5p-mfc-fix-incorrect-bus-assignment-in-virtua.patch38
1 files changed, 0 insertions, 38 deletions
diff --git a/0009-media-s5p-mfc-fix-incorrect-bus-assignment-in-virtua.patch b/0009-media-s5p-mfc-fix-incorrect-bus-assignment-in-virtua.patch
deleted file mode 100644
index 0deda34bf399..000000000000
--- a/0009-media-s5p-mfc-fix-incorrect-bus-assignment-in-virtua.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-From 5d3a19c0fd89f6721a01c882d37a6f114337edb7 Mon Sep 17 00:00:00 2001
-From: Marek Szyprowski <m.szyprowski@samsung.com>
-Date: Mon, 7 Jan 2019 13:04:14 +0100
-Subject: [PATCH 9/9] media: s5p-mfc: fix incorrect bus assignment in virtual
- child device
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Virtual MFC codec's child devices must not be assigned to platform bus,
-because they are allocated as raw 'struct device' and don't have the
-corresponding 'platform' part. This fixes NULL pointer access revealed
-recently by commit a66d972465d1 ("devres: Align data[] to
-ARCH_KMALLOC_MINALIGN").
-
-Reported-by: Paweł Chmiel <pawel.mikolaj.chmiel@gmail.com>
-Fixes: c79667dd93b0 ("media: s5p-mfc: replace custom reserved memory handling code with generic one")
-Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
-Tested-by: Paweł Chmiel <pawel.mikolaj.chmiel@gmail.com>
----
- drivers/media/platform/s5p-mfc/s5p_mfc.c | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/drivers/media/platform/s5p-mfc/s5p_mfc.c b/drivers/media/platform/s5p-mfc/s5p_mfc.c
-index 8a5ba3bec3af..0a9f59d89185 100644
---- a/drivers/media/platform/s5p-mfc/s5p_mfc.c
-+++ b/drivers/media/platform/s5p-mfc/s5p_mfc.c
-@@ -1089,7 +1089,6 @@ static struct device *s5p_mfc_alloc_memdev(struct device *dev,
- device_initialize(child);
- dev_set_name(child, "%s:%s", dev_name(dev), name);
- child->parent = dev;
-- child->bus = dev->bus;
- child->coherent_dma_mask = dev->coherent_dma_mask;
- child->dma_mask = dev->dma_mask;
- child->release = s5p_mfc_memdev_release;
---
-2.19.2
-