Skip to content

Commit 23c4891

Browse files
vinny-oracleSomasundaram Krishnasamy
authored andcommitted
uek-rpm: enable CONFIG_PREEMPT_VOLUNTARY
Without this option, the kernel with DTrace enabled will fail due to a lack of definition of voluntary preemption configuration. We discovered that config file in 4.14.14 for aarch64 (config-4.14.x-aarch64), the default preemption configuration is off entirely. Orabug: 27456269 Signed-off-by: Vincent Lim <[email protected]> Reviewed-by: Tom Saeger <[email protected]> Cc: Victor Erminpour <[email protected]> Cc: Tomas Jedlicka <[email protected]> Signed-off-by: Somasundaram Krishnasamy <[email protected]>
1 parent 6e5e798 commit 23c4891

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

uek-rpm/ol7/config-aarch64

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -536,8 +536,8 @@ CONFIG_SCHED_SMT=y
536536
CONFIG_NR_CPUS=4096
537537
CONFIG_HOTPLUG_CPU=y
538538
# CONFIG_NUMA is not set
539-
CONFIG_PREEMPT_NONE=y
540-
# CONFIG_PREEMPT_VOLUNTARY is not set
539+
# CONFIG_PREEMPT_NONE is not set
540+
CONFIG_PREEMPT_VOLUNTARY=y
541541
# CONFIG_PREEMPT is not set
542542
# CONFIG_HZ_100 is not set
543543
# CONFIG_HZ_250 is not set

uek-rpm/ol7/config-aarch64-debug

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -536,8 +536,8 @@ CONFIG_SCHED_SMT=y
536536
CONFIG_NR_CPUS=4096
537537
CONFIG_HOTPLUG_CPU=y
538538
# CONFIG_NUMA is not set
539-
CONFIG_PREEMPT_NONE=y
540-
# CONFIG_PREEMPT_VOLUNTARY is not set
539+
# CONFIG_PREEMPT_NONE is not set
540+
CONFIG_PREEMPT_VOLUNTARY=y
541541
# CONFIG_PREEMPT is not set
542542
# CONFIG_HZ_100 is not set
543543
# CONFIG_HZ_250 is not set

0 commit comments

Comments
 (0)