logo

blog

My website can't be that messy, right? git clone https://hacktivis.me/git/blog.git
commit: 061d8970bb4f4a08efb8f269fa8201a2422705aa
parent 95ef1fd0b26f80f87bf80744f0784afd47d4ab48
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Tue,  2 May 2023 23:34:14 +0200

bookmarks: https://en.wikipedia.org/wiki/Kernel_page-table_isolation

Diffstat:

Mbookmarks.html3++-
Mbookmarks.xbel4++++
2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/bookmarks.html b/bookmarks.html @@ -36,7 +36,7 @@ <h1>Bookmarks</h1> <p> This is generated from <a href="/bookmarks.xbel">/bookmarks.xbel</a>, a standard-compliant <a href="http://pyxml.sourceforge.net/topics/xbel/">XBEL</a> file, which you can process and import in some browsers. (XSLT file used for it: <a href="/bookmarks.xsl">/bookmarks.xsl</a>).<br/> - It currently contains 238 links. + It currently contains 239 links. </p> <section id="Autism"> <h2>Autism <a href="#Autism">§</a></h2> @@ -104,6 +104,7 @@ <dt><a rel="external noreferrer" href="https://github.com/pypa/pip/issues/7325">Disallow execution of setup.py when "pip download --no-deps someproject"</a></dt> <dt><a rel="external noreferrer" href="https://github.com/pypa/pip/issues/1884">Avoid generating metadata in `pip download --no-deps ...`</a></dt> <dt><a rel="external noreferrer" href="https://www.vusec.net/projects/anc/">ASLR⊕Cache (AnC)</a></dt><dd>Demonstration of a cache-based attack of ASLR, browser JavaScript and Native Code</dd> + <dt><a rel="external noreferrer" href="https://en.wikipedia.org/wiki/Kernel_page-table_isolation">Kernel page-table isolation</a></dt><dd>Linux kernel feature that mitigates the Meltdown security vulnerability (affecting mainly Intel's x86 CPUs)[4] and improves kernel hardening against attempts to bypass kernel address space layout randomization (KASLR).</dd> </dl> </section> <section id="onion"> diff --git a/bookmarks.xbel b/bookmarks.xbel @@ -83,6 +83,10 @@ <title>ASLR⊕Cache (AnC)</title> <desc>Demonstration of a cache-based attack of ASLR, browser JavaScript and Native Code</desc> </bookmark> + <bookmark href="https://en.wikipedia.org/wiki/Kernel_page-table_isolation"> + <title>Kernel page-table isolation</title> + <desc>Linux kernel feature that mitigates the Meltdown security vulnerability (affecting mainly Intel's x86 CPUs)[4] and improves kernel hardening against attempts to bypass kernel address space layout randomization (KASLR).</desc> + </bookmark> </folder> <folder>