[oe] [meta-handheld][PATCH] linux-yocto: slob breaks usb networking, use slab

Paul Eggleton paul.eggleton at linux.intel.com
Sat Sep 15 20:49:09 UTC 2012


On Saturday 15 September 2012 22:31:44 Andrea Adami wrote:
> Signed-off-by: Andrea Adami <andrea.adami at gmail.com>
> ---
>  recipes-kernel/linux/linux-yocto/akita/akita.cfg   |    4 ++--
>  recipes-kernel/linux/linux-yocto/c7x0/c7x0.cfg     |    4 ++--
>  recipes-kernel/linux/linux-yocto/collie/collie.cfg |    4 ++--
>  recipes-kernel/linux/linux-yocto/poodle/poodle.cfg |    4 ++--
>  recipes-kernel/linux/linux-yocto/spitz/spitz.cfg   |    4 ++--
>  recipes-kernel/linux/linux-yocto/tosa/tosa.cfg     |    4 ++--
>  6 files changed, 12 insertions(+), 12 deletions(-)
> 
> diff --git a/recipes-kernel/linux/linux-yocto/akita/akita.cfg
> b/recipes-kernel/linux/linux-yocto/akita/akita.cfg index 6f0db54..e7ecdde
> 100644
> --- a/recipes-kernel/linux/linux-yocto/akita/akita.cfg
> +++ b/recipes-kernel/linux/linux-yocto/akita/akita.cfg
> @@ -128,9 +128,9 @@ CONFIG_PERF_EVENTS=y
>  # CONFIG_DEBUG_PERF_USE_VMALLOC is not set
>  CONFIG_VM_EVENT_COUNTERS=y
>  CONFIG_COMPAT_BRK=y
> -# CONFIG_SLAB is not set
> +CONFIG_SLAB=y
>  # CONFIG_SLUB is not set
> -CONFIG_SLOB=y
> +# CONFIG_SLOB is not set
>  CONFIG_PROFILING=y
>  CONFIG_OPROFILE=m
>  CONFIG_HAVE_OPROFILE=y
> diff --git a/recipes-kernel/linux/linux-yocto/c7x0/c7x0.cfg
> b/recipes-kernel/linux/linux-yocto/c7x0/c7x0.cfg index 5655f0d..f8d3f4d
> 100644
> --- a/recipes-kernel/linux/linux-yocto/c7x0/c7x0.cfg
> +++ b/recipes-kernel/linux/linux-yocto/c7x0/c7x0.cfg
> @@ -128,9 +128,9 @@ CONFIG_PERF_EVENTS=y
>  # CONFIG_DEBUG_PERF_USE_VMALLOC is not set
>  CONFIG_VM_EVENT_COUNTERS=y
>  CONFIG_COMPAT_BRK=y
> -# CONFIG_SLAB is not set
> +CONFIG_SLAB=y
>  # CONFIG_SLUB is not set
> -CONFIG_SLOB=y
> +# CONFIG_SLOB is not set
>  CONFIG_PROFILING=y
>  CONFIG_OPROFILE=m
>  CONFIG_HAVE_OPROFILE=y
> diff --git a/recipes-kernel/linux/linux-yocto/collie/collie.cfg
> b/recipes-kernel/linux/linux-yocto/collie/collie.cfg index 4cc5f56..2f5ead7
> 100644
> --- a/recipes-kernel/linux/linux-yocto/collie/collie.cfg
> +++ b/recipes-kernel/linux/linux-yocto/collie/collie.cfg
> @@ -129,9 +129,9 @@ CONFIG_PERF_EVENTS=y
>  # CONFIG_DEBUG_PERF_USE_VMALLOC is not set
>  CONFIG_VM_EVENT_COUNTERS=y
>  CONFIG_COMPAT_BRK=y
> -# CONFIG_SLAB is not set
> +CONFIG_SLAB=y
>  # CONFIG_SLUB is not set
> -CONFIG_SLOB=y
> +# CONFIG_SLOB is not set
>  CONFIG_PROFILING=y
>  CONFIG_OPROFILE=m
>  CONFIG_HAVE_OPROFILE=y
> diff --git a/recipes-kernel/linux/linux-yocto/poodle/poodle.cfg
> b/recipes-kernel/linux/linux-yocto/poodle/poodle.cfg index c20557e..644ff69
> 100644
> --- a/recipes-kernel/linux/linux-yocto/poodle/poodle.cfg
> +++ b/recipes-kernel/linux/linux-yocto/poodle/poodle.cfg
> @@ -129,9 +129,9 @@ CONFIG_PERF_EVENTS=y
>  # CONFIG_DEBUG_PERF_USE_VMALLOC is not set
>  CONFIG_VM_EVENT_COUNTERS=y
>  CONFIG_COMPAT_BRK=y
> -# CONFIG_SLAB is not set
> +CONFIG_SLAB=y
>  # CONFIG_SLUB is not set
> -CONFIG_SLOB=y
> +# CONFIG_SLOB is not set
>  CONFIG_PROFILING=y
>  CONFIG_OPROFILE=m
>  CONFIG_HAVE_OPROFILE=y
> diff --git a/recipes-kernel/linux/linux-yocto/spitz/spitz.cfg
> b/recipes-kernel/linux/linux-yocto/spitz/spitz.cfg index f3f6561..6a26182
> 100644
> --- a/recipes-kernel/linux/linux-yocto/spitz/spitz.cfg
> +++ b/recipes-kernel/linux/linux-yocto/spitz/spitz.cfg
> @@ -128,9 +128,9 @@ CONFIG_PERF_EVENTS=y
>  # CONFIG_DEBUG_PERF_USE_VMALLOC is not set
>  CONFIG_VM_EVENT_COUNTERS=y
>  CONFIG_COMPAT_BRK=y
> -# CONFIG_SLAB is not set
> +CONFIG_SLAB=y
>  # CONFIG_SLUB is not set
> -CONFIG_SLOB=y
> +# CONFIG_SLOB is not set
>  CONFIG_PROFILING=y
>  CONFIG_OPROFILE=m
>  CONFIG_HAVE_OPROFILE=y
> diff --git a/recipes-kernel/linux/linux-yocto/tosa/tosa.cfg
> b/recipes-kernel/linux/linux-yocto/tosa/tosa.cfg index 31c6da3..013112f
> 100644
> --- a/recipes-kernel/linux/linux-yocto/tosa/tosa.cfg
> +++ b/recipes-kernel/linux/linux-yocto/tosa/tosa.cfg
> @@ -128,9 +128,9 @@ CONFIG_PERF_EVENTS=y
>  # CONFIG_DEBUG_PERF_USE_VMALLOC is not set
>  CONFIG_VM_EVENT_COUNTERS=y
>  CONFIG_COMPAT_BRK=y
> -# CONFIG_SLAB is not set
> +CONFIG_SLAB=y
>  # CONFIG_SLUB is not set
> -CONFIG_SLOB=y
> +# CONFIG_SLOB is not set
>  CONFIG_PROFILING=y
>  CONFIG_OPROFILE=m
>  CONFIG_HAVE_OPROFILE=y

Merged to meta-handheld master, thanks.

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre




More information about the Openembedded-devel mailing list