<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/Makefile, branch linux-3.2.y</title>
<subtitle>Hosts the 0x221E linux distro kernel.</subtitle>
<id>https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-3.2.y</id>
<link rel='self' href='https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-3.2.y'/>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/'/>
<updated>2018-05-31T23:30:27Z</updated>
<entry>
<title>Linux 3.2.102</title>
<updated>2018-05-31T23:30:27Z</updated>
<author>
<name>Ben Hutchings</name>
<email>ben@decadent.org.uk</email>
</author>
<published>2018-05-31T23:30:27Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=f63b2b3204ea962e9cc34a223771ec973694f8bf'/>
<id>urn:sha1:f63b2b3204ea962e9cc34a223771ec973694f8bf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 3.2.101</title>
<updated>2018-03-19T18:58:41Z</updated>
<author>
<name>Ben Hutchings</name>
<email>ben@decadent.org.uk</email>
</author>
<published>2018-03-19T18:58:41Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=68f705428e49eb41a041c548b478173ff547f404'/>
<id>urn:sha1:68f705428e49eb41a041c548b478173ff547f404</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Turn off -Wmaybe-uninitialized when building with -Os</title>
<updated>2018-03-19T18:58:21Z</updated>
<author>
<name>Arnd Bergmann</name>
<email>arnd@arndb.de</email>
</author>
<published>2013-02-15T20:23:58Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=386970a360dfc72b052802cdb3a74625b252919f'/>
<id>urn:sha1:386970a360dfc72b052802cdb3a74625b252919f</id>
<content type='text'>
commit e74fc973b6e531fef1fce8b101ffff05ecfb774c upstream.

gcc-4.7 and higher add a lot of false positive warnings about
potential uses of uninitialized warnings, but only when optimizing
for size (-Os). This is the default when building allyesconfig,
which turns on CONFIG_CC_OPTIMIZE_FOR_SIZE.

In order to avoid getting a lot of patches that initialize such
variables and accidentally hide real errors along the way, let's
just turn off this warning on the respective gcc versions
when building with size optimizations. The -Wmaybe-uninitialized
option was introduced in the same gcc version (4.7) that is now
causing the false positives, so there is no effect on older compilers.

A side effect is that when building with CONFIG_CC_OPTIMIZE_FOR_SIZE,
we might now see /fewer/ warnings about possibly uninitialized
warnings than with -O2, but that is still much better than seeing
warnings known to be bogus.

Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;
Signed-off-by: Ben Hutchings &lt;ben@decadent.org.uk&gt;
</content>
</entry>
<entry>
<title>Linux 3.2.100</title>
<updated>2018-03-03T15:57:56Z</updated>
<author>
<name>Ben Hutchings</name>
<email>ben@decadent.org.uk</email>
</author>
<published>2018-03-03T15:51:09Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=1c7cb8cda914e52512582111685782dec6bcc73a'/>
<id>urn:sha1:1c7cb8cda914e52512582111685782dec6bcc73a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>kbuild: add '-fno-stack-check' to kernel build options</title>
<updated>2018-03-03T15:50:53Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2017-12-30T01:34:43Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=6b85c8c37160135bd9b3fb1dc652ddd230093c25'/>
<id>urn:sha1:6b85c8c37160135bd9b3fb1dc652ddd230093c25</id>
<content type='text'>
commit 3ce120b16cc548472f80cf8644f90eda958cf1b6 upstream.

It appears that hardened gentoo enables "-fstack-check" by default for
gcc.

That doesn't work _at_all_ for the kernel, because the kernel stack
doesn't act like a user stack at all: it's much smaller, and it doesn't
auto-expand on use.  So the extra "probe one page below the stack" code
generated by -fstack-check just breaks the kernel in horrible ways,
causing infinite double faults etc.

[ I have to say, that the particular code gcc generates looks very
  stupid even for user space where it works, but that's a separate
  issue.  ]

Reported-and-tested-by: Alexander Tsoy &lt;alexander@tsoy.me&gt;
Reported-and-tested-by: Toralf Förster &lt;toralf.foerster@gmx.de&gt;
Cc: Dave Hansen &lt;dave.hansen@intel.com&gt;
Cc: Jiri Kosina &lt;jikos@kernel.org&gt;
Cc: Andy Lutomirski &lt;luto@amacapital.net&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
Signed-off-by: Ben Hutchings &lt;ben@decadent.org.uk&gt;
</content>
</entry>
<entry>
<title>Linux 3.2.99</title>
<updated>2018-02-13T18:32:25Z</updated>
<author>
<name>Ben Hutchings</name>
<email>ben@decadent.org.uk</email>
</author>
<published>2018-02-13T18:32:25Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=9e487858958b03eb4d11ae0da64b85f6ba812338'/>
<id>urn:sha1:9e487858958b03eb4d11ae0da64b85f6ba812338</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 3.2.98</title>
<updated>2018-01-07T01:46:55Z</updated>
<author>
<name>Ben Hutchings</name>
<email>ben@decadent.org.uk</email>
</author>
<published>2018-01-07T01:46:55Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=05580ec65bc245f55bb19ca11ccf8bd4aa1a8bc1'/>
<id>urn:sha1:05580ec65bc245f55bb19ca11ccf8bd4aa1a8bc1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 3.2.97</title>
<updated>2018-01-01T20:51:06Z</updated>
<author>
<name>Ben Hutchings</name>
<email>ben@decadent.org.uk</email>
</author>
<published>2018-01-01T20:51:06Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=3993a5061a845fe8d7a92b47e478265b0f5754d1'/>
<id>urn:sha1:3993a5061a845fe8d7a92b47e478265b0f5754d1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 3.2.96</title>
<updated>2017-11-26T13:51:12Z</updated>
<author>
<name>Ben Hutchings</name>
<email>ben@decadent.org.uk</email>
</author>
<published>2017-11-26T13:51:12Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=07a40fa22291c6d10583ab00fc8589e3c2088372'/>
<id>urn:sha1:07a40fa22291c6d10583ab00fc8589e3c2088372</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 3.2.95</title>
<updated>2017-11-11T13:34:52Z</updated>
<author>
<name>Ben Hutchings</name>
<email>ben@decadent.org.uk</email>
</author>
<published>2017-11-11T13:34:52Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=8518814021e098a07b305a3c98620fc414ac0f20'/>
<id>urn:sha1:8518814021e098a07b305a3c98620fc414ac0f20</id>
<content type='text'>
</content>
</entry>
</feed>
