Tom Hromatka

Results 5 issues of Tom Hromatka

This patchset automatically generates Doxygen documentation and writes it to a github branch. Github supports a feature called pages where a branch is displayed as HTML, and I'm using that...

enhancement
priority/low
pending/revision

``` gen_bpf.c: In function '_gen_bpf_build_bpf': gen_bpf.c:2077:21: warning: storing the address of local variable 'pseudo_arch' in '*state.arch' [-Wdangling-pointer=] 2077 | state->arch = &pseudo_arch; | ~~~~~~~~~~~~^~~~~~~~~~~~~~ gen_bpf.c:1999:25: note: 'pseudo_arch' declared here 1999...

bug
priority/medium

This patchset proposes to solve issue #11 - RFE: support "maximum kernel version". # Signficant changes in this patchset * Updates [syscalls.csv](https://github.com/seccomp/libseccomp/blob/main/src/syscalls.csv) with the kernel versions that syscalls were added...

enhancement
pending/review

This patchset adds support for building Python wheels that are suitable for upload to pip. I uploaded the wheels generated by the [Ubuntu 24.04 continuous integration run](https://github.com/drakenclimber/libseccomp/actions/runs/16178409810) to the [Test...

enhancement
pending/revision

This is my first cut at addressing Issue #466. I'm open to discussion on other or better ways to handle it. I decided to add `SCMP_ACT_TRAPX()` (similar to `SCMP_ACT_ERRNO()`) where...

enhancement
pending/review