<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git, branch OTP-21.1.3</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Updated OTP version</title>
<updated>2018-11-23T08:44:34+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2018-11-23T08:44:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=9103097e3480b5fa8737205793df56c6288f5733'/>
<id>9103097e3480b5fa8737205793df56c6288f5733</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare release</title>
<updated>2018-11-23T08:44:32+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2018-11-23T08:44:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=41d99b0fd412c9a7ea5a080274fac98a84ec283b'/>
<id>41d99b0fd412c9a7ea5a080274fac98a84ec283b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'john/erts/spectre-configure-flag-otp_20/OTP-15430/ERIERL-237' into maint-21</title>
<updated>2018-11-23T08:44:30+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2018-11-23T08:44:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=d5b77a045544a018a5a7af7c200089c5f3837d2a'/>
<id>d5b77a045544a018a5a7af7c200089c5f3837d2a</id>
<content type='text'>
* john/erts/spectre-configure-flag-otp_20/OTP-15430/ERIERL-237:
  Allow disabling retpoline in interpreter loop
  Add a ./configure flag for spectre mitigation
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* john/erts/spectre-configure-flag-otp_20/OTP-15430/ERIERL-237:
  Allow disabling retpoline in interpreter loop
  Add a ./configure flag for spectre mitigation
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'john/erts/spectre-configure-flag/OTP-15430/ERIERL-237' into john/erts/spectre-configure-flag-otp_20/OTP-15430/ERIERL-237</title>
<updated>2018-11-20T14:55:47+00:00</updated>
<author>
<name>John Högberg</name>
<email>john@erlang.org</email>
</author>
<published>2018-11-20T14:55:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=da9268d342e3f0f21b43fb55788f6e60aac55e71'/>
<id>da9268d342e3f0f21b43fb55788f6e60aac55e71</id>
<content type='text'>
* john/erts/spectre-configure-flag/OTP-15430/ERIERL-237:
  Allow disabling retpoline in interpreter loop
  Add a ./configure flag for spectre mitigation
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* john/erts/spectre-configure-flag/OTP-15430/ERIERL-237:
  Allow disabling retpoline in interpreter loop
  Add a ./configure flag for spectre mitigation
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow disabling retpoline in interpreter loop</title>
<updated>2018-11-20T14:54:40+00:00</updated>
<author>
<name>John Högberg</name>
<email>john@erlang.org</email>
</author>
<published>2018-11-20T12:21:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=3a812a499f9a40951f1ba6b7315473c5e149fd8b'/>
<id>3a812a499f9a40951f1ba6b7315473c5e149fd8b</id>
<content type='text'>
We only do this when the user has explicitly told us it's okay to
partially disable mitigation (spectre-mitigation=incomplete). The
macro is inert if it isn't.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We only do this when the user has explicitly told us it's okay to
partially disable mitigation (spectre-mitigation=incomplete). The
macro is inert if it isn't.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a ./configure flag for spectre mitigation</title>
<updated>2018-11-20T14:54:40+00:00</updated>
<author>
<name>John Högberg</name>
<email>john@erlang.org</email>
</author>
<published>2018-11-20T09:46:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=bbd72b63ce63eab7006ebb571d750771e30061b6'/>
<id>bbd72b63ce63eab7006ebb571d750771e30061b6</id>
<content type='text'>
Note that the ERTS_NO_RETPOLINE macro introduced by this commit is
completely inert unless spectre-mitigation is set to 'incomplete.'
This includes when mitigation has been manually enabled through
CFLAGS, so it should be impossible for it to unintentionally
disable mitigation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Note that the ERTS_NO_RETPOLINE macro introduced by this commit is
completely inert unless spectre-mitigation is set to 'incomplete.'
This includes when mitigation has been manually enabled through
CFLAGS, so it should be impossible for it to unintentionally
disable mitigation.
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated OTP version</title>
<updated>2018-11-15T11:26:13+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2018-11-15T11:26:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=db35a04a38f9501b921beac2c46576c5fa13e75a'/>
<id>db35a04a38f9501b921beac2c46576c5fa13e75a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare release</title>
<updated>2018-11-15T11:26:12+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2018-11-15T11:26:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=e3c71d353e884316420eebea2d7ef802c651437b'/>
<id>e3c71d353e884316420eebea2d7ef802c651437b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'john/erts/defer-orphan-file-close/OTP-15421/ERIERL-261' into maint-21</title>
<updated>2018-11-15T11:26:09+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2018-11-15T11:26:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=92284abe84b27adfd1eb34ae75237351b9fc3a64'/>
<id>92284abe84b27adfd1eb34ae75237351b9fc3a64</id>
<content type='text'>
* john/erts/defer-orphan-file-close/OTP-15421/ERIERL-261:
  Fix broken assertion on monitor release
  Avoid closing files in gc/monitor callbacks
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* john/erts/defer-orphan-file-close/OTP-15421/ERIERL-261:
  Fix broken assertion on monitor release
  Avoid closing files in gc/monitor callbacks
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'ingela/public_key/DSA-SHA2/OTP-15367' into maint-21</title>
<updated>2018-11-15T11:26:08+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2018-11-15T11:26:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=ac9b007a55f78659104eb43efed5a2821a753826'/>
<id>ac9b007a55f78659104eb43efed5a2821a753826</id>
<content type='text'>
* ingela/public_key/DSA-SHA2/OTP-15367:
  public_key: Add additional ASN-1 definitions for DSA SHA2 support
  public_key: Add DSA with SHA2 support
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ingela/public_key/DSA-SHA2/OTP-15367:
  public_key: Add additional ASN-1 definitions for DSA SHA2 support
  public_key: Add DSA with SHA2 support
</pre>
</div>
</content>
</entry>
</feed>
