<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/linux.git/Makefile, branch v4.9.78</title>
<subtitle>Linux kernel stable tree (mirror)</subtitle>
<id>https://git.radix-linux.su/kernel/linux.git/atom?h=v4.9.78</id>
<link rel='self' href='https://git.radix-linux.su/kernel/linux.git/atom?h=v4.9.78'/>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/'/>
<updated>2018-01-23T18:57:10+00:00</updated>
<entry>
<title>Linux 4.9.78</title>
<updated>2018-01-23T18:57:10+00:00</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2018-01-23T18:57:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=79584a4221253611a4d033087f373b046350df9f'/>
<id>urn:sha1:79584a4221253611a4d033087f373b046350df9f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 4.9.77</title>
<updated>2018-01-17T08:39:00+00:00</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2018-01-17T08:39:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=b8cf9ff79d63a3ac5567bd7cbb9445bfed193f4d'/>
<id>urn:sha1:b8cf9ff79d63a3ac5567bd7cbb9445bfed193f4d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 4.9.76</title>
<updated>2018-01-10T08:29:55+00:00</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2018-01-10T08:29:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=7bbc6ca4887794cc44b41412a35bdfbe0cbd1c50'/>
<id>urn:sha1:7bbc6ca4887794cc44b41412a35bdfbe0cbd1c50</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 4.9.75</title>
<updated>2018-01-05T14:46:36+00:00</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2018-01-05T14:46:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=9f74755895f9b080f79384edb600a18433788adc'/>
<id>urn:sha1:9f74755895f9b080f79384edb600a18433788adc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 4.9.74</title>
<updated>2018-01-02T19:35:18+00:00</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2018-01-02T19:35:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=07bcb2489b96b2bd8b030822b4495e4a18c7b5da'/>
<id>urn:sha1:07bcb2489b96b2bd8b030822b4495e4a18c7b5da</id>
<content type='text'>
</content>
</entry>
<entry>
<title>kbuild: add '-fno-stack-check' to kernel build options</title>
<updated>2018-01-02T19:35:10+00:00</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2017-12-30T01:34:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=b929ccccbc8c22736d1fd722da181e275465f5a6'/>
<id>urn:sha1:b929ccccbc8c22736d1fd722da181e275465f5a6</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: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

</content>
</entry>
<entry>
<title>Linux 4.9.73</title>
<updated>2017-12-29T16:43:00+00:00</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2017-12-29T16:43:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=b3e88217e2f95b004da89a0ff931e1dc45d3d094'/>
<id>urn:sha1:b3e88217e2f95b004da89a0ff931e1dc45d3d094</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 4.9.72</title>
<updated>2017-12-25T13:23:47+00:00</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2017-12-25T13:23:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=2df397931072ff4e66f9e42ae1f1630c03513ce7'/>
<id>urn:sha1:2df397931072ff4e66f9e42ae1f1630c03513ce7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 4.9.71</title>
<updated>2017-12-20T09:07:34+00:00</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2017-12-20T09:07:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=b632d710149f1a638ffa6e999cfbd9ee9fbdada6'/>
<id>urn:sha1:b632d710149f1a638ffa6e999cfbd9ee9fbdada6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 4.9.70</title>
<updated>2017-12-16T15:26:04+00:00</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2017-12-16T15:26:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=ee52d08d2e09539154f397c8a412c68189c4d6a0'/>
<id>urn:sha1:ee52d08d2e09539154f397c8a412c68189c4d6a0</id>
<content type='text'>
</content>
</entry>
</feed>
