diff mbox series

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

Message ID 20200408210622.10108-4-cascardo@canonical.com
State New
Headers show
Series [Focal] 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(-)

Comments

Seth Forshee April 9, 2020, 9:12 p.m. UTC | #1
On Wed, Apr 08, 2020 at 06:06:21PM -0300, Thadeu Lima de Souza Cascardo wrote:
> 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>

Applied to focal/master-next, thanks!
diff mbox series

Patch

diff --git a/debian.master/config/annotations b/debian.master/config/annotations
index d08ed4ad2244..b6aacc13d3fc 100644
--- a/debian.master/config/annotations
+++ b/debian.master/config/annotations
@@ -10466,9 +10466,10 @@  CONFIG_UCLAMP_TASK                              flag<REVIEW>
 
 # Menu: General setup >> Timers subsystem
 CONFIG_NO_HZ                                    policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 'riscv64': 'y', 's390x': 'y'}>
+CONFIG_CONTEXT_TRACKING_FORCE                   policy<{'amd64': '-', 'arm64': '-', 'armhf': '-', 'i386': '-', 'ppc64el': '-', 'riscv64': '-', 's390x': '-'}>
 CONFIG_HIGH_RES_TIMERS                          policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 'riscv64': 'y', 's390x': 'y'}>
 #
-CONFIG_CONTEXT_TRACKING_FORCE                   note<LP:1349028>
+CONFIG_CONTEXT_TRACKING_FORCE                   note<LP:1349028> mark<ENFORCED>
 
 # Menu: General setup >> Timers subsystem >> Timer tick handling
 CONFIG_HZ_PERIODIC                              policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 'riscv64': 'n', 's390x': 'n'}>