<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/Makefile, branch v5.1</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.1</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=v5.1'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2019-05-06T00:42:58Z</updated>
<entry>
<title>Linux 5.1</title>
<updated>2019-05-06T00:42:58Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2019-05-06T00:42:58Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=e93c9c99a629c61837d5a7fc2120cd2b6c70dbdd'/>
<id>urn:sha1:e93c9c99a629c61837d5a7fc2120cd2b6c70dbdd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>gcc-9: silence 'address-of-packed-member' warning</title>
<updated>2019-05-01T18:05:41Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2019-05-01T18:05:41Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=6f303d60534c46aa1a239f29c321f95c83dda748'/>
<id>urn:sha1:6f303d60534c46aa1a239f29c321f95c83dda748</id>
<content type='text'>
We already did this for clang, but now gcc has that warning too.  Yes,
yes, the address may be unaligned.  And that's kind of the point.

Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>Linux 5.1-rc7</title>
<updated>2019-04-29T00:04:13Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2019-04-29T00:04:13Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=37624b58542fb9f2d9a70e6ea006ef8a5f66c30b'/>
<id>urn:sha1:37624b58542fb9f2d9a70e6ea006ef8a5f66c30b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 5.1-rc6</title>
<updated>2019-04-21T17:45:57Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2019-04-21T17:45:57Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=085b7755808aa11f78ab9377257e1dad2e6fa4bb'/>
<id>urn:sha1:085b7755808aa11f78ab9377257e1dad2e6fa4bb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 5.1-rc5</title>
<updated>2019-04-14T22:17:41Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2019-04-14T22:17:41Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=dc4060a5dc2557e6b5aa813bf5b73677299d62d2'/>
<id>urn:sha1:dc4060a5dc2557e6b5aa813bf5b73677299d62d2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 5.1-rc4</title>
<updated>2019-04-08T00:09:59Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2019-04-08T00:09:59Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=15ade5d2e7775667cf191cf2f94327a4889f8b9d'/>
<id>urn:sha1:15ade5d2e7775667cf191cf2f94327a4889f8b9d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 5.1-rc3</title>
<updated>2019-03-31T21:39:29Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2019-03-31T21:39:29Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=79a3aaa7b82e3106be97842dedfd8429248896e6'/>
<id>urn:sha1:79a3aaa7b82e3106be97842dedfd8429248896e6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip</title>
<updated>2019-03-31T14:47:21Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2019-03-31T14:47:21Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=f78b5be2a5d08709177963df17b8df42e690a652'/>
<id>urn:sha1:f78b5be2a5d08709177963df17b8df42e690a652</id>
<content type='text'>
Pull core fixes from Thomas Gleixner:
 "A small set of core updates:

   - Make the watchdog respect the selected CPU mask again. That was
     broken by the rework of the watchdog thread management and caused
     inconsistent state and NMI watchdog being unstoppable.

   - Ensure that the objtool build can find the libelf location.

   - Remove dead kcore stub code"

* 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  watchdog: Respect watchdog cpumask on CPU hotplug
  objtool: Query pkg-config for libelf location
  proc/kcore: Remove unused kclist_add_remap()
</content>
</entry>
<entry>
<title>Merge tag 'kbuild-fixes-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild</title>
<updated>2019-03-29T21:46:00Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2019-03-29T21:46:00Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=0e40da3efeb02ab0333d01abae20d421841db30a'/>
<id>urn:sha1:0e40da3efeb02ab0333d01abae20d421841db30a</id>
<content type='text'>
Pull Kbuild fixes from Masahiro Yamada:

 - Remove harmful -Oz option of Clang

 - Get back the original behavior (no recursion for in-tree build) for
   GNU Make 4.x

 - Some minor fixes for coccinelle patches

 - Do not overwrite .gitignore in the output directory in case it is
   version-controlled

 - Fix missed record-mcount bug for dynamic ftrace

 - Fix endianness bug in modversions for relative CRC

 - Cater to '^H' key code in Kconfig ncurses programs

* tag 'kbuild-fixes-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild:
  kconfig/[mn]conf: handle backspace (^H) key
  kbuild: modversions: Fix relative CRC byte order interpretation
  scripts: coccinelle: Fix description of badty.cocci
  kbuild: strip whitespace in cmd_record_mcount findstring
  kbuild: do not overwrite .gitignore in output directory
  kbuild: skip parsing pre sub-make code for recursion
  coccinelle: put_device: reduce false positives
  kbuild: skip sub-make for in-tree build with GNU Make 4.x
  Revert "kbuild: use -Oz instead of -Os when using clang"
</content>
</entry>
<entry>
<title>kbuild: do not overwrite .gitignore in output directory</title>
<updated>2019-03-28T14:46:55Z</updated>
<author>
<name>Masahiro Yamada</name>
<email>yamada.masahiro@socionext.com</email>
</author>
<published>2019-03-26T04:26:58Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=156e7cbb3ef50d6d58b7975d79802e4ffb024dc2'/>
<id>urn:sha1:156e7cbb3ef50d6d58b7975d79802e4ffb024dc2</id>
<content type='text'>
Commit 3a51ff344204 ("kbuild: gitignore output directory") seemed to
bother people who version-control output directories.

Andre Przywara says:
"Unfortunately this breaks my setup, because I keep a totally separate
git repository in my build directories to track (various versions of)
.config. So .gitignore there is carefully crafted to ignore most build
artefacts, but not .config, for instance."

Link: https://lkml.org/lkml/2019/3/22/1819
Reported-by: Andre Przywara &lt;andre.przywara@arm.com&gt;
Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;
Tested-by: Andre Przywara &lt;andre.przywara@arm.com&gt;
Reviewed-by: Andre Przywara &lt;andre.przywara@arm.com&gt;
</content>
</entry>
</feed>
