diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2022-11-26 09:21:15 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2022-11-28 11:01:16 +0100 |
| commit | 950c3e02b4a0ed54ffb983df0c7993ec4848a650 (patch) | |
| tree | ca452191e71d6dfc536713acaf91a3b132bc6607 /dashboard | |
| parent | b1062ff67be4e93d1280466e9485bc5665aee410 (diff) | |
dashboard/config/linux: enable CONFIG_UFS_FS_WRITE
Enable write support for UFS. The description says experimental/dangerous,
but seems to mean only that images can be corrupted
("you should back up your UFS partitions beforehand").
Diffstat (limited to 'dashboard')
| -rw-r--r-- | dashboard/config/linux/bits/filesystems.yml | 5 | ||||
| -rw-r--r-- | dashboard/config/linux/stable-5.4-kasan.config | 2 | ||||
| -rw-r--r-- | dashboard/config/linux/upstream-apparmor-kasan.config | 2 | ||||
| -rw-r--r-- | dashboard/config/linux/upstream-arm-full.config | 2 | ||||
| -rw-r--r-- | dashboard/config/linux/upstream-arm64-full.config | 2 | ||||
| -rw-r--r-- | dashboard/config/linux/upstream-kmsan.config | 2 | ||||
| -rw-r--r-- | dashboard/config/linux/upstream-leak.config | 2 | ||||
| -rw-r--r-- | dashboard/config/linux/upstream-selinux-kasan.config | 2 | ||||
| -rw-r--r-- | dashboard/config/linux/upstream-smack-kasan.config | 2 |
9 files changed, 12 insertions, 9 deletions
diff --git a/dashboard/config/linux/bits/filesystems.yml b/dashboard/config/linux/bits/filesystems.yml index 2bdda7ae7..f62be533b 100644 --- a/dashboard/config/linux/bits/filesystems.yml +++ b/dashboard/config/linux/bits/filesystems.yml @@ -44,7 +44,10 @@ config: - JFFS2_CMODE_PRIORITY - UFS_FS - - UFS_FS_WRITE: n + # Write support for UFS. The description says experimental/dangerous, + # but seems to mean only that images can be corrupted + # ("you should back up your UFS partitions beforehand"). + - UFS_FS_WRITE - UFS_DEBUG: n - JFS_FS diff --git a/dashboard/config/linux/stable-5.4-kasan.config b/dashboard/config/linux/stable-5.4-kasan.config index ceb610c64..ece4df7e9 100644 --- a/dashboard/config/linux/stable-5.4-kasan.config +++ b/dashboard/config/linux/stable-5.4-kasan.config @@ -7335,7 +7335,7 @@ CONFIG_PSTORE_COMPRESS_DEFAULT="deflate" # CONFIG_PSTORE_RAM is not set CONFIG_SYSV_FS=y CONFIG_UFS_FS=y -# CONFIG_UFS_FS_WRITE is not set +CONFIG_UFS_FS_WRITE=y # CONFIG_UFS_DEBUG is not set CONFIG_EROFS_FS=y # CONFIG_EROFS_FS_DEBUG is not set diff --git a/dashboard/config/linux/upstream-apparmor-kasan.config b/dashboard/config/linux/upstream-apparmor-kasan.config index 193989603..70d3b2818 100644 --- a/dashboard/config/linux/upstream-apparmor-kasan.config +++ b/dashboard/config/linux/upstream-apparmor-kasan.config @@ -8125,7 +8125,7 @@ CONFIG_PSTORE_COMPRESS_DEFAULT="deflate" # CONFIG_PSTORE_BLK is not set CONFIG_SYSV_FS=y CONFIG_UFS_FS=y -# CONFIG_UFS_FS_WRITE is not set +CONFIG_UFS_FS_WRITE=y # CONFIG_UFS_DEBUG is not set CONFIG_EROFS_FS=y # CONFIG_EROFS_FS_DEBUG is not set diff --git a/dashboard/config/linux/upstream-arm-full.config b/dashboard/config/linux/upstream-arm-full.config index 3086b9353..4780b77f3 100644 --- a/dashboard/config/linux/upstream-arm-full.config +++ b/dashboard/config/linux/upstream-arm-full.config @@ -7688,7 +7688,7 @@ CONFIG_PSTORE_COMPRESS_DEFAULT="deflate" # CONFIG_PSTORE_BLK is not set CONFIG_SYSV_FS=y CONFIG_UFS_FS=y -# CONFIG_UFS_FS_WRITE is not set +CONFIG_UFS_FS_WRITE=y # CONFIG_UFS_DEBUG is not set CONFIG_EROFS_FS=y # CONFIG_EROFS_FS_DEBUG is not set diff --git a/dashboard/config/linux/upstream-arm64-full.config b/dashboard/config/linux/upstream-arm64-full.config index 35ebcb17e..348691de6 100644 --- a/dashboard/config/linux/upstream-arm64-full.config +++ b/dashboard/config/linux/upstream-arm64-full.config @@ -7486,7 +7486,7 @@ CONFIG_PSTORE_COMPRESS_DEFAULT="deflate" # CONFIG_PSTORE_BLK is not set CONFIG_SYSV_FS=y CONFIG_UFS_FS=y -# CONFIG_UFS_FS_WRITE is not set +CONFIG_UFS_FS_WRITE=y # CONFIG_UFS_DEBUG is not set CONFIG_EROFS_FS=y # CONFIG_EROFS_FS_DEBUG is not set diff --git a/dashboard/config/linux/upstream-kmsan.config b/dashboard/config/linux/upstream-kmsan.config index 0ac875113..39a28a79f 100644 --- a/dashboard/config/linux/upstream-kmsan.config +++ b/dashboard/config/linux/upstream-kmsan.config @@ -7801,7 +7801,7 @@ CONFIG_PSTORE_COMPRESS_DEFAULT="deflate" # CONFIG_PSTORE_BLK is not set CONFIG_SYSV_FS=y CONFIG_UFS_FS=y -# CONFIG_UFS_FS_WRITE is not set +CONFIG_UFS_FS_WRITE=y # CONFIG_UFS_DEBUG is not set CONFIG_EROFS_FS=y # CONFIG_EROFS_FS_DEBUG is not set diff --git a/dashboard/config/linux/upstream-leak.config b/dashboard/config/linux/upstream-leak.config index 2eff7a128..eec818508 100644 --- a/dashboard/config/linux/upstream-leak.config +++ b/dashboard/config/linux/upstream-leak.config @@ -8084,7 +8084,7 @@ CONFIG_PSTORE_COMPRESS_DEFAULT="deflate" # CONFIG_PSTORE_BLK is not set CONFIG_SYSV_FS=y CONFIG_UFS_FS=y -# CONFIG_UFS_FS_WRITE is not set +CONFIG_UFS_FS_WRITE=y # CONFIG_UFS_DEBUG is not set CONFIG_EROFS_FS=y # CONFIG_EROFS_FS_DEBUG is not set diff --git a/dashboard/config/linux/upstream-selinux-kasan.config b/dashboard/config/linux/upstream-selinux-kasan.config index 5f66799be..9eaac43cb 100644 --- a/dashboard/config/linux/upstream-selinux-kasan.config +++ b/dashboard/config/linux/upstream-selinux-kasan.config @@ -8119,7 +8119,7 @@ CONFIG_PSTORE_COMPRESS_DEFAULT="deflate" # CONFIG_PSTORE_BLK is not set CONFIG_SYSV_FS=y CONFIG_UFS_FS=y -# CONFIG_UFS_FS_WRITE is not set +CONFIG_UFS_FS_WRITE=y # CONFIG_UFS_DEBUG is not set CONFIG_EROFS_FS=y # CONFIG_EROFS_FS_DEBUG is not set diff --git a/dashboard/config/linux/upstream-smack-kasan.config b/dashboard/config/linux/upstream-smack-kasan.config index c69dc4529..a16855c83 100644 --- a/dashboard/config/linux/upstream-smack-kasan.config +++ b/dashboard/config/linux/upstream-smack-kasan.config @@ -8120,7 +8120,7 @@ CONFIG_PSTORE_COMPRESS_DEFAULT="deflate" # CONFIG_PSTORE_BLK is not set CONFIG_SYSV_FS=y CONFIG_UFS_FS=y -# CONFIG_UFS_FS_WRITE is not set +CONFIG_UFS_FS_WRITE=y # CONFIG_UFS_DEBUG is not set CONFIG_EROFS_FS=y # CONFIG_EROFS_FS_DEBUG is not set |
