<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/linux.git/Makefile, branch v4.19.18</title>
<subtitle>Linux Kernel
</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=v4.19.18</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=v4.19.18'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/'/>
<updated>2019-01-26T08:32:45Z</updated>
<entry>
<title>Linux 4.19.18</title>
<updated>2019-01-26T08:32:45Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2019-01-26T08:32:45Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=34ae657246154f095288059157e722ccf69f3b63'/>
<id>urn:sha1:34ae657246154f095288059157e722ccf69f3b63</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 4.19.17</title>
<updated>2019-01-22T20:40:38Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2019-01-22T20:40:38Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=23b6b8bf9011dc714e7c66ada789c665261607ac'/>
<id>urn:sha1:23b6b8bf9011dc714e7c66ada789c665261607ac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 4.19.16</title>
<updated>2019-01-16T21:04:38Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2019-01-16T21:04:38Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=9c5931b65a7b58ddeaf1530f1c4b515ba8640f8d'/>
<id>urn:sha1:9c5931b65a7b58ddeaf1530f1c4b515ba8640f8d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 4.19.15</title>
<updated>2019-01-13T08:51:11Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2019-01-13T08:51:11Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=e3185123541204ca4f715eeaaa1f9929c09ff3b4'/>
<id>urn:sha1:e3185123541204ca4f715eeaaa1f9929c09ff3b4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Makefile: Export clang toolchain variables</title>
<updated>2019-01-13T08:51:05Z</updated>
<author>
<name>Joel Stanley</name>
<email>joel@jms.id.au</email>
</author>
<published>2018-11-12T04:21:15Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=f4c27d53b15dbd8bae0b3095cf3cfff20d43ceb2'/>
<id>urn:sha1:f4c27d53b15dbd8bae0b3095cf3cfff20d43ceb2</id>
<content type='text'>
commit 3bd9805090af843b25f97ffe5049f20ade1d86d6 upstream.

The powerpc makefile will use these in it's boot wrapper.

Signed-off-by: Joel Stanley &lt;joel@jms.id.au&gt;
Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;
Signed-off-by: Nathan Chancellor &lt;natechancellor@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>kbuild: consolidate Clang compiler flags</title>
<updated>2019-01-13T08:51:05Z</updated>
<author>
<name>Masahiro Yamada</name>
<email>yamada.masahiro@socionext.com</email>
</author>
<published>2018-11-06T03:04:55Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=1637d5d2e299c33ef693bc2c85073bdd4b61adba'/>
<id>urn:sha1:1637d5d2e299c33ef693bc2c85073bdd4b61adba</id>
<content type='text'>
commit 238bcbc4e07fad2fff99c5b157d0c37ccd4d093c upstream.

Collect basic Clang options such as --target, --prefix, --gcc-toolchain,
-no-integrated-as into a single variable CLANG_FLAGS so that it can be
easily reused in other parts of Makefile.

Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;
Reviewed-by: Nick Desaulniers &lt;ndesaulniers@google.com&gt;
Tested-by: Nick Desaulniers &lt;ndesaulniers@google.com&gt;
Acked-by: Greg Hackmann &lt;ghackmann@google.com&gt;
Signed-off-by: Nathan Chancellor &lt;natechancellor@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>kbuild: add -no-integrated-as Clang option unconditionally</title>
<updated>2019-01-13T08:51:05Z</updated>
<author>
<name>Masahiro Yamada</name>
<email>yamada.masahiro@socionext.com</email>
</author>
<published>2018-11-06T03:04:54Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=dcaab8b5d7459dfb29216d6c4482cad798daf70a'/>
<id>urn:sha1:dcaab8b5d7459dfb29216d6c4482cad798daf70a</id>
<content type='text'>
commit dbe27a002ef8573168cb64e181458ea23a74e2b6 upstream.

We are still a way off the Clang's integrated assembler support for
the kernel. Hence, -no-integrated-as is mandatory to build the kernel
with Clang. If you had an ancient version of Clang that does not
recognize this option, you would not be able to compile the kernel
anyway.

Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;
Reviewed-by: Nick Desaulniers &lt;ndesaulniers@google.com&gt;
Tested-by: Nick Desaulniers &lt;ndesaulniers@google.com&gt;
Signed-off-by: Nathan Chancellor &lt;natechancellor@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>kbuild: fix false positive warning/error about missing libelf</title>
<updated>2019-01-13T08:51:02Z</updated>
<author>
<name>Masahiro Yamada</name>
<email>yamada.masahiro@socionext.com</email>
</author>
<published>2018-12-18T05:25:41Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=ae206a1a5e3aad52e8a64a9a104dc2ebd8c1ee3d'/>
<id>urn:sha1:ae206a1a5e3aad52e8a64a9a104dc2ebd8c1ee3d</id>
<content type='text'>
[ Upstream commit ef7cfd00b2caf6edeb7f169682b64be2d0a798cf ]

For the same reason as commit 25896d073d8a ("x86/build: Fix compiler
support check for CONFIG_RETPOLINE"), you cannot put this $(error ...)
into the parse stage of the top Makefile.

Perhaps I'd propose a more sophisticated solution later, but this is
the best I can do for now.

Link: https://lkml.org/lkml/2017/12/25/211
Reported-by: Paul Gortmaker &lt;paul.gortmaker@windriver.com&gt;
Reported-by: Bernd Edlinger &lt;bernd.edlinger@hotmail.de&gt;
Reported-by: Qian Cai &lt;cai@lca.pw&gt;
Cc: Josh Poimboeuf &lt;jpoimboe@redhat.com&gt;
Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;
Tested-by: Qian Cai &lt;cai@lca.pw&gt;
Signed-off-by: Sasha Levin &lt;sashal@kernel.org&gt;
</content>
</entry>
<entry>
<title>Linux 4.19.14</title>
<updated>2019-01-09T16:38:50Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2019-01-09T16:38:50Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=f630d3cc771e845af8ab9ac7a68746596ea0ec7c'/>
<id>urn:sha1:f630d3cc771e845af8ab9ac7a68746596ea0ec7c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 4.19.13</title>
<updated>2018-12-29T12:37:59Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2018-12-29T12:37:59Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=c04c050f5bf98845bfe22164b8a1503d696a6e26'/>
<id>urn:sha1:c04c050f5bf98845bfe22164b8a1503d696a6e26</id>
<content type='text'>
</content>
</entry>
</feed>
