Skip to content

[redhat] New configs in kernel/Kconfig.preempt

Hi,

As part of the ongoing rebase effort, the following configuration options need to be reviewed.

As a reminder, the ARK configuration flow involves moving unreviewed configuration options from the pending directory to the ark directory. In the diff below, options are removed from the pending directory and added to the ark hierarchy. The final options that need to be ACKed are the files that are being added to the ark hierarchy.

If the value for a file that is added should be changed, please reply with a better option.

Symbol: PREEMPT_AUTO [=n] Type : bool Defined at kernel/Kconfig.preempt:77 Prompt: Automagic preemption mode with runtime tweaking support Depends on: && HAVE_PREEMPT_AUTO [=y] Location: -> General setup -> Preemption Model ( [=y]) -> Automagic preemption mode with runtime tweaking support (PREEMPT_AUTO [=n]) Selects: PREEMPT_BUILD_AUTO [=n]

Commit: 06fed2be (sched: define TIF_ALLOW_RESCHED)


Symbol: PREEMPT_RT [=n] Type : bool Defined at kernel/Kconfig.preempt:84 Prompt: Fully Preemptible Kernel (Real-Time) Depends on: && EXPERT [=y] && ARCH_SUPPORTS_RT [=y] Location: -> General setup -> Preemption Model ( [=y]) -> Fully Preemptible Kernel (Real-Time) (PREEMPT_RT [=n]) Selects: PREEMPT_BUILD_AUTO [=n] && PREEMPTION [=y]

Commit: a50a3f4b (sched/rt, Kconfig: Introduce CONFIG_PREEMPT_RT)


Signed-off-by: Don Zickus dzickus@redhat.com

Enable rt on os-build-rt-devel

enabling the core rt bits

Signed-off-by: Don Zickus dzickus@redhat.com

Merge request reports