[tip: core/urgent] entry: Ensure trap after single-step on system call return

2021-02-05 Thread tip-bot2 for Gabriel Krisman Bertazi
The following commit has been merged into the core/urgent branch of tip: Commit-ID: 6342adcaa683c2b705c24ed201dc11b35854c88d Gitweb: https://git.kernel.org/tip/6342adcaa683c2b705c24ed201dc11b35854c88d Author:Gabriel Krisman Bertazi AuthorDate:Wed, 03 Feb 2021 13:00:48

[tip: core/urgent] entry: Use different define for selector variable in SUD

2021-02-05 Thread tip-bot2 for Gabriel Krisman Bertazi
The following commit has been merged into the core/urgent branch of tip: Commit-ID: 36a6c843fd0d8e02506681577e96dabd203dd8e8 Gitweb: https://git.kernel.org/tip/36a6c843fd0d8e02506681577e96dabd203dd8e8 Author:Gabriel Krisman Bertazi AuthorDate:Fri, 05 Feb 2021 13:43:21

[tip: core/entry] kernel: Implement selective syscall userspace redirection

2020-12-02 Thread tip-bot2 for Gabriel Krisman Bertazi
The following commit has been merged into the core/entry branch of tip: Commit-ID: 1446e1df9eb183fdf81c3f0715402f1d7595d4cb Gitweb: https://git.kernel.org/tip/1446e1df9eb183fdf81c3f0715402f1d7595d4cb Author:Gabriel Krisman Bertazi AuthorDate:Fri, 27 Nov 2020 14:32:34

[tip: core/entry] entry: Support Syscall User Dispatch on common syscall entry

2020-12-02 Thread tip-bot2 for Gabriel Krisman Bertazi
The following commit has been merged into the core/entry branch of tip: Commit-ID: 11894468e39def270199f845b76df6c36d4ed133 Gitweb: https://git.kernel.org/tip/11894468e39def270199f845b76df6c36d4ed133 Author:Gabriel Krisman Bertazi AuthorDate:Fri, 27 Nov 2020 14:32:35

[tip: core/entry] selftests: Add benchmark for syscall user dispatch

2020-12-02 Thread tip-bot2 for Gabriel Krisman Bertazi
The following commit has been merged into the core/entry branch of tip: Commit-ID: d87ae0fa21c26db2d7c66f22dee9c27ecda48ce2 Gitweb: https://git.kernel.org/tip/d87ae0fa21c26db2d7c66f22dee9c27ecda48ce2 Author:Gabriel Krisman Bertazi AuthorDate:Fri, 27 Nov 2020 14:32:37

[tip: core/entry] docs: Document Syscall User Dispatch

2020-12-02 Thread tip-bot2 for Gabriel Krisman Bertazi
The following commit has been merged into the core/entry branch of tip: Commit-ID: a4452e671c6770e1bb80764f39995934067f70a0 Gitweb: https://git.kernel.org/tip/a4452e671c6770e1bb80764f39995934067f70a0 Author:Gabriel Krisman Bertazi AuthorDate:Fri, 27 Nov 2020 14:32:38

[tip: core/entry] selftests: Add kselftest for syscall user dispatch

2020-12-02 Thread tip-bot2 for Gabriel Krisman Bertazi
The following commit has been merged into the core/entry branch of tip: Commit-ID: 179ef035992e89646e17138b18b130bb874b86bb Gitweb: https://git.kernel.org/tip/179ef035992e89646e17138b18b130bb874b86bb Author:Gabriel Krisman Bertazi AuthorDate:Fri, 27 Nov 2020 14:32:36

[tip: core/entry] signal: Expose SYS_USER_DISPATCH si_code type

2020-12-02 Thread tip-bot2 for Gabriel Krisman Bertazi
The following commit has been merged into the core/entry branch of tip: Commit-ID: 1d7637d89cfce54a4f4a41c2325288c2f47470e8 Gitweb: https://git.kernel.org/tip/1d7637d89cfce54a4f4a41c2325288c2f47470e8 Author:Gabriel Krisman Bertazi AuthorDate:Fri, 27 Nov 2020 14:32:33

[tip: core/entry] entry: Support Syscall User Dispatch on common syscall entry

2020-12-02 Thread tip-bot2 for Gabriel Krisman Bertazi
The following commit has been merged into the core/entry branch of tip: Commit-ID: 5a5c45c624b8851cbfd269d5b0a8856a2b728502 Gitweb: https://git.kernel.org/tip/5a5c45c624b8851cbfd269d5b0a8856a2b728502 Author:Gabriel Krisman Bertazi AuthorDate:Fri, 27 Nov 2020 14:32:35

[tip: core/entry] selftests: Add benchmark for syscall user dispatch

