<feed xmlns='http://www.w3.org/2005/Atom'>
<title>talos-op-linux/Makefile, branch v3.13</title>
<subtitle>Talos™ II Linux sources for OpenPOWER</subtitle>
<id>https://git.raptorcs.com/git/talos-op-linux/atom?h=v3.13</id>
<link rel='self' href='https://git.raptorcs.com/git/talos-op-linux/atom?h=v3.13'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-op-linux/'/>
<updated>2014-01-20T02:40:07+00:00</updated>
<entry>
<title>Linux 3.13</title>
<updated>2014-01-20T02:40:07+00:00</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2014-01-20T02:40:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-op-linux/commit/?id=d8ec26d7f8287f5788a494f56e8814210f0e64be'/>
<id>urn:sha1:d8ec26d7f8287f5788a494f56e8814210f0e64be</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 3.13-rc8</title>
<updated>2014-01-12T10:04:18+00:00</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2014-01-12T10:04:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-op-linux/commit/?id=7e22e91102c6b9df7c4ae2168910e19d2bb14cd6'/>
<id>urn:sha1:7e22e91102c6b9df7c4ae2168910e19d2bb14cd6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 3.13-rc7</title>
<updated>2014-01-04T23:12:14+00:00</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2014-01-04T23:12:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-op-linux/commit/?id=d6e0a2dd12f4067a5bcefb8bbd8ddbeff800afbc'/>
<id>urn:sha1:d6e0a2dd12f4067a5bcefb8bbd8ddbeff800afbc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 3.13-rc6</title>
<updated>2013-12-30T00:01:33+00:00</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2013-12-30T00:01:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-op-linux/commit/?id=802eee95bde72fd0cd0f3a5b2098375a487d1eda'/>
<id>urn:sha1:802eee95bde72fd0cd0f3a5b2098375a487d1eda</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 3.13-rc5</title>
<updated>2013-12-22T21:08:32+00:00</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2013-12-22T21:08:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-op-linux/commit/?id=413541dd66d51f791a0b169d9b9014e4f56be13c'/>
<id>urn:sha1:413541dd66d51f791a0b169d9b9014e4f56be13c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't set the INITRD_COMPRESS environment variable automatically</title>
<updated>2013-12-21T00:52:45+00:00</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2013-12-21T00:52:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-op-linux/commit/?id=b7000adef17a5cce85636e40fa2c2d9851a89e28'/>
<id>urn:sha1:b7000adef17a5cce85636e40fa2c2d9851a89e28</id>
<content type='text'>
Commit 1bf49dd4be0b ("./Makefile: export initial ramdisk compression
config option") started setting the INITRD_COMPRESS environment variable
depending on which decompression models the kernel had available.

That is completely broken.

For example, we by default have CONFIG_RD_LZ4 enabled, and are able to
decompress such an initrd, but the user tools to *create* such an initrd
may not be availble.  So trying to tell dracut to generate an
lz4-compressed image just because we can decode such an image is
completely inappropriate.

Cc: J P &lt;ppandit@redhat.com&gt;
Cc: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Cc: Jan Beulich &lt;JBeulich@suse.com&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>fix build with make 3.80</title>
<updated>2013-12-19T03:04:52+00:00</updated>
<author>
<name>Jan Beulich</name>
<email>JBeulich@suse.com</email>
</author>
<published>2013-12-19T01:08:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-op-linux/commit/?id=7ac181568342ec618d4da1ab03c2babcaa7ee84f'/>
<id>urn:sha1:7ac181568342ec618d4da1ab03c2babcaa7ee84f</id>
<content type='text'>
According to Documentation/Changes, make 3.80 is still being supported
for building the kernel, hence make files must not make (unconditional)
use of features introduced only in newer versions.

Commit 1bf49dd4be0b ("./Makefile: export initial ramdisk compression
config option") however introduced "else ifeq" constructs which make
3.80 doesn't understand.  Replace the logic there with more conventional
(in the kernel build infrastructure) list constructs (except that the
list here is intentionally limited to exactly one element).

Signed-off-by: Jan Beulich &lt;jbeulich@suse.com&gt;
Cc: P J P &lt;ppandit@redhat.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>Linux 3.13-rc4</title>
<updated>2013-12-15T20:31:33+00:00</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2013-12-15T20:31:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-op-linux/commit/?id=319e2e3f63c348a9b66db4667efa73178e18b17d'/>
<id>urn:sha1:319e2e3f63c348a9b66db4667efa73178e18b17d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 3.13-rc3</title>
<updated>2013-12-06T17:34:04+00:00</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2013-12-06T17:34:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-op-linux/commit/?id=374b105797c3d4f29c685f3be535c35f5689b30e'/>
<id>urn:sha1:374b105797c3d4f29c685f3be535c35f5689b30e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 3.13-rc2</title>
<updated>2013-11-29T20:57:14+00:00</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2013-11-29T20:57:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-op-linux/commit/?id=dc1ccc48159d63eca5089e507c82c7d22ef60839'/>
<id>urn:sha1:dc1ccc48159d63eca5089e507c82c7d22ef60839</id>
<content type='text'>
</content>
</entry>
</feed>
