/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

kstefanj.github.io
| | www.evanjones.ca
5.1 parsecs away

Travel
| | [AI summary] The post explains how using huge pages in virtual memory can improve CPU performance by reducing translation lookaside buffer (TLB) misses, while discussing potential downsides like memory fragmentation and compatibility issues with certain software patterns.
| | blog.nelhage.com
5.2 parsecs away

Travel
| | tl;dr "Transparent Hugepages" is a Linux kernel feature intended to improve performance by making more efficient use of your processor's memory-mapping hardware. It is enabled ("enabled=always") by default in most Linux distributions. Transparent Hugepages gives some applications a small performance improvement (~ 10% at best, 0-3% more typically), but can cause significant performance problems, or even apparent memory leaks at worst. To avoid these problems, you should set enabled=madvise on your server...
| | rigtorp.se
4.3 parsecs away

Travel
| | In this article I will explain when and how to use huge pages.
| | a13xp0p0v.tech
23.4 parsecs away

Travel
| CVE-2021-26708 is assigned to five race condition bugs in the virtual socket implementation of the Linux kernel. I discovered and fixed them in January 2021. In this article I describe how to exploit them for local privilege escalation on Fedora 33 Server for x86_64, bypassing SMEP and SMAP.