diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2025-04-25 12:06:17 +0200 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2025-04-25 12:35:09 +0000 |
| commit | 5464aef7b4033e1b144a5805a189feb0f7b2b69e (patch) | |
| tree | 3e23e931c5820d589977bea56a0609e8fece0592 /dashboard/config/linux/bits/subsystems.yml | |
| parent | dea5c7e43b28446926acb2fec04939e10f5cb835 (diff) | |
dashboard/configs: regenerate Linux configs
Use the latest linux-next and torvalds releases.
Diffstat (limited to 'dashboard/config/linux/bits/subsystems.yml')
| -rw-r--r-- | dashboard/config/linux/bits/subsystems.yml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/dashboard/config/linux/bits/subsystems.yml b/dashboard/config/linux/bits/subsystems.yml index f875c0229..c6d2fb765 100644 --- a/dashboard/config/linux/bits/subsystems.yml +++ b/dashboard/config/linux/bits/subsystems.yml @@ -489,8 +489,9 @@ config: - PSTORE_ZSTD_COMPRESS: [-v6.6] - PSTORE_COMPRESS - PSTORE_DEFLATE_COMPRESS_DEFAULT: [-v6.6] - # Didn't find how to enable it for riscv in v5.18 - - FS_DAX: [-arm, -riscv] + # For some architectures, we may only have FS_DAX_LIMITED. + - FS_DAX: [-arm, -riscv, -s390] + - FS_DAX_LIMITED: [s390, arm, riscv] - FS_ENCRYPTION - FS_VERITY - FS_VERITY_BUILTIN_SIGNATURES @@ -581,8 +582,8 @@ config: - SIGNED_PE_FILE_VERIFICATION - SECONDARY_TRUSTED_KEYRING # CRC4 and CRC7 can now only be selected. - - CRC4: [-linux-next] - - CRC7: [-linux-next] + - CRC4: [-v6.15] + - CRC7: [-v6.15] - SCHEDSTATS - RAW_DRIVER: [-v5.14] - THERMAL: [v5.8] |
