public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] kernel: enable CONFIG_SLUB_DEBUG on aarch64 and armv5tel
@ 2020-06-09 17:50 Peter Müller
  2020-06-11  7:25 ` Arne Fitzenreiter
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Müller @ 2020-06-09 17:50 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1425 bytes --]

Fixes: #12377

Cc: Arne Fitzenreiter <arne.fitzenreiter(a)ipfire.org>
Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>
---
 config/kernel/kernel.config.aarch64-ipfire        | 2 +-
 config/kernel/kernel.config.armv5tel-ipfire-multi | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/config/kernel/kernel.config.aarch64-ipfire b/config/kernel/kernel.config.aarch64-ipfire
index e0f2f6df8..35f071bda 100644
--- a/config/kernel/kernel.config.aarch64-ipfire
+++ b/config/kernel/kernel.config.aarch64-ipfire
@@ -211,7 +211,7 @@ CONFIG_HAVE_PERF_EVENTS=y
 CONFIG_PERF_EVENTS=y
 # CONFIG_DEBUG_PERF_USE_VMALLOC is not set
 CONFIG_VM_EVENT_COUNTERS=y
-# CONFIG_SLUB_DEBUG is not set
+CONFIG_SLUB_DEBUG=y
 # CONFIG_SLUB_MEMCG_SYSFS_ON is not set
 # CONFIG_COMPAT_BRK is not set
 # CONFIG_SLAB is not set
diff --git a/config/kernel/kernel.config.armv5tel-ipfire-multi b/config/kernel/kernel.config.armv5tel-ipfire-multi
index 15183300f..762963351 100644
--- a/config/kernel/kernel.config.armv5tel-ipfire-multi
+++ b/config/kernel/kernel.config.armv5tel-ipfire-multi
@@ -208,7 +208,7 @@ CONFIG_PERF_USE_VMALLOC=y
 CONFIG_PERF_EVENTS=y
 # CONFIG_DEBUG_PERF_USE_VMALLOC is not set
 CONFIG_VM_EVENT_COUNTERS=y
-# CONFIG_SLUB_DEBUG is not set
+CONFIG_SLUB_DEBUG=y
 # CONFIG_SLUB_MEMCG_SYSFS_ON is not set
 # CONFIG_COMPAT_BRK is not set
 # CONFIG_SLAB is not set
-- 
2.26.2

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] kernel: enable CONFIG_SLUB_DEBUG on aarch64 and armv5tel
  2020-06-09 17:50 [PATCH] kernel: enable CONFIG_SLUB_DEBUG on aarch64 and armv5tel Peter Müller
@ 2020-06-11  7:25 ` Arne Fitzenreiter
  0 siblings, 0 replies; 2+ messages in thread
From: Arne Fitzenreiter @ 2020-06-11  7:25 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1611 bytes --]

On aarch64 SLUB_DEBUG was disabled by make oldconfig because
on other feature depend on disabled SLUB_DEBUG!

Arne

Am 2020-06-09 19:50, schrieb Peter Müller:
> Fixes: #12377
> 
> Cc: Arne Fitzenreiter <arne.fitzenreiter(a)ipfire.org>
> Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>
> ---
>  config/kernel/kernel.config.aarch64-ipfire        | 2 +-
>  config/kernel/kernel.config.armv5tel-ipfire-multi | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/config/kernel/kernel.config.aarch64-ipfire
> b/config/kernel/kernel.config.aarch64-ipfire
> index e0f2f6df8..35f071bda 100644
> --- a/config/kernel/kernel.config.aarch64-ipfire
> +++ b/config/kernel/kernel.config.aarch64-ipfire
> @@ -211,7 +211,7 @@ CONFIG_HAVE_PERF_EVENTS=y
>  CONFIG_PERF_EVENTS=y
>  # CONFIG_DEBUG_PERF_USE_VMALLOC is not set
>  CONFIG_VM_EVENT_COUNTERS=y
> -# CONFIG_SLUB_DEBUG is not set
> +CONFIG_SLUB_DEBUG=y
>  # CONFIG_SLUB_MEMCG_SYSFS_ON is not set
>  # CONFIG_COMPAT_BRK is not set
>  # CONFIG_SLAB is not set
> diff --git a/config/kernel/kernel.config.armv5tel-ipfire-multi
> b/config/kernel/kernel.config.armv5tel-ipfire-multi
> index 15183300f..762963351 100644
> --- a/config/kernel/kernel.config.armv5tel-ipfire-multi
> +++ b/config/kernel/kernel.config.armv5tel-ipfire-multi
> @@ -208,7 +208,7 @@ CONFIG_PERF_USE_VMALLOC=y
>  CONFIG_PERF_EVENTS=y
>  # CONFIG_DEBUG_PERF_USE_VMALLOC is not set
>  CONFIG_VM_EVENT_COUNTERS=y
> -# CONFIG_SLUB_DEBUG is not set
> +CONFIG_SLUB_DEBUG=y
>  # CONFIG_SLUB_MEMCG_SYSFS_ON is not set
>  # CONFIG_COMPAT_BRK is not set
>  # CONFIG_SLAB is not set

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-06-11  7:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-09 17:50 [PATCH] kernel: enable CONFIG_SLUB_DEBUG on aarch64 and armv5tel Peter Müller
2020-06-11  7:25 ` Arne Fitzenreiter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox