Branch: refs/heads/main
  Home:   https://github.com/seccomp/libseccomp
  Commit: 3f47bba7c5c8cc18be80e625eedb2c1823233708
      
https://github.com/seccomp/libseccomp/commit/3f47bba7c5c8cc18be80e625eedb2c1823233708
  Author: Paul Moore <[email protected]>
  Date:   2021-10-28 (Thu, 28 Oct 2021)

  Changed paths:
    M include/seccomp-syscalls.h

  Log Message:
  -----------
  api: update seccomp-syscalls.h

It appears that the seccomp-syscalls.h header file had gotten out of
sync with the syscalls.csv syscall table, this patch fixes this
disconnect.

The only edit that is somewhat interesting is that the oldwait4(2)
syscall probably never should have been included in the header file
as it appears to no longer exist (?).

Reported-by: Mike Frysinger <[email protected]>
Acked-by: Tom Hromatka <[email protected]>
Signed-off-by: Paul Moore <[email protected]>


  Commit: f046fd21e3274541021bff1f869bf2c9ef8d0b86
      
https://github.com/seccomp/libseccomp/commit/f046fd21e3274541021bff1f869bf2c9ef8d0b86
  Author: Paul Moore <[email protected]>
  Date:   2021-10-29 (Fri, 29 Oct 2021)

  Changed paths:
    M src/.gitignore
    M src/Makefile.am
    A src/arch-syscall-check
    R src/arch-syscall-check.c

  Log Message:
  -----------
  arch: replace arch-syscall-check with something more useful

Now that we have moved to the CSV based arch/ABI syscall table the
existing arch-syscall-check isn't as useful as it once was, but we
could definitely use a build-time check to ensure the syscall header
file is sync'd with the CSV arch/ABI syscall table.

Acked-by: Tom Hromatka <[email protected]>
Signed-off-by: Paul Moore <[email protected]>


Compare: 
https://github.com/seccomp/libseccomp/compare/5532444587fa...f046fd21e327

-- 
You received this message because you are subscribed to the Google Groups 
"libseccomp" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/libseccomp/seccomp/libseccomp/push/refs/heads/main/553244-f046fd%40github.com.

Reply via email to