svn commit: r353463 - head/sys/vm

2019-10-12 Thread Konstantin Belousov
Author: kib Date: Sun Oct 13 06:56:45 2019 New Revision: 353463 URL: https://svnweb.freebsd.org/changeset/base/353463 Log: Restore nofaulting operations after r352807 The TDP_NOFAULTING flag should be checked in vm_fault(), not in vm_fault_trap(). Otherwise kernel accesses to userspace,

svn commit: r353462 - head/usr.sbin/pciconf

2019-10-12 Thread Scott Long
Author: scottl Date: Sun Oct 13 05:11:53 2019 New Revision: 353462 URL: https://svnweb.freebsd.org/changeset/base/353462 Log: Fix the botched field ordering in the last commit. While here, fix whitespace, and also reorder the fields so they are easier to read on an 80 column display (the li

svn commit: r353461 - head/sys/netinet6

2019-10-12 Thread Gleb Smirnoff
Author: glebius Date: Sun Oct 13 04:25:16 2019 New Revision: 353461 URL: https://svnweb.freebsd.org/changeset/base/353461 Log: Don't cover in6_ifattach() with network epoch, as it may call into network drivers ioctls, that may sleep. PR: 241223 Modified: head/sys/netinet6/in6

Re: svn commit: r353456 - head/usr.sbin/pciconf

2019-10-12 Thread Scott Long
> On Oct 12, 2019, at 7:10 PM, Rodney W. Grimes > wrote: > >> Author: scottl >> Date: Sat Oct 12 22:27:57 2019 >> New Revision: 353456 >> URL: https://svnweb.freebsd.org/changeset/base/353456 >> >> Log: >> Change from the non-standard nomenclature of "chip" and "card" to the >> standard nom

Re: svn commit: r353456 - head/usr.sbin/pciconf

2019-10-12 Thread Rodney W. Grimes
> Author: scottl > Date: Sat Oct 12 22:27:57 2019 > New Revision: 353456 > URL: https://svnweb.freebsd.org/changeset/base/353456 > > Log: > Change from the non-standard nomenclature of "chip" and "card" to the > standard nomenclature of "device" and "vendor" with the "sub" variants. > This c

svn commit: r353460 - head/sys/netpfil/pf

2019-10-12 Thread Mark Johnston
Author: markj Date: Sun Oct 13 00:08:17 2019 New Revision: 353460 URL: https://svnweb.freebsd.org/changeset/base/353460 Log: Fix the build after r353458. MFC with: r353458 Sponsored by: The FreeBSD Foundation Modified: head/sys/netpfil/pf/pf.c Modified: head/sys/netpfil/pf/pf.c ==

Re: svn commit: r346017 - in head: libexec/rc libexec/rc/rc.d share/man/man5

2019-10-12 Thread Rodney W. Grimes
> On 09/04/2019 20:59, Chris Rees wrote: > > On 9 April 2019 20:55:07 BST, "Rodney W. Grimes" > > wrote: > >>> On 09/04/2019 21:33, Rodney W. Grimes wrote: > I think the trigger issue is: > grep zfs /etc/rc.d/zvol > rcvar="zfs_enable" > required_modules="zfs" > > tha

Re: svn commit: r352707 - in head/sys: conf kern net sys

2019-10-12 Thread Warner Losh
I talked to Gleb and this will move to opt_global.h. this will fix all these problems. Warner On Thu, Sep 26, 2019, 2:08 PM Cy Schubert wrote: > In message <6f50f518-0f8e-4e82-a9e9-b9db14cdb...@www.fastmail.com>, "Josh > Paetz > el" writes: > > > > > > On Thu, Sep 26, 2019, at 12:34 PM, Warner

Re: svn commit: r352707 - in head/sys: conf kern net sys

2019-10-12 Thread Josh Paetzel
On Thu, Sep 26, 2019, at 12:34 PM, Warner Losh wrote: > Kinda my point exactly... > > Warner > > On Thu, Sep 26, 2019 at 11:25 AM Ryan Stone wrote: >> We also shouldn't have ifdef's that change the size of a kernel >> structure that's part of the KBI. Isn't struct epoch_tracker part of >> t

Re: svn commit: r352707 - in head/sys: conf kern net sys

2019-10-12 Thread Cy Schubert
In message <6f50f518-0f8e-4e82-a9e9-b9db14cdb...@www.fastmail.com>, "Josh Paetz el" writes: > > > On Thu, Sep 26, 2019, at 12:34 PM, Warner Losh wrote: > > Kinda my point exactly... > > > > Warner > > > > On Thu, Sep 26, 2019 at 11:25 AM Ryan Stone wrote: > >> We also shouldn't have ifdef's tha

Re: svn commit: r346017 - in head: libexec/rc libexec/rc/rc.d share/man/man5

2019-10-12 Thread Jilles Tjoelker
On Tue, Apr 09, 2019 at 10:24:16PM +0100, Chris Rees wrote: > On 9 April 2019 22:13:29 BST, Chris Rees wrote: > >On 9 April 2019 22:08:35 BST, "Rodney W. Grimes" > > wrote: > >>> On 09/04/2019 20:59, Chris Rees wrote: > >>> > On 9 April 2019 20:55:07 BST, "Rodney W. Grimes" > >> wrote: > >>> >>> O

Re: svn commit: r346017 - in head: libexec/rc libexec/rc/rc.d share/man/man5

