Skip to content
Snippets Groups Projects
Commit c2142704 authored by Linus Torvalds's avatar Linus Torvalds
Browse files

oom_ajd: don't use WARN_ONCE, just use printk_once


WARN_ONCE() is very annoying, in that it shows the stack trace that we
don't care about at all, and also triggers various user-level "kernel
oopsed" logic that we really don't care about.  And it's not like the
user can do anything about the applications (sshd) in question, it's a
distro issue.

Requested-by: Andi Kleen <andi@firstfloor.org> (and many others)
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 1eb19a12
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment