From: Michal Hocko <mhocko@xxxxxxx> Date: Mon, 2 Mar 2015 14:54:42 +0100 > mdesc_kmalloc is currently requiring __GFP_NOFAIL allocation although it > seems that the allocation failure is handled by all callers (via > mdesc_alloc). __GFP_NOFAIL is a strong liability for the memory > allocator and so the users are discouraged to use the flag unless the > allocation failure is really a nogo. Drop the flag here as this doesn't > seem to be the case. > > Signed-off-by: Michal Hocko <mhocko@xxxxxxx> It is a serious failure. If we miss an MDESC update due to this allocation failure, the update is not an event which gets retransmitted so we will lose the updated machine description forever. We really need this allocation to succeed. -- 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>