]> Git Repo - linux.git/commit
sched/preempt, mm/fault: Decouple preemption from the page fault logic
authorDavid Hildenbrand <[email protected]>
Mon, 11 May 2015 15:52:20 +0000 (17:52 +0200)
committerIngo Molnar <[email protected]>
Tue, 19 May 2015 06:39:18 +0000 (08:39 +0200)
commit8222dbe21e79338de92d5e1956cd1e3994cc9f93
treeff005f0ab91b16776311fc7082dec9668bc036c2
parent76deabd1867d6d2895152f31fdec819e3505738b
sched/preempt, mm/fault: Decouple preemption from the page fault logic

As the fault handlers now all rely on the pagefault_disabled() checks
and implicit preempt_disable() calls by pagefault_disable() have been
made explicit, we can completely rely on the pagefault_disableD counter.

So let's no longer touch the preempt count when disabling/enabling
pagefaults. After a call to pagefault_disable(), pagefault_disabled()
will return true, but in_atomic() won't.

Reviewed-and-tested-by: Thomas Gleixner <[email protected]>
Signed-off-by: David Hildenbrand <[email protected]>
Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Cc: [email protected]
Cc: Linus Torvalds <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
include/linux/uaccess.h
This page took 0.057995 seconds and 4 git commands to generate.