<feed xmlns='http://www.w3.org/2005/Atom'>
<title>manut/vorlesung/linux-basics/linux-processes, branch schulung</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.mecka.net/manut/vorlesung/atom?h=schulung</id>
<link rel='self' href='https://git.mecka.net/manut/vorlesung/atom?h=schulung'/>
<link rel='alternate' type='text/html' href='https://git.mecka.net/manut/vorlesung/'/>
<updated>2019-02-28T14:08:41Z</updated>
<entry>
<title>linux-processes: also mention clone() syscall</title>
<updated>2019-02-28T14:08:41Z</updated>
<author>
<name>John Ogness</name>
<email>john.ogness@linutronix.de</email>
</author>
<published>2019-02-28T14:08:41Z</published>
<link rel='alternate' type='text/html' href='https://git.mecka.net/manut/vorlesung/commit/?id=68c9546756610ceda38a0274eefdaa48d37b6c9f'/>
<id>urn:sha1:68c9546756610ceda38a0274eefdaa48d37b6c9f</id>
<content type='text'>
Since these days fork() is just a wrapper for the clone() syscall,
it makes sense to at least mention it on the slide.

Signed-off-by: John Ogness &lt;john.ogness@linutronix.de&gt;
</content>
</entry>
<entry>
<title>linux/processes: add description of why the "cat"</title>
<updated>2019-02-15T13:00:18Z</updated>
<author>
<name>John Ogness</name>
<email>john.ogness@linutronix.de</email>
</author>
<published>2019-02-15T13:00:18Z</published>
<link rel='alternate' type='text/html' href='https://git.mecka.net/manut/vorlesung/commit/?id=073e5390528473127cc910c01e09a179f914348a'/>
<id>urn:sha1:073e5390528473127cc910c01e09a179f914348a</id>
<content type='text'>
Since the "cat" part isn't really about setting, also mention
that we are verifying.

Signed-off-by: John Ogness &lt;john.ogness@linutronix.de&gt;
</content>
</entry>
<entry>
<title>linux/processes: fix maxcpus kernel parameter and irq affitinity</title>
<updated>2019-02-15T12:57:34Z</updated>
<author>
<name>Kurt Kanzenbach</name>
<email>kurt@linutronix.de</email>
</author>
<published>2019-02-15T11:45:49Z</published>
<link rel='alternate' type='text/html' href='https://git.mecka.net/manut/vorlesung/commit/?id=da438a807679d4b1073a8b0b879a496c8c442279'/>
<id>urn:sha1:da438a807679d4b1073a8b0b879a496c8c442279</id>
<content type='text'>
Signed-off-by: Kurt Kanzenbach &lt;kurt@linutronix.de&gt;
[jogness: fixed up to show both set and check of affinity]
Signed-off-by: John Ogness &lt;john.ogness@linutronix.de&gt;
</content>
</entry>
<entry>
<title>processes: fix minor typo</title>
<updated>2018-08-31T13:08:20Z</updated>
<author>
<name>John Ogness</name>
<email>john.ogness@linutronix.de</email>
</author>
<published>2018-08-31T13:08:20Z</published>
<link rel='alternate' type='text/html' href='https://git.mecka.net/manut/vorlesung/commit/?id=5ce3b967c46142e211d619e5cb0d183ff0551f46'/>
<id>urn:sha1:5ce3b967c46142e211d619e5cb0d183ff0551f46</id>
<content type='text'>
Signed-off-by: John Ogness &lt;john.ogness@linutronix.de&gt;
</content>
</entry>
<entry>
<title>linux-proc: mention sched deadline</title>
<updated>2018-06-29T13:34:55Z</updated>
<author>
<name>Kurt Kanzenbach</name>
<email>kurt@linutronix.de</email>
</author>
<published>2018-06-29T13:33:02Z</published>
<link rel='alternate' type='text/html' href='https://git.mecka.net/manut/vorlesung/commit/?id=ea1fb7f2f68a4efc99af1616315b7e907199366f'/>
<id>urn:sha1:ea1fb7f2f68a4efc99af1616315b7e907199366f</id>
<content type='text'>
Sched deadline was introduced in 3.14 and extended in 4.13. Customers keep
asking about this, so we should at least mention it in our scheduling slides.

