Skip to content

Commit

Permalink
Update syscall table to the 5.11 kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
RH-steve-grubb committed Jan 18, 2021
1 parent e7b4006 commit 8f41f04
Show file tree
Hide file tree
Showing 7 changed files with 47 additions and 9 deletions.
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
3.0.1
- Update syscall table to the 5.11 kernel

3.0
- Generate checkpoint file even when no results are returned (Burn Alting)
Expand Down
9 changes: 7 additions & 2 deletions lib/aarch64_table.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* aarch64_table.h --
* Copyright 2013-20 Red Hat Inc.
* Copyright 2013-21 Red Hat Inc.
* All Rights Reserved.
*
* This library is free software; you can redistribute it and/or
Expand Down Expand Up @@ -311,4 +311,9 @@ _S(432, "fsmount")
_S(433, "fspick")
_S(434, "pidfd_open")
_S(435, "clone3")

_S(436, "close_range")
_S(437, "openat2")
_S(438, "pidfd_getfd")
_S(439, "faccessat2")
_S(440, "process_madvise")
_S(441, "epoll_pwait2")
8 changes: 7 additions & 1 deletion lib/arm_table.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* arm_table.h --
* Copyright 2009-10,2013-20 Red Hat Inc.
* Copyright 2009-10,2013-21 Red Hat Inc.
* All Rights Reserved.
*
* This library is free software; you can redistribute it and/or
Expand Down Expand Up @@ -417,3 +417,9 @@ _S(432, "fsmount")
_S(433, "fspick")
_S(434, "pidfd_open")
_S(435, "clone3")
_S(436, "close_range")
_S(437, "openat2")
_S(438, "pidfd_getfd")
_S(439, "faccessat2")
_S(440, "process_madvise")
_S(441, "epoll_pwait2")
8 changes: 7 additions & 1 deletion lib/i386_table.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* i386_table.h --
* Copyright 2005-20 Red Hat Inc.
* Copyright 2005-21 Red Hat Inc.
* All Rights Reserved.
*
* This library is free software; you can redistribute it and/or
Expand Down Expand Up @@ -447,4 +447,10 @@ _S(432, "fsmount")
_S(433, "fspick")
_S(434, "pidfd_open")
_S(435, "clone3")
_S(436, "close_range")
_S(437, "openat2")
_S(438, "pidfd_getfd")
_S(439, "faccessat2")
_S(440, "process_madvise")
_S(441, "epoll_pwait2")

11 changes: 9 additions & 2 deletions lib/s390_table.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* s390_table.h --
* Copyright 2005-20 Red Hat Inc.
/* s390_table.h -- 32 bit
* Copyright 2005-21 Red Hat Inc.
* All Rights Reserved.
*
* This library is free software; you can redistribute it and/or
Expand Down Expand Up @@ -395,3 +395,10 @@ _S(432, "fsmount")
_S(433, "fspick")
_S(434, "pidfd_open")
_S(435, "clone3")
_S(436, "close_range")
_S(437, "openat2")
_S(438, "pidfd_getfd")
_S(439, "faccessat2")
_S(440, "process_madvise")
_S(441, "epoll_pwait2")

11 changes: 9 additions & 2 deletions lib/s390x_table.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* s390x_table.h --
* Copyright 2005-06,2008-20 Red Hat Inc.
/* s390x_table.h -- 64 bit
* Copyright 2005-06,2008-21 Red Hat Inc.
* All Rights Reserved.
*
* This library is free software; you can redistribute it and/or
Expand Down Expand Up @@ -359,3 +359,10 @@ _S(432, "fsmount")
_S(433, "fspick")
_S(434, "pidfd_open")
_S(435, "clone3")
_S(436, "close_range")
_S(437, "openat2")
_S(438, "pidfd_getfd")
_S(439, "faccessat2")
_S(440, "process_madvise")
_S(441, "epoll_pwait2")

8 changes: 7 additions & 1 deletion lib/x86_64_table.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* x86_64_table.h --
* Copyright 2005-20 Red Hat Inc.
* Copyright 2005-21 Red Hat Inc.
* All Rights Reserved.
*
* This library is free software; you can redistribute it and/or
Expand Down Expand Up @@ -367,3 +367,9 @@ _S(432, "fsmount")
_S(433, "fspick")
_S(434, "pidfd_open")
_S(435, "clone3")
_S(436, "close_range")
_S(437, "openat2")
_S(438, "pidfd_getfd")
_S(439, "faccessat2")
_S(440, "process_madvise")
_S(441, "epoll_pwait2")

0 comments on commit 8f41f04

Please sign in to comment.