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

2020-09-30 Thread Kristof Provost
Author: kp Date: Wed Sep 30 08:23:43 2020 New Revision: 366284 URL: https://svnweb.freebsd.org/changeset/base/366284 Log: riscv: Panic on PMP errors Load/store/fetch access exceptions always indicate a violation of a PMP rule. We can't treat those as page faults, because updating the page

svn commit: r366285 - head/contrib/ipfilter/lib

2020-09-30 Thread Cy Schubert
Author: cy Date: Wed Sep 30 08:26:00 2020 New Revision: 366285 URL: https://svnweb.freebsd.org/changeset/base/366285 Log: Resurrect ipfilter's getifname, replacing the stub with the real function. MFC after:2 months Modified: head/contrib/ipfilter/lib/getifname.c Modified: head/co

svn commit: r366286 - head/contrib/ipfilter/lib

2020-09-30 Thread Cy Schubert
Author: cy Date: Wed Sep 30 08:26:22 2020 New Revision: 366286 URL: https://svnweb.freebsd.org/changeset/base/366286 Log: ipfilter getifname ifdef cleanup. MFC after:2 months Modified: head/contrib/ipfilter/lib/getifname.c Modified: head/contrib/ipfilter/lib/getifname.c

svn commit: r366287 - head/sys/contrib/ipfilter/netinet

2020-09-30 Thread Cy Schubert
Author: cy Date: Wed Sep 30 08:26:25 2020 New Revision: 366287 URL: https://svnweb.freebsd.org/changeset/base/366287 Log: Continued ipfilter #ifdef cleanup. The r343701 log entry contains a complete description. MFC after:1 week Modified: head/sys/contrib/ipfilter/netinet/ip_nat.c

svn commit: r366291 - head/sys/gdb

2020-09-30 Thread Conrad Meyer
Author: cem Date: Wed Sep 30 14:55:54 2020 New Revision: 366291 URL: https://svnweb.freebsd.org/changeset/base/366291 Log: gdb(4): Don't escape GDB special characters at application layer In r351368, we introduced this XML- and GDB-encoded data. The protocol 'offset' should reflex the lo

Re: svn commit: r366291 - head/sys/gdb

2020-09-30 Thread Conrad Meyer
On Wed, Sep 30, 2020 at 7:56 AM Conrad Meyer wrote: > Author: cem > Date: Wed Sep 30 14:55:54 2020 > New Revision: 366291 > URL: https://svnweb.freebsd.org/changeset/base/366291 > > Log: > gdb(4): Don't escape GDB special characters at application layer > > In r351368, we introduced this XML-

Re: svn commit: r366161 - head/sys/dev/extres/syscon

2020-09-30 Thread Ed Maste
On Fri, 25 Sep 2020 at 12:44, Michal Meloun wrote: > > Author: mmel > Date: Fri Sep 25 16:44:01 2020 > New Revision: 366161 > URL: https://svnweb.freebsd.org/changeset/base/366161 The pine64 in CI is currently broken, panicking at boot with: panic: mutex aw_syscon0 owned at /usr/src/sys/dev/extre

svn commit: r366293 - head/sys/kern

2020-09-30 Thread Mateusz Guzik
Author: mjg Date: Wed Sep 30 17:08:34 2020 New Revision: 366293 URL: https://svnweb.freebsd.org/changeset/base/366293 Log: cache: push the lock into cache_purge_impl Modified: head/sys/kern/vfs_cache.c Modified: head/sys/kern/vfs_cache.c ==

svn commit: r366294 - head/sys/dev/acpica

2020-09-30 Thread Emmanuel Vadot
Author: manu Date: Wed Sep 30 17:09:17 2020 New Revision: 366294 URL: https://svnweb.freebsd.org/changeset/base/366294 Log: acpi_resource: support multiple IRQs Some DSDT entries have multiple interrupts for one device. Add support for it. This fixes ahci on NXP LS2160 and genet on R

svn commit: r366295 - head/sys/dev/ahci

2020-09-30 Thread Emmanuel Vadot
Author: manu Date: Wed Sep 30 17:10:49 2020 New Revision: 366295 URL: https://svnweb.freebsd.org/changeset/base/366295 Log: ahci_generic: add quirk for NXP0004 (NXP Layerscape LX2160A) This fixes this error : (aprobe3:ahcich3:0:15:0): NOP FLUSHQUEUE. ACB: 00 00 00 00 00 00 00 00 00 00 00

svn commit: r366296 - head/sys/kern

2020-09-30 Thread John Baldwin
Author: jhb Date: Wed Sep 30 17:49:06 2020 New Revision: 366296 URL: https://svnweb.freebsd.org/changeset/base/366296 Log: Avoid a dubious assignment to bio_data in aio_qbio(). A user pointer is not a suitable value for bio_data and the next block of code always overwrites bio_data anyway

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

2020-09-30 Thread Konstantin Belousov
Author: kib Date: Wed Sep 30 21:12:14 2020 New Revision: 366300 URL: https://svnweb.freebsd.org/changeset/base/366300 Log: pciconf: print PCIe CTL max read request. To not complicate existing parsers, the value is printed on a new output line. Sponsored by: Mellanox Technologies/NVID

svn commit: r366302 - head/sys/kern

2020-09-30 Thread Rick Macklem
Author: rmacklem Date: Thu Oct 1 00:33:44 2020 New Revision: 366302 URL: https://svnweb.freebsd.org/changeset/base/366302 Log: Clip the "len" argument to vn_generic_copy_file_range() at a hole size boundary. By clipping the len argument of vn_generic_copy_file_range() to end at an exac

svn commit: r366303 - head/sys/fs/nfsclient

2020-09-30 Thread Rick Macklem
Author: rmacklem Date: Thu Oct 1 00:47:35 2020 New Revision: 366303 URL: https://svnweb.freebsd.org/changeset/base/366303 Log: Modify the NFSv4.2 VOP_COPY_FILE_RANGE() client call to return after one successful RPC. Without this patch, the NFSv4.2 VOP_COPY_FILE_RANGE() client call would

svn commit: r366304 - in head: cddl gnu/usr.bin/dialog lib/googletest lib/libcam/tests lib/libcrypt/tests lib/libiconv_modules lib/libkvm lib/libkvm/tests lib/libpathconv/tests lib/libproc/tests li...

2020-09-30 Thread Kyle Evans
Author: kevans Date: Thu Oct 1 01:10:51 2020 New Revision: 366304 URL: https://svnweb.freebsd.org/changeset/base/366304 Log: Do a sweep and remove most WARNS=6 settings Repeating the default WARNS here makes it slightly more difficult to experiment with default WARNS changes, e.g. if we

svn commit: r366309 - in head: contrib/nvi contrib/nvi/catalog contrib/nvi/cl contrib/nvi/common contrib/nvi/ex contrib/nvi/files contrib/nvi/regex contrib/nvi/vi usr.bin/vi usr.bin/vi/catalog

2020-09-30 Thread Baptiste Daroussin
Author: bapt Date: Thu Oct 1 04:46:23 2020 New Revision: 366309 URL: https://svnweb.freebsd.org/changeset/base/366309 Log: Update nvi to 2.2.0-05ed8b9 This version incorporates many fixes in particular a fix for vi -w Another approach was proposed to merge those fixes (see review), I fin