diff options
author | Tony Lindgren <tony@atomide.com> | 2021-02-15 07:41:56 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2021-02-15 07:41:56 +0300 |
commit | 857de6fe2f86b009df620f7cdb07c262cc17070d (patch) | |
tree | e9718ebeeef39485a51a9f8e3c8122da18c796cf /include/linux/entry-common.h | |
parent | 9bbce32a20d6a72c767a7f85fd6127babd1410ac (diff) | |
parent | fbfa463be8dc7957ee4f81556e9e1ea2a951807d (diff) | |
download | linux-857de6fe2f86b009df620f7cdb07c262cc17070d.tar.xz |
Merge branch 'fixes-v5.11' into fixes
Diffstat (limited to 'include/linux/entry-common.h')
-rw-r--r-- | include/linux/entry-common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/entry-common.h b/include/linux/entry-common.h index ca86a00abe86..a104b298019a 100644 --- a/include/linux/entry-common.h +++ b/include/linux/entry-common.h @@ -46,6 +46,7 @@ SYSCALL_WORK_SYSCALL_TRACE | \ SYSCALL_WORK_SYSCALL_AUDIT | \ SYSCALL_WORK_SYSCALL_USER_DISPATCH | \ + SYSCALL_WORK_SYSCALL_EXIT_TRAP | \ ARCH_SYSCALL_WORK_EXIT) /* |