Skip to content

Commit f4c2e61

Browse files
authored
Add mseal syscall (Linux 6.10) (#384)
1 parent 28a74a4 commit f4c2e61

7 files changed

Lines changed: 7 additions & 0 deletions

File tree

lib/aarch64_table.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,4 +337,5 @@ _S(458, "listmount")
337337
_S(459, "lsm_get_self_attr")
338338
_S(460, "lsm_set_self_attr")
339339
_S(461, "lsm_list_modules")
340+
_S(462, "mseal")
340341

lib/arm_table.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,4 +442,5 @@ _S(458, "listmount")
442442
_S(459, "lsm_get_self_attr")
443443
_S(460, "lsm_set_self_attr")
444444
_S(461, "lsm_list_modules")
445+
_S(462, "mseal")
445446

lib/i386_table.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -473,4 +473,5 @@ _S(458, "listmount")
473473
_S(459, "lsm_get_self_attr")
474474
_S(460, "lsm_set_self_attr")
475475
_S(461, "lsm_list_modules")
476+
_S(462, "mseal")
476477

lib/ppc_table.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -457,4 +457,5 @@ _S(458, "listmount")
457457
_S(459, "lsm_get_self_attr")
458458
_S(460, "lsm_set_self_attr")
459459
_S(461, "lsm_list_modules")
460+
_S(462, "mseal")
460461

lib/s390_table.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,4 +420,5 @@ _S(458, "listmount")
420420
_S(459, "lsm_get_self_attr")
421421
_S(460, "lsm_set_self_attr")
422422
_S(461, "lsm_list_modules")
423+
_S(462, "mseal")
423424

lib/s390x_table.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,4 +384,5 @@ _S(458, "listmount")
384384
_S(459, "lsm_get_self_attr")
385385
_S(460, "lsm_set_self_attr")
386386
_S(461, "lsm_list_modules")
387+
_S(462, "mseal")
387388

lib/x86_64_table.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,4 +393,5 @@ _S(458, "listmount")
393393
_S(459, "lsm_get_self_attr")
394394
_S(460, "lsm_set_self_attr")
395395
_S(461, "lsm_list_modules")
396+
_S(462, "mseal")
396397

0 commit comments

Comments
 (0)