diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2021-03-05 14:42:39 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2021-03-05 16:24:58 +0100 |
| commit | 3caeccec5159e9c0d68c982d69908bf2de66c489 (patch) | |
| tree | 0f992a8d26489bc965c718718e81a55e2d2df58d /dashboard/config/linux/bits | |
| parent | 9d751681c8ca1ef150e96f3c1e18bdcaab99c9b9 (diff) | |
dashboard/config/linux: update to latest upstream/linux-next
Diffstat (limited to 'dashboard/config/linux/bits')
| -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 | 21 |
3 files changed, 14 insertions, 11 deletions
diff --git a/dashboard/config/linux/bits/linux-next.yml b/dashboard/config/linux/bits/linux-next.yml index 011b7963c..cea109fa7 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-20210119 + tag: next-20210305 diff --git a/dashboard/config/linux/bits/linux-upstream.yml b/dashboard/config/linux/bits/linux-upstream.yml index 39528cd32..f56861e5b 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: v5.11-rc4 + tag: 280d542f6ffac0e6d65dc267f92191d509b13b64 diff --git a/dashboard/config/linux/bits/subsystems.yml b/dashboard/config/linux/bits/subsystems.yml index 40f9fca48..c32f81eb9 100644 --- a/dashboard/config/linux/bits/subsystems.yml +++ b/dashboard/config/linux/bits/subsystems.yml @@ -946,9 +946,12 @@ config: - SERIAL_8250_DETECT_IRQ: [-s390] - SERIAL_8250_RSA: [-s390] - SERIAL_NONSTANDARD - - ROCKETPORT - - CYCLADES - - ISI + # Removed in "tty: rocket, remove the driver". + - ROCKETPORT: [-linux-next] + # Removed in "tty: cyclades, remove this orphan". + - CYCLADES: [-linux-next] + # Removed in "tty: isicom, remove this orphan". + - ISI: [-linux-next] - N_HDLC - N_GSM - NOZOMI @@ -1272,7 +1275,6 @@ config: - FS_VERITY_BUILTIN_SIGNATURES - FANOTIFY - FANOTIFY_ACCESS_PERMISSIONS - - MOUNT_NOTIFICATIONS: [linux-next] - WATCH_QUEUE: [v5.8] - KEY_NOTIFICATIONS: [v5.8] - QUOTA_NETLINK_INTERFACE @@ -1445,16 +1447,18 @@ config: - CRYPTO_BLAKE2S: [v5.6] - CRYPTO_CRCT10DIF_PCLMUL: [x86_64] - CRYPTO_MICHAEL_MIC - - CRYPTO_RMD128 - CRYPTO_RMD160 - - CRYPTO_RMD256 - - CRYPTO_RMD320 + # Removed in b21b9a5e0aef "crypto: rmd128 - remove RIPE-MD 128 hash algorithm". + - CRYPTO_RMD128: [-v5.12] + - CRYPTO_RMD256: [-v5.12] + - CRYPTO_RMD320: [-v5.12] + - CRYPTO_TGR192: [-v5.12] + - CRYPTO_SALSA20: [-v5.12] - CRYPTO_SHA1_SSSE3: [x86_64] - CRYPTO_SHA256_SSSE3: [x86_64] - CRYPTO_SHA512_SSSE3: [x86_64] - CRYPTO_SHA3 - CRYPTO_SM3 - - CRYPTO_TGR192 - CRYPTO_WP512 - CRYPTO_GHASH_CLMUL_NI_INTEL: [x86_64] - CRYPTO_AES_TI @@ -1470,7 +1474,6 @@ config: - CRYPTO_DES - CRYPTO_DES3_EDE_X86_64: [x86_64] - CRYPTO_KHAZAD - - CRYPTO_SALSA20 - CRYPTO_SEED - CRYPTO_SERPENT_SSE2_X86_64: [x86_64] - CRYPTO_SERPENT_AVX2_X86_64: [x86_64] |
