From 1d69d49a699ab9cd37ac88ac2ca66a3389b1eede Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Wed, 19 Feb 2014 12:36:54 +0100 Subject: [PATCH] linux: enable CONFIG_FHANDLE Udev has race conditions without it enabled, see https://www.mail-archive.com/systemd-devel@lists.freedesktop.org/msg16660.html for more details. Signed-off-by: Koen Kooi --- recipes-kernel/linux/linux/cubieboard/defconfig | 1 + recipes-kernel/linux/linux/cubieboard2/defconfig | 3 ++- recipes-kernel/linux/linux/cubietruck/defconfig | 1 + recipes-kernel/linux/linux/mele/defconfig | 3 ++- recipes-kernel/linux/linux/meleg/defconfig | 3 ++- recipes-kernel/linux/linux/olinuxino-a10s/defconfig | 1 + recipes-kernel/linux/linux/olinuxino-a13/defconfig | 1 + recipes-kernel/linux/linux/olinuxino-a20/defconfig | 1 + 8 files changed, 11 insertions(+), 3 deletions(-) diff --git a/recipes-kernel/linux/linux/cubieboard/defconfig b/recipes-kernel/linux/linux/cubieboard/defconfig index 648b13d..6ae03e3 100644 --- a/recipes-kernel/linux/linux/cubieboard/defconfig +++ b/recipes-kernel/linux/linux/cubieboard/defconfig @@ -324,3 +324,4 @@ CONFIG_CMA_SIZE_MBYTES=192 CONFIG_W1=m CONFIG_W1_SUNXI=m CONFIG_W1_MASTER_GPIO=m +CONFIG_FHANDLE=y diff --git a/recipes-kernel/linux/linux/cubieboard2/defconfig b/recipes-kernel/linux/linux/cubieboard2/defconfig index a4850bf..02ddb1c 100644 --- a/recipes-kernel/linux/linux/cubieboard2/defconfig +++ b/recipes-kernel/linux/linux/cubieboard2/defconfig @@ -55,7 +55,7 @@ CONFIG_SYSVIPC_SYSCTL=y # CONFIG_POSIX_MQUEUE is not set CONFIG_BSD_PROCESS_ACCT=y CONFIG_BSD_PROCESS_ACCT_V3=y -# CONFIG_FHANDLE is not set + CONFIG_TASKSTATS=y CONFIG_TASK_DELAY_ACCT=y CONFIG_TASK_XACCT=y @@ -4053,3 +4053,4 @@ CONFIG_CMA_SIZE_MBYTES=192 CONFIG_W1=m CONFIG_W1_SUNXI=m CONFIG_W1_MASTER_GPIO=m +CONFIG_FHANDLE=y diff --git a/recipes-kernel/linux/linux/cubietruck/defconfig b/recipes-kernel/linux/linux/cubietruck/defconfig index 750b333..61acaf2 100644 --- a/recipes-kernel/linux/linux/cubietruck/defconfig +++ b/recipes-kernel/linux/linux/cubietruck/defconfig @@ -1221,3 +1221,4 @@ CONFIG_CMA_SIZE_MBYTES=192 CONFIG_W1=m CONFIG_W1_SUNXI=m CONFIG_W1_MASTER_GPIO=m +CONFIG_FHANDLE=y diff --git a/recipes-kernel/linux/linux/mele/defconfig b/recipes-kernel/linux/linux/mele/defconfig index 2372e88..ff46565 100644 --- a/recipes-kernel/linux/linux/mele/defconfig +++ b/recipes-kernel/linux/linux/mele/defconfig @@ -53,7 +53,7 @@ CONFIG_SYSVIPC_SYSCTL=y # CONFIG_POSIX_MQUEUE is not set CONFIG_BSD_PROCESS_ACCT=y CONFIG_BSD_PROCESS_ACCT_V3=y -# CONFIG_FHANDLE is not set + CONFIG_TASKSTATS=y CONFIG_TASK_DELAY_ACCT=y CONFIG_TASK_XACCT=y @@ -2510,3 +2510,4 @@ CONFIG_CMA_SIZE_MBYTES=192 CONFIG_W1=m CONFIG_W1_SUNXI=m CONFIG_W1_MASTER_GPIO=m +CONFIG_FHANDLE=y diff --git a/recipes-kernel/linux/linux/meleg/defconfig b/recipes-kernel/linux/linux/meleg/defconfig index 2372e88..ff46565 100644 --- a/recipes-kernel/linux/linux/meleg/defconfig +++ b/recipes-kernel/linux/linux/meleg/defconfig @@ -53,7 +53,7 @@ CONFIG_SYSVIPC_SYSCTL=y # CONFIG_POSIX_MQUEUE is not set CONFIG_BSD_PROCESS_ACCT=y CONFIG_BSD_PROCESS_ACCT_V3=y -# CONFIG_FHANDLE is not set + CONFIG_TASKSTATS=y CONFIG_TASK_DELAY_ACCT=y CONFIG_TASK_XACCT=y @@ -2510,3 +2510,4 @@ CONFIG_CMA_SIZE_MBYTES=192 CONFIG_W1=m CONFIG_W1_SUNXI=m CONFIG_W1_MASTER_GPIO=m +CONFIG_FHANDLE=y diff --git a/recipes-kernel/linux/linux/olinuxino-a10s/defconfig b/recipes-kernel/linux/linux/olinuxino-a10s/defconfig index a6cede6..6086197 100644 --- a/recipes-kernel/linux/linux/olinuxino-a10s/defconfig +++ b/recipes-kernel/linux/linux/olinuxino-a10s/defconfig @@ -274,3 +274,4 @@ CONFIG_CMA_SIZE_MBYTES=192 CONFIG_W1=m CONFIG_W1_SUNXI=m CONFIG_W1_MASTER_GPIO=m +CONFIG_FHANDLE=y diff --git a/recipes-kernel/linux/linux/olinuxino-a13/defconfig b/recipes-kernel/linux/linux/olinuxino-a13/defconfig index f6fe181..8e34b37 100644 --- a/recipes-kernel/linux/linux/olinuxino-a13/defconfig +++ b/recipes-kernel/linux/linux/olinuxino-a13/defconfig @@ -328,3 +328,4 @@ CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y CONFIG_CPU_FREQ_USR_EVNT_NOTIFY=y CONFIG_CPU_FREQ_DVFS=y CONFIG_CPU_IDLE=y +CONFIG_FHANDLE=y diff --git a/recipes-kernel/linux/linux/olinuxino-a20/defconfig b/recipes-kernel/linux/linux/olinuxino-a20/defconfig index c6b5bfc..505d7d5 100644 --- a/recipes-kernel/linux/linux/olinuxino-a20/defconfig +++ b/recipes-kernel/linux/linux/olinuxino-a20/defconfig @@ -1224,3 +1224,4 @@ CONFIG_W1_MASTER_GPIO=m CONFIG_USB_SW_SUNXI_USB=y CONFIG_USB_SW_SUNXI_USB_MANAGER=y CONFIG_USB_SW_SUNXI_USB_DEBUG=y +CONFIG_FHANDLE=y