* [meta-handheld][PATCH] linux-yocto: slob breaks usb networking, use slab
@ 2012-09-15 20:31 Andrea Adami
2012-09-15 20:49 ` Paul Eggleton
0 siblings, 1 reply; 2+ messages in thread
From: Andrea Adami @ 2012-09-15 20:31 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Andrea Adami <andrea.adami@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
--
1.7.8.6
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [meta-handheld][PATCH] linux-yocto: slob breaks usb networking, use slab
2012-09-15 20:31 [meta-handheld][PATCH] linux-yocto: slob breaks usb networking, use slab Andrea Adami
@ 2012-09-15 20:49 ` Paul Eggleton
0 siblings, 0 replies; 2+ messages in thread
From: Paul Eggleton @ 2012-09-15 20:49 UTC (permalink / raw)
To: openembedded-devel
On Saturday 15 September 2012 22:31:44 Andrea Adami wrote:
> Signed-off-by: Andrea Adami <andrea.adami@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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-09-15 21:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-15 20:31 [meta-handheld][PATCH] linux-yocto: slob breaks usb networking, use slab Andrea Adami
2012-09-15 20:49 ` Paul Eggleton
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.