svn commit: r366182 - stable/12/sys/dev/usb/controller

2020-09-26 Thread Hans Petter Selasky
Author: hselasky Date: Sat Sep 26 08:44:16 2020 New Revision: 366182 URL: https://svnweb.freebsd.org/changeset/base/366182 Log: MFC r365918: Fix for use of the XHCI driver on Cortex-A72 by adding a missing cache flush operation before writing to the XHCI_ERSTBA_LO/HI register(s). PR:

Re: svn commit: r366186 - in head/usr.sbin: bsdconfig/share/media bsdinstall/scripts

2020-09-26 Thread Scott Long
> On Sep 26, 2020, at 1:22 PM, Warner Losh wrote: > > > > I am the wrong person to answer that question. > > In this case, things have not become lame. For instance, the names > ervers for se.freebsd.org work fine, but ftp3.se and ftp6.se records are > removed. Same for ru.freebsd.org

Re: svn commit: r366186 - in head/usr.sbin: bsdconfig/share/media bsdinstall/scripts

2020-09-26 Thread Scott Long
> On Sep 26, 2020, at 5:24 PM, Rodney W. Grimes > wrote: > >  >> >> On Sep 26, 2020, at 1:22 PM, Warner Losh wrote: >>> >>> >>> >>> I am the wrong person to answer that question. >>> >>> In this case, things have not become lame. For instance, the names >>> ervers for

svn commit: r366183 - stable/11/sys/dev/usb/controller

2020-09-26 Thread Hans Petter Selasky
Author: hselasky Date: Sat Sep 26 08:45:08 2020 New Revision: 366183 URL: https://svnweb.freebsd.org/changeset/base/366183 Log: MFC r365918: Fix for use of the XHCI driver on Cortex-A72 by adding a missing cache flush operation before writing to the XHCI_ERSTBA_LO/HI register(s). PR:

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

2020-09-26 Thread Warner Losh
On Sat, Sep 26, 2020 at 12:58 PM Benjamin Kaduk wrote: > On Sat, Sep 26, 2020 at 11:55 AM Warner Losh wrote: > >> And there's the rub: how did this file come to exist? I'm certain it isn't >> booting or shutting down the system based on when devfs is mounted (before >> init) and unmounted (it's

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

2020-09-26 Thread Benjamin Kaduk
On Sat, Sep 26, 2020 at 12:35 PM Warner Losh wrote: > > > On Sat, Sep 26, 2020 at 12:58 PM Benjamin Kaduk wrote: > >> On Sat, Sep 26, 2020 at 11:55 AM Warner Losh wrote: >> >>> And there's the rub: how did this file come to exist? I'm certain it >>> isn't >>> booting or shutting down the

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

2020-09-26 Thread Warner Losh
On Sat, Sep 26, 2020, 1:50 PM Benjamin Kaduk wrote: > On Sat, Sep 26, 2020 at 12:35 PM Warner Losh wrote: > >> >> >> On Sat, Sep 26, 2020 at 12:58 PM Benjamin Kaduk >> wrote: >> >>> On Sat, Sep 26, 2020 at 11:55 AM Warner Losh wrote: >>> And there's the rub: how did this file come to

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

2020-09-26 Thread Rodney W. Grimes
> On Sat, Sep 26, 2020 at 12:58 PM Benjamin Kaduk wrote: > > > On Sat, Sep 26, 2020 at 11:55 AM Warner Losh wrote: > > > >> And there's the rub: how did this file come to exist? I'm certain it isn't > >> booting or shutting down the system based on when devfs is mounted (before > >> init) and

svn commit: r366188 - head/sys/mips/include

2020-09-26 Thread Justin Hibbits
Author: jhibbits Date: Sat Sep 26 21:47:11 2020 New Revision: 366188 URL: https://svnweb.freebsd.org/changeset/base/366188 Log: Check for the only 32-bit MIPS ABIs we support, rather than !n64 There may be additional 64-bit ABIs supported, so use a positive check rather than a negative

svn commit: r366187 - releng/12.2/sbin/growfs

2020-09-26 Thread Kirk McKusick
Author: mckusick Date: Sat Sep 26 21:45:33 2020 New Revision: 366187 URL: https://svnweb.freebsd.org/changeset/base/366187 Log: MFS of 366163 from stable/12 which is MFC of 365992 from head. Update check-hash when doing large UFS filesystem expansions. Approved by: re@ (Glen Barber)

svn commit: r366189 - head/sys/fs/nfsserver

2020-09-26 Thread Rick Macklem
Author: rmacklem Date: Sat Sep 26 23:05:38 2020 New Revision: 366189 URL: https://svnweb.freebsd.org/changeset/base/366189 Log: Bjorn reported a problem where the Linux NFSv4.1 client is using an open_to_lock_owner4 when that lock_owner4 has already been created by a previous

Re: svn commit: r366186 - in head/usr.sbin: bsdconfig/share/media bsdinstall/scripts

2020-09-26 Thread Rodney W. Grimes
> > > On Sep 26, 2020, at 1:22 PM, Warner Losh wrote: > > > > > > > > I am the wrong person to answer that question. > > > > In this case, things have not become lame. For instance, the names > > ervers for se.freebsd.org work fine, but ftp3.se and ftp6.se records are > > removed. Same

svn commit: r366186 - in head/usr.sbin: bsdconfig/share/media bsdinstall/scripts

2020-09-26 Thread Niclas Zeising
Author: zeising (doc,ports committer) Date: Sat Sep 26 16:27:09 2020 New Revision: 366186 URL: https://svnweb.freebsd.org/changeset/base/366186 Log: bsdconfig, bsdinstall: Prune dead mirrors Prune dead mirrors from the list of mirrors in bsdconfig and bsdinstall. All these return

