diff options
author | 2023-07-21 17:24:32 +0200 | |
---|---|---|
committer | 2023-07-21 09:41:35 -0600 | |
commit | 07e981137f17e5275b6fa5fd0c28b0ddb4519702 (patch) | |
tree | 49d27a18de429c31560bc45f2377de02dddd34f1 /scripts/generate_rust_analyzer.py | |
parent | io_uring: Fix io_uring mmap() by using architecture-provided get_unmapped_area() (diff) | |
download | wireguard-linux-07e981137f17e5275b6fa5fd0c28b0ddb4519702.tar.xz wireguard-linux-07e981137f17e5275b6fa5fd0c28b0ddb4519702.zip |
ia64: mmap: Consider pgoff when searching for free mapping
IA64 is the only architecture which does not consider the pgoff value when
searching for a possible free memory region with vm_unmapped_area().
Adding this seems to have no negative side effect on IA64, so add it now
to make IA64 consistent with all other architectures.
Cc: stable@vger.kernel.org # 6.4
Signed-off-by: Helge Deller <deller@gmx.de>
Tested-by: matoro <matoro_mailinglist_kernel@matoro.tk>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: linux-ia64@vger.kernel.org
Link: https://lore.kernel.org/r/20230721152432.196382-3-deller@gmx.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions