Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1185791
| From | Brian Gerst <brgerst@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2] x86: vm86 cleanups |
| Date | 2015-07-16 13:50 +0200 |
| Message-ID | <pMPPP-5zU-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
The goal of this set of patches is to change vm86 support to return to userspace with the normal exit paths instead of leaving data on the kernel stack and jumping directly into the exit asm routines. This fixes issues like ptrace and syscall auditing not working with vm86, and makes possible cleanups in the syscall exit work code. Changes from v1: - Added first two patches - Changed userspace access to copy each field explicitly instead of relying on the same order of members in the structure. In-Reply-To: -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH v2] x86: vm86 cleanups Brian Gerst <brgerst@gmail.com> - 2015-07-16 13:50 +0200
csiph-web