Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a5f42767 authored by Dmitry Vyukov's avatar Dmitry Vyukov Committed by Greg Kroah-Hartman
Browse files

kobject: don't use WARN for registration failures



commit 3e14c6ab upstream.

This WARNING proved to be noisy. The function still returns an error
and callers should handle it. That's how most of kernel code works.
Downgrade the WARNING to pr_err() and leave WARNINGs for kernel bugs.

Signed-off-by: default avatarDmitry Vyukov <dvyukov@google.com>
Reported-by: default avatar <syzbot+209c0f67f99fec8eb14b@syzkaller.appspotmail.com>
Reported-by: default avatar <syzbot+7fb6d9525a4528104e05@syzkaller.appspotmail.com>
Reported-by: default avatar <syzbot+2e63711063e2d8f9ea27@syzkaller.appspotmail.com>
Reported-by: default avatar <syzbot+de73361ee4971b6e6f75@syzkaller.appspotmail.com>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 6840b774
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment