diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2021-10-12 18:14:00 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2021-10-13 08:49:25 +0200 |
| commit | 6e7f42b38f726729d786674ead05f7bc0ddd3f58 (patch) | |
| tree | 2d0c16706ff44309ced18418b604739d65ce5876 /dashboard/config/linux/bits | |
| parent | 69d5bff89c8967357d2d4467f011380d7eecfb7d (diff) | |
dashboard/config/linux: update to lateest kernels
Update to latest upstream, linux-next and kmsan.
KMSAN stopped supporting few configs which depend on crypto
and heap auto-init.
Diffstat (limited to 'dashboard/config/linux/bits')
| -rw-r--r-- | dashboard/config/linux/bits/base.yml | 4 | ||||
| -rw-r--r-- | dashboard/config/linux/bits/kmsan.yml | 2 | ||||
| -rw-r--r-- | dashboard/config/linux/bits/linux-next.yml | 2 | ||||
| -rw-r--r-- | dashboard/config/linux/bits/linux-upstream.yml | 2 | ||||
| -rw-r--r-- | dashboard/config/linux/bits/subsystems.yml | 4 |
5 files changed, 7 insertions, 7 deletions
diff --git a/dashboard/config/linux/bits/base.yml b/dashboard/config/linux/bits/base.yml index c45c224ca..9498784dc 100644 --- a/dashboard/config/linux/bits/base.yml +++ b/dashboard/config/linux/bits/base.yml @@ -79,7 +79,7 @@ config: - SCHED_STACK_END_CHECK - FORTIFY_SOURCE: [-riscv, -clang] - HARDENED_USERCOPY - - HARDENED_USERCOPY_FALLBACK + - HARDENED_USERCOPY_FALLBACK: [-v5.15] - BUG_ON_DATA_CORRUPTION - DEBUG_LIST - DEBUG_STACKOVERFLOW: [-v5.0] @@ -103,7 +103,7 @@ config: - DEBUG_INFO_REDUCED: n # This should make behavior more deterministic. - - INIT_ON_ALLOC_DEFAULT_ON: [v4.16] + - INIT_ON_ALLOC_DEFAULT_ON: [v4.16, -kmsan] # KCOV slows down execution too much with KASAN_HW_TAGS and in qemu emulation in general. # KCOV crashes on Arm: diff --git a/dashboard/config/linux/bits/kmsan.yml b/dashboard/config/linux/bits/kmsan.yml index 54f03f73b..5b38a8cf0 100644 --- a/dashboard/config/linux/bits/kmsan.yml +++ b/dashboard/config/linux/bits/kmsan.yml @@ -3,7 +3,7 @@ kernel: repo: https://github.com/google/kmsan.git - tag: kmsan-v5.12-rc6 + tag: kmsan-v5.15-rc2 config: - KMSAN diff --git a/dashboard/config/linux/bits/linux-next.yml b/dashboard/config/linux/bits/linux-next.yml index a22a0d12d..4fcf55807 100644 --- a/dashboard/config/linux/bits/linux-next.yml +++ b/dashboard/config/linux/bits/linux-next.yml @@ -3,4 +3,4 @@ kernel: repo: git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next-history.git - tag: next-20210908 + tag: next-20211012 diff --git a/dashboard/config/linux/bits/linux-upstream.yml b/dashboard/config/linux/bits/linux-upstream.yml index 9dedad9ad..b5401d397 100644 --- a/dashboard/config/linux/bits/linux-upstream.yml +++ b/dashboard/config/linux/bits/linux-upstream.yml @@ -3,4 +3,4 @@ kernel: repo: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git - tag: ac08b1c68d1b1ed3cebb218fc3ea2c07484eb07d + tag: v5.15-rc5 diff --git a/dashboard/config/linux/bits/subsystems.yml b/dashboard/config/linux/bits/subsystems.yml index f746f9ef7..15f73aba6 100644 --- a/dashboard/config/linux/bits/subsystems.yml +++ b/dashboard/config/linux/bits/subsystems.yml @@ -612,7 +612,7 @@ config: - NETDEVICES - BONDING - DUMMY - - WIREGUARD: [v5.6] + - WIREGUARD: [v5.6, -kmsan] - EQUALIZER - NET_FC - IFB @@ -1035,7 +1035,7 @@ config: - UNICODE - KEYS_REQUEST_CACHE - PERSISTENT_KEYRINGS - - BIG_KEYS + - BIG_KEYS: [-kmsan] - TRUSTED_KEYS - KEY_DH_OPERATIONS - ASYMMETRIC_TPM_KEY_SUBTYPE |
