<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/linux.git/Makefile, branch v3.16.74</title>
<subtitle>Linux Kernel
</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=v3.16.74</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=v3.16.74'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/'/>
<updated>2019-09-23T20:12:19Z</updated>
<entry>
<title>Linux 3.16.74</title>
<updated>2019-09-23T20:12:19Z</updated>
<author>
<name>Ben Hutchings</name>
<email>ben@decadent.org.uk</email>
</author>
<published>2019-09-23T20:12:19Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=aa8ea1016ef1b1e5f1c2f4dc55149b48dd524178'/>
<id>urn:sha1:aa8ea1016ef1b1e5f1c2f4dc55149b48dd524178</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 3.16.73</title>
<updated>2019-08-20T18:01:58Z</updated>
<author>
<name>Ben Hutchings</name>
<email>ben@decadent.org.uk</email>
</author>
<published>2019-08-20T18:01:58Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=a3d313e3302feca0b4fc0660c05f94010f133552'/>
<id>urn:sha1:a3d313e3302feca0b4fc0660c05f94010f133552</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 3.16.72</title>
<updated>2019-08-13T11:39:34Z</updated>
<author>
<name>Ben Hutchings</name>
<email>ben@decadent.org.uk</email>
</author>
<published>2019-08-13T11:39:34Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=01de23e3018bc24808c658a8399f3896a7f9fbaf'/>
<id>urn:sha1:01de23e3018bc24808c658a8399f3896a7f9fbaf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 3.16.71</title>
<updated>2019-07-23T18:43:18Z</updated>
<author>
<name>Ben Hutchings</name>
<email>ben@decadent.org.uk</email>
</author>
<published>2019-07-23T18:43:18Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=8eb43aebcde79ccadf76d80f20d8b3e60663e940'/>
<id>urn:sha1:8eb43aebcde79ccadf76d80f20d8b3e60663e940</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 3.16.70</title>
<updated>2019-07-09T21:04:23Z</updated>
<author>
<name>Ben Hutchings</name>
<email>ben@decadent.org.uk</email>
</author>
<published>2019-07-09T21:04:23Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=cf2df8f10789ca4ad27ad0217332c2bfe6fe4c26'/>
<id>urn:sha1:cf2df8f10789ca4ad27ad0217332c2bfe6fe4c26</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 3.16.69</title>
<updated>2019-06-20T17:11:30Z</updated>
<author>
<name>Ben Hutchings</name>
<email>ben@decadent.org.uk</email>
</author>
<published>2019-06-20T17:11:30Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=aec56d2f3792bdb06548929bc516a185d723d234'/>
<id>urn:sha1:aec56d2f3792bdb06548929bc516a185d723d234</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 3.16.68</title>
<updated>2019-05-22T22:15:29Z</updated>
<author>
<name>Ben Hutchings</name>
<email>ben@decadent.org.uk</email>
</author>
<published>2019-05-22T22:15:29Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=a16bfc08c3a853298eb7122c6ea94336b7eeede2'/>
<id>urn:sha1:a16bfc08c3a853298eb7122c6ea94336b7eeede2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>jump_label: Allow jump labels to be used in assembly</title>
<updated>2019-05-22T22:15:03Z</updated>
<author>
<name>Anton Blanchard</name>
<email>anton@samba.org</email>
</author>
<published>2015-04-09T03:51:31Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=5eadd15cf15b6c73fabfdbca8fd34c5c6162f7a2'/>
<id>urn:sha1:5eadd15cf15b6c73fabfdbca8fd34c5c6162f7a2</id>
<content type='text'>
commit c0ccf6f99e3a43b87980c9df7da48427885206d0 upstream.

To use jump labels in assembly we need the HAVE_JUMP_LABEL
define, so we select a fallback version if the toolchain does
not support them.

Modify linux/jump_label.h so it can be included by assembly
files. We also need to add -DCC_HAVE_ASM_GOTO to KBUILD_AFLAGS.

Signed-off-by: Anton Blanchard &lt;anton@samba.org&gt;
Acked-by: Peter Zijlstra (Intel) &lt;peterz@infradead.org&gt;
Cc: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Cc: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
Cc: Paul E. McKenney &lt;paulmck@linux.vnet.ibm.com&gt;
Cc: Peter Zijlstra &lt;peterz@infradead.org&gt;
Cc: Thomas Gleixner &lt;tglx@linutronix.de&gt;
Cc: benh@kernel.crashing.org
Cc: catalin.marinas@arm.com
Cc: davem@davemloft.net
Cc: heiko.carstens@de.ibm.com
Cc: jbaron@akamai.com
Cc: linux@arm.linux.org.uk
Cc: linuxppc-dev@lists.ozlabs.org
Cc: liuj97@gmail.com
Cc: mgorman@suse.de
Cc: mmarek@suse.cz
Cc: mpe@ellerman.id.au
Cc: paulus@samba.org
Cc: ralf@linux-mips.org
Cc: rostedt@goodmis.org
Cc: schwidefsky@de.ibm.com
Cc: will.deacon@arm.com
Link: http://lkml.kernel.org/r/1428551492-21977-2-git-send-email-anton@samba.org
Signed-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;
Signed-off-by: Ben Hutchings &lt;ben@decadent.org.uk&gt;
</content>
</entry>
<entry>
<title>Linux 3.16.67</title>
<updated>2019-05-11T14:22:50Z</updated>
<author>
<name>Ben Hutchings</name>
<email>ben@decadent.org.uk</email>
</author>
<published>2019-05-11T14:22:50Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=e4b618abfdb771996e069335d8a648c43fb61643'/>
<id>urn:sha1:e4b618abfdb771996e069335d8a648c43fb61643</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 3.16.66</title>
<updated>2019-05-02T20:42:08Z</updated>
<author>
<name>Ben Hutchings</name>
<email>ben@decadent.org.uk</email>
</author>
<published>2019-05-02T20:42:08Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=0e3910b9b93147bb89eededfebe7bddb3826aa6e'/>
<id>urn:sha1:0e3910b9b93147bb89eededfebe7bddb3826aa6e</id>
<content type='text'>
</content>
</entry>
</feed>
