summary refs log tree commit diff
path: root/drivers/w1
diff options
context:
space:
mode:
authorTodd Kjos <tkjos@google.com>2021-11-30 10:51:52 -0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-12-03 14:29:39 +0100
commit09184ae9b5756cc469db6fd1d1cfdcffbf627c2d (patch)
tree39ffdef7bc0fadbc408580f24b94383e9b06d9e1 /drivers/w1
parent656e01f3ab54afe71bed066996fc2640881e1220 (diff)
downloadlinux-09184ae9b5756cc469db6fd1d1cfdcffbf627c2d.tar.gz
binder: defer copies of pre-patched txn data
BINDER_TYPE_PTR objects point to memory areas in the
source process to be copied into the target buffer
as part of a transaction. This implements a scatter-
gather model where non-contiguous memory in a source
process is "gathered" into a contiguous region in
the target buffer.

The data can include pointers that must be fixed up
to correctly point to the copied data. To avoid making
source process pointers visible to the target process,
this patch defers the copy until the fixups are known
and then copies and fixeups are done together.

There is a special case of BINDER_TYPE_FDA which applies
the fixup later in the target process context. In this
case the user data is skipped (so no untranslated fds
become visible to the target).

Reviewed-by: Martijn Coenen <maco@android.com>
Signed-off-by: Todd Kjos <tkjos@google.com>
Link: https://lore.kernel.org/r/20211130185152.437403-5-tkjos@google.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/w1')
0 files changed, 0 insertions, 0 deletions