mirror of
https://github.com/hardkernel/linux.git
synced 2026-04-02 19:23:01 +09:00
e6df57b60b86698cd2e3cc00cb773e06e96df604
[ Upstream commit43cbd64b1f] 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> Signed-off-by: Sasha Levin <sashal@kernel.org>
Linux kernel ============ This file was moved to Documentation/admin-guide/README.rst Please notice that there are several guides for kernel developers and users. These guides can be rendered in a number of formats, like HTML and PDF. In order to build the documentation, use ``make htmldocs`` or ``make pdfdocs``. 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.7%
Assembly
1.6%
Makefile
0.3%
Perl
0.1%