summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2019-12-31 11:54:08 -0600
committerEric Biggers <ebiggers@google.com>2020-01-14 13:28:28 -0800
commitda3a3da4e6c68459618a1043dcb12b450312a4e2 (patch)
treeac7bd7709b0da2d6b743456fd0f3e2c8d25313ee /tools/perf/scripts/python
parent439bea104c3d212def0216aa8c0820872266c5b3 (diff)
downloadkernel-da3a3da4e6c68459618a1043dcb12b450312a4e2.tar.gz
fs-verity: use u64_to_user_ptr()
<linux/kernel.h> already provides a macro u64_to_user_ptr(). Use it instead of open-coding the two casts. No change in behavior. Link: https://lore.kernel.org/r/20191231175408.20524-1-ebiggers@kernel.org Signed-off-by: Eric Biggers <ebiggers@google.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
href='/distro/kernel/commit/drivers/greybus?h=linux-6.12.y&id=5f8583a3b7552092582a92e7bbd2153319929ad7'>greybus: svc: fix an error handling bug in gb_svc_hello()Dan Carpenter 2021-12-21greybus: es2: fix typo in a commentJason Wang 2021-04-16greybus: es2: fix kernel-doc warningsRandy Dunlap 2021-04-02greybus: remove stray nul byte in apb_log_enable_read outputRasmus Villemoes 2021-01-26greybus: es2: drop short control-transfer checksJohan Hovold 2021-01-05greybus: remove h from printk format specifierTom Rix