<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/Makefile, branch v6.0</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=v6.0</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=v6.0'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2022-10-02T21:09:07Z</updated>
<entry>
<title>Linux 6.0</title>
<updated>2022-10-02T21:09:07Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2022-10-02T21:09:07Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=4fe89d07dcc2804c8b562f6c7896a45643d34b2f'/>
<id>urn:sha1:4fe89d07dcc2804c8b562f6c7896a45643d34b2f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 6.0-rc7</title>
<updated>2022-09-25T21:01:02Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2022-09-25T21:01:02Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=f76349cf41451c5c42a99f18a9163377e4b364ff'/>
<id>urn:sha1:f76349cf41451c5c42a99f18a9163377e4b364ff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 6.0-rc6</title>
<updated>2022-09-18T20:44:14Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2022-09-18T20:44:14Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=521a547ced6477c54b4b0cc206000406c221b4d6'/>
<id>urn:sha1:521a547ced6477c54b4b0cc206000406c221b4d6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 6.0-rc5</title>
<updated>2022-09-11T20:22:01Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2022-09-11T20:22:01Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=80e78fcce86de0288793a0ef0f6acf37656ee4cf'/>
<id>urn:sha1:80e78fcce86de0288793a0ef0f6acf37656ee4cf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge tag 'kbuild-fixes-v6.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild</title>
<updated>2022-09-11T19:16:47Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2022-09-11T19:16:47Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=4ed9c1e971b1f6474793da20496fa53c35d4a37b'/>
<id>urn:sha1:4ed9c1e971b1f6474793da20496fa53c35d4a37b</id>
<content type='text'>
Pull Kbuild fixes from Masahiro Yamada:

 - Remove unused scripts/gcc-ld script

 - Add zstd support to scripts/extract-ikconfig

 - Check 'make headers' for UML

 - Fix scripts/mksysmap to ignore local symbols

* tag 'kbuild-fixes-v6.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild:
  mksysmap: Fix the mismatch of 'L0' symbols in System.map
  kbuild: disable header exports for UML in a straightforward way
  scripts/extract-ikconfig: add zstd compression support
  scripts: remove obsolete gcc-ld script
</content>
</entry>
<entry>
<title>Linux 6.0-rc4</title>
<updated>2022-09-04T20:10:01Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2022-09-04T20:10:01Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=7e18e42e4b280c85b76967a9106a13ca61c16179'/>
<id>urn:sha1:7e18e42e4b280c85b76967a9106a13ca61c16179</id>
<content type='text'>
</content>
</entry>
<entry>
<title>kbuild: disable header exports for UML in a straightforward way</title>
<updated>2022-09-01T15:14:30Z</updated>
<author>
<name>Masahiro Yamada</name>
<email>masahiroy@kernel.org</email>
</author>
<published>2022-09-01T01:12:52Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=1b620d539ccc18a1aca1613d9ff078115a7891a1'/>
<id>urn:sha1:1b620d539ccc18a1aca1613d9ff078115a7891a1</id>
<content type='text'>
Previously 'make ARCH=um headers' stopped because of missing
arch/um/include/uapi/asm/Kbuild.

The error is not shown since commit ed102bf2afed ("um: Fix W=1
missing-include-dirs warnings") added arch/um/include/uapi/asm/Kbuild.

Hard-code the unsupported architecture, so it works like before.

Fixes: ed102bf2afed ("um: Fix W=1 missing-include-dirs warnings")
Signed-off-by: Masahiro Yamada &lt;masahiroy@kernel.org&gt;
Acked-by: Richard Weinberger &lt;richard@nod.at&gt;
</content>
</entry>
<entry>
<title>Linux 6.0-rc3</title>
<updated>2022-08-28T22:05:29Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2022-08-28T22:05:29Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=b90cb1053190353cc30f0fef0ef1f378ccc063c5'/>
<id>urn:sha1:b90cb1053190353cc30f0fef0ef1f378ccc063c5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 6.0-rc2</title>
<updated>2022-08-22T00:32:54Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2022-08-22T00:32:54Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=1c23f9e627a7b412978b4e852793c5e3c3efc555'/>
<id>urn:sha1:1c23f9e627a7b412978b4e852793c5e3c3efc555</id>
<content type='text'>
</content>
</entry>
<entry>
<title>kbuild: fix the modules order between drivers and libs</title>
<updated>2022-08-20T17:47:49Z</updated>
<author>
<name>Masahiro Yamada</name>
<email>masahiroy@kernel.org</email>
</author>
<published>2022-08-13T23:09:28Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=113147510b48e764e624e3d0e6707a1e48bc05a9'/>
<id>urn:sha1:113147510b48e764e624e3d0e6707a1e48bc05a9</id>
<content type='text'>
Commit b2c885549122 ("kbuild: update modules.order only when contained
modules are updated") accidentally changed the modules order.

Prior to that commit, the modules order was determined based on
vmlinux-dirs, which lists core-y/m, drivers-y/m, libs-y/m, in this order.

Now, subdir-modorder lists them in a different order: core-y/m, libs-y/m,
drivers-y/m.

Presumably, there was no practical issue because the modules in drivers
and libs are orthogonal, but there is no reason to have this distortion.

Get back to the original order.

Fixes: b2c885549122 ("kbuild: update modules.order only when contained modules are updated")
Signed-off-by: Masahiro Yamada &lt;masahiroy@kernel.org&gt;
</content>
</entry>
</feed>
