svn commit: r365932 - head/sys/sys

2020-09-20 Thread Jessica Clarke
Author: jrtc27 Date: Sun Sep 20 23:20:18 2020 New Revision: 365932 URL: https://svnweb.freebsd.org/changeset/base/365932 Log: atomic_common.h: Fix the volatile qualifier placement in atomic_load_ptr This was broken in r357940 which introduced the __typeof use. We need the volatile

svn commit: r365931 - head/sys/amd64/amd64

2020-09-20 Thread Konstantin Belousov
Author: kib Date: Sun Sep 20 22:16:24 2020 New Revision: 365931 URL: https://svnweb.freebsd.org/changeset/base/365931 Log: amd64 pmap: handle cases where pml4 page table page is not allocated. Possible in LA57 pmap config. Noted by: alc Reviewed by: alc, markj Sponsored by:

svn commit: r365930 - in head/sys: net/route netinet netinet6

2020-09-20 Thread Alexander V. Chernikov
Author: melifaro Date: Sun Sep 20 21:32:52 2020 New Revision: 365930 URL: https://svnweb.freebsd.org/changeset/base/365930 Log: Remove unused nhop_ref_any() function. Remove "opt_mpath.h" header where not needed. No functional changes. Modified: head/sys/net/route/nhop_ctl.c

svn commit: r365929 - head/sys/arm64/conf

2020-09-20 Thread Michal Meloun
Author: mmel Date: Sun Sep 20 17:28:24 2020 New Revision: 365929 URL: https://svnweb.freebsd.org/changeset/base/365929 Log: Adjust DMA alignment for USB stack. It should be at least as large as the maximum value of caheline size for currently known CPUs. MFC after:2 weeks

svn commit: r365927 - head/sys/arm/allwinner

2020-09-20 Thread Emmanuel Vadot
Author: manu Date: Sun Sep 20 16:11:38 2020 New Revision: 365927 URL: https://svnweb.freebsd.org/changeset/base/365927 Log: arm: allwinner: aw_nmi: Fix wrong logic when we disable the nmi MFC after:1 week Modified: head/sys/arm/allwinner/aw_nmi.c Modified:

Re: svn commit: r365643 - head/bin/cp

2020-09-20 Thread Rick Macklem
Alan Somers wrote: >On Sat, Sep 19, 2020 at 5:32 PM Konstantin Belousov >mailto:kostik...@gmail.com>> wrote: >On Sat, Sep 19, 2020 at 11:18:56PM +, Rick Macklem wrote: >> Alan Somers wrote: >> >On Fri, Sep 11, 2020 at 3:52 PM Rick Macklem >>

svn commit: r365926 - in head/sys: arm/include mips/include powerpc/include riscv/include x86/include

2020-09-20 Thread Michal Meloun
Author: mmel Date: Sun Sep 20 15:11:52 2020 New Revision: 365926 URL: https://svnweb.freebsd.org/changeset/base/365926 Log: Add missing assignment forgotten in r365899 Noticed by: mav MFC after:1 month MFC with: r365899 Modified: head/sys/arm/include/bus.h

svn commit: r365925 - head/sys/net/route

2020-09-20 Thread Alexander V. Chernikov
Author: melifaro Date: Sun Sep 20 12:31:48 2020 New Revision: 365925 URL: https://svnweb.freebsd.org/changeset/base/365925 Log: Fix gw updates / flag updates during route changes. * Zero gw_sdl if switching to interface route - the assumption that underlying storage is zeroed is