diff options
| author | Marco Elver <elver@google.com> | 2021-09-07 19:41:45 +0200 |
|---|---|---|
| committer | Marco Elver <me@marcoelver.com> | 2021-09-07 22:20:54 +0200 |
| commit | ec8482fa8d59c65201b65896dbb2cf9eb9a41133 (patch) | |
| tree | 3c1f38cbae88998b3f6883b810d04e8ab4a4f67e /dashboard/config/linux/bits | |
| parent | fc4069dadb85624acce464a10ae130c4f02502e9 (diff) | |
dashbaord/config/linux: config IDLE_PAGE_TRACKING will be broken
https://lkml.kernel.org/r/20210612000714.775825-1-willy@infradead.org
Diffstat (limited to 'dashboard/config/linux/bits')
| -rw-r--r-- | dashboard/config/linux/bits/subsystems.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard/config/linux/bits/subsystems.yml b/dashboard/config/linux/bits/subsystems.yml index d7a139424..b3833c13b 100644 --- a/dashboard/config/linux/bits/subsystems.yml +++ b/dashboard/config/linux/bits/subsystems.yml @@ -96,7 +96,7 @@ config: - MEM_SOFT_DIRTY: [x86_64] - ZSWAP - ZSMALLOC - - IDLE_PAGE_TRACKING + - IDLE_PAGE_TRACKING: [-v5.14] # TODO: -v5.15 when released - ZONE_DEVICE: [-arm, -riscv, -s390] - DEVICE_PRIVATE: [-arm, -riscv, -s390] - PERCPU_STATS |
