<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/Makefile, branch v3.19</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=v3.19</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=v3.19'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2015-02-09T02:54:22Z</updated>
<entry>
<title>Linux 3.19</title>
<updated>2015-02-09T02:54:22Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2015-02-09T02:54:22Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=bfa76d49576599a4b9f9b7a71f23d73d6dcff735'/>
<id>urn:sha1:bfa76d49576599a4b9f9b7a71f23d73d6dcff735</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 3.19-rc7</title>
<updated>2015-02-02T04:07:21Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2015-02-02T04:07:21Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=e36f014edff70fc02b3d3d79cead1d58f289332e'/>
<id>urn:sha1:e36f014edff70fc02b3d3d79cead1d58f289332e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 3.19-rc6</title>
<updated>2015-01-26T04:04:41Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2015-01-26T04:04:41Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=26bc420b59a38e4e6685a73345a0def461136dce'/>
<id>urn:sha1:26bc420b59a38e4e6685a73345a0def461136dce</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 3.19-rc5</title>
<updated>2015-01-18T06:02:20Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2015-01-18T06:02:20Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=ec6f34e5b552fb0a52e6aae1a5afbbb1605cc6cc'/>
<id>urn:sha1:ec6f34e5b552fb0a52e6aae1a5afbbb1605cc6cc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>linux 3.19-rc4</title>
<updated>2015-01-11T20:44:53Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2015-01-11T20:44:53Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=eaa27f34e91a14cdceed26ed6c6793ec1d186115'/>
<id>urn:sha1:eaa27f34e91a14cdceed26ed6c6793ec1d186115</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Makefile: include arch/*/include/generated/uapi before .../generated</title>
<updated>2015-01-08T22:24:54Z</updated>
<author>
<name>Michal Marek</name>
<email>mmarek@suse.cz</email>
</author>
<published>2015-01-08T15:16:39Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=90ac086bca100c654e84637d9990567f436cab23'/>
<id>urn:sha1:90ac086bca100c654e84637d9990567f436cab23</id>
<content type='text'>
The introduction of the uapi directories in v3.7-rc1 moved some of the
generated headers from arch/*/include/generated to the uapi directory,
keeping the #include directives intact.

This creates a problem when bisecting, because the unversioned files are
not cleaned automatically by git and the compiler might include stale
headers as a result.  Instead of cleaning them in the Makefiles, promote
arch/*/include/generated/uapi in the search path.  Under normal
circumstances, there is no overlap between this uapi subdirectory and
its parent, so the include choices remain the same.  We keep
arch/*/include/generated/uapi in the USERINCLUDE variable so that it is
usable standalone.

Note that we cannot completely swap the order of the uapi and
kernel-only directories, since the headers in include/uapi/asm-generic
are meant to be wrapped by their include/asm-generic counterparts when
building kernel code.

Reported-by: "Nicholas A. Bellinger" &lt;nab@linux-iscsi.org&gt;
Reported-by: David Drysdale &lt;dmd@lurklurk.org&gt;
Signed-off-by: Michal Marek &lt;mmarek@suse.cz&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>Linux 3.19-rc3</title>
<updated>2015-01-06T01:05:20Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2015-01-06T01:05:20Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=b1940cd21c0f4abdce101253e860feff547291b0'/>
<id>urn:sha1:b1940cd21c0f4abdce101253e860feff547291b0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 3.19-rc2</title>
<updated>2014-12-29T00:49:37Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2014-12-29T00:49:37Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=b7392d2247cfe6771f95d256374f1a8e6a6f48d6'/>
<id>urn:sha1:b7392d2247cfe6771f95d256374f1a8e6a6f48d6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 3.19-rc1</title>
<updated>2014-12-21T01:08:50Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2014-12-21T01:08:50Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=97bf6af1f928216fd6c5a66e8a57bfa95a659672'/>
<id>urn:sha1:97bf6af1f928216fd6c5a66e8a57bfa95a659672</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild</title>
<updated>2014-12-20T21:31:14Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2014-12-20T21:31:14Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=d08372ca2800e23c51e76dea5fc516781e82722e'/>
<id>urn:sha1:d08372ca2800e23c51e76dea5fc516781e82722e</id>
<content type='text'>
Pull kbuild updates from Michal Marek:
 "Here are the kbuild changes for v3.19-rc1:

   - Cleanups and deduplication in the main Makefile and
     scripts/Makefile.*
   - Sort the output of *config targets in make help
   - Old &lt;linux/version.h&gt; is always removed to avoid a surprise during
     bisecting
   - Warning fix in kconfig"

* 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild:
  kbuild: remove redundant -rR flag of hdr-inst
  kbuild: Fix make help-&lt;board series&gt; on powerpc
  kbuild: Automatically remove stale &lt;linux/version.h&gt; file
  kconfig: Fix warning "‘jump’ may be used uninitialized"
  Makefile: sort list of defconfig targets in make help output
  kbuild: Remove duplicate $(cmd) definition in Makefile.clean
  kbuild: collect shorthands into scripts/Kbuild.include
</content>
</entry>
</feed>
