daily CVS update output

2016-12-27 Thread NetBSD source update

Updating src tree:
P src/etc/mtree/special
P src/external/bsd/nvi/dist/docs/vi.man/vi.1
P src/lib/libnpf/libnpf.3
P src/lib/libnpf/npf.c
P src/lib/libnpf/npf.h
P src/libexec/httpd/testsuite/html_cmp
P src/libexec/httpd/testsuite/test-simple
P src/share/man/man4/ddb.4
P src/share/man/man4/options.4
P src/sys/arch/vax/conf/GENERIC
P src/sys/arch/vax/conf/INSTALL
P src/sys/arch/vax/conf/VAX780
P src/sys/arch/x86/pci/if_vmx.c
P src/sys/dev/audio.c
P src/sys/dev/audiovar.h
P src/sys/dev/pci/pcidevs
P src/sys/dev/pci/pcidevs.h
P src/sys/dev/pci/pcidevs_data.h
P src/sys/dev/pci/pcireg.h
P src/sys/dev/pci/ixgbe/ixgbe.c
P src/sys/dev/pci/ixgbe/ixgbe_x550.c
P src/sys/kern/kern_module.c
P src/sys/kern/vfs_bio.c
P src/sys/kern/vfs_vnode.c
P src/sys/net/if_spppsubr.c
P src/sys/netinet/in.c
P src/sys/netinet6/in6.c
P src/sys/sys/biohist.h
P src/sys/sys/cdefs.h
P src/sys/ufs/ffs/ffs_vfsops.c
P src/usr.bin/xlint/lint1/cgram.y
P src/usr.bin/xlint/lint1/decl.c
P src/usr.bin/xlint/lint1/externs1.h
P src/usr.bin/xlint/lint1/lint1.h
P src/usr.sbin/npf/npfctl/npf.conf.5
P src/usr.sbin/npf/npfctl/npf_bpf_comp.c
P src/usr.sbin/npf/npfctl/npf_build.c
P src/usr.sbin/npf/npfctl/npf_data.c
P src/usr.sbin/npf/npfctl/npf_parse.y
P src/usr.sbin/npf/npfctl/npf_scan.l
P src/usr.sbin/npf/npfctl/npf_show.c
P src/usr.sbin/npf/npfctl/npfctl.8
P src/usr.sbin/npf/npfctl/npfctl.c
P src/usr.sbin/npf/npfctl/npfctl.h
U src/usr.sbin/npf/npfd/Makefile
U src/usr.sbin/npf/npfd/npfd.c
U src/usr.sbin/npf/npfd/npfd.h
U src/usr.sbin/npf/npfd/npfd_log.c

Updating xsrc tree:


Killing core files:

Running the SUP scanner:
SUP Scan for current starting at Wed Dec 28 03:01:33 2016
SUP Scan for current completed at Wed Dec 28 03:01:46 2016
SUP Scan for mirror starting at Wed Dec 28 03:01:46 2016
SUP Scan for mirror completed at Wed Dec 28 03:04:00 2016



Updating release-6 src tree (netbsd-6):

Updating release-6 xsrc tree (netbsd-6):

Running the SUP scanner:
SUP Scan for release-6 starting at Wed Dec 28 03:06:56 2016
SUP Scan for release-6 completed at Wed Dec 28 03:07:04 2016



Updating release-7 src tree (netbsd-7):
U doc/CHANGES-7.1
P sys/net/npf/lpm.c

Updating release-7 xsrc tree (netbsd-7):

Running the SUP scanner:
SUP Scan for release-7 starting at Wed Dec 28 03:09:15 2016
SUP Scan for release-7 completed at Wed Dec 28 03:09:20 2016




Updating file list:
-rw-rw-r--  1 srcmastr  netbsd  49885601 Dec 28 03:10 ls-lRA.gz


Automated report: NetBSD-current/i386 build success

2016-12-27 Thread NetBSD Test Fixture
The NetBSD-current/i386 build is working again.

The following commits were made between the last failed build and the
successful build:

2016.12.27.13.43.38 christos src/usr.sbin/npf/npfctl/npfctl.c,v 1.49
2016.12.27.13.49.58 christos src/sys/net/if_spppsubr.c,v 1.165

