• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

drakenclimber / libseccomp
89%

Build:
DEFAULT BRANCH: main
Repo Added 08 Oct 2019 08:33PM UTC
Files 27
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH main
branch: main
CHANGE BRANCH
x
Reset
  • main
  • alpha
  • backports/v2.4.3
  • change-email
  • checkout
  • checkout2
  • clang
  • codeql
  • dependabot
  • distutils
  • fixwarning
  • issue466
  • issues/11
  • issues/161-round2
  • issues/193
  • issues/210
  • issues/215
  • issues/215ppc
  • issues/236
  • issues/240
  • issues/245
  • issues/252
  • issues/267
  • issues/277
  • issues/313
  • issues/347
  • issues/370
  • issues/372
  • issues/463
  • issues/472
  • issues/add-riscv-scripts
  • issues/doxygen
  • issues/fix-test24
  • issues/fixtest05warning
  • issues/fixtravisci
  • issues/githubactions
  • issues/man-seccomp_rule_add.3
  • issues/v2.5.2-changelog
  • issues/v2.5.3-changelog
  • master
  • pull/215
  • pull/215patch2
  • pull/215ppc
  • python-wheel
  • python-wheel2
  • release-2.4
  • release-2.5
  • rfc-bintree-v2
  • test
  • test2
  • v2.4/add-parisc-to-validate
  • v7.0-rc7
  • v7.1.0-rc3
  • wip/bintree-attr
  • wip/distutils
  • wip/doxygen
  • wip/doxygen2
  • wip/github_actions
  • wip/github_actions2
  • wip/issue11
  • wip/issue11-2
  • wip/issue11-3
  • wip/issue11-4
  • wip/issue11-5
  • wip/issue11-7
  • wip/issue11-8
  • wip/release-2.4.4
  • wip/rfc-bintree-v3
  • wip/rfc-bintree-v4
  • wip/working-codeql
  • working-syscall
  • working-syscall-wip

21 May 2026 03:35PM UTC coverage: 88.826%. Remained the same
26594531395

push

github

pcmoore
syscalls: update syscall table to Linux v7.1.0-rc4

Update the syscall table to Linux v7.1.0-rc4.

This table was updated by running:
$ ./arch-syscall-validate -c syscalls.csv <kernel_directory>

A few notes:
* Kernel commit 8e0b986c59c6 ("s390: Remove compat support") removed
  31-bit s390 support.  Thus, any syscalls added to the kernel after
  this commit are not supported by 31-bit s390
* On parisc64, _llseek() changed from syscall 140 to PNR. Kernel
  commit da3680f564bd ("parisc: _llseek syscall is only available
  for 32-bit userspace") moved this syscall to 32-bit parisc only.
* The following syscalls were added:
  file_getattr(), file_setattr(), listns(), open_tree_attr(),
  rseq_slice_yield(), and uprobe()

Signed-off-by: Tom Hromatka (Oracle) <tom.hromatka@gmail.com>
Signed-off-by: Paul Moore <paul@paul-moore.com>

3148 of 3544 relevant lines covered (88.83%)

255910.09 hits per line

Relevant lines Covered
Build:
Build:
3544 RELEVANT LINES 3148 COVERED LINES
255910.09 HITS PER LINE
Source Files on main
  • Tree
  • List 27
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
26594531395 main syscalls: update syscall table to Linux v7.1.0-rc4 Update the syscall table to Linux v7.1.0-rc4. This table was updated by running: $ ./arch-syscall-validate -c syscalls.csv <kernel_directory> A few notes: * Kernel commit 8e0b986c59c6 ("s390: R... push 28 May 2026 06:38PM UTC pcmoore github
88.83
26104660069 main syscalls: fix s390 at Linux v6.18 The S390 architecture was removed from the upstream Linux kernel in Linux v6.19 with commit 8e0b986c59c6 ("s390: Remove compat support") so freeze our s390 syscall table at Linux v6.18 until such time as we remov... push 19 May 2026 02:46PM UTC drakenclimber github
88.83
24263698226 main doc: fix a missing CHANGELOG entry from v2.6.0 While it was mentioned indirectly, add an explicit mention of the new seccomp_export_bpf_mem() API. Signed-off-by: Paul Moore <paul@paul-moore.com> push 10 Apr 2026 08:56PM UTC pcmoore github
88.83
24248173808 main python: fix in-source python builds the Makefile for the python bindings does a check for out of source builds to see if it should copy the .pyx file. However, if `srcdir` and `builddir` are different strings but point to the same directory, the ... push 10 Apr 2026 02:36PM UTC pcmoore github
88.83
20863786508 main db: Fix tab/space issue with previous commit Replace spaces with tabs in previous commit. There are no functional changes in this commit. Fixes: 1a8730c5fb32 ("db: propagate notify_used when merging filter collections") Signed-off-by: Tom Hroma... push 09 Jan 2026 07:56PM UTC drakenclimber github
89.02
20822717480 main db: propagate notify_used when merging filter collections Merging filter collections didn’t carry over notify_used; if the source had SCMP_ACT_NOTIFY rules, the merged filter could skip requesting SECCOMP_FILTER_FLAG_NEW_LISTENER, yielding no lis... push 08 Jan 2026 03:51PM UTC drakenclimber github
89.02
17135155472 main github: Update to v4 of the checkout action Update to the lateset version, @v4, of the checkout action. Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com> Signed-off-by: Paul Moore <paul@paul-moore.com> push 21 Aug 2025 06:11PM UTC pcmoore github
89.05
16117087672 main build: add License variable to pkg-config file The pkg-config file has License variable that allows you to set the license for the software. This sets 'LGPL-2.1-only' as defined in SPDX to License. Ref: https://github.com/pkgconf/pkgconf/blob/ma... push 07 Jul 2025 12:38PM UTC pcmoore github
89.05
12992425184 main tests: remove the fuzzer from test 62-sim-arch_transactions We can't reliably run the bpf-sim-fuzz tests on tests which manipulate the filters arch/ABIs unless the filter is safe to run on all arch/ABIs, which is more or less impossible. Remove ... push 27 Jan 2025 03:31PM UTC drakenclimber github
90.25
12992306295 main all: CHANGELOG update for release v2.5.6 Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com> (imported from commit 883a62cc8) Signed-off-by: Paul Moore <paul@paul-moore.com> push 27 Jan 2025 03:25PM UTC pcmoore github
90.25
See All Builds (283)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc