On Mon, Mar 13, 2017 at 12:44:25PM +0100, Dmitry Vyukov wrote: > When vmalloc() fails it prints a very lengthy message with all the > details about memory consumption assuming that it happened due to OOM. > However, vmalloc() can also fail due to fatal signal pending. > In such case the message is quite confusing because it suggests that > it is OOM but the numbers suggest otherwise. The messages can also > pollute console considerably. > > Don't warn when vmalloc() fails due to fatal signal pending. > > Signed-off-by: Dmitry Vyukov <dvyukov@xxxxxxxxxx> Acked-by: Kirill A. Shutemov <kirill.shutemov@xxxxxxxxxxxxxxx> -- Kirill A. Shutemov -- 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>