Loading include/linux/kernel.h +1 −1 Original line number Diff line number Diff line Loading @@ -198,7 +198,7 @@ void might_fault(void); #else static inline void might_fault(void) { might_sleep(); __might_sleep(__FILE__, __LINE__, 0); } #endif Loading mm/memory.c +2 −1 Original line number Diff line number Diff line Loading @@ -4241,7 +4241,8 @@ void might_fault(void) if (segment_eq(get_fs(), KERNEL_DS)) return; might_sleep(); __might_sleep(__FILE__, __LINE__, 0); /* * it would be nicer only to annotate paths which are not under * pagefault_disable, however that requires a larger audit and Loading Loading
include/linux/kernel.h +1 −1 Original line number Diff line number Diff line Loading @@ -198,7 +198,7 @@ void might_fault(void); #else static inline void might_fault(void) { might_sleep(); __might_sleep(__FILE__, __LINE__, 0); } #endif Loading
mm/memory.c +2 −1 Original line number Diff line number Diff line Loading @@ -4241,7 +4241,8 @@ void might_fault(void) if (segment_eq(get_fs(), KERNEL_DS)) return; might_sleep(); __might_sleep(__FILE__, __LINE__, 0); /* * it would be nicer only to annotate paths which are not under * pagefault_disable, however that requires a larger audit and Loading