<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/linux.git/Makefile, branch v4.9.5</title>
<subtitle>Linux Kernel
</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=v4.9.5</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=v4.9.5'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/'/>
<updated>2017-01-20T09:56:02Z</updated>
<entry>
<title>Linux 4.9.5</title>
<updated>2017-01-20T09:56:02Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2017-01-20T09:56:02Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=40bf0662fe3f794fef0a44456337cfb1b1eb45b5'/>
<id>urn:sha1:40bf0662fe3f794fef0a44456337cfb1b1eb45b5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 4.9.4</title>
<updated>2017-01-15T12:43:07Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2017-01-15T12:43:07Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=75353ac8ff437322ca5520b28d9f9b4b41b39bd6'/>
<id>urn:sha1:75353ac8ff437322ca5520b28d9f9b4b41b39bd6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 4.9.3</title>
<updated>2017-01-12T10:41:42Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2017-01-12T10:41:42Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=584fd7872c1bc29d3b752bebb6a5b470018f83e8'/>
<id>urn:sha1:584fd7872c1bc29d3b752bebb6a5b470018f83e8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 4.9.2</title>
<updated>2017-01-09T07:32:38Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2017-01-09T07:32:38Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=6f2fabab8d63908940450fa27136516323cc3ae9'/>
<id>urn:sha1:6f2fabab8d63908940450fa27136516323cc3ae9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 4.9.1</title>
<updated>2017-01-06T09:40:28Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2017-01-06T09:40:28Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=6437abdb624edc4e68859e66768933d2b5eb9f09'/>
<id>urn:sha1:6437abdb624edc4e68859e66768933d2b5eb9f09</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 4.9</title>
<updated>2016-12-11T19:17:54Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2016-12-11T19:17:54Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=69973b830859bc6529a7a0468ba0d80ee5117826'/>
<id>urn:sha1:69973b830859bc6529a7a0468ba0d80ee5117826</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 4.9-rc8</title>
<updated>2016-12-04T20:50:51Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2016-12-04T20:50:51Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=3e5de27e940d00d8d504dfb96625fb654f641509'/>
<id>urn:sha1:3e5de27e940d00d8d504dfb96625fb654f641509</id>
<content type='text'>
</content>
</entry>
<entry>
<title>kbuild: fix building bzImage with CONFIG_TRIM_UNUSED_KSYMS enabled</title>
<updated>2016-12-02T22:46:42Z</updated>
<author>
<name>Nicolas Pitre</name>
<email>nicolas.pitre@linaro.org</email>
</author>
<published>2016-12-02T20:11:50Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=865563924022d8a307ee6dbc6a9ab4fb4d461cce'/>
<id>urn:sha1:865563924022d8a307ee6dbc6a9ab4fb4d461cce</id>
<content type='text'>
When building a specific target such as bzImage, modules aren't normally
built.  However if CONFIG_TRIM_UNUSED_KSYMS is enabled, no built modules
means none of the exported symbols are used and therefore they will all
be trimmed away from the final kernel.  A subsequent "make modules" will
fail because modpost cannot find the needed symbols for those modules in
the kernel binary.

Let's make sure modules are also built whenever CONFIG_TRIM_UNUSED_KSYMS
is enabled and that the kernel binary is properly rebuilt accordingly.

Signed-off-by: Nicolas Pitre &lt;nico@linaro.org&gt;
Tested-by: Jarod Wilson &lt;jarod@redhat.com&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>kbuild: make sure autoksyms.h exists early</title>
<updated>2016-12-01T18:19:22Z</updated>
<author>
<name>Nicolas Pitre</name>
<email>nicolas.pitre@linaro.org</email>
</author>
<published>2016-11-30T22:41:58Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=d3fc425e819be7c251a9c208cd4c0a6373c19bfe'/>
<id>urn:sha1:d3fc425e819be7c251a9c208cd4c0a6373c19bfe</id>
<content type='text'>
Some people are able to trigger a race where autoksyms.h is used before
its empty version is even created.  Let's create it at the same time as
the directory holding it is created.

Signed-off-by: Nicolas Pitre &lt;nico@linaro.org&gt;
Tested-by: Prarit Bhargava &lt;prarit@redhat.com&gt;
Tested-by: Jarod Wilson &lt;jarod@redhat.com&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>Linux 4.9-rc7</title>
<updated>2016-11-27T21:08:04Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2016-11-27T21:08:04Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=e5517c2a5a49ed5e99047008629f1cd60246ea0e'/>
<id>urn:sha1:e5517c2a5a49ed5e99047008629f1cd60246ea0e</id>
<content type='text'>
</content>
</entry>
</feed>