Signed-off-by: Kurt Kanzenbach &lt;kurt@linutronix.de&gt;
</content>
</entry>
<entry>
<title>linux processes: talk about daemons sooner</title>
<updated>2018-06-21T13:35:46Z</updated>
<author>
<name>John Ogness</name>
<email>john.ogness@linutronix.de</email>
</author>
<published>2018-06-21T13:35:46Z</published>
<link rel='alternate' type='text/html' href='https://git.mecka.net/manut/vorlesung/commit/?id=6baba546cefbd4e5aba83fe6673f2b748ea45bd2'/>
<id>urn:sha1:6baba546cefbd4e5aba83fe6673f2b748ea45bd2</id>
<content type='text'>
The daemon slides are sitting in the middle of the scheduling
section. Very odd. Move them to after the Parent/Child slides.
There it makes more sense.

Signed-off-by: John Ogness &lt;john.ogness@linutronix.de&gt;
</content>
</entry>
<entry>
<title>linux processes: mention never to use prio 99</title>
<updated>2018-06-21T13:33:54Z</updated>
<author>
<name>John Ogness</name>
<email>john.ogness@linutronix.de</email>
</author>
<published>2018-06-21T13:33:54Z</published>
<link rel='alternate' type='text/html' href='https://git.mecka.net/manut/vorlesung/commit/?id=42029eefb562cb0da2fd5a132754fca20c8ccc98'/>
<id>urn:sha1:42029eefb562cb0da2fd5a132754fca20c8ccc98</id>
<content type='text'>
Priority 99 is really reserved for special kernel tasks (such as
migration and watchdog). Mention that it should never be used by
any thing the user does.

Signed-off-by: John Ogness &lt;john.ogness@linutronix.de&gt;
</content>
</entry>
<entry>
<title>update/cleanup earlyprintk and cgroups</title>
<updated>2018-02-20T13:58:34Z</updated>
<author>
<name>John Ogness</name>
<email>john.ogness@linutronix.de</email>
</author>
<published>2018-01-31T04:35:20Z</published>
<link rel='alternate' type='text/html' href='https://git.mecka.net/manut/vorlesung/commit/?id=2bcff18bcc8cdfa92b5384f3b14b79ea9e74c9bf'/>
<id>urn:sha1:2bcff18bcc8cdfa92b5384f3b14b79ea9e74c9bf</id>
<content type='text'>
Update slides for latest kernels. Cleanup slide contents. Add slides
about manually setting the CPU affinity.

Signed-off-by: John Ogness &lt;john.ogness@linutronix.de&gt;
</content>
</entry>
<entry>
<title>linux processes: update for a stretch kernel</title>
<updated>2017-10-23T10:25:43Z</updated>
<author>
<name>John Ogness</name>
<email>john.ogness@linutronix.de</email>
</author>
<published>2017-10-23T10:25:43Z</published>
<link rel='alternate' type='text/html' href='https://git.mecka.net/manut/vorlesung/commit/?id=6d7b47650ae1154369b36bc3b98a907c1b9579ef'/>
<id>urn:sha1:6d7b47650ae1154369b36bc3b98a907c1b9579ef</id>
<content type='text'>
The cgroup example was simplified, the example commands/output were
updated for a Debian/stretch system, and various
spelling/capitalization errors were corrected.

Signed-off-by: John Ogness &lt;john.ogness@linutronix.de&gt;
</content>
</entry>
<entry>
<title>Fix typo in CGROUP slides</title>
<updated>2014-07-17T15:19:48Z</updated>
<author>
<name>Jan Altenberg</name>
<email>jan@linutronix.de</email>
</author>
<published>2014-07-17T15:19:48Z</published>
<link rel='alternate' type='text/html' href='https://git.mecka.net/manut/vorlesung/commit/?id=afad0a44ab025371baad7774efab2b2206cd82d0'/>
<id>urn:sha1:afad0a44ab025371baad7774efab2b2206cd82d0</id>
<content type='text'>
</content>
</entry>
</feed>
