graymon
graymon
According to man: https://github.com/acmel/dwarves/blob/49358dfe2aaae4e90b072332c3e324019826783f/man-pages/pahole.1#L286-L288 But in the HEAD of repo, there is no reference of `dwarf_offset` besides man-pages: ```bash $ ag dwarf_offset rpm/SPECS/dwarves.spec 389:- PAHOLE: Add a newline after the...
Currently `--filter-mark` accepts mark value only which is interpreted into `value/0xffffffff`. I found it helpful to support mask such as `0xa00/0xf00` in order to match `0xe1300a00`. One real world use...
`bpftool prog dump` seems to give wrong `callq` address. --- First let's Inspect a bpf prog with `bpf_redirect` call ```shell $ s bpftool p s tag 71cf8deecfc1bb77 1125: sched_cls name...
Don't get lost in the chaos of TLS.
I found it reproducible for jedi-vim process: ``` python3.8d /home/gray/.vim/plugged/jedi-vim/pythonx/jedi/jedi/inference/compiled/subprocess/__main__.py /home/gray/.vim/plugged/jedi-vim/pythonx/parso 3.8.10 ```
Reproduce steps: 1. python3.8 -mhttp.server 2. docker run -it --rm --pid host --net host --privileged python:3 bash 3. python -mpip install git+https://github.com/jschwinger233/pdbattach.git 4. pdbattach $(pgrep -f http.server) 5. inspect the...
## CI failure Failed job: https://github.com/cilium/cilium/actions/runs/6154793242/job/16700697606 ``` [=] Test [no-interrupted-connections] [-] Scenario [no-interrupted-connections/no-interrupted-connections] 🟥 Pod test-conn-disrupt-client-cc557fcf9-8sjnb flow was interrupted (restart count does not match 2 != 3) ``` [cilium-sysdump-2-final.zip](https://github.com/cilium/cilium/files/12583812/cilium-sysdump-2-final.zip) This...
assume there is a container run in private network binding port 8001, as container dies, container ip address would be empty string, remaining health check TCP net location as something...
https://github.com/cilium/pwru/actions/runs/8848625769/job/24298892109?pr=367