[lxc-devel] [lxc/lxc] bed09c: tree-wide: introduce and use syscall number header

Stéphane Graber noreply at github.com
Wed Mar 18 13:08:15 UTC 2020


  Branch: refs/heads/master
  Home:   https://github.com/lxc/lxc
  Commit: bed09c9cc0bec7bbd2442fcce4a2a0f03994cb09
      https://github.com/lxc/lxc/commit/bed09c9cc0bec7bbd2442fcce4a2a0f03994cb09
  Author: Christian Brauner <christian.brauner at ubuntu.com>
  Date:   2020-03-18 (Wed, 18 Mar 2020)

  Changed paths:
    M src/lxc/Makefile.am
    M src/lxc/cgroups/cgroup2_devices.h
    M src/lxc/lxccontainer.c
    M src/lxc/raw_syscalls.c
    M src/lxc/raw_syscalls.h
    M src/lxc/seccomp.c
    A src/lxc/syscall_numbers.h
    M src/lxc/syscall_wrappers.h
    M src/lxc/tools/lxc_unshare.c

  Log Message:
  -----------
  tree-wide: introduce and use syscall number header

This allows us:
- to compile on kernels with outdated headers
- compile on older kernels but shipping on newer kernels

Signed-off-by: Christian Brauner <christian.brauner at ubuntu.com>


  Commit: ed754cd297f2957624e46666418cfc20083c0f92
      https://github.com/lxc/lxc/commit/ed754cd297f2957624e46666418cfc20083c0f92
  Author: Stéphane Graber <stgraber at stgraber.org>
  Date:   2020-03-18 (Wed, 18 Mar 2020)

  Changed paths:
    M src/lxc/Makefile.am
    M src/lxc/cgroups/cgroup2_devices.h
    M src/lxc/lxccontainer.c
    M src/lxc/raw_syscalls.c
    M src/lxc/raw_syscalls.h
    M src/lxc/seccomp.c
    A src/lxc/syscall_numbers.h
    M src/lxc/syscall_wrappers.h
    M src/lxc/tools/lxc_unshare.c

  Log Message:
  -----------
  Merge pull request #3304 from brauner/2020-03-18/fixes

tree-wide: introduce and use syscall number header


Compare: https://github.com/lxc/lxc/compare/ee555b282412...ed754cd297f2


More information about the lxc-devel mailing list