Re: svn commit: r315333 - in stable/10/sys: conf dev/ixgbe modules/ix modules/ixv

2017-03-15 Thread Ngie Cooper (yaneurabeya)
> On Mar 15, 2017, at 14:20, Eric Joyner wrote: > > Author: erj > Date: Wed Mar 15 21:20:17 2017 > New Revision: 315333 > URL: https://svnweb.freebsd.org/changeset/base/315333 > > Log: > ixgbe(4): Update to 3.2.11-k > > Includes: > > 1. Support for X553 (Denverton)

svn commit: r315358 - stable/10/lib/libc/tests/sys

2017-03-15 Thread Ngie Cooper
Author: ngie Date: Thu Mar 16 02:04:16 2017 New Revision: 315358 URL: https://svnweb.freebsd.org/changeset/base/315358 Log: MFC r314954: style(9): sort the #includes Modified: stable/10/lib/libc/tests/sys/mlock_helper.c Directory Properties: stable/10/ (props changed) Modified:

svn commit: r315356 - in stable/10: rescue/rescue tools/build/mk

2017-03-15 Thread Ngie Cooper
Author: ngie Date: Thu Mar 16 02:02:33 2017 New Revision: 315356 URL: https://svnweb.freebsd.org/changeset/base/315356 Log: MFC r315113: Conditionally compile [additional] programs into rescue(8) if requested Trivial oversight missed in r314240 cleanup because I enable these knobs on

svn commit: r315355 - stable/10/sbin/devfs

2017-03-15 Thread Ngie Cooper
Author: ngie Date: Thu Mar 16 01:59:43 2017 New Revision: 315355 URL: https://svnweb.freebsd.org/changeset/base/315355 Log: MFC r314924: sbin/devfs: clarify usage - Note existence of -m option. - Note that -s applies to rule keyword, only, by adding usage text specifically for

svn commit: r315353 - stable/10/tools/build/mk

2017-03-15 Thread Ngie Cooper
Author: ngie Date: Thu Mar 16 01:58:09 2017 New Revision: 315353 URL: https://svnweb.freebsd.org/changeset/base/315353 Log: MFC r315111: Remove /rescue/iscsictl and /rescue/iscsid if MK_ISCSI == no Modified: stable/10/tools/build/mk/OptionalObsoleteFiles.inc Directory Properties:

svn commit: r315351 - stable/10/tools/build/mk

2017-03-15 Thread Ngie Cooper
Author: ngie Date: Thu Mar 16 01:56:19 2017 New Revision: 315351 URL: https://svnweb.freebsd.org/changeset/base/315351 Log: MFC r315114: Remove /rescue/zdb if MK_ZFS == no Missed in r202452. Modified: stable/10/tools/build/mk/OptionalObsoleteFiles.inc Directory Properties:

svn commit: r315348 - stable/10/etc/periodic/security

2017-03-15 Thread Ngie Cooper
Author: ngie Date: Thu Mar 16 01:50:11 2017 New Revision: 315348 URL: https://svnweb.freebsd.org/changeset/base/315348 Log: MFC r314895: Only install 900.tcpwrap if MK_INETD != "no" and MK_TCP_WRAPPERS != "no" It relies on output from inetd that is triggered by MK_TCP_WRAPPERS=yes.

svn commit: r315346 - stable/10/etc/periodic/security

2017-03-15 Thread Ngie Cooper
Author: ngie Date: Thu Mar 16 01:47:26 2017 New Revision: 315346 URL: https://svnweb.freebsd.org/changeset/base/315346 Log: MFC r274130: r274130 (by bapt): Avoid installing security.functions with executable bits, periodic(8) will try to execute all files with an executable bit in

svn commit: r315345 - stable/10/sys/kern

2017-03-15 Thread Eric Badger
Author: badger Date: Thu Mar 16 01:41:36 2017 New Revision: 315345 URL: https://svnweb.freebsd.org/changeset/base/315345 Log: MFC r313733: sleepq_catch_signals: do thread suspension before signal check Since locks are dropped when a thread suspends, it's possible for another thread

svn commit: r315343 - stable/10/usr.sbin/mergemaster

2017-03-15 Thread Ngie Cooper
Author: ngie Date: Thu Mar 16 01:38:04 2017 New Revision: 315343 URL: https://svnweb.freebsd.org/changeset/base/315343 Log: MFC r314830: mergemaster: fix description of -p -p only handles updating /etc/master.passwd and /etc/group . No more, no less. Also, mergemaster (and no

svn commit: r315333 - in stable/10/sys: conf dev/ixgbe modules/ix modules/ixv

2017-03-15 Thread Eric Joyner
Author: erj Date: Wed Mar 15 21:20:17 2017 New Revision: 315333 URL: https://svnweb.freebsd.org/changeset/base/315333 Log: ixgbe(4): Update to 3.2.11-k Includes: 1. Support for X553 (Denverton) Ethernet devices. 2. Initialization code refactoring. 3. ixgbe-specific netmap code

svn commit: r315328 - in stable: 10/sys/ofed/drivers/infiniband/hw/mlx4 11/sys/ofed/drivers/infiniband/hw/mlx4

2017-03-15 Thread Dimitry Andric
Author: dim Date: Wed Mar 15 19:50:58 2017 New Revision: 315328 URL: https://svnweb.freebsd.org/changeset/base/315328 Log: MFC r310232: After r310171, the kernel version of sscanf() has format string checking enabled. This results in a -Werror warning in mlx4ib: