<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/dev, branch releng/10.3</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F10.3</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F10.3'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2018-04-04T05:43:03Z</updated>
<entry>
<title>Fix multiple small kernel memory disclosures. [EN-18:04.mem]</title>
<updated>2018-04-04T05:43:03Z</updated>
<author>
<name>Gordon Tetlow</name>
<email>gordon@FreeBSD.org</email>
</author>
<published>2018-04-04T05:43:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8411c9ac24aabdbbde468778b35da58dc3c15178'/>
<id>urn:sha1:8411c9ac24aabdbbde468778b35da58dc3c15178</id>
<content type='text'>
Reported by:	Ilja van Sprundel
Approved by:	so
Security:	CVE-2018-6919
Security:	FreeBSD-EN-18:04.mem
</content>
</entry>
<entry>
<title>Fix vt console memory disclosure. [SA-18:04.vt]</title>
<updated>2018-04-04T05:33:56Z</updated>
<author>
<name>Gordon Tetlow</name>
<email>gordon@FreeBSD.org</email>
</author>
<published>2018-04-04T05:33:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a500153f5edf1c468350f1f60ca54f0c3a9dda7b'/>
<id>urn:sha1:a500153f5edf1c468350f1f60ca54f0c3a9dda7b</id>
<content type='text'>
Bump newvers.sh and UPDATING for today's patches.

Submitted by:	emaste
Reported by:	Dr Silvio Cesare of InfoSect
Approved by:	so
Security:	CVE-2018-6917
Security:	FreeBSD-SA-18:04.vt
Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>Fix heimdal KDC-REP service name validation vulnerability [SA-17:05]</title>
<updated>2017-07-12T08:07:55Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2017-07-12T08:07:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=cf06afb78ab598209805c440a0c4cdc11dd2f278'/>
<id>urn:sha1:cf06afb78ab598209805c440a0c4cdc11dd2f278</id>
<content type='text'>
Boot compatibility improvements with Azure VMs. [EN-17:06]

Approved by:	so
</content>
</entry>
<entry>
<title>Fix multiple vulnerabilities of ntp. [SA-17:03]</title>
<updated>2017-04-12T06:24:35Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2017-04-12T06:24:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c82f6a05864465cdd3dcff08cf10791a6f90835e'/>
<id>urn:sha1:c82f6a05864465cdd3dcff08cf10791a6f90835e</id>
<content type='text'>
Xen migration enhancements. [EN-17:05]

Approved by:	so
</content>
</entry>
<entry>
<title>Release 6 errata notices for 10.3-RELEASE, all related to Microsoft Hyper-V.</title>
<updated>2016-08-12T04:01:16Z</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2016-08-12T04:01:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1b9f4103cd3266f0120648496ddc1e130c55cb76'/>
<id>urn:sha1:1b9f4103cd3266f0120648496ddc1e130c55cb76</id>
<content type='text'>
Submitted by:	Dexuan Cui &lt;decui microsoft.com&gt;, gjb
Approved by:	so
</content>
</entry>
<entry>
<title>- Use unsigned version of min() when handling arguments of SETFKEY ioctl.</title>
<updated>2016-05-17T22:28:27Z</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2016-05-17T22:28:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9e3c39ad2440fc094fcee685bf3acb58adf8d40b'/>
<id>urn:sha1:9e3c39ad2440fc094fcee685bf3acb58adf8d40b</id>
<content type='text'>
- Validate that user supplied control message length in sendmsg(2)
  is not negative.

Security:	SA-16:18
Security:	CVE-2016-1886
Security:	SA-16:19
Security:	CVE-2016-1887
Submitted by:	C Turt &lt;cturt hardenedbsd.org&gt;
Approved by:	so
</content>
</entry>
<entry>
<title>MFC [Hyper-V]: r296028</title>
<updated>2016-03-01T02:07:14Z</updated>
<author>
<name>Sepherosa Ziehau</name>
<email>sephe@FreeBSD.org</email>
</author>
<published>2016-03-01T02:07:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=211a3ab15e4a558b82368a9c64898ec1f6ac1b71'/>
<id>urn:sha1:211a3ab15e4a558b82368a9c64898ec1f6ac1b71</id>
<content type='text'>
hyperv: Wait 5 seconds for hyperv result, instead of 500ms

This addresses various devices (network, stoarge) attach failure.

Approved by:	re (gjb)
Reported by:    Hongxiong Xian &lt;v-hoxian microsoft com&gt;
Tested by:      Hongxiong Xian &lt;v-hoxian microsoft com&gt;
Sponsored by:   Microsoft OSTC
Differential Revision:  https://reviews.freebsd.org/D5435
</content>
</entry>
<entry>
<title>MFC r295944:</title>
<updated>2016-02-29T15:45:43Z</updated>
<author>
<name>Jim Harris</name>
<email>jimharris@FreeBSD.org</email>
</author>
<published>2016-02-29T15:45:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=246f7ba879f3834b39a3c6277756a90fdf9b6838'/>
<id>urn:sha1:246f7ba879f3834b39a3c6277756a90fdf9b6838</id>
<content type='text'>
  nvme: fix intx handler to not dereference ioq during initialization

  This was a regression from r293328, which deferred allocation
  of the controller's ioq array until after interrupts are enabled
  during boot.

Approved by:	re (gjb)
Sponsored by:	Intel
</content>
</entry>
<entry>
<title>MFC: r295906</title>
<updated>2016-02-26T00:09:50Z</updated>
<author>
<name>Marius Strobl</name>
<email>marius@FreeBSD.org</email>
</author>
<published>2016-02-26T00:09:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7d24acaa8a6e6123c964b499abd31681019955bd'/>
<id>urn:sha1:7d24acaa8a6e6123c964b499abd31681019955bd</id>
<content type='text'>
Fix and clean up usage of DMA and TSO segments:
- At Intel it is believed that most of their products support "only"
  40 DMA segments so lower {EM,IGB}_MAX_SCATTER accordingly. Actually,
  40 is more than plenty to handle full size TSO packets so it doesn't
  make sense to further distinguish between MAC variants that really
  can do 64 DMA segments. Moreover, capping at 40 DMA segments limits
  the stack usage of {em,igb}_xmit() that - given the rare use of more
  than these - previously hardly was justifiable, while still being
  sufficient to avoid the problems seen with em(4) and EM_MAX_SCATTER
  set to 32.
- In igb(4), pass the actually supported TSO parameters up the stack.
  Previously, the defaults set in if_attach_internal() were applied,
  i. e. a maximum of 35 TSO segments, which made supporting more than
  these in the driver pointless. However, this might explain why no
  problems were seen with IGB_MAX_SCATTER at 64.
- In em(4), take the 5 m_pullup(9) invocations performed by em_xmit()
  in the TSO case into account when reporting TSO parameters upwards.
  In the worst case, each of these calls will add another mbuf and,
  thus, the requirement for an additional DMA segment. So for best
  performance, it doesn't make sense to advertize a maximum of TSO
  segments that typically will require defragmentation in em_xmit().
  Again, this leaves enough room to handle full size TSO packets.
- Drop TSO macros from if_lem.h given that corresponding MACS don't
  support TSO in the first place.

Reviewed by:	erj, sbruno, jeffrey.e.pieper_intel.com
Approved by:	re (gjb)
</content>
</entry>
<entry>
<title>MFC r295830</title>
<updated>2016-02-25T22:07:32Z</updated>
<author>
<name>David C Somayajulu</name>
<email>davidcs@FreeBSD.org</email>
</author>
<published>2016-02-25T22:07:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=86c05f49b95fbc3b25055bdbf0e1703a9f774d20'/>
<id>urn:sha1:86c05f49b95fbc3b25055bdbf0e1703a9f774d20</id>
<content type='text'>
Remove dead code. Code Cleanup. Improve clarity in debug messages

Approved by:re (marius)
</content>
</entry>
</feed>
