<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/linux.git/Makefile, branch v4.9.145</title>
<subtitle>Linux Kernel
</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=v4.9.145</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=v4.9.145'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/'/>
<updated>2018-12-13T08:20:30Z</updated>
<entry>
<title>Linux 4.9.145</title>
<updated>2018-12-13T08:20:30Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2018-12-13T08:20:30Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=9c2f007c3c5e713749227f179fbe926ce1d38407'/>
<id>urn:sha1:9c2f007c3c5e713749227f179fbe926ce1d38407</id>
<content type='text'>
</content>
</entry>
<entry>
<title>kbuild: allow to use GCC toolchain not in Clang search path</title>
<updated>2018-12-13T08:20:30Z</updated>
<author>
<name>Stefan Agner</name>
<email>stefan@agner.ch</email>
</author>
<published>2018-12-06T00:45:26Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=4c219af48b1e64222a71af333caf574deb5e1b2f'/>
<id>urn:sha1:4c219af48b1e64222a71af333caf574deb5e1b2f</id>
<content type='text'>
(commit ef8c4ed9db80261f397f0c0bf723684601ae3b52 upstream)

When using a GCC cross toolchain which is not in a compiled in
Clang search path, Clang reverts to the system assembler and
linker. This leads to assembler or linker errors, depending on
which tool is first used for a given architecture.

It seems that Clang is not searching $PATH for a matching
assembler or linker.

Make sure that Clang picks up the correct assembler or linker by
passing the cross compilers bin directory as search path.

This allows to use Clang provided by distributions with GCC
toolchains not in /usr/bin.

Link: https://github.com/ClangBuiltLinux/linux/issues/78
Signed-off-by: Stefan Agner &lt;stefan@agner.ch&gt;
Reviewed-and-tested-by: Nick Desaulniers &lt;ndesaulniers@google.com&gt;
Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;
[ND: adjusted to context, due to adjusting the context of my previous
backport of upstream's ae6b289a3789]
Signed-off-by: Nick Desaulniers &lt;ndesaulniers@google.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Linux 4.9.144</title>
<updated>2018-12-08T12:05:15Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2018-12-08T12:05:15Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=1aa861ff238ecd17a3095b0dbd2d20bdf7bfaf14'/>
<id>urn:sha1:1aa861ff238ecd17a3095b0dbd2d20bdf7bfaf14</id>
<content type='text'>
</content>
</entry>
<entry>
<title>disable stringop truncation warnings for now</title>
<updated>2018-12-08T12:05:04Z</updated>
<author>
<name>Stephen Rothwell</name>
<email>sfr@canb.auug.org.au</email>
</author>
<published>2018-08-30T21:47:28Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=5e2669c978b2cd21c10ddc774d293d6974581c56'/>
<id>urn:sha1:5e2669c978b2cd21c10ddc774d293d6974581c56</id>
<content type='text'>
commit 217c3e0196758662aa0429863b09d1c13da1c5d6 upstream.

They are too noisy

Signed-off-by: Stephen Rothwell &lt;sfr@canb.auug.org.au&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.143</title>
<updated>2018-12-05T18:42:42Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2018-12-05T18:42:42Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=b136f0e9e9d79b8449d99ea701ade1e17a971826'/>
<id>urn:sha1:b136f0e9e9d79b8449d99ea701ade1e17a971826</id>
<content type='text'>
</content>
</entry>
<entry>
<title>kbuild: Set KBUILD_CFLAGS before incl. arch Makefile</title>
<updated>2018-12-05T18:42:42Z</updated>
<author>
<name>Chris Fries</name>
<email>cfries@google.com</email>
</author>
<published>2018-12-03T19:56:19Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=740f140b5dc4f7553a268d153fc816948cbc8cbd'/>
<id>urn:sha1:740f140b5dc4f7553a268d153fc816948cbc8cbd</id>
<content type='text'>
(commit ae6b289a37890909fea0e4a1666e19377fa0ed2c upstream)

Set the clang KBUILD_CFLAGS up before including arch/ Makefiles,
so that ld-options (etc.) can work correctly.

This fixes errors with clang such as ld-options trying to CC
against your host architecture, but LD trying to link against
your target architecture.

Signed-off-by: Chris Fries &lt;cfries@google.com&gt;
Signed-off-by: Nick Desaulniers &lt;ndesaulniers@google.com&gt;
Reviewed-by: Matthias Kaehlcke &lt;mka@chromium.org&gt;
Tested-by: Matthias Kaehlcke &lt;mka@chromium.org&gt;
Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;
[ND: adjusted context due to upstream having removed code above where I
placed this block in this backport]
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Linux 4.9.142</title>
<updated>2018-12-01T08:44:27Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2018-12-01T08:44:27Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=68ae960f6d2aac4289d8872cbc4e1d79d4934e70'/>
<id>urn:sha1:68ae960f6d2aac4289d8872cbc4e1d79d4934e70</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 4.9.141</title>
<updated>2018-11-27T15:09:42Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2018-11-27T15:09:42Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=bb2d990b6fefaf99b2832a7a588234e7986ebe15'/>
<id>urn:sha1:bb2d990b6fefaf99b2832a7a588234e7986ebe15</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 4.9.140</title>
<updated>2018-11-23T11:57:41Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2018-11-23T11:57:41Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=e186413178a3d6a4d5c92ef5bced2e0b589a4649'/>
<id>urn:sha1:e186413178a3d6a4d5c92ef5bced2e0b589a4649</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 4.9.139</title>
<updated>2018-11-23T07:20:39Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2018-11-23T07:20:39Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=44caf8b34625267f5b7227391551a4064e5fa0f7'/>
<id>urn:sha1:44caf8b34625267f5b7227391551a4064e5fa0f7</id>
<content type='text'>
</content>
</entry>
</feed>
