Skip to content

Commit 2fa5102

Browse files
committed
tools headers UAPI: sync arch/s390/kernel/syscalls/syscall.tbl with kernel
JIRA: https://issues.redhat.com/browse/RHEL-29796 Upstream Status: RHEL only description =========== Upstream, when there is a change in a header file from the specific set of headers (listed in tools/perf/check-headers.sh), it is accompanied by a commit that brings the same change into its counterpart located in tools/include. Usually several changes are squashed together. We cannot easily follow this strategy, since we not always take all the commits squashed together. In order to tidy tools/include up, we need to sync the headers manually. Signed-off-by: Michael Petlan <mpetlan@redhat.com>
1 parent 9c3d99f commit 2fa5102

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tools/perf/arch/s390/entry/syscalls/syscall.tbl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -454,3 +454,7 @@
454454
449 common futex_waitv sys_futex_waitv sys_futex_waitv
455455
450 common set_mempolicy_home_node sys_set_mempolicy_home_node sys_set_mempolicy_home_node
456456
451 common cachestat sys_cachestat sys_cachestat
457+
452 common fchmodat2 sys_fchmodat2 sys_fchmodat2
458+
454 common futex_wake sys_futex_wake sys_futex_wake
459+
455 common futex_wait sys_futex_wait sys_futex_wait
460+
456 common futex_requeue sys_futex_requeue sys_futex_requeue

0 commit comments

Comments
 (0)