Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1185791 > unrolled thread

[PATCH v2] x86: vm86 cleanups

Started byBrian Gerst <brgerst@gmail.com>
First post2015-07-16 13:50 +0200
Last post2015-07-16 13:50 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH v2] x86: vm86 cleanups Brian Gerst <brgerst@gmail.com> - 2015-07-16 13:50 +0200

#1185791 — [PATCH v2] x86: vm86 cleanups

FromBrian Gerst <brgerst@gmail.com>
Date2015-07-16 13:50 +0200
Subject[PATCH v2] x86: vm86 cleanups
Message-ID<pMPPP-5zU-5@gated-at.bofh.it>
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/

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web