<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/linux.git/Makefile, branch v4.19.54</title>
<subtitle>Linux Kernel
</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=v4.19.54</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=v4.19.54'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/'/>
<updated>2019-06-22T06:15:22Z</updated>
<entry>
<title>Linux 4.19.54</title>
<updated>2019-06-22T06:15:22Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2019-06-22T06:15:22Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=63bbbcd8ed53c404649e0b4248c1e5d42c41ac97'/>
<id>urn:sha1:63bbbcd8ed53c404649e0b4248c1e5d42c41ac97</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 4.19.53</title>
<updated>2019-06-19T06:18:07Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2019-06-19T06:18:07Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=9f31eb60d7a23536bf3902d4dc602f10c822b79e'/>
<id>urn:sha1:9f31eb60d7a23536bf3902d4dc602f10c822b79e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 4.19.52</title>
<updated>2019-06-17T17:51:57Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2019-06-17T17:51:57Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=6500aa436df40a46998f7a56a32e8199a3513e6d'/>
<id>urn:sha1:6500aa436df40a46998f7a56a32e8199a3513e6d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 4.19.51</title>
<updated>2019-06-15T09:54:11Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2019-06-15T09:54:11Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=7aa823a959e1f50c0dab9e01c1940235eccc04cc'/>
<id>urn:sha1:7aa823a959e1f50c0dab9e01c1940235eccc04cc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 4.19.50</title>
<updated>2019-06-11T10:20:57Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2019-06-11T10:20:57Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=768292d053619b2725b846ed2bf556bf40f43de2'/>
<id>urn:sha1:768292d053619b2725b846ed2bf556bf40f43de2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 4.19.49</title>
<updated>2019-06-09T07:17:25Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2019-06-09T07:17:25Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=bb7b450e61a1dbe2bfbe998a1afeda654c6a67e9'/>
<id>urn:sha1:bb7b450e61a1dbe2bfbe998a1afeda654c6a67e9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 4.19.48</title>
<updated>2019-06-04T06:02:35Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2019-06-04T06:02:35Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=e109a984cf380b4b80418b7477c970bfeb428325'/>
<id>urn:sha1:e109a984cf380b4b80418b7477c970bfeb428325</id>
<content type='text'>
</content>
</entry>
<entry>
<title>jump_label: move 'asm goto' support test to Kconfig</title>
<updated>2019-06-04T06:02:34Z</updated>
<author>
<name>Masahiro Yamada</name>
<email>yamada.masahiro@socionext.com</email>
</author>
<published>2018-12-30T15:14:15Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=0276ebf16675f3745d8b6f384dcf917e1379eda2'/>
<id>urn:sha1:0276ebf16675f3745d8b6f384dcf917e1379eda2</id>
<content type='text'>
commit e9666d10a5677a494260d60d1fa0b73cc7646eb3 upstream.

Currently, CONFIG_JUMP_LABEL just means "I _want_ to use jump label".

The jump label is controlled by HAVE_JUMP_LABEL, which is defined
like this:

  #if defined(CC_HAVE_ASM_GOTO) &amp;&amp; defined(CONFIG_JUMP_LABEL)
  # define HAVE_JUMP_LABEL
  #endif

We can improve this by testing 'asm goto' support in Kconfig, then
make JUMP_LABEL depend on CC_HAS_ASM_GOTO.

Ugly #ifdef HAVE_JUMP_LABEL will go away, and CONFIG_JUMP_LABEL will
match to the real kernel capability.

Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;
Acked-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt; (powerpc)
Tested-by: Sedat Dilek &lt;sedat.dilek@gmail.com&gt;
[nc: Fix trivial conflicts in 4.19
     arch/xtensa/kernel/jump_label.c doesn't exist yet
     Ensured CC_HAVE_ASM_GOTO and HAVE_JUMP_LABEL were sufficiently
     eliminated]
Signed-off-by: Nathan Chancellor &lt;natechancellor@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;


</content>
</entry>
<entry>
<title>Linux 4.19.47</title>
<updated>2019-05-31T13:46:35Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2019-05-31T13:46:35Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=0df021b2e841eded862ebc3b61532e7c73965535'/>
<id>urn:sha1:0df021b2e841eded862ebc3b61532e7c73965535</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 4.19.46</title>
<updated>2019-05-25T16:23:48Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2019-05-25T16:23:48Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=8b2fc005825583918be22b7bea6c155061e2f18d'/>
<id>urn:sha1:8b2fc005825583918be22b7bea6c155061e2f18d</id>
<content type='text'>
</content>
</entry>
</feed>
