]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ALSA: rawmidi: Remove kernel WARNING for NULL user-space buffer check
authorTakashi Iwai <tiwai@suse.de>
Mon, 1 Feb 2016 11:04:55 +0000 (12:04 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 12 Mar 2016 13:25:45 +0000 (14:25 +0100)
commit51a155faf4bbaa05cf279192f8ff47733933d85f
tree4e31a98f060a0eff9ac262346c2c458fd7921080
parent92b51a4da1c46bdd9897dda12ca569856c0a93d7
ALSA: rawmidi: Remove kernel WARNING for NULL user-space buffer check

commit cc85f7a634cfaf9f0713c6aa06d08817424db37a upstream.

NULL user-space buffer can be passed even in a normal path, thus it's
not good to spew a kernel warning with stack trace at each time.
Just drop snd_BUG_ON() macro usage there.

BugLink: http://lkml.kernel.org/r/CACT4Y+YfVJ3L+q0i-4vyQVyyPD7V=OMX0PWPi29x9Bo3QaBLdw@mail.gmail.com
Reported-by: Dmitry Vyukov <dvyukov@google.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Willy Tarreau <w@1wt.eu>
sound/core/rawmidi.c