aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/config/linux/bits/arm.yml
Commit message (Collapse)AuthorAgeFilesLines
* dashboard/config/linux: update to v6.19-rc5Taras Madan2026-01-201-1/+2
|
* dashboard/configs: regenerate Linux configsAleksandr Nogikh2025-04-251-1/+2
| | | | Use the latest linux-next and torvalds releases.
* dashboard/config/linux: update upstream configsDmitry Vyukov2022-11-141-1/+1
| | | | | | | | | | | | | | | | | | | | | Update linux upstream configs to the latest mainline/linux-next tags. - RANDOM_TRUST_CPU was removed (defaults to y) - RANDOM_TRUST_BOOTLOADER was removed (defaults to y) - X86_SGX now requires X86_X2APIC - DRM_VMWGFX_FBCON was removed - ANDROID was removed - NFT_OBJREF was removed - CAN_SLCAN now requires new CAN_NETLINK - CRYPTO_BLAKE2S was split into CRYPTO_BLAKE2S_X86 and CRYPTO_BLAKE2S_ARM - DEBUG_VM_VMACACHE was removed - CONTEXT_TRACKING_FORCE was removed - DRM_DP_AUX_CHARDEV now requires DRM_I915 (or some other DRM driver) - CRYPTO_SM4 was split into x86_64 amd arm64 configs - ARM_CRYPTO was removed - BINFMT_SHARED_FLAT was removed Also update all configs that were marked as linux-next.
* dashboard/config: enable debug options for the arm64-full configAleksandr Nogikh2022-08-051-6/+1
| | | | Also, factor emulation-dependent consts into a separate file.
* dashboard/config: disable CONFIG_HARDEN_BRANCH_PREDICTOR for arm32 LinuxAleksandr Nogikh2022-07-211-0/+3
| | | | Closes #3249.
* dashboard/config/linux: enable CSD_LOCK_WAIT_DEBUGDmitry Vyukov2022-04-201-1/+1
| | | | | | As asked by Hillf here: https://lore.kernel.org/all/20220419134616.GE4285@paulmck-ThinkPad-P17-Gen-1/ This config can provide more precise diagnostic for some bugs.
* dashboard/config/linux: enable CONFIG_BACKTRACE_VERBOSE for armDmitry Vyukov2022-03-051-0/+2
| | | | | | | W/o this config arm stack traces don't include PC which we expect when parsing stack traces. It was added in May 13 2021, and it seems since then we classified all arm reports as corrupted.
* dashboard/config/linux: disable CONFIG_PCPU_DEV_REFCNT, add ↵Dmitry Vyukov2021-03-261-1/+1
| | | | | | | | netdev_unregister_timeout_secs Disable CONFIG_PCPU_DEV_REFCNT, it should provide refcount underflow detection. Set netdev_unregister_timeout_secs to the timeout used for task hung detection, it should avoid false "unregister_netdevice: waiting for DEV to become free" crashes.
* dashboard/config/linux: move crypto configs into own fragment fileDmitry Vyukov2021-03-151-18/+0
|
* dashboard/config/linux: re-organize CMDLINE parametersDmitry Vyukov2021-03-101-1/+1
| | | | | | | | Move x86-specific cmdline parameter to x86_64.yml. Remove redundant cmdline parameters (defined by kernel configs). Move vivid/nr_devs parameters to arch configs. Disable bluetooth/wireless/hamradio in non-x86 configs, non-x86 instances are slow, so the intention is to reduce test space.
* dashboard/config/linux: update arm32 configDmitry Vyukov2021-01-221-1/+13
| | | | Update arm32 config after more testing.
* dashboard/config/linux: update to v5.11-rc4Dmitry Vyukov2021-01-221-5/+0
|
* dashboard/config/linux: enable more ARM configsDmitry Vyukov2020-12-311-0/+27
| | | | Enable NEON crypto and BIG_LITTLE.
* dashboard/config/linux: add arm configDmitry Vyukov2020-12-301-0/+36