mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 10:20:17 -04:00
43cbd64b1fdc1da89abdad88a022d9e87a98e9c6
usnic has a modified version of the core codes' ib_umem_get() and related, and the copy misses many of the bug fixes done over the years: Commitbc3e53f682("mm: distinguish between mlocked and pinned pages") Commit87773dd56d("IB: ib_umem_release() should decrement mm->pinned_vm from ib_umem_get") Commit8494057ab5("IB/uverbs: Prevent integer overflow in ib_umem_get address arithmetic") Commit8abaae62f3("IB/core: disallow registering 0-sized memory region") Commit66578b0b2f("IB/core: don't disallow registering region starting at 0x0") Commit53376fedb9("RDMA/core: not to set page dirty bit if it's already set.") Commit8e907ed488("IB/umem: Use the correct mm during ib_umem_release") Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
…
…
…
…
…
…
…
…
…
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.
See Documentation/00-INDEX for a list of what is contained in each file.
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.
Description
Languages
C
97%
Assembly
1%
Shell
0.6%
Rust
0.5%
Python
0.4%
Other
0.3%