<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/Makefile, branch v4.2</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=v4.2</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=v4.2'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2015-08-30T18:34:09Z</updated>
<entry>
<title>Linux 4.2</title>
<updated>2015-08-30T18:34:09Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2015-08-30T18:34:09Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=64291f7db5bd8150a74ad2036f1037e6a0428df2'/>
<id>urn:sha1:64291f7db5bd8150a74ad2036f1037e6a0428df2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 4.2-rc8</title>
<updated>2015-08-24T03:52:59Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2015-08-24T03:52:59Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=c13dcf9f2d6f5f06ef1bf79ec456df614c5e058b'/>
<id>urn:sha1:c13dcf9f2d6f5f06ef1bf79ec456df614c5e058b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 4.2-rc7</title>
<updated>2015-08-16T23:34:13Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2015-08-16T23:34:13Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=2c6625cd545bdd66acff14f3394865d43920a5c7'/>
<id>urn:sha1:2c6625cd545bdd66acff14f3394865d43920a5c7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 4.2-rc6</title>
<updated>2015-08-09T19:54:30Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2015-08-09T19:54:30Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=f7644cbfcdf03528f0f450f3940c4985b2291f49'/>
<id>urn:sha1:f7644cbfcdf03528f0f450f3940c4985b2291f49</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild</title>
<updated>2015-08-04T13:57:32Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2015-08-04T13:57:32Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=ed8bbba0f617aca2c219a236019012784b22cf1f'/>
<id>urn:sha1:ed8bbba0f617aca2c219a236019012784b22cf1f</id>
<content type='text'>
Pull kbuild fixes from Michal Marek:
 "Two fixes for kbuild:

   - The new ARCH_{CPP,A,C}FLAGS variables are reset before including
     the arch Makefile

   - Fix calling make modules_install twice when module compression is
     enabled"

* 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild:
  Makefile: Force gzip and xz on module install
  kbuild: Do not pick up ARCH_{CPP,A,C}FLAGS from the environment
</content>
</entry>
<entry>
<title>Linux 4.2-rc5</title>
<updated>2015-08-03T01:34:55Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2015-08-03T01:34:55Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=74d33293e467df61de1b1d8b2fbe29e550dec33b'/>
<id>urn:sha1:74d33293e467df61de1b1d8b2fbe29e550dec33b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 4.2-rc4</title>
<updated>2015-07-26T19:26:21Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2015-07-26T19:26:21Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=cbfe8fa6cd672011c755c3cd85c9ffd4e2d10a6f'/>
<id>urn:sha1:cbfe8fa6cd672011c755c3cd85c9ffd4e2d10a6f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Makefile: Force gzip and xz on module install</title>
<updated>2015-07-22T15:47:12Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2015-07-07T18:26:07Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=3d1450d54a4fc277fc4598acf2335f74b66b08fc'/>
<id>urn:sha1:3d1450d54a4fc277fc4598acf2335f74b66b08fc</id>
<content type='text'>
Running `make modules_install` ordinarily will overwrite existing
modules. This is the desired behavior, and is how pretty much every
other `make install` target works.

However, if CONFIG_MODULE_COMPRESS is enabled, modules are passed
through gzip and xz which then do the file writing. Both gzip and xz
will error out if the file already exists, unless -f is passed.

This patch adds -f so that the behavior is uniform.

Signed-off-by: Jason A. Donenfeld &lt;Jason@zx2c4.com&gt;
Signed-off-by: Michal Marek &lt;mmarek@suse.com&gt;
</content>
</entry>
<entry>
<title>kbuild: Do not pick up ARCH_{CPP,A,C}FLAGS from the environment</title>
<updated>2015-07-22T15:44:04Z</updated>
<author>
<name>Michal Marek</name>
<email>mmarek@suse.com</email>
</author>
<published>2015-07-16T16:23:53Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=6dd3f13e4239a8c2b1e60687d7321bc0df614f33'/>
<id>urn:sha1:6dd3f13e4239a8c2b1e60687d7321bc0df614f33</id>
<content type='text'>
Initialize the ARCH_* overrides before including the arch Makefile, to
avoid picking up the values from the environment. The variables can
still be overriden on the make command line, but this won't happen
by accident.

Signed-off-by: Michal Marek &lt;mmarek@suse.com&gt;
</content>
</entry>
<entry>
<title>Linux 4.2-rc3</title>
<updated>2015-07-19T21:45:02Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2015-07-19T21:45:02Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=52721d9d3334c1cb1f76219a161084094ec634dc'/>
<id>urn:sha1:52721d9d3334c1cb1f76219a161084094ec634dc</id>
<content type='text'>
</content>
</entry>
</feed>