2019-10-12 Thread Chris Rees
Hi again, On 9 April 2019 22:13:29 BST, Chris Rees wrote: > > >On 9 April 2019 22:08:35 BST, "Rodney W. Grimes" > wrote: >>> On 09/04/2019 20:59, Chris Rees wrote: >>> > On 9 April 2019 20:55:07 BST, "Rodney W. Grimes" >> wrote: >>> >>> On 09/04/2019 21:33, Rodney W. Grimes wrote: >>> I thin

Re: svn commit: r346017 - in head: libexec/rc libexec/rc/rc.d share/man/man5

2019-10-12 Thread Rodney W. Grimes
> On 9 April 2019 22:08:35 BST, "Rodney W. Grimes" > wrote: > >> On 09/04/2019 20:59, Chris Rees wrote: > >> > On 9 April 2019 20:55:07 BST, "Rodney W. Grimes" > > wrote: > >> >>> On 09/04/2019 21:33, Rodney W. Grimes wrote: > >> I think the trigger issue is: > >> grep zfs /etc/rc.d/zvo

svn commit: r353459 - head/sys/contrib/ncsw/user/env

2019-10-12 Thread Brandon Bergren
Author: bdragon Date: Sat Oct 12 23:16:17 2019 New Revision: 353459 URL: https://svnweb.freebsd.org/changeset/base/353459 Log: Fix read past end of struct in ncsw glue code. The logic in XX_IsPortalIntr() was reading past the end of XX_PInfo. This was causing it to erroneously return 1 in

svn commit: r353458 - in head/sys: modules/pf netpfil/pf

2019-10-12 Thread Mark Johnston
Author: markj Date: Sat Oct 12 23:01:16 2019 New Revision: 353458 URL: https://svnweb.freebsd.org/changeset/base/353458 Log: Add a missing include of opt_sctp.h. MFC after:1 week Sponsored by: The FreeBSD Foundation Modified: head/sys/modules/pf/Makefile head/sys/netpfil/pf/pf.c

svn commit: r353457 - head/sys/netinet6

2019-10-12 Thread Mark Johnston
Author: markj Date: Sat Oct 12 22:58:33 2019 New Revision: 353457 URL: https://svnweb.freebsd.org/changeset/base/353457 Log: Add a missing include of opt_sctp.h. MFC after:1 week Sponsored by: The FreeBSD Foundation Modified: head/sys/netinet6/ip6_forward.c Modified: head/sys/neti

Re: svn commit: r353456 - head/usr.sbin/pciconf

2019-10-12 Thread Shawn Webb
On Sat, Oct 12, 2019 at 10:27:57PM +, Scott Long wrote: > Author: scottl > Date: Sat Oct 12 22:27:57 2019 > New Revision: 353456 > URL: https://svnweb.freebsd.org/changeset/base/353456 > > Log: > Change from the non-standard nomenclature of "chip" and "card" to the > standard nomenclature

svn commit: r353456 - head/usr.sbin/pciconf

2019-10-12 Thread Scott Long
Author: scottl Date: Sat Oct 12 22:27:57 2019 New Revision: 353456 URL: https://svnweb.freebsd.org/changeset/base/353456 Log: Change from the non-standard nomenclature of "chip" and "card" to the standard nomenclature of "device" and "vendor" with the "sub" variants. This changes the printed

svn commit: r353455 - head/lib/csu/powerpc

2019-10-12 Thread Justin Hibbits
Author: jhibbits Date: Sat Oct 12 20:53:40 2019 New Revision: 353455 URL: https://svnweb.freebsd.org/changeset/base/353455 Log: [PowerPC] force applications linked with lib CSU to have .got Summary: This forces applications linked with lib CSU to have a .got, fixing binaries linked with

svn commit: r353454 - head/sys/kern

2019-10-12 Thread Alexander Motin
Author: mav Date: Sat Oct 12 19:03:07 2019 New Revision: 353454 URL: https://svnweb.freebsd.org/changeset/base/353454 Log: Allocate device softc from the device domain. Since we are trying to bind device interrupt threads to the device domain, it should have sense to make memory often acc

Re: svn commit: r353292 - in head/sys: contrib/ipfilter/netinet dev/firewire dev/iicbus dev/usb/net kern net netgraph netinet netinet6 netipsec netpfil/ipfw netpfil/pf ofed/drivers/infiniband/ulp/ipoi

2019-10-12 Thread Kristof Provost
On 11 Oct 2019, at 16:29, Kristof Provost wrote: On 7 Oct 2019, at 15:40, Gleb Smirnoff wrote: Author: glebius Date: Mon Oct 7 22:40:05 2019 New Revision: 353292 URL: https://svnweb.freebsd.org/changeset/base/353292 Log: Widen NET_EPOCH coverage. When epoch(9) was introduced to network st

svn commit: r353453 - head/sys/riscv/riscv

2019-10-12 Thread Philip Paeps
Author: philip Date: Sat Oct 12 18:18:11 2019 New Revision: 353453 URL: https://svnweb.freebsd.org/changeset/base/353453 Log: A comment in subr_devmap.c mentions that devmap_print_table() should be called on bootverbose. Do so on RISV-V too. Submitted by: Nicholas O'Brien Reviewed by:

svn commit: r353452 - head/sys/netinet

2019-10-12 Thread Michael Tuexen
Author: tuexen Date: Sat Oct 12 17:57:03 2019 New Revision: 353452 URL: https://svnweb.freebsd.org/changeset/base/353452 Log: Ensure that local variables are reset to their initial value when dealing with error cases in a loop over all remote addresses. This issue was found and reported by O