From f87ec44e18d4518253f8758eb8c58a9adfbd6642 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 14 Apr 2021 09:25:01 +0200 Subject: dashboard/config/linux: update configs Bump kernel revisions to the latest upstream/linux-next/kmsan. --- dashboard/config/linux/bits/filesystems.yml | 2 +- dashboard/config/linux/bits/kmsan.yml | 2 +- dashboard/config/linux/bits/linux-next.yml | 2 +- dashboard/config/linux/bits/linux-upstream.yml | 2 +- dashboard/config/linux/bits/subsystems.yml | 2 +- dashboard/config/linux/bits/subsystems_net.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'dashboard/config/linux/bits') 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 -- cgit mrf-deployment