<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/linux.git/Makefile, branch v4.12.1</title>
<subtitle>Linux Kernel
</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=v4.12.1</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=v4.12.1'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/'/>
<updated>2017-07-12T14:55:36Z</updated>
<entry>
<title>Linux 4.12.1</title>
<updated>2017-07-12T14:55:36Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2017-07-12T14:55:36Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=cb6621858813522e62fcba835541e4fcf57b3cb3'/>
<id>urn:sha1:cb6621858813522e62fcba835541e4fcf57b3cb3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 4.12</title>
<updated>2017-07-02T23:07:02Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2017-07-02T23:07:02Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=6f7da290413ba713f0cdd9ff1a2a9bb129ef4f6c'/>
<id>urn:sha1:6f7da290413ba713f0cdd9ff1a2a9bb129ef4f6c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 4.12-rc7</title>
<updated>2017-06-26T01:30:05Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2017-06-26T01:30:05Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=c0bc126f97fb929b3ae02c1c62322645d70eb408'/>
<id>urn:sha1:c0bc126f97fb929b3ae02c1c62322645d70eb408</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge tag 'kbuild-fixes-v4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild</title>
<updated>2017-06-24T23:18:00Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2017-06-24T23:18:00Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=bb9b8fd26b50c9ec822805b9d877bec9d88acff4'/>
<id>urn:sha1:bb9b8fd26b50c9ec822805b9d877bec9d88acff4</id>
<content type='text'>
Pull Kbuild fixes from Masahiro Yamada:
 "Nothing scary, just some random fixes:

   - fix warnings of host programs

   - fix "make tags" when COMPILED_SOURCE=1 is specified along with O=

   - clarify help message of C=1 option

   - fix dependency for ncurses compatibility check

   - fix "make headers_install" for fakechroot environment"

* tag 'kbuild-fixes-v4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild:
  kconfig: fix sparse warnings in nconfig
  kbuild: fix header installation under fakechroot environment
  kconfig: Check for libncurses before menuconfig
  Kbuild: tiny correction on `make help`
  tags: honor COMPILED_SOURCE with apart output directory
  genksyms: add printf format attribute to error_with_pos()
</content>
</entry>
<entry>
<title>Linux 4.12-rc6</title>
<updated>2017-06-19T14:19:37Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2017-06-19T14:19:37Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=41f1830f5a7af77cf5c86359aba3cbd706687e52'/>
<id>urn:sha1:41f1830f5a7af77cf5c86359aba3cbd706687e52</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 4.12-rc5</title>
<updated>2017-06-11T23:48:20Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2017-06-11T23:48:20Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=32c1431eea4881a6b17bd7c639315010aeefa452'/>
<id>urn:sha1:32c1431eea4881a6b17bd7c639315010aeefa452</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Kbuild: tiny correction on `make help`</title>
<updated>2017-06-06T14:57:48Z</updated>
<author>
<name>Cao jin</name>
<email>caoj.fnst@cn.fujitsu.com</email>
</author>
<published>2017-06-06T09:07:53Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=9ba26a7283f56100eb08a2df48f17da600f60d52'/>
<id>urn:sha1:9ba26a7283f56100eb08a2df48f17da600f60d52</id>
<content type='text'>
The help info of `make C=1` is little confusing, make it clear.

Signed-off-by: Cao jin &lt;caoj.fnst@cn.fujitsu.com&gt;
Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;
</content>
</entry>
<entry>
<title>Linux 4.12-rc4</title>
<updated>2017-06-04T23:47:43Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2017-06-04T23:47:43Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=3c2993b8c6143d8a5793746a54eba8f86f95240f'/>
<id>urn:sha1:3c2993b8c6143d8a5793746a54eba8f86f95240f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 4.12-rc3</title>
<updated>2017-05-29T00:20:53Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2017-05-29T00:20:53Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=5ed02dbb497422bf225783f46e6eadd237d23d6b'/>
<id>urn:sha1:5ed02dbb497422bf225783f46e6eadd237d23d6b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 4.12-rc2</title>
<updated>2017-05-22T02:30:23Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2017-05-22T02:30:23Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=08332893e37af6ae779367e78e444f8f9571511d'/>
<id>urn:sha1:08332893e37af6ae779367e78e444f8f9571511d</id>
<content type='text'>
</content>
</entry>
</feed>