2020-12-02 Thread tip-bot2 for Gabriel Krisman Bertazi
The following commit has been merged into the core/entry branch of tip: Commit-ID: 3e8df777fbf4531a4ec740aae991090baed27856 Gitweb: https://git.kernel.org/tip/3e8df777fbf4531a4ec740aae991090baed27856 Author:Gabriel Krisman Bertazi AuthorDate:Fri, 27 Nov 2020 14:32:37

[tip: core/entry] kernel: Implement selective syscall userspace redirection

2020-12-02 Thread tip-bot2 for Gabriel Krisman Bertazi
The following commit has been merged into the core/entry branch of tip: Commit-ID: 7a2cc679e8bb5bfdeef28ec80dc3c34edbc099fd Gitweb: https://git.kernel.org/tip/7a2cc679e8bb5bfdeef28ec80dc3c34edbc099fd Author:Gabriel Krisman Bertazi AuthorDate:Fri, 27 Nov 2020 14:32:34

[tip: core/entry] x86: vdso: Expose sigreturn address on vdso to the kernel

2020-12-02 Thread tip-bot2 for Gabriel Krisman Bertazi
The following commit has been merged into the core/entry branch of tip: Commit-ID: c5c878125ad5aca199dfc10b1af4010165aaa596 Gitweb: https://git.kernel.org/tip/c5c878125ad5aca199dfc10b1af4010165aaa596 Author:Gabriel Krisman Bertazi AuthorDate:Fri, 27 Nov 2020 14:32:32

[tip: core/entry] docs: Document Syscall User Dispatch

2020-12-02 Thread tip-bot2 for Gabriel Krisman Bertazi
The following commit has been merged into the core/entry branch of tip: Commit-ID: a4cff1161486c47a5d303f913d5d2fcba26cc553 Gitweb: https://git.kernel.org/tip/a4cff1161486c47a5d303f913d5d2fcba26cc553 Author:Gabriel Krisman Bertazi AuthorDate:Fri, 27 Nov 2020 14:32:38

[tip: core/entry] selftests: Add kselftest for syscall user dispatch

2020-12-02 Thread tip-bot2 for Gabriel Krisman Bertazi
The following commit has been merged into the core/entry branch of tip: Commit-ID: c33fb498e133d8d059ad779d621d6a64315ca746 Gitweb: https://git.kernel.org/tip/c33fb498e133d8d059ad779d621d6a64315ca746 Author:Gabriel Krisman Bertazi AuthorDate:Fri, 27 Nov 2020 14:32:36

[tip: core/entry] entry: Fix boot for !CONFIG_GENERIC_ENTRY

2020-11-24 Thread tip-bot2 for Gabriel Krisman Bertazi
The following commit has been merged into the core/entry branch of tip: Commit-ID: 5903f61e035320104394f721f74cd22171636f63 Gitweb: https://git.kernel.org/tip/5903f61e035320104394f721f74cd22171636f63 Author:Gabriel Krisman Bertazi AuthorDate:Mon, 23 Nov 2020 10:54:58

[tip: core/entry] entry: Fix boot for !CONFIG_GENERIC_ENTRY

2020-11-24 Thread tip-bot2 for Gabriel Krisman Bertazi
The following commit has been merged into the core/entry branch of tip: Commit-ID: 0395124a2fbff5132afee5767071ebe7e05885ac Gitweb: https://git.kernel.org/tip/0395124a2fbff5132afee5767071ebe7e05885ac Author:Gabriel Krisman Bertazi AuthorDate:Mon, 23 Nov 2020 10:54:58

[tip: core/entry] ptrace: Migrate to use SYSCALL_TRACE flag

2020-11-16 Thread tip-bot2 for Gabriel Krisman Bertazi
The following commit has been merged into the core/entry branch of tip: Commit-ID: 64c19ba29b66e98af9306b4a7525fb22c895d252 Gitweb: https://git.kernel.org/tip/64c19ba29b66e98af9306b4a7525fb22c895d252 Author:Gabriel Krisman Bertazi AuthorDate:Mon, 16 Nov 2020 12:42:02

[tip: core/entry] audit: Migrate to use SYSCALL_WORK flag

2020-11-16 Thread tip-bot2 for Gabriel Krisman Bertazi
The following commit has been merged into the core/entry branch of tip: Commit-ID: 785dc4eb7fd74e3b7f4eac468457b633117e1aea Gitweb: https://git.kernel.org/tip/785dc4eb7fd74e3b7f4eac468457b633117e1aea Author:Gabriel Krisman Bertazi AuthorDate:Mon, 16 Nov 2020 12:42:04

[tip: core/entry] x86: Expose syscall_work field in thread_info

