Main-line Linux kernel tree http://www.kernel.org
Go to file
Helge Deller 07e981137f 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>
2023-07-21 09:41:35 -06:00
arch ia64: mmap: Consider pgoff when searching for free mapping 2023-07-21 09:41:35 -06:00
block
certs
crypto
Documentation Thermal control updates for 6.5-rc1 2023-06-26 19:41:26 -07:00
drivers chrome platform changes for 6.5 2023-06-26 20:12:07 -07:00
fs - Add support for unaccepted memory as specified in the UEFI spec v2.9. 2023-06-26 15:32:39 -07:00
include Power management updates for 6.5-rc1 2023-06-26 19:36:30 -07:00
init
io_uring io_uring: Fix io_uring mmap() by using architecture-provided get_unmapped_area() 2023-07-21 09:41:29 -06:00
ipc
kernel Power management updates for 6.5-rc1 2023-06-26 19:36:30 -07:00
lib
LICENSES
mm - Address -Wmissing-prototype warnings 2023-06-26 16:43:54 -07:00
net
rust
samples
scripts
security
sound
tools arm64 updates for 6.5: 2023-06-26 17:11:53 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS - Address -Wmissing-prototype warnings 2023-06-26 16:43:54 -07:00
Kbuild
Kconfig
MAINTAINERS - Address -Wmissing-prototype warnings 2023-06-26 16:43:54 -07:00
Makefile
README

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.