summaryrefslogtreecommitdiff
path: root/mm/slub.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2015-12-17 09:45:09 -0800
committerSami Tolvanen <samitolvanen@google.com>2016-09-06 10:53:36 -0700
commit0715ce3b882b9982b6acdbf9e46fccd1e6f180d7 (patch)
treea67f6a3ecb7cfee95a54adac5a0f91dcbaf9dc4d /mm/slub.c
parentef1cf0cfecdb16c520e32628ef8e6d9fa86fc08f (diff)
UPSTREAM: x86: reorganize SMAP handling in user space accesses
This reorganizes how we do the stac/clac instructions in the user access code. Instead of adding the instructions directly to the same inline asm that does the actual user level access and exception handling, add them at a higher level. This is mainly preparation for the next step, where we will expose an interface to allow users to mark several accesses together as being user space accesses, but it does already clean up some code: - the inlined trivial cases of copy_in_user() now do stac/clac just once over the accesses: they used to do one pair around the user space read, and another pair around the write-back. - the {get,put}_user_ex() macros that are used with the catch/try handling don't do any stac/clac at all, because that happens in the try/catch surrounding them. Other than those two cleanups that happened naturally from the re-organization, this should not make any difference. Yet. Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> Change-Id: Iaad8756bc8e95876e2e2a7d7bbd333fc478ab441 (cherry picked from commit 11f1a4b9755f5dbc3e822a96502ebe9b044b14d8) Signed-off-by: Sami Tolvanen <samitolvanen@google.com>
Diffstat (limited to 'mm/slub.c')
0 files changed, 0 insertions, 0 deletions