Searched hist:e12ec251e4db472e00df2aaefc13430efa25b5ea (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/sound/core/seq/ |
H A D | seq_compat.c | diff e12ec251e4db472e00df2aaefc13430efa25b5ea Fri Aug 12 20:13:36 CDT 2016 Takashi Sakamoto <o-takashi@sakamocchi.jp> ALSA: seq: obsolete change of address limit
Former commits change existent functions so that they don't handle data in kernel space. Copying from/to userspace is done outside of the functions, thus no need to change address limit of running task.
This commit obsoletes get_fs()/set_fs() and applies corresponding changes.
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp> Signed-off-by: Takashi Iwai <tiwai@suse.de>
|
H A D | seq_clientmgr.c | diff e12ec251e4db472e00df2aaefc13430efa25b5ea Fri Aug 12 20:13:36 CDT 2016 Takashi Sakamoto <o-takashi@sakamocchi.jp> ALSA: seq: obsolete change of address limit
Former commits change existent functions so that they don't handle data in kernel space. Copying from/to userspace is done outside of the functions, thus no need to change address limit of running task.
This commit obsoletes get_fs()/set_fs() and applies corresponding changes.
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp> Signed-off-by: Takashi Iwai <tiwai@suse.de>
|