You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
highmem
About this tag
The highmem tag on WindowsForum.com covers discussions about the Linux kernel's HIGHMEM memory management subsystem, particularly in the context of bug fixes and security vulnerabilities. Recent content focuses on CVE-2025-68231, a vulnerability in the mempool poisoning path that caused kernel page faults on systems with CONFIG_HIGHMEM enabled. The tag includes technical details about how the kernel maps and poisons subpages of high-order allocations, and the patches that prevent out-of-bounds writes and OOPS errors. While the tag is Linux-specific, it is relevant to Windows users and IT professionals who manage mixed-OS environments or are interested in kernel-level memory management issues.
A small but consequential fix landed in the Linux kernel tree this winter to address CVE-2025-68231 — a bug in the mempool poisoning path that can trigger kernel page faults when mempools allocate order > 0 pages on systems configured with CONFIG_HIGHMEM. The patch corrects how the kernel maps...