Skip to content

Commit

Permalink
Revert "feat: Enable BTF config for kernel BPF CORE (deepin-community#34
Browse files Browse the repository at this point in the history
)"

This reverts commit 2b71e9b.
  • Loading branch information
opsiff authored and Zeno-sole committed Nov 3, 2023
1 parent 4663a9c commit 9944144
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion arch/arm64/configs/deepin_arm_desktop_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3387,7 +3387,6 @@ CONFIG_PRINTK_TIME=y
CONFIG_CONSOLE_LOGLEVEL_DEFAULT=4
CONFIG_DYNAMIC_DEBUG=y
CONFIG_DEBUG_INFO=y
CONFIG_DEBUG_INFO_BTF=y
# CONFIG_ENABLE_MUST_CHECK is not set
CONFIG_STRIP_ASM_SYMS=y
CONFIG_DEBUG_SECTION_MISMATCH=y
Expand Down
1 change: 0 additions & 1 deletion arch/x86/configs/deepin_desktop_common_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5625,7 +5625,6 @@ CONFIG_BOOT_PRINTK_DELAY=y
CONFIG_DYNAMIC_DEBUG=y
# CONFIG_DEBUG_MISC is not set
CONFIG_DEBUG_INFO_DWARF4=y
CONFIG_DEBUG_INFO_BTF=y
CONFIG_GDB_SCRIPTS=y
CONFIG_FRAME_WARN=1024
CONFIG_STACK_VALIDATION=y
Expand Down
1 change: 0 additions & 1 deletion arch/x86/configs/deepin_desktop_laptop_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5627,7 +5627,6 @@ CONFIG_BOOT_PRINTK_DELAY=y
CONFIG_DYNAMIC_DEBUG=y
# CONFIG_DEBUG_MISC is not set
CONFIG_DEBUG_INFO_DWARF4=y
CONFIG_DEBUG_INFO_BTF=y
CONFIG_GDB_SCRIPTS=y
CONFIG_FRAME_WARN=1024
CONFIG_STACK_VALIDATION=y
Expand Down
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Section: kernel
Priority: optional
Maintainer: matrix <matrix@matrix-PC>
Rules-Requires-Root: no
Build-Depends: zstd, bc, debhelper, rsync, kmod, cpio, bison, flex, libelf-dev:native, libssl-dev:native, openssl, libelf-dev, pahole
Build-Depends: zstd, bc, debhelper, rsync, kmod, cpio, bison, flex, libelf-dev:native, libssl-dev:native, openssl
Homepage: https://www.kernel.org/

Package: linux-image-6.5.4
Expand Down
2 changes: 1 addition & 1 deletion scripts/package/mkdebian
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ Section: kernel
Priority: optional
Maintainer: $maintainer
Rules-Requires-Root: no
Build-Depends: zstd, bc, debhelper, rsync, kmod, cpio, bison, flex, libelf-dev:native, libssl-dev:native, openssl, libelf-dev, pahole
Build-Depends: zstd, bc, debhelper, rsync, kmod, cpio, bison, flex, libelf-dev:native, libssl-dev:native, openssl
Homepage: https://www.kernel.org/
Package: $packagename-$version
Expand Down

0 comments on commit 9944144

Please sign in to comment.