Searched hist:"496124 e5e16e4974c71404bc9ddaa016156f8cb0" (Results 1 – 3 of 3) sorted by relevance
/linux/include/linux/ |
H A D | selection.h | diff 496124e5e16e4974c71404bc9ddaa016156f8cb0 Wed Apr 17 14:21:13 CEST 2019 Okash Khawaja <okash.khawaja@gmail.com> vt: selection: allow functions to be called from inside kernel
This patch breaks set_selection() into two functions so that when called from kernel, copy_from_user() can be avoided. The two functions are called set_selection_user() and set_selection_kernel() in order to be explicit about their purposes. This also means updating any references to set_selection() and fixing for name change. It also exports set_selection_kernel() and paste_selection().
These changes are used the following patch where speakup's selection functionality calls into the above functions, thereby doing away with parallel implementation.
Signed-off-by: Okash Khawaja <okash.khawaja@gmail.com> Reviewed-by: Samuel Thibault <samuel.thibault@ens-lyon.org> Tested-by: Gregory Nowak <greg@gregn.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
/linux/drivers/tty/vt/ |
H A D | selection.c | diff 496124e5e16e4974c71404bc9ddaa016156f8cb0 Wed Apr 17 14:21:13 CEST 2019 Okash Khawaja <okash.khawaja@gmail.com> vt: selection: allow functions to be called from inside kernel
This patch breaks set_selection() into two functions so that when called from kernel, copy_from_user() can be avoided. The two functions are called set_selection_user() and set_selection_kernel() in order to be explicit about their purposes. This also means updating any references to set_selection() and fixing for name change. It also exports set_selection_kernel() and paste_selection().
These changes are used the following patch where speakup's selection functionality calls into the above functions, thereby doing away with parallel implementation.
Signed-off-by: Okash Khawaja <okash.khawaja@gmail.com> Reviewed-by: Samuel Thibault <samuel.thibault@ens-lyon.org> Tested-by: Gregory Nowak <greg@gregn.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
H A D | vt.c | diff 496124e5e16e4974c71404bc9ddaa016156f8cb0 Wed Apr 17 14:21:13 CEST 2019 Okash Khawaja <okash.khawaja@gmail.com> vt: selection: allow functions to be called from inside kernel
This patch breaks set_selection() into two functions so that when called from kernel, copy_from_user() can be avoided. The two functions are called set_selection_user() and set_selection_kernel() in order to be explicit about their purposes. This also means updating any references to set_selection() and fixing for name change. It also exports set_selection_kernel() and paste_selection().
These changes are used the following patch where speakup's selection functionality calls into the above functions, thereby doing away with parallel implementation.
Signed-off-by: Okash Khawaja <okash.khawaja@gmail.com> Reviewed-by: Samuel Thibault <samuel.thibault@ens-lyon.org> Tested-by: Gregory Nowak <greg@gregn.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|