Skip to content

Commit 4f7c445

Browse files
committed
update ksym
Signed-off-by: Godones <chenlinfeng25@outlook.com>
1 parent 8229d51 commit 4f7c445

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

Cargo.lock

Lines changed: 2 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ compile:
125125

126126
@nm -n -C ${KERNEL_FILE} | grep ' [Tt] ' | grep -v '\.L' | grep -v '$$x' \
127127
| cargo run --manifest-path ../os-modules/ext_ebpf/ksym/Cargo.toml \
128-
--bin gen_ksym --features="demangle" > subsystems/unwinder/src/kernel_symbol.S
128+
--bin gen_ksym_as --features="demangle" > subsystems/unwinder/src/kernel_symbol.S
129129

130130
@riscv64-linux-gnu-gcc \
131131
-c subsystems/unwinder/src/kernel_symbol.S \

subsystems/unwinder/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@ unwinding = { version = "=0.2.6", default-features = false, features = [
1616
"personality",
1717
] }
1818
constants = { path = "../constants" }
19-
ksym = { git = "https://github.com/Godones/ext_ebpf" }
19+
# ksym = { git = "https://github.com/Godones/ext_ebpf" }
20+
ksym = { git = "https://github.com/Godones/ext_ebpf", rev = "9d09582" }
2021
# ksym = { path = "../../../os-modules/ext_ebpf/ksym" }

0 commit comments

Comments
 (0)