Log files can be found at:


http://releng.NetBSD.org/b5reports/i386/commits-2016.12.html#2016.12.27.13.49.58


Re: -current gets uvmfault during network startup

2016-12-27 Thread Christos Zoulas
In article ,
Paul Goyette   wrote:
>Just for the heck of it, I just tried to boot a 7.99.52 kernel built 
>from today's sources (just a few hours old, updated on 2016-12-27 at 
>04:43:26 UTC).  I got a uvmfault during startup, right after it set my 
>hostname.
>
>The failing process was running ifconfig, and here's the backtrace 
>(copied manually, as sync command resulted in just another uvmfault)
>
>   pfil_run_hooks
>   in_control
>   udp_ioctl_wrapper
>   do_ifioctl
>   soo_ioctl
>   sys_ioctl
>   syscall
>
>I might suspect this to be a result of today's npf changes?

Probably the pfil_run_hooks changes.

christos



Re: CVS commit: src/sys

2016-12-27 Thread Christos Zoulas
On Dec 26,  9:28pm, brad.har...@gmail.com (bch) wrote:
-- Subject: Re: CVS commit: src/sys

| On Dec 26, 2016 15:21, "Christos Zoulas"  wrote:
| 
| Module Name:src
| Committed By:   christos
| Date:   Mon Dec 26 23:21:49 UTC 2016
| 
| Modified Files:
| src/sys/dist/pf/net: pf_if.c
| src/sys/external/bsd/ipf/netinet: ip_fil_netbsd.c
| src/sys/net: if.c if_pppoe.c if_spppsubr.c pfil.c pfil.h
| 
| Log Message:
| pfil(9) improvements to handle address changes:
| 
| 
| My kernel with these changes is faulting (transcribed):
| 
| Panic: kernel diagnostic assertion "(flags &~PFIL_ALL)==0" failed: file
| "/usr/src/sys/net/pfil.c", line 187
| Fatal breakpoint trap in supervisor mode
| ...
| Stopped in PID 78.1 (ipf) at NetBSD: breakpoint+0x5: leave
| 
| Add:
|   PFIL_IFADDR call on interface reconfig (mbuf is ioctl #)
|   PFIL_IFNET  call on interface attach/detach (mbuf is PFIL_IFNET_*)
| 
| from rmind@

Should be fixed now!

christos


Re: CVS commit: src/sys

2016-12-27 Thread bch
On Dec 26, 2016 15:21, "Christos Zoulas"  wrote:

Module Name:src
Committed By:   christos
Date:   Mon Dec 26 23:21:49 UTC 2016

Modified Files:
src/sys/dist/pf/net: pf_if.c
src/sys/external/bsd/ipf/netinet: ip_fil_netbsd.c
src/sys/net: if.c if_pppoe.c if_spppsubr.c pfil.c pfil.h

Log Message:
pfil(9) improvements to handle address changes:


My kernel with these changes is faulting (transcribed):

Panic: kernel diagnostic assertion "(flags &~PFIL_ALL)==0" failed: file
"/usr/src/sys/net/pfil.c", line 187
Fatal breakpoint trap in supervisor mode
...
Stopped in PID 78.1 (ipf) at NetBSD: breakpoint+0x5: leave

Add:
  PFIL_IFADDR call on interface reconfig (mbuf is ioctl #)
  PFIL_IFNET  call on interface attach/detach (mbuf is PFIL_IFNET_*)

from rmind@


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/sys/dist/pf/net/pf_if.c
cvs rdiff -u -r1.19 -r1.20 src/sys/external/bsd/ipf/netinet/ip_fil_netbsd.c
cvs rdiff -u -r1.368 -r1.369 src/sys/net/if.c
cvs rdiff -u -r1.121 -r1.122 src/sys/net/if_pppoe.c
cvs rdiff -u -r1.163 -r1.164 src/sys/net/if_spppsubr.c
cvs rdiff -u -r1.28 -r1.29 src/sys/net/pfil.c
cvs rdiff -u -r1.31 -r1.32 src/sys/net/pfil.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.