ALSA: wavefront: Proper check of get_user() error
authorTakashi Iwai <tiwai@suse.de>
Tue, 10 May 2022 10:36:26 +0000 (12:36 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 25 May 2022 07:14:34 +0000 (09:14 +0200)
commitc8a5e14cb407749bfea9cfe3087361b4d1c41fa5
tree536a9389c9213f2ca6d3e1189cc475628ea6a817
parent2f8f6c393b11b5da059b1fc10a69fc2f2b6c446a
ALSA: wavefront: Proper check of get_user() error

commit a34ae6c0660d3b96b0055f68ef74dc9478852245 upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/isa/wavefront/wavefront_synth.c