projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a30b24b
)
ARM: odroidxu3_defconfig: enable UACCESS_WITH_MEMCPY
09/48209/2
author
Junghak Sung
<jh1009.sung@samsung.com>
Wed, 16 Sep 2015 06:23:34 +0000
(15:23 +0900)
committer
Seung-Woo Kim
<sw0312.kim@samsung.com>
Wed, 16 Sep 2015 06:42:25 +0000
(23:42 -0700)
Enable CONFIG_UACCESS_WITH_MEMCPY for odroid-xu3.
Fix an issue that sometimes TS data is broken when DVB demux pass the data
to user-space by using copy_to_user.
Change-Id: I7994f193871e70afe31df9c7abdd75b8909b587d
Signed-off-by: Junghak Sung <jh1009.sung@samsung.com>
arch/arm/configs/odroidxu3_defconfig
patch
|
blob
|
history
diff --git
a/arch/arm/configs/odroidxu3_defconfig
b/arch/arm/configs/odroidxu3_defconfig
index 79052a980d99de4fec21a3ccd63836353c44d2b8..e342556732ee7d105a9a36f79f271dc5a853a997 100644
(file)
--- a/
arch/arm/configs/odroidxu3_defconfig
+++ b/
arch/arm/configs/odroidxu3_defconfig
@@
-535,7
+535,7
@@
CONFIG_CMA_AREAS=7
# CONFIG_ZSMALLOC is not set
CONFIG_FORCE_MAX_ZONEORDER=11
CONFIG_ALIGNMENT_TRAP=y
-# CONFIG_UACCESS_WITH_MEMCPY is not set
+CONFIG_UACCESS_WITH_MEMCPY=y
CONFIG_SECCOMP=y
CONFIG_SWIOTLB=y
CONFIG_IOMMU_HELPER=y