x86/mm/fault: Use TASK_SIZE_MAX in is_prefetch()
authorAndy Lutomirski <luto@kernel.org>
Thu, 19 Mar 2015 01:33:27 +0000 (18:33 -0700)
committerIngo Molnar <mingo@kernel.org>
Mon, 23 Mar 2015 09:08:20 +0000 (10:08 +0100)
commitd31bf07f71a5568b48c5ed448e4299050469f615
tree50fb2000bee0063edd49d3cc061e69e864a7d13f
parent1daeaa315164c60b937f56fe3848d4328c358eba
x86/mm/fault: Use TASK_SIZE_MAX in is_prefetch()

This is slightly shorter and slightly faster.  It's also more
correct: the split between user and kernel addresses is
TASK_SIZE_MAX, regardless of ti->flags.

Signed-off-by: Andy Lutomirski <luto@kernel.org>
Cc: Borislav Petkov <bp@alien8.de>
Cc: Brad Spengler <spender@grsecurity.net>
Cc: Denys Vlasenko <dvlasenk@redhat.com>
Cc: H. Peter Anvin <hpa@zytor.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/09156b63bad90a327827003c9e53faa82ef4c56e.1426728647.git.luto@kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/mm/fault.c
This page took 0.024617 seconds and 5 git commands to generate.