2020-11-16 Thread tip-bot2 for Gabriel Krisman Bertazi
The following commit has been merged into the core/entry branch of tip: Commit-ID: b4581a52caff79eab1ea6c4e08526ce2782b Gitweb: https://git.kernel.org/tip/b4581a52caff79eab1ea6c4e08526ce2782b Author:Gabriel Krisman Bertazi AuthorDate:Mon, 16 Nov 2020 12:41:57

[tip: core/entry] entry: Drop usage of TIF flags in the generic syscall code

2020-11-16 Thread tip-bot2 for Gabriel Krisman Bertazi
The following commit has been merged into the core/entry branch of tip: Commit-ID: 2991552447707d791d9d81a5dc161f9e9e90b163 Gitweb: https://git.kernel.org/tip/2991552447707d791d9d81a5dc161f9e9e90b163 Author:Gabriel Krisman Bertazi AuthorDate:Mon, 16 Nov 2020 12:42:05

[tip: core/entry] entry: Wire up syscall_work in common entry code

2020-11-16 Thread tip-bot2 for Gabriel Krisman Bertazi
The following commit has been merged into the core/entry branch of tip: Commit-ID: b86678cf0f1d76062aa964c5f0c6c89fe5a6dcfd Gitweb: https://git.kernel.org/tip/b86678cf0f1d76062aa964c5f0c6c89fe5a6dcfd Author:Gabriel Krisman Bertazi AuthorDate:Mon, 16 Nov 2020 12:41:59

[tip: core/entry] seccomp: Migrate to use SYSCALL_WORK flag

2020-11-16 Thread tip-bot2 for Gabriel Krisman Bertazi
The following commit has been merged into the core/entry branch of tip: Commit-ID: 23d67a54857a768acdb0804cdd6037c324a50ecd Gitweb: https://git.kernel.org/tip/23d67a54857a768acdb0804cdd6037c324a50ecd Author:Gabriel Krisman Bertazi AuthorDate:Mon, 16 Nov 2020 12:42:00

[tip: core/entry] entry: Expose helpers to migrate TIF to SYSCALL_WORK flags

2020-11-16 Thread tip-bot2 for Gabriel Krisman Bertazi
The following commit has been merged into the core/entry branch of tip: Commit-ID: 3136b93c3fb2b7c19e853e049203ff8f2b9dd2cd Gitweb: https://git.kernel.org/tip/3136b93c3fb2b7c19e853e049203ff8f2b9dd2cd Author:Gabriel Krisman Bertazi AuthorDate:Mon, 16 Nov 2020 12:41:58

[tip: core/entry] tracepoints: Migrate to use SYSCALL_WORK flag

2020-11-16 Thread tip-bot2 for Gabriel Krisman Bertazi
The following commit has been merged into the core/entry branch of tip: Commit-ID: 524666cb5de7c38a1925e7401a6e59d68682dd8c Gitweb: https://git.kernel.org/tip/524666cb5de7c38a1925e7401a6e59d68682dd8c Author:Gabriel Krisman Bertazi AuthorDate:Mon, 16 Nov 2020 12:42:01

[tip: core/entry] ptrace: Migrate TIF_SYSCALL_EMU to use SYSCALL_WORK flag

2020-11-16 Thread tip-bot2 for Gabriel Krisman Bertazi
The following commit has been merged into the core/entry branch of tip: Commit-ID: 64eb35f701f04b30706e21d1b02636b5d31a37d2 Gitweb: https://git.kernel.org/tip/64eb35f701f04b30706e21d1b02636b5d31a37d2 Author:Gabriel Krisman Bertazi AuthorDate:Mon, 16 Nov 2020 12:42:03

[tip: core/entry] x86: Reclaim unused x86 TI flags

2020-11-16 Thread tip-bot2 for Gabriel Krisman Bertazi
The following commit has been merged into the core/entry branch of tip: Commit-ID: 51af3f23063946344330a77a7d1dece6fc6bb5d8 Gitweb: https://git.kernel.org/tip/51af3f23063946344330a77a7d1dece6fc6bb5d8 Author:Gabriel Krisman Bertazi AuthorDate:Mon, 16 Nov 2020 12:42:06

[tip: x86/cleanups] x86/oprofile: Avoid TIF_IA32 when checking 64bit mode

2020-10-26 Thread tip-bot2 for Gabriel Krisman Bertazi
The following commit has been merged into the x86/cleanups branch of tip: Commit-ID: 47cd4dac1fb21759ffcfe0600827c87fa6acdfa7 Gitweb: https://git.kernel.org/tip/47cd4dac1fb21759ffcfe0600827c87fa6acdfa7 Author:Gabriel Krisman Bertazi AuthorDate:Sat, 03 Oct 2020 23:25:29

[tip: x86/cleanups] elf: Expose ELF header in compat_start_thread()

