(7/25/13 6:25 PM), Johannes Weiner wrote: > Kernel faults are expected to handle OOM conditions gracefully (gup, > uaccess etc.), so they should never invoke the OOM killer. Reserve > this for faults triggered in user context when it is the only option. > > Most architectures already do this, fix up the remaining few. > > Signed-off-by: Johannes Weiner <hannes@xxxxxxxxxxx> OK. but now almost all arch have the same page fault handler. So, I think we can implement arch generic page fault handler in future. Ah, ok, never mind if you are not interest. Acked-by: KOSAKI Motohiro <kosaki.motohiro@xxxxxxxxxxxxxx> -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>