Re: svn commit: r366186 - in head/usr.sbin: bsdconfig/share/media bsdinstall/scripts

2020-09-26 Thread Rodney W. Grimes
> On 2020-09-26 20:12, Rodney W. Grimes wrote: > >> Author: zeising (doc,ports committer) > >> Date: Sat Sep 26 16:27:09 2020 > >> New Revision: 366186 > >> URL: https://svnweb.freebsd.org/changeset/base/366186 > >> > >> Log: > >>bsdconfig, bsdinstall: Prune dead mirrors > >> > >>Prune

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

2020-09-26 Thread Benjamin Kaduk
On Sat, Sep 26, 2020 at 11:55 AM Warner Losh wrote: > And there's the rub: how did this file come to exist? I'm certain it isn't > booting or shutting down the system based on when devfs is mounted (before > init) and unmounted (it's not done by the shutdown scripts). Now, it's > always possible

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

2020-09-26 Thread Rodney W. Grimes
> On Fri, 2020-09-25 at 10:55 -0700, Rodney W. Grimes wrote: > > > I was under the impression from previous reading and kib's response > > > that this is a complete non-issue, there's no way you can go > > > multi-user without a mounted /dev and we go to somewhat great > > > lengths to make sure

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

2020-09-26 Thread Warner Losh
On Sat, Sep 26, 2020 at 11:02 AM Rodney W. Grimes wrote: > > > On Fri, 2020-09-25 at 10:55 -0700, Rodney W. Grimes wrote: > > > > I was under the impression from previous reading and kib's response > > > > that this is a complete non-issue, there's no way you can go > > > > multi-user without a

Re: svn commit: r366186 - in head/usr.sbin: bsdconfig/share/media bsdinstall/scripts

2020-09-26 Thread Niclas Zeising
On 2020-09-26 20:28, Rodney W. Grimes wrote: On 2020-09-26 20:12, Rodney W. Grimes wrote: Author: zeising (doc,ports committer) Date: Sat Sep 26 16:27:09 2020 New Revision: 366186 URL: https://svnweb.freebsd.org/changeset/base/366186 Log: bsdconfig, bsdinstall: Prune dead mirrors

Re: svn commit: r366186 - in head/usr.sbin: bsdconfig/share/media bsdinstall/scripts

2020-09-26 Thread Rodney W. Grimes
> Author: zeising (doc,ports committer) > Date: Sat Sep 26 16:27:09 2020 > New Revision: 366186 > URL: https://svnweb.freebsd.org/changeset/base/366186 > > Log: > bsdconfig, bsdinstall: Prune dead mirrors > > Prune dead mirrors from the list of mirrors in bsdconfig and bsdinstall. > All

svn commit: r366185 - stable/12

2020-09-26 Thread Glen Barber
Author: gjb Date: Sat Sep 26 14:44:58 2020 New Revision: 366185 URL: https://svnweb.freebsd.org/changeset/base/366185 Log: Record svn:mergeinfo for r365992. Sponsored by: Rubicon Communications, LLC (netgate.com) Modified: Directory Properties: stable/12/ (props changed)

Re: svn commit: r366186 - in head/usr.sbin: bsdconfig/share/media bsdinstall/scripts

2020-09-26 Thread Niclas Zeising
On 2020-09-26 20:12, Rodney W. Grimes wrote: Author: zeising (doc,ports committer) Date: Sat Sep 26 16:27:09 2020 New Revision: 366186 URL: https://svnweb.freebsd.org/changeset/base/366186 Log: bsdconfig, bsdinstall: Prune dead mirrors Prune dead mirrors from the list of mirrors in

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

2020-09-26 Thread Konstantin Belousov
On Sat, Sep 26, 2020 at 10:02:10AM -0700, Rodney W. Grimes wrote: > > > On Fri, 2020-09-25 at 10:55 -0700, Rodney W. Grimes wrote: > > > > I was under the impression from previous reading and kib's response > > > > that this is a complete non-issue, there's no way you can go > > > > multi-user

svn commit: r366184 - stable/12

2020-09-26 Thread Glen Barber
Author: gjb Date: Sat Sep 26 14:43:53 2020 New Revision: 366184 URL: https://svnweb.freebsd.org/changeset/base/366184 Log: Revert r366166, which records svn:mergeinfo for the wrong revision in question. Pointyhat:gjb (myself) Sponsored by: Rubicon Communications, LLC (netgate.com)

Re: svn commit: r366186 - in head/usr.sbin: bsdconfig/share/media bsdinstall/scripts

2020-09-26 Thread Warner Losh
On Sat, Sep 26, 2020 at 12:54 PM Niclas Zeising wrote: > On 2020-09-26 20:28, Rodney W. Grimes wrote: > >> On 2020-09-26 20:12, Rodney W. Grimes wrote: > Author: zeising (doc,ports committer) > Date: Sat Sep 26 16:27:09 2020 > New Revision: 366186 > URL:

svn commit: r366190 - in stable/12: sys/fs/fuse tests/sys/fs/fusefs

2020-09-26 Thread Alan Somers
Author: asomers Date: Sun Sep 27 02:59:28 2020 New Revision: 366190 URL: https://svnweb.freebsd.org/changeset/base/366190 Log: MFC r366121: fusefs: fix mmap'd writes in direct_io mode If a FUSE server returns FOPEN_DIRECT_IO in response to FUSE_OPEN, that instructs the kernel to