diff mbox series

[Bionic/Disco] UBUNTU: [Config] CONTEXT_TRACKING_FORCE policy should be unset

Message ID 20200408210622.10108-3-cascardo@canonical.com
State New
Headers show
Series [Bionic/Disco] UBUNTU: [Config] CONTEXT_TRACKING_FORCE policy should be unset | expand

Commit Message

Thadeu Lima de Souza Cascardo April 8, 2020, 9:06 p.m. UTC
BugLink: https://bugs.launchpad.net/bugs/1349028

Though that option depends on others we don't set and, thus, is not
currently prompted, we would rather have it annotated and enforced to
avoid regressing it. Enabling this option has the possible consequence
of regressing some userspace code.

Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@canonical.com>
---
 debian.master/config/annotations | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/debian.master/config/annotations b/debian.master/config/annotations
index 74bbcfc839a1..34739d489341 100644
--- a/debian.master/config/annotations
+++ b/debian.master/config/annotations
@@ -9957,7 +9957,8 @@  CONFIG_PREEMPT_NONE                             note<LP:1543165>
 # Menu: General setup >> RCU Subsystem
 # XXX
 #
-CONFIG_CONTEXT_TRACKING_FORCE                   note<LP:1349028>
+CONFIG_CONTEXT_TRACKING_FORCE                   policy<{'amd64': '-', 'arm64': '-', 'armhf': '-', 'i386': '-', 'ppc64el': '-', 's390x': '-'}>
+CONFIG_CONTEXT_TRACKING_FORCE                   note<LP:1349028> mark<ENFORCED>
 
 # Menu: General setup >> RCU Subsystem >> Make expert-level adjustments to RCU configuration
 CONFIG_RCU_EXPERT                               policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}>