<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://wiki.ixheim.de/index.php?action=history&amp;feed=atom&amp;title=Fedora_live_patches</id>
	<title>Fedora live patches - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.ixheim.de/index.php?action=history&amp;feed=atom&amp;title=Fedora_live_patches"/>
	<link rel="alternate" type="text/html" href="https://wiki.ixheim.de/index.php?title=Fedora_live_patches&amp;action=history"/>
	<updated>2026-06-28T22:08:44Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in Xinux Wiki</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>https://wiki.ixheim.de/index.php?title=Fedora_live_patches&amp;diff=47238&amp;oldid=prev</id>
		<title>Thomas.will: Die Seite wurde neu angelegt: „==Tools== *dnf -y install git make ==Clone kpatch== *git clone https://github.com/dynup/kpatch ==Alles was gebraucht wird, wird installiert== *make dependencie…“</title>
		<link rel="alternate" type="text/html" href="https://wiki.ixheim.de/index.php?title=Fedora_live_patches&amp;diff=47238&amp;oldid=prev"/>
		<updated>2023-06-26T19:59:27Z</updated>

		<summary type="html">&lt;p&gt;Die Seite wurde neu angelegt: „==Tools== *dnf -y install git make ==Clone kpatch== *git clone https://github.com/dynup/kpatch ==Alles was gebraucht wird, wird installiert== *make dependencie…“&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Tools==&lt;br /&gt;
*dnf -y install git make&lt;br /&gt;
==Clone kpatch==&lt;br /&gt;
*git clone https://github.com/dynup/kpatch&lt;br /&gt;
==Alles was gebraucht wird, wird installiert==&lt;br /&gt;
*make dependencies&lt;br /&gt;
==Der Patch==&lt;br /&gt;
*cat meminfo-string.patch&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Index: src/fs/proc/meminfo.c&lt;br /&gt;
===================================================================&lt;br /&gt;
--- src.orig/fs/proc/meminfo.c&lt;br /&gt;
+++ src/fs/proc/meminfo.c&lt;br /&gt;
@@ -95,7 +95,7 @@ static int meminfo_proc_show(struct seq_&lt;br /&gt;
 		&amp;quot;Committed_AS:   %8lu kB\n&amp;quot;&lt;br /&gt;
 		&amp;quot;VmallocTotal:   %8lu kB\n&amp;quot;&lt;br /&gt;
 		&amp;quot;VmallocUsed:    %8lu kB\n&amp;quot;&lt;br /&gt;
-		&amp;quot;VmallocChunk:   %8lu kB\n&amp;quot;&lt;br /&gt;
+		&amp;quot;VMALLOCCHUNK:   %8lu kB\n&amp;quot;&lt;br /&gt;
 #ifdef CONFIG_MEMORY_FAILURE&lt;br /&gt;
 		&amp;quot;HardwareCorrupted: %5lu kB\n&amp;quot;&lt;br /&gt;
 #endif&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Patch kompilieren==&lt;br /&gt;
*kpatch-build meminfo-string.patch&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Fedora distribution detected&lt;br /&gt;
Downloading kernel source for 6.2.9-300.fc38.x86_64&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Kontrolle==&lt;br /&gt;
*grep -i chunk /proc/meminfo&lt;br /&gt;
 VMALLOCCHUNK:   0 kB&lt;br /&gt;
&lt;br /&gt;
==Patch laden==&lt;br /&gt;
*kpatch load kpatch-meminfo-string.ko&lt;br /&gt;
 loading patch module: livepatch-meminfo-string.ko&lt;br /&gt;
==Patch hat gezogen==&lt;br /&gt;
*grep -i chunk /proc/meminfo&lt;br /&gt;
 VMALLOCCHUNK:   34359337092 kB&lt;/div&gt;</summary>
		<author><name>Thomas.will</name></author>
	</entry>
</feed>