diff options
author | 2023-10-16 12:41:24 +0530 | |
---|---|---|
committer | 2023-10-16 15:18:33 +0200 | |
commit | 8dd765a5d769c521d73931850d1c8708fbc490cb (patch) | |
tree | c20a7a6e58cd73229723a8fc4d81466b285fb498 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | xen/xenbus: Add __counted_by for struct read_buffer and use struct_size() (diff) | |
download | wireguard-linux-8dd765a5d769c521d73931850d1c8708fbc490cb.tar.xz wireguard-linux-8dd765a5d769c521d73931850d1c8708fbc490cb.zip |
xen: Make struct privcmd_irqfd's layout architecture independent
Using indirect pointers in an ioctl command argument means that the
layout is architecture specific, in particular we can't use the same one
from 32-bit compat tasks. The general recommendation is to have __u64
members and use u64_to_user_ptr() to access it from the kernel if we are
unable to avoid the pointers altogether.
Fixes: f8941e6c4c71 ("xen: privcmd: Add support for irqfd")
Reported-by: Arnd Bergmann <arnd@kernel.org>
Closes: https://lore.kernel.org/all/268a2031-63b8-4c7d-b1e5-8ab83ca80b4a@app.fastmail.com/
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Reviewed-by: Juergen Gross <jgross@suse.com>
Link: https://lore.kernel.org/r/a4ef0d4a68fc858b34a81fd3f9877d9b6898eb77.1697439990.git.viresh.kumar@linaro.org
Signed-off-by: Juergen Gross <jgross@suse.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions