Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0001-Ensure-symbols-are-exported-for-bpftrace-executable.patch | [PATCH] Ensure symbols are exported for bpftrace executable bpftrace executable needs to lookup `BEGIN_trigger` and `END_trigger` symbols. Since the bump of the minimal versin of CMake in 1a1a4a92f7bcb154282df228d080d5c3083e04f8, these symbols are stripped from bpftrace: the executable is built without the `-rdynamic` option and the symbol is not present anymore (tested with GCC 10). To restore this compile option, we can instruct CMake to export symbols for bpftrace executable. Also, see #954. |
Vincent Bernat <vincent@bernat.ch> | no | 2020-07-24 | ||
1457.patch | [PATCH] Fix array indexing regression We regressed on array indexing because the CreateArray() helper forgot to set pointee_size. This caused all array indexes to silently index to index 0. |
Daniel Xu <dxu@dxuuu.xyz> | no | 2020-08-06 |