Commit 53a23f7
committed
submodules: update blazesym and vmlinux.h submodules
Get the latest versions of both.
Signed-off-by: Andrii Nakryiko <[email protected]>1 parent 537677c commit 53a23f7
2 files changed
+2
-2
lines changed- .github/workflows/build-cli.yml+2-2
- .github/workflows/build-linux.yml+3-3
- .github/workflows/dependabot-merge.yml+1-1
- .github/workflows/publish-capi.yml+2-2
- .github/workflows/publish-cli.yml+2-2
- .github/workflows/publish.yml+2-2
- .github/workflows/test.yml+29-22
- CHANGELOG.md+16
- Cargo.lock+150-79
- Cargo.toml+4-4
- capi/CHANGELOG.md+5
- capi/Cargo.toml+5-5
- capi/include/blazesym.h+14-6
- capi/src/normalize.rs+8-4
- capi/src/symbolize.rs+11-6
- cli/CHANGELOG.md+2-2
- cli/Cargo.toml+2-2
- cli/src/main.rs+10-3
- data/test-empty.c+3
- dev/Cargo.toml+1-1
- dev/build.rs+51-9
- examples/gsym-in-apk/Cargo.toml+1-1
- src/dwarf/lines.rs+6-11
- src/dwarf/resolver.rs+47-21
- src/elf/parser.rs+6-1
- src/elf/resolver.rs+23-19
- src/kernel/mod.rs+1
- src/kernel/resolver.rs+2-12
- src/mmap.rs+2-1
- src/symbolize/mod.rs+11-1
- src/symbolize/symbolizer.rs+146-17
- tests/suite/symbolize.rs+40-3
- include/aarch64/vmlinux.h+1-1
- include/aarch64/vmlinux_6.18.h+3.7k-2.0k
- include/arm/vmlinux.h+1-1
- include/arm/vmlinux_6.18.h+3.6k-1.9k
- include/loongarch64/vmlinux.h+1-1
- include/loongarch64/vmlinux_6.18.h+3.5k-2.5k
- include/powerpc/vmlinux.h+1-1
- include/powerpc/vmlinux_6.18.h+4.0k-4.2k
- include/riscv64/vmlinux.h+1-1
- include/riscv64/vmlinux_6.18.h+3.5k-2.6k
- include/s390x/vmlinux.h+1-1
- include/s390x/vmlinux_6.18.h+3.4k-1.9k
- include/x86/vmlinux.h+1-1
- include/x86/vmlinux_6.18.h+3.9k-2.0k
- scripts/download-latest-linux-release.sh+1-1
0 commit comments