diff options
| author | Okash Khawaja <[email protected]> | 2019-04-17 13:21:13 +0100 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2019-04-19 15:09:10 +0200 |
| commit | 496124e5e16e4974c71404bc9ddaa016156f8cb0 (patch) | |
| tree | 44fdfdd19c83589f60a4acb5489cbe0a783f80e9 /tools/perf/scripts/python/bin/export-to-postgresql-report | |
| parent | 827c085baede48155c57dff16396620c5377e755 (diff) | |
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 <[email protected]>
Reviewed-by: Samuel Thibault <[email protected]>
Tested-by: Gregory Nowak <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions