ALSA: wavefront: Proper check of get_user() error
authorTakashi Iwai <tiwai@suse.de>
Tue, 10 May 2022 10:36:26 +0000 (12:36 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 10 May 2022 14:26:45 +0000 (16:26 +0200)
commita34ae6c0660d3b96b0055f68ef74dc9478852245
tree69bd517778abc05b3a2aa00d1bbab344cf1369e8
parent1efcdd9c1f34f5a6590bc9ac5471e562fb011386
ALSA: wavefront: Proper check of get_user() error

The antient ISA wavefront driver reads its sample patch data (uploaded
over an ioctl) via __get_user() with no good reason; likely just for
some performance optimizations in the past.  Let's change this to the
standard get_user() and the error check for handling the fault case
properly.

Reported-by: Linus Torvalds <torvalds@linux-foundation.org>
Cc: <stable@vger.kernel.org>
Link: https://lore.kernel.org/r/20220510103626.16635-1-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/isa/wavefront/wavefront_synth.c