Re: svn commit: r349974 - head/libexec/rc/rc.d

2019-07-14 Thread Enji Cooper (yaneurabeya)
> On Jul 13, 2019, at 09:07, Ian Lepore wrote: > > Author: ian > Date: Sat Jul 13 16:07:38 2019 > New Revision: 349974 > URL: https://svnweb.freebsd.org/changeset/base/349974 > > Log: > Limit access to system accounting files. > > In 2013 the security chapter of the Handbook was updated in r

svn commit: r349989 - head/sys/kern

2019-07-14 Thread Michael Tuexen
Author: tuexen Date: Sun Jul 14 21:44:18 2019 New Revision: 349989 URL: https://svnweb.freebsd.org/changeset/base/349989 Log: Improve the input validation for l_linger. When using the SOL_SOCKET level socket option SO_LINGER, the structure struct linger is used as the option value. The compo

Re: svn commit: r349988 - head/sys/x86/iommu

2019-07-14 Thread Konstantin Belousov
On Sun, Jul 14, 2019 at 09:08:54PM +, Konstantin Belousov wrote: > Author: kib > Date: Sun Jul 14 21:08:54 2019 > New Revision: 349988 > URL: https://svnweb.freebsd.org/changeset/base/349988 In dmar_find(), refuse to search for DMAR unit for non-PCI device. Eventually this should be reworked,

svn commit: r349988 - head/sys/x86/iommu

2019-07-14 Thread Konstantin Belousov
Author: kib Date: Sun Jul 14 21:08:54 2019 New Revision: 349988 URL: https://svnweb.freebsd.org/changeset/base/349988 Log: PR: 239143 Reported and tested by: Wes Maag Sponsored by: The FreeBSD Foundation MFC after:1 week Modified: head/sys/x86/iommu/intel_drv.c Modified: h

Re: svn commit: r349391 - head/sys/kern

2019-07-14 Thread Conrad Meyer
Hi Alan, This change restores the possible overflow beyond IO_SEQMAX that the removed conditional prevented. On Tue, Jun 25, 2019 at 12:44 PM Alan Somers wrote: > > Author: asomers > Date: Tue Jun 25 19:44:22 2019 > New Revision: 349391 > URL: https://svnweb.freebsd.org/changeset/base/349391 > >

svn commit: r349987 - in head/sys/netinet: . tcp_stacks

2019-07-14 Thread Randall Stewart
Author: rrs Date: Sun Jul 14 16:05:47 2019 New Revision: 349987 URL: https://svnweb.freebsd.org/changeset/base/349987 Log: This is the second in a number of patches needed to get BBRv1 into the tree. This fixes the DSACK bug but is also needed by BBR. We have yet to go two more one will be

svn commit: r349986 - in head/sys: netinet netinet6

2019-07-14 Thread Michael Tuexen
Author: tuexen Date: Sun Jul 14 12:04:39 2019 New Revision: 349986 URL: https://svnweb.freebsd.org/changeset/base/349986 Log: When calling sctp_initialize_auth_params(), the inp must have at least a read lock. To avoid more complex locking dances, just call it in sctp_aloc_assoc() when the w