diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2021-04-14 09:25:01 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2021-04-14 10:55:17 +0200 |
| commit | f87ec44e18d4518253f8758eb8c58a9adfbd6642 (patch) | |
| tree | 721ec486905c35bc7bbe6f6bc895db5a06f512b0 /dashboard/config/linux/bits | |
| parent | b38d7d33040b6fd6b15a721cf616fd72c54739fb (diff) | |
dashboard/config/linux: update configs
Bump kernel revisions to the latest upstream/linux-next/kmsan.
Diffstat (limited to 'dashboard/config/linux/bits')
| -rw-r--r-- | dashboard/config/linux/bits/filesystems.yml | 2 | ||||
| -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 | 2 | ||||
| -rw-r--r-- | dashboard/config/linux/bits/subsystems_net.yml | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/dashboard/config/linux/bits/filesystems.yml b/dashboard/config/linux/bits/filesystems.yml index e3eae28b0..a2e7705f0 100644 --- a/dashboard/config/linux/bits/filesystems.yml +++ b/dashboard/config/linux/bits/filesystems.yml @@ -113,7 +113,7 @@ config: - EROFS_FS_POSIX_ACL - EROFS_FS_SECURITY - EROFS_FS_DEBUG: n - - EROFS_FS_CLUSTER_PAGE_LIMIT: 2 + - EROFS_FS_CLUSTER_PAGE_LIMIT: [2, -v5.12] - NFS_FS - NFS_V3_ACL diff --git a/dashboard/config/linux/bits/kmsan.yml b/dashboard/config/linux/bits/kmsan.yml index 3ef2eaed6..9254d3693 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.11-rc7 + tag: kmsan-v5.12-rc6 config: - KMSAN diff --git a/dashboard/config/linux/bits/linux-next.yml b/dashboard/config/linux/bits/linux-next.yml index e73e656cd..bb0ded39a 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-20210325 + tag: next-20210413 diff --git a/dashboard/config/linux/bits/linux-upstream.yml b/dashboard/config/linux/bits/linux-upstream.yml index 9a8ae4506..a1cd19092 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.12-rc4 + tag: v5.12-rc7 diff --git a/dashboard/config/linux/bits/subsystems.yml b/dashboard/config/linux/bits/subsystems.yml index 6c92675b6..c1ff248ea 100644 --- a/dashboard/config/linux/bits/subsystems.yml +++ b/dashboard/config/linux/bits/subsystems.yml @@ -196,7 +196,7 @@ config: - NETFILTER_INGRESS - NETFILTER_ADVANCED - NF_CONNTRACK - - NF_LOG_NETDEV + - NF_LOG_NETDEV: [-linux-next] - NETWORK_SECMARK - NF_CONNTRACK_SECMARK - NF_CONNTRACK_ZONES diff --git a/dashboard/config/linux/bits/subsystems_net.yml b/dashboard/config/linux/bits/subsystems_net.yml index 356323a32..cab92c376 100644 --- a/dashboard/config/linux/bits/subsystems_net.yml +++ b/dashboard/config/linux/bits/subsystems_net.yml @@ -52,7 +52,7 @@ config: - NF_TABLES_BRIDGE - NFT_BRIDGE_META - NFT_BRIDGE_REJECT - - NF_LOG_BRIDGE + - NF_LOG_BRIDGE: [-linux-next] - NF_CONNTRACK_BRIDGE - BRIDGE_NF_EBTABLES - BRIDGE_EBT_BROUTE |
