Skip to content

Commit 70497ba

Browse files
authored
Revert "feat: Enable BTF config for kernel BPF CORE (deepin-community#34)"
This reverts commit 2b71e9b.
1 parent 4663a9c commit 70497ba

File tree

5 files changed

+2
-5
lines changed

5 files changed

+2
-5
lines changed

arch/arm64/configs/deepin_arm_desktop_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3387,7 +3387,6 @@ CONFIG_PRINTK_TIME=y
33873387
CONFIG_CONSOLE_LOGLEVEL_DEFAULT=4
33883388
CONFIG_DYNAMIC_DEBUG=y
33893389
CONFIG_DEBUG_INFO=y
3390-
CONFIG_DEBUG_INFO_BTF=y
33913390
# CONFIG_ENABLE_MUST_CHECK is not set
33923391
CONFIG_STRIP_ASM_SYMS=y
33933392
CONFIG_DEBUG_SECTION_MISMATCH=y

arch/x86/configs/deepin_desktop_common_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5625,7 +5625,6 @@ CONFIG_BOOT_PRINTK_DELAY=y
56255625
CONFIG_DYNAMIC_DEBUG=y
56265626
# CONFIG_DEBUG_MISC is not set
56275627
CONFIG_DEBUG_INFO_DWARF4=y
5628-
CONFIG_DEBUG_INFO_BTF=y
56295628
CONFIG_GDB_SCRIPTS=y
56305629
CONFIG_FRAME_WARN=1024
56315630
CONFIG_STACK_VALIDATION=y

arch/x86/configs/deepin_desktop_laptop_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5627,7 +5627,6 @@ CONFIG_BOOT_PRINTK_DELAY=y
56275627
CONFIG_DYNAMIC_DEBUG=y
56285628
# CONFIG_DEBUG_MISC is not set
56295629
CONFIG_DEBUG_INFO_DWARF4=y
5630-
CONFIG_DEBUG_INFO_BTF=y
56315630
CONFIG_GDB_SCRIPTS=y
56325631
CONFIG_FRAME_WARN=1024
56335632
CONFIG_STACK_VALIDATION=y

debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Section: kernel
33
Priority: optional
44
Maintainer: matrix <matrix@matrix-PC>
55
Rules-Requires-Root: no
6-
Build-Depends: zstd, bc, debhelper, rsync, kmod, cpio, bison, flex, libelf-dev:native, libssl-dev:native, openssl, libelf-dev, pahole
6+
Build-Depends: zstd, bc, debhelper, rsync, kmod, cpio, bison, flex, libelf-dev:native, libssl-dev:native, openssl
77
Homepage: https://www.kernel.org/
88

99
Package: linux-image-6.5.4

scripts/package/mkdebian

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ Section: kernel
215215
Priority: optional
216216
Maintainer: $maintainer
217217
Rules-Requires-Root: no
218-
Build-Depends: zstd, bc, debhelper, rsync, kmod, cpio, bison, flex, libelf-dev:native, libssl-dev:native, openssl, libelf-dev, pahole
218+
Build-Depends: zstd, bc, debhelper, rsync, kmod, cpio, bison, flex, libelf-dev:native, libssl-dev:native, openssl
219219
Homepage: https://www.kernel.org/
220220
221221
Package: $packagename-$version

0 commit comments

Comments
 (0)