Skip to content

Commit 8d7349d

Browse files
committed
tools headers UAPI: sync arch/x86/entry/syscalls/syscall_32.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 c3a70b2 commit 8d7349d

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

tools/perf/arch/x86/entry/syscalls/syscall_32.tbl

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
# SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note
21
#
32
# 32-bit system call numbers and entry vectors
43
#
54
# The format is:
6-
# <number> <abi> <name> <entry point> [<compat entry point> [noreturn]]
5+
# <number> <abi> <name> <entry point> <compat entry point>
76
#
87
# The __ia32_sys and __ia32_compat_sys stubs are created on-the-fly for
98
# sys_*() system calls and compat_sys_*() compat system calls if
@@ -13,7 +12,7 @@
1312
# The abi is always "i386" for this file.
1413
#
1514
0 i386 restart_syscall sys_restart_syscall
16-
1 i386 exit sys_exit - noreturn
15+
1 i386 exit sys_exit
1716
2 i386 fork sys_fork
1817
3 i386 read sys_read
1918
4 i386 write sys_write
@@ -264,7 +263,7 @@
264263
249 i386 io_cancel sys_io_cancel
265264
250 i386 fadvise64 sys_ia32_fadvise64
266265
# 251 is available for reuse (was briefly sys_set_zone_reclaim)
267-
252 i386 exit_group sys_exit_group - noreturn
266+
252 i386 exit_group sys_exit_group
268267
253 i386 lookup_dcookie
269268
254 i386 epoll_create sys_epoll_create
270269
255 i386 epoll_ctl sys_epoll_ctl
@@ -421,7 +420,7 @@
421420
412 i386 utimensat_time64 sys_utimensat
422421
413 i386 pselect6_time64 sys_pselect6 compat_sys_pselect6_time64
423422
414 i386 ppoll_time64 sys_ppoll compat_sys_ppoll_time64
424-
416 i386 io_pgetevents_time64 sys_io_pgetevents compat_sys_io_pgetevents_time64
423+
416 i386 io_pgetevents_time64 sys_io_pgetevents
425424
417 i386 recvmmsg_time64 sys_recvmmsg compat_sys_recvmmsg_time64
426425
418 i386 mq_timedsend_time64 sys_mq_timedsend
427426
419 i386 mq_timedreceive_time64 sys_mq_timedreceive
@@ -458,13 +457,6 @@
458457
450 i386 set_mempolicy_home_node sys_set_mempolicy_home_node
459458
451 i386 cachestat sys_cachestat
460459
452 i386 fchmodat2 sys_fchmodat2
461-
453 i386 map_shadow_stack sys_map_shadow_stack
462460
454 i386 futex_wake sys_futex_wake
463461
455 i386 futex_wait sys_futex_wait
464462
456 i386 futex_requeue sys_futex_requeue
465-
457 i386 statmount sys_statmount
466-
458 i386 listmount sys_listmount
467-
459 i386 lsm_get_self_attr sys_lsm_get_self_attr
468-
460 i386 lsm_set_self_attr sys_lsm_set_self_attr
469-
461 i386 lsm_list_modules sys_lsm_list_modules
470-
462 i386 mseal sys_mseal

0 commit comments

Comments
 (0)