2020-10-26 Thread tip-bot2 for Gabriel Krisman Bertazi
The following commit has been merged into the x86/cleanups branch of tip: Commit-ID: bc3d7bf61a9eae84dc2ecc2a9a3fa4f5ec47 Gitweb: https://git.kernel.org/tip/bc3d7bf61a9eae84dc2ecc2a9a3fa4f5ec47 Author:Gabriel Krisman Bertazi AuthorDate:Sat, 03 Oct 2020 23:25:31

[tip: x86/cleanups] x86: Reclaim TIF_IA32 and TIF_X32

2020-10-26 Thread tip-bot2 for Gabriel Krisman Bertazi
The following commit has been merged into the x86/cleanups branch of tip: Commit-ID: 8d71d2bf6efec3032208958c483a247f529ffb16 Gitweb: https://git.kernel.org/tip/8d71d2bf6efec3032208958c483a247f529ffb16 Author:Gabriel Krisman Bertazi AuthorDate:Sat, 03 Oct 2020 23:25:36

[tip: x86/cleanups] x86/elf: Use e_machine to select start_thread for x32

2020-10-26 Thread tip-bot2 for Gabriel Krisman Bertazi
The following commit has been merged into the x86/cleanups branch of tip: Commit-ID: 2424b14605c71a7187c14edd525044eb36bdea47 Gitweb: https://git.kernel.org/tip/2424b14605c71a7187c14edd525044eb36bdea47 Author:Gabriel Krisman Bertazi AuthorDate:Sat, 03 Oct 2020 23:25:32

[tip: x86/cleanups] x86/compat: Simplify compat syscall userspace allocation

2020-10-26 Thread tip-bot2 for Gabriel Krisman Bertazi
The following commit has been merged into the x86/cleanups branch of tip: Commit-ID: 214f0e804358cdd13b5cbe4445189f23e30618b4 Gitweb: https://git.kernel.org/tip/214f0e804358cdd13b5cbe4445189f23e30618b4 Author:Gabriel Krisman Bertazi AuthorDate:Sat, 03 Oct 2020 23:25:28

[tip: x86/cleanups] x86/elf: Use e_machine to check for x32/ia32 in setup_additional_pages()

2020-10-26 Thread tip-bot2 for Gabriel Krisman Bertazi
The following commit has been merged into the x86/cleanups branch of tip: Commit-ID: 3316ec8ccd34e19690a12e65801d605d25155031 Gitweb: https://git.kernel.org/tip/3316ec8ccd34e19690a12e65801d605d25155031 Author:Gabriel Krisman Bertazi AuthorDate:Sat, 03 Oct 2020 23:25:34

[tip: x86/cleanups] perf/x86: Avoid TIF_IA32 when checking 64bit mode

2020-10-26 Thread tip-bot2 for Gabriel Krisman Bertazi
The following commit has been merged into the x86/cleanups branch of tip: Commit-ID: 375d4bfda57392f0865dae051e1c4bd2700e8d71 Gitweb: https://git.kernel.org/tip/375d4bfda57392f0865dae051e1c4bd2700e8d71 Author:Gabriel Krisman Bertazi AuthorDate:Sat, 03 Oct 2020 23:25:27

[tip: x86/cleanups] elf: Expose ELF header on arch_setup_additional_pages()

2020-10-26 Thread tip-bot2 for Gabriel Krisman Bertazi
The following commit has been merged into the x86/cleanups branch of tip: Commit-ID: 9a29a671902c2be05d636045a4dd365219ca716c Gitweb: https://git.kernel.org/tip/9a29a671902c2be05d636045a4dd365219ca716c Author:Gabriel Krisman Bertazi AuthorDate:Sat, 03 Oct 2020 23:25:33

[tip: x86/cleanups] x86/mm: Convert mmu context ia32_compat into a proper flags field

2020-10-26 Thread tip-bot2 for Gabriel Krisman Bertazi
The following commit has been merged into the x86/cleanups branch of tip: Commit-ID: ff170cd0595398a7b66cb40f249eb2f10c29b66d Gitweb: https://git.kernel.org/tip/ff170cd0595398a7b66cb40f249eb2f10c29b66d Author:Gabriel Krisman Bertazi AuthorDate:Sat, 03 Oct 2020 23:25:35

[tip: x86/cleanups] x86/elf: Use e_machine to choose DLINFO in compat

2020-10-26 Thread tip-bot2 for Gabriel Krisman Bertazi
The following commit has been merged into the x86/cleanups branch of tip: Commit-ID: 2656af0d5abfa26d7f1e40f92e9953fe155b950a Gitweb: https://git.kernel.org/tip/2656af0d5abfa26d7f1e40f92e9953fe155b950a Author:Gabriel Krisman Bertazi AuthorDate:Sat, 03 Oct 2020 23:25:30