<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/Makefile, branch v5.12</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
</subtitle>
<id>https://git.shady.money/linux/atom?h=v5.12</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=v5.12'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2021-04-25T20:49:08Z</updated>
<entry>
<title>Linux 5.12</title>
<updated>2021-04-25T20:49:08Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2021-04-25T20:49:08Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=9f4ad9e425a1d3b6a34617b8ea226d56a119a717'/>
<id>urn:sha1:9f4ad9e425a1d3b6a34617b8ea226d56a119a717</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 5.12-rc8</title>
<updated>2021-04-18T21:45:32Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2021-04-18T21:45:32Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=bf05bf16c76bb44ab5156223e1e58e26dfe30a88'/>
<id>urn:sha1:bf05bf16c76bb44ab5156223e1e58e26dfe30a88</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 5.12-rc7</title>
<updated>2021-04-11T22:16:13Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2021-04-11T22:16:13Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=d434405aaab7d0ebc516b68a8fc4100922d7f5ef'/>
<id>urn:sha1:d434405aaab7d0ebc516b68a8fc4100922d7f5ef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 5.12-rc6</title>
<updated>2021-04-04T21:15:36Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2021-04-04T21:15:36Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=e49d033bddf5b565044e2abe4241353959bc9120'/>
<id>urn:sha1:e49d033bddf5b565044e2abe4241353959bc9120</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 5.12-rc5</title>
<updated>2021-03-28T22:48:16Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2021-03-28T22:48:16Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=a5e13c6df0e41702d2b2c77c8ad41677ebb065b3'/>
<id>urn:sha1:a5e13c6df0e41702d2b2c77c8ad41677ebb065b3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 5.12-rc4</title>
<updated>2021-03-21T21:56:43Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2021-03-21T21:56:43Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=0d02ec6b3136c73c09e7859f0d0e4e2c4c07b49b'/>
<id>urn:sha1:0d02ec6b3136c73c09e7859f0d0e4e2c4c07b49b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 5.12-rc3</title>
<updated>2021-03-14T21:41:02Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2021-03-14T21:41:02Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=1e28eed17697bcf343c6743f0028cc3b5dd88bf0'/>
<id>urn:sha1:1e28eed17697bcf343c6743f0028cc3b5dd88bf0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>kbuild: rebuild GCC plugins when the compiler is upgraded</title>
<updated>2021-03-11T05:40:50Z</updated>
<author>
<name>Masahiro Yamada</name>
<email>masahiroy@kernel.org</email>
</author>
<published>2021-03-04T11:37:08Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=ce6ed1c4c9876c2880f52f18c41ef2a30d070bc5'/>
<id>urn:sha1:ce6ed1c4c9876c2880f52f18c41ef2a30d070bc5</id>
<content type='text'>
Linus reported a build error due to the GCC plugin incompatibility
when the compiler is upgraded. [1]

GCC plugins are tied to a particular GCC version. So, they must be
rebuilt when the compiler is upgraded.

This seems to be a long-standing flaw since the initial support of
GCC plugins.

Extend commit 8b59cd81dc5e ("kbuild: ensure full rebuild when the
compiler is updated"), so that GCC plugins are covered by the
compiler upgrade detection.

[1]: https://lore.kernel.org/lkml/CAHk-=wieoN5ttOy7SnsGwZv+Fni3R6m-Ut=oxih6bbZ28G+4dw@mail.gmail.com/

Reported-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
Signed-off-by: Masahiro Yamada &lt;masahiroy@kernel.org&gt;
Reviewed-by: Kees Cook &lt;keescook@chromium.org&gt;
</content>
</entry>
<entry>
<title>kbuild: add image_name to no-sync-config-targets</title>
<updated>2021-03-09T19:17:47Z</updated>
<author>
<name>Masahiro Yamada</name>
<email>masahiroy@kernel.org</email>
</author>
<published>2021-02-28T06:10:25Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=993bdde94547887faaad4a97f0b0480a6da271c3'/>
<id>urn:sha1:993bdde94547887faaad4a97f0b0480a6da271c3</id>
<content type='text'>
'make image_name' needs include/config/auto.conf to show the correct
output because KBUILD_IMAGE depends on CONFIG options, but should not
attempt to resync the configuration.

Signed-off-by: Masahiro Yamada &lt;masahiroy@kernel.org&gt;
</content>
</entry>
<entry>
<title>Linux 5.12-rc2</title>
<updated>2021-03-06T01:33:41Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2021-03-06T01:33:41Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=a38fd8748464831584a19438cbb3082b5a2dab15'/>
<id>urn:sha1:a38fd8748464831584a19438cbb3082b5a2dab15</id>
<content type='text'>
</content>
</entry>
</feed>
