Skip to content

Commit

Permalink
[Kernel Config] enable BTF debuginfo (#86)
Browse files Browse the repository at this point in the history
Docker Desktop requires eBPF, which won't work without BTF

fixes #64

Co-authored-by: Andarwinux <[email protected]>
  • Loading branch information
Andarwinux and Andarwinux authored Nov 21, 2024
1 parent fae4ecd commit 926720b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions wsl2_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ CONFIG_MODULE_UNLOAD=y
CONFIG_MODULE_FORCE_UNLOAD=y
CONFIG_MODVERSIONS=y
CONFIG_MODULE_SRCVERSION_ALL=y
CONFIG_TRIM_UNUSED_KSYMS=y
CONFIG_BLK_DEV_BSGLIB=y
# CONFIG_BLK_DEBUG_FS is not set
CONFIG_PARTITION_ADVANCED=y
Expand Down Expand Up @@ -161,9 +162,9 @@ CONFIG_TCP_CONG_ADVANCED=y
# CONFIG_TCP_CONG_WESTWOOD is not set
# CONFIG_TCP_CONG_HTCP is not set
CONFIG_TCP_CONG_BBR=y
CONFIG_MPTCP=y
CONFIG_IPV6_OPTIMISTIC_DAD=y
CONFIG_IPV6_MULTIPLE_TABLES=y
CONFIG_MPTCP=y
CONFIG_NETWORK_SECMARK=y
CONFIG_NETWORK_PHY_TIMESTAMPING=y
CONFIG_NETFILTER=y
Expand Down Expand Up @@ -326,6 +327,7 @@ CONFIG_HYPERV_VSOCKETS=y
CONFIG_NETLINK_DIAG=y
CONFIG_NET_SWITCHDEV=y
CONFIG_CGROUP_NET_PRIO=y
CONFIG_BT=y
# CONFIG_WIRELESS is not set
CONFIG_NET_9P=y
CONFIG_NET_9P_VIRTIO=y
Expand Down Expand Up @@ -458,7 +460,6 @@ CONFIG_USB_USBNET=y
# CONFIG_USB_NET_NET1080 is not set
# CONFIG_USB_NET_CDC_SUBSET is not set
# CONFIG_USB_NET_ZAURUS is not set
CONFIG_BT=y
# CONFIG_WLAN is not set
CONFIG_HYPERV_NET=y
# CONFIG_INPUT_KEYBOARD is not set
Expand Down Expand Up @@ -656,6 +657,11 @@ CONFIG_PRINTK_TIME=y
CONFIG_STACKTRACE_BUILD_ID=y
CONFIG_CONSOLE_LOGLEVEL_DEFAULT=2
CONFIG_MESSAGE_LOGLEVEL_DEFAULT=1
CONFIG_DEBUG_KERNEL=y
# CONFIG_DEBUG_MISC is not set
CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT=y
CONFIG_DEBUG_INFO_BTF=y
CONFIG_STRIP_ASM_SYMS=y
# CONFIG_SECTION_MISMATCH_WARN_ONLY is not set
CONFIG_PAGE_TABLE_CHECK=y
CONFIG_KFENCE=y
Expand Down

0 comments on commit 926720b

Please sign in to comment.