* Peter Zijlstra <a.p.zijlstra@xxxxxxxxx> wrote: > Subject: lockdep,mm: fix might_fault() annotation > > Some code (nfs/sunrpc) uses socket ops on kernel memory while holding > the mmap_sem, this is safe because kernel memory doesn't get paged out, > therefore we'll never actually fault, and the might_fault() annotations > will generate false positives. > > Signed-off-by: Peter Zijlstra <a.p.zijlstra@xxxxxxxxx> applied to tip/core/urgent, thanks guys! I also added a: Reported-by: "J. Bruce Fields" <bfields@xxxxxxxxxxxx> line as we always want to preserve the chain of bug reports and attribute them. Ingo -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html