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
1 change: 0 additions & 1 deletion config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ architectures:
- x86_64
flavors:
- name: zone
- name: zone-bpf
constraints:
lower: '6.1'
- name: zone-amdgpu
Expand Down
13 changes: 0 additions & 13 deletions configs/aarch64/zone-bpf.fragment.config

This file was deleted.

9 changes: 9 additions & 0 deletions configs/aarch64/zone.config
Original file line number Diff line number Diff line change
Expand Up @@ -1882,3 +1882,12 @@ CONFIG_ARCH_HAS_KCOV=y
CONFIG_CC_HAS_SANCOV_TRACE_PC=y
CONFIG_ARCH_USE_MEMTEST=y

# Things needed to make eBPF tools happy
CONFIG_DEBUG_INFO=y
CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT=y
CONFIG_DEBUG_INFO_REDUCED=n
CONFIG_DEBUG_INFO_SPLIT=n
CONFIG_DEBUG_INFO_NONE=n
CONFIG_DEBUG_INFO_BTF=y
CONFIG_DEBUG_INFO_BTF_MODULES=y
CONFIG_DEBUG_INFO_COMPRESSED_ZSTD=y
3 changes: 0 additions & 3 deletions hack/build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ esac
# We don't really care how big the host kernel is.
# Nvidia kernels have chonker firmwares, even compressed (like 200MB total size), so not much we can really do there.
case "$KERNEL_FLAVOR" in
zone-bpf)
# Skip the check for zone-bpf, it is allowed to be big
;;
zone-nvidiagpu)
# Firmware means this is unavoidably quite large
;;
Expand Down