[Xenial] UBUNTU: [Config] CONTEXT_TRACKING_FORCE policy should be unset

Thadeu Lima de Souza Cascardo cascardo at canonical.com
Wed Apr 8 21:06:19 UTC 2020


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 at canonical.com>
---
 debian.master/config/annotations | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian.master/config/annotations b/debian.master/config/annotations
index 62b20b1ce510..d31f2e35f8fd 100644
--- a/debian.master/config/annotations
+++ b/debian.master/config/annotations
@@ -7814,7 +7814,8 @@ CONFIG_NET_NS                                   policy<{'amd64': 'y', 'arm64': '
 # Menu: General setup >> RCU Subsystem
 # XXX
 #
-CONFIG_CONTEXT_TRACKING_FORCE                   note<LP:1349028>
+CONFIG_CONTEXT_TRACKING_FORCE                   policy<{'amd64': '-', 'arm64': '-', 'armhf': '-', 'i386': '-', 'powerpc-powerpc64-emb': '-', 'powerpc-powerpc64-smp': '-', 'powerpc-powerpc-e500mc': '-', 'powerpc-powerpc-smp': '-', '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_NOCB_CPU                             policy<{'amd64': 'y', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'powerpc-powerpc64-emb': 'n', 'powerpc-powerpc64-smp': 'y', 'powerpc-powerpc-e500mc': 'n', 'powerpc-powerpc-smp': 'n', 'ppc64el': 'n', 's390x': 'n'}>
-- 
2.20.1




More information about the kernel-team mailing list