[OS-BUILD PATCH] Disable CONFIG_DEBUG_PREEMPT on normal builds

2021-12-10 Thread Phil Auld (via Email Bridge)
From: Phil Auld Disable CONFIG_DEBUG_PREEMPT on normal builds When we enabled PREEMPT_DYNAMIC we also picked up CONFIG_DEBUG_PREEMPT which causes noticable performance issues with syscall microbenchmarks. Disable this on normal builds and enable it for the debug build only. Signed-off-by: Phil

Re: [OS-BUILD PATCHv2] redhat/configs: Disable CONFIG_RT_GROUP_SCHED in rhel config

2021-06-29 Thread Phil Auld (via Email Bridge)
From: Phil Auld on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1177#note_614572750 Thanks Don! That seems to have worked. ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to

[OS-BUILD PATCHv2] redhat/configs: Disable CONFIG_RT_GROUP_SCHED in rhel config

2021-06-29 Thread Phil Auld (via Email Bridge)
From: Phil Auld redhat/configs: Disable CONFIG_RT_GROUP_SCHED in rhel config Fedora and rhel-rt config already have CONFIG_RT_GROUP_SCHED disabled. RT_GROUP_SCHED does not play well with cgroups v2. Rather than keep this enabled, disable it in rhel going forward. Signed-off-by: Phil Auld

Re: [OS-BUILD PATCH] redhat/configs: Disable CONFIG_RT_GROUP_SCHED in rhel config

2021-06-29 Thread Phil Auld (via Email Bridge)
From: Phil Auld on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1177#note_614528215 Anyone with better git-fu know how to rebase this single commit? I tried git fetch origin; git rebase origin/os-build from my branch but that failed badly with conflicts on .gitingore and

[OS-BUILD PATCH] redhat/configs: Disable CONFIG_RT_GROUP_SCHED in rhel config

2021-06-17 Thread Phil Auld (via Email Bridge)
From: Phil Auld redhat/configs: Disable CONFIG_RT_GROUP_SCHED in rhel config Fedora and rhel-rt config already have CONFIG_RT_GROUP_SCHED disabled. RT_GROUP_SCHED does not play well with cgroups v2. Rather than keep this enabled, disable it in rhel going forward. Signed-off-by: Phil Auld