Debian Patches
Status for golang-github-iovisor-gobpf/0.2.0-10
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
add-loong64-utsname.patch | commit 65eb126ceb21b4b85de065fade83daa6f94c9826 Add utsname support for loong64 |
zhaixiaojuan <zhaixiaojuan@loongson.cn> | yes | 2022-11-28 | ||
add-riscv64-utsname.patch | commit a8772aa7a6c088c9845406d9566e59630f7f4c92 elf: Add utsname support for riscv64 According to https://go.dev/src/syscall/ztypes_linux_riscv64.go#L573 we should use uint8 on riscv64. |
Ast-x64 <Ast-x64@protonmail.com> | yes | 2023-02-27 | ||
support-for-new-bcc_func_load-signature.patch | commit 0e5464f03ed2b72613e2e209e2fef8a4bbad5f30 [bcc] Support for new `bcc_func_load` signature. https://github.com/iovisor/bcc/commit/ffff0edc00ad249cffbf44d855b15020cc968536 a new parameter was added to control the attach type. Subsequently, in https://github.com/iovisor/bcc/commit/815d1b84828c02ce10e1ea5163aede6b5786ba38 , `-1` was used to signal the default behaviour. This change adds this new parameter to the call to `C.bcc_func_load` when LIBBCC_VERSION_CODE is greater or equal than 0.25.0, the next version to include the aforementioned change. Test plan: Against v0.25.0 is being tested as part of this project CI. also ran against the current v0.20.0 and ran CI: https://github.com/chantra/gobpf/runs/7436803048 |
chantra <chantr4@gmail.com> | no | 2022-07-05 |