diff options
| author | Rohan McLure <[email protected]> | 2022-09-21 16:55:48 +1000 |
|---|---|---|
| committer | Michael Ellerman <[email protected]> | 2022-09-26 23:00:15 +1000 |
| commit | 016ff72bd2090903715c0f9422a44afbb966f4ee (patch) | |
| tree | d0cb41079d4fc1b109957920bd3e6fcedd559a49 /tools/perf/scripts/python/event_analyzing_sample.py | |
| parent | 620f5c59c8617d623428c03414a022fca4e9eea2 (diff) | |
powerpc: Fix fallocate and fadvise64_64 compat parameter combination
As reported[1] by Arnd, the arch-specific fadvise64_64 and fallocate
compatibility handlers assume parameters are passed with 32-bit
big-endian ABI. This affects the assignment of odd-even parameter pairs
to the high or low words of a 64-bit syscall parameter.
Fix fadvise64_64 fallocate compat handlers to correctly swap upper/lower
32 bits conditioned on endianness.
A future patch will replace the arch-specific compat fallocate with an
asm-generic implementation. This patch is intended for ease of
back-port.
[1]: https://lore.kernel.org/all/[email protected]/
Fixes: 57f48b4b74e7 ("powerpc/compat_sys: swap hi/lo parts of 64-bit syscall args in LE mode")
Reported-by: Arnd Bergmann <[email protected]>
Signed-off-by: Rohan McLure <[email protected]>
Reviewed-by: Arnd Bergmann <[email protected]>
Reviewed-by: Nicholas Piggin <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions