From 2c161a91dd08a981de82d650b264177c46b51e10 Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Wed, 8 Nov 2023 19:18:53 +0100 Subject: dashboard: disable CONFIG_BLK_DEV_WRITE_MOUNTED This has become possible with the new series from Jan Kara: https://lore.kernel.org/all/20231101173542.23597-1-jack@suse.cz/ Regenerate configs on the latest linux-next. --- dashboard/config/linux/bits/linux-next.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'dashboard/config/linux/bits/linux-next.yml') diff --git a/dashboard/config/linux/bits/linux-next.yml b/dashboard/config/linux/bits/linux-next.yml index 584ff80d7..b33107826 100644 --- a/dashboard/config/linux/bits/linux-next.yml +++ b/dashboard/config/linux/bits/linux-next.yml @@ -3,9 +3,4 @@ kernel: repo: git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next-history.git - tag: next-20231020 - -config: - - BCACHEFS_FS - - BCACHEFS_QUOTA - - BCACHEFS_DEBUG + tag: next-20231108 -- cgit mrf-deployment