svn commit: r344719 - head/sys/dev/cxgbe

2019-03-02 Thread Navdeep Parhar
Author: np Date: Sat Mar 2 04:39:59 2019 New Revision: 344719 URL: https://svnweb.freebsd.org/changeset/base/344719 Log: cxgbev(4): Enable 32b port capabilities in the VF driver. MFC after:1 week Sponsored by: Chelsio Communications Modified: head/sys/dev/cxgbe/t4_vf.c Modified:

svn commit: r344717 - stable/12/sys/cam/ctl

2019-03-02 Thread Alexander Motin
Author: mav Date: Sat Mar 2 03:17:23 2019 New Revision: 344717 URL: https://svnweb.freebsd.org/changeset/base/344717 Log: MFC r344480: Remove disabled CTL_LEGACY_STATS support. It was not only disabled for quite a while, but also appeared to be broken at r325517, when maximum number of p

svn commit: r344718 - in head/stand/efi/loader/arch: arm i386

2019-03-02 Thread Rebecca Cran
Author: bcran Date: Sat Mar 2 04:02:11 2019 New Revision: 344718 URL: https://svnweb.freebsd.org/changeset/base/344718 Log: EFI: don't call printf after ExitBootServices, since it uses Boot Services ExitBootServices terminates all boot services including console access. Attempting to cal

Re: svn commit: r344701 - head/sbin/camcontrol

2019-03-02 Thread Alexey Dokuchaev
On Fri, Mar 01, 2019 at 02:39:15PM +, Steven Hartland wrote: > New Revision: 344701 > URL: https://svnweb.freebsd.org/changeset/base/344701 > > Log: > Fix incorrect / unused sector_count for identify requests > > Fix incorrect / unused sector_count for identify requests from camcontrol.

svn commit: r344726 - head/sys/netinet

2019-03-02 Thread Michael Tuexen
Author: tuexen Date: Sat Mar 2 16:10:11 2019 New Revision: 344726 URL: https://svnweb.freebsd.org/changeset/base/344726 Log: Remove debug output. MFC after:3 days Modified: head/sys/netinet/sctp_usrreq.c Modified: head/sys/netinet/sctp_usrreq.c =

svn commit: r344720 - head/tests/sys/netpfil/pf

2019-03-02 Thread Kristof Provost
Author: kp Date: Sat Mar 2 12:30:59 2019 New Revision: 344720 URL: https://svnweb.freebsd.org/changeset/base/344720 Log: pf tests: Test for nested inline anchor issue PR: 196314 MFC after:1 week Modified: head/tests/sys/netpfil/pf/pass_block.sh Modified: head/tests/sys/

svn commit: r344721 - head/sys/netinet

2019-03-02 Thread Michael Tuexen
Author: tuexen Date: Sat Mar 2 13:12:37 2019 New Revision: 344721 URL: https://svnweb.freebsd.org/changeset/base/344721 Log: Report the correct length when using the IPPROTO_SCTP level socket options SCTP_GET_PEER_ADDRESSES and SCTP_GET_LOCAL_ADDRESSES. Modified: head/sys/netinet/sctp_usrr

svn commit: r344722 - head/lib/libc/net

2019-03-02 Thread Michael Tuexen
Author: tuexen Date: Sat Mar 2 13:16:01 2019 New Revision: 344722 URL: https://svnweb.freebsd.org/changeset/base/344722 Log: Use correct buffer sizes in sctp_get[lp]addrs(). MFC after:3 days Modified: head/lib/libc/net/sctp_sys_calls.c Modified: head/lib/libc/net/sctp_sys_c

svn commit: r344723 - head/sys/netinet

2019-03-02 Thread Michael Tuexen
Author: tuexen Date: Sat Mar 2 14:15:33 2019 New Revision: 344723 URL: https://svnweb.freebsd.org/changeset/base/344723 Log: Handle the case when calling the IPPROTO_SCTP level socket option SCTP_STATUS on an association with no primary path (early state). This issue was found by running

svn commit: r344724 - head/sys/netinet

2019-03-02 Thread Michael Tuexen
Author: tuexen Date: Sat Mar 2 14:30:27 2019 New Revision: 344724 URL: https://svnweb.freebsd.org/changeset/base/344724 Log: Allow SCTP stream reconfiguration operations only in ESTABLISHED state. This issue was found by running syzkaller. MFC after:3 days Modified: h

svn commit: r344728 - head/sys/dev/flash

2019-03-02 Thread Ian Lepore
Author: ian Date: Sat Mar 2 20:58:51 2019 New Revision: 344728 URL: https://svnweb.freebsd.org/changeset/base/344728 Log: Bugfix: use a dummy buffer for the inactive side of a transfer. This is especially important for writes. SPI is inherently a bidirectional bus; you receive data (eve

svn commit: r344730 - head/sys/powerpc/powerpc

2019-03-02 Thread Justin Hibbits
Author: jhibbits Date: Sat Mar 2 21:11:46 2019 New Revision: 344730 URL: https://svnweb.freebsd.org/changeset/base/344730 Log: powerpc: fix 'show spr' for ELFv1 powerpc64 Update and flush the right cache range for the ELFv1 ABI. MFC after:1 week Modified: head/sys/powerpc/power

svn commit: r344733 - head/sys/dev/flash

2019-03-02 Thread Ian Lepore
Author: ian Date: Sat Mar 2 22:28:43 2019 New Revision: 344733 URL: https://svnweb.freebsd.org/changeset/base/344733 Log: Add some comments. Give #define'd names to some scattered numbers. Change some #define'd names to be more descriptive. When reporting a post-write compare failure, re

svn commit: r344732 - head/sbin/fsck_ffs

2019-03-02 Thread Kirk McKusick
Author: mckusick Date: Sat Mar 2 21:30:01 2019 New Revision: 344732 URL: https://svnweb.freebsd.org/changeset/base/344732 Log: Properly calculate the last used logical block of a file when checking inodes that reference directories. While here tighten the check for comparing the last logica

svn commit: r344729 - head/sys/powerpc/booke

2019-03-02 Thread Justin Hibbits
Author: jhibbits Date: Sat Mar 2 20:59:18 2019 New Revision: 344729 URL: https://svnweb.freebsd.org/changeset/base/344729 Log: powerpc/booke: Depessimize MAS register updates even more Remove isyncs between MAS register updates in the TLB miss handler, since it's only needed before the T

svn commit: r344731 - head/sbin/tunefs

2019-03-02 Thread Kirk McKusick
Author: mckusick Date: Sat Mar 2 21:22:56 2019 New Revision: 344731 URL: https://svnweb.freebsd.org/changeset/base/344731 Log: The size of the UFS soft-updates journal must be a multiple of the filesystem block size. When a size is specified with the -S flag to tunefs(8), round it up to the

svn commit: r344734 - in head: share/man/man4 sys/dev/flash

2019-03-02 Thread Ian Lepore
Author: ian Date: Sat Mar 2 23:20:47 2019 New Revision: 344734 URL: https://svnweb.freebsd.org/changeset/base/344734 Log: Allow the sector size of the disk device to be configured using hints or FDT data. The sector size must be a multiple of the device's page size. If not configured, use