Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions dashboard/config/linux/bits/arm64_emu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1021,3 +1021,23 @@ config:
- PHY_INTEL_LGM_COMBO: n
- PHY_INTEL_LGM_EMMC: n
- PHY_XILINX_ZYNQMP: n
- PHY_NXP_PTN3222: n
- PHY_MESON_G12A_MIPI_DPHY_ANALOG: n
- PHY_MESON_AXG_MIPI_DPHY: n
- PHY_FSL_SAMSUNG_HDMI_PHY: n
- PHY_QCOM_EDP: n
- PHY_QCOM_QMP_COMBO: n
- PHY_QCOM_QMP_PCIE: n
- PHY_QCOM_QMP_PCIE_8996: n
- PHY_QCOM_QMP_UFS: n
- PHY_QCOM_QMP_USB: n
- PHY_QCOM_SNPS_EUSB2: n
- PHY_QCOM_EUSB2_REPEATER: n
- PHY_QCOM_M31_USB: n
- PHY_QCOM_SGMII_ETH: n
- PHY_R8A779F0_ETHERNET_SERDES: n
- PHY_ROCKCHIP_NANENG_COMBO_PHY: n
- PHY_ROCKCHIP_SAMSUNG_HDPTX: n
- PHY_ROCKCHIP_SNPS_PCIE3: n
- PHY_ROCKCHIP_USBDP: n
- PHY_TI_GMII_SEL: n
16 changes: 8 additions & 8 deletions dashboard/config/linux/bits/crypto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ config:
- CRYPTO_CTS
- CRYPTO_XTS
# Removed in "crypto: keywrap - remove unused keywrap algorithm".
- CRYPTO_KEYWRAP: [-linux-next]
- CRYPTO_KEYWRAP: [-v6.14]
- CRYPTO_ADIANTUM
- CRYPTO_XCBC
# Removed in "crypto: vmac - remove unused VMAC algorithm".
- CRYPTO_VMAC: [-linux-next]
- CRYPTO_VMAC: [-v6.14]
- CRYPTO_BLAKE2S: [v5.6, -v5.15]
- CRYPTO_BLAKE2S_X86: [v6.1, x86_64, -kmsan]
- CRYPTO_BLAKE2S_ARM: [v6.1, arm]
Expand Down Expand Up @@ -86,10 +86,10 @@ config:
- CRYPTO_NHPOLY1305_SSE2: [x86_64, -kmsan]
- CRYPTO_NHPOLY1305_AVX2: [x86_64, -kmsan]
# These two were removed in "x86/crc32: expose CRC32 functions through lib".
- CRYPTO_CRC32C_INTEL: [x86_64, -kmsan, -linux-next]
- CRYPTO_CRC32_PCLMUL: [x86_64, -kmsan, -linux-next]
- CRYPTO_CRC32C_INTEL: [x86_64, -kmsan, -v6.14]
- CRYPTO_CRC32_PCLMUL: [x86_64, -kmsan, -v6.14]
# Removed in "x86/crc-t10dif: expose CRC-T10DIF function through lib".
- CRYPTO_CRCT10DIF_PCLMUL: [x86_64, -kmsan, -linux-next]
- CRYPTO_CRCT10DIF_PCLMUL: [x86_64, -kmsan, -v6.14]
- CRYPTO_SHA1_SSSE3: [x86_64, -kmsan]
- CRYPTO_SHA256_SSSE3: [x86_64, -kmsan]
- CRYPTO_SHA512_SSSE3: [x86_64, -kmsan]
Expand All @@ -116,8 +116,8 @@ config:
- CRYPTO_AES_ARM_BS: [arm]
- CRYPTO_AES_ARM_CE: [arm]
- CRYPTO_GHASH_ARM_CE: [arm]
- CRYPTO_CRCT10DIF_ARM_CE: [arm]
- CRYPTO_CRC32_ARM_CE: [arm]
- CRYPTO_CRCT10DIF_ARM_CE: [arm, -v6.14]
- CRYPTO_CRC32_ARM_CE: [arm, -v6.14]
- CRYPTO_NHPOLY1305_NEON: [arm, arm64]
- CRYPTO_CURVE25519_NEON: [arm]
- CRYPTO_SHA256_ARM64: [arm64]
Expand All @@ -132,7 +132,7 @@ config:
- CRYPTO_SM4_ARM64_NEON_BLK: [arm64, v6.1]
- CRYPTO_GHASH_ARM64_CE: [arm64]
# Removed in "arm64/crc-t10dif: expose CRC-T10DIF function through lib".
- CRYPTO_CRCT10DIF_ARM64_CE: [arm64, -linux-next]
- CRYPTO_CRCT10DIF_ARM64_CE: [arm64, -v6.14]
- CRYPTO_AES_ARM64: [arm64]
- CRYPTO_AES_ARM64_CE: [arm64]
- CRYPTO_AES_ARM64_CE_CCM: [arm64]
Expand Down
5 changes: 4 additions & 1 deletion dashboard/config/linux/bits/filesystems.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.

config:
- SYSV_FS
- SYSV_FS: [-linux-next]
- ZONEFS_FS: [v5.6]
- ISO9660_FS
- JOLIET
Expand Down Expand Up @@ -204,3 +204,6 @@ config:

- FSCACHE
- CACHEFILES

# TODO: it will appear in v6.15.
- DEBUG_VFS: [linux-next]
2 changes: 1 addition & 1 deletion dashboard/config/linux/bits/linux-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

kernel:
repo: git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next-history.git
tag: next-20250128
tag: next-20250327
2 changes: 1 addition & 1 deletion dashboard/config/linux/bits/linux-upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

kernel:
repo: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
tag: v6.13
tag: v6.14
7 changes: 4 additions & 3 deletions dashboard/config/linux/bits/subsystems.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ config:
- BINFMT_SCRIPT
- MEMORY_HOTPLUG: [-arm]
# Replaced in "mm: add build-time option for hotplug memory default online type".
- MEMORY_HOTPLUG_DEFAULT_ONLINE: [-arm, -linux-next]
- MEMORY_HOTPLUG_DEFAULT_ONLINE: [-arm, -v6.14]
- MHP_DEFAULT_ONLINE_TYPE_ONLINE_AUTO: [-arm, linux-next]
- MEMORY_HOTREMOVE: [-arm]
- ANON_VMA_NAME: [v5.17]
Expand Down Expand Up @@ -580,8 +580,9 @@ config:
- PKCS7_TEST_KEY
- SIGNED_PE_FILE_VERIFICATION
- SECONDARY_TRUSTED_KEYRING
- CRC4
- CRC7
# CRC4 and CRC7 can now only be selected.
- CRC4: [-linux-next]
- CRC7: [-linux-next]
- SCHEDSTATS
- RAW_DRIVER: [-v5.14]
- THERMAL: [v5.8]
Expand Down
6 changes: 4 additions & 2 deletions dashboard/config/linux/bits/x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ config:
- CMDLINE_BOOL

# Should be faster this way.
- MCORE2
# MCORE2 deprecated after v6.14.
- MCORE2: [-linux-next]
- BASE_FULL: [-v6.10]

# 32-on-64 support (compat).
Expand All @@ -23,7 +24,8 @@ config:
- X86_X32_ABI: [-baseline, v5.18]

# Moved from legacy config, reason for enabling is unknown.
- KALLSYMS_ABSOLUTE_PERCPU
# KALLSYMS_ABSOLUTE_PERCPU deprecated after v6.14.
- KALLSYMS_ABSOLUTE_PERCPU: [-linux-next]
- X86_MSR
- X86_CPUID
- X86_5LEVEL: n
Expand Down
Loading