Re: svn commit: r348484 - head/sys/vm

2019-05-31 Thread Kubilay Kocak
On 1/06/2019 7:02 am, Doug Moore wrote: Author: dougm Date: Fri May 31 21:02:42 2019 New Revision: 348484 URL: https://svnweb.freebsd.org/changeset/base/348484 Log: The function vm_phys_free_contig invokes vm_phys_free_pages for every power-of-two page block it frees, launching an

svn commit: r348491 - in head/sys/dev/cxgbe: cxgbei tom

2019-05-31 Thread Navdeep Parhar
Author: np Date: Sat Jun 1 03:03:48 2019 New Revision: 348491 URL: https://svnweb.freebsd.org/changeset/base/348491 Log: cxgbe/t4_tom: adjust the hardware receive window to match changes to the receive sockbuf's high water mark. Calculate rx credits on the spot instead of tracking

svn commit: r348490 - head/sys/powerpc/aim

2019-05-31 Thread Justin Hibbits
Author: jhibbits Date: Sat Jun 1 01:40:14 2019 New Revision: 348490 URL: https://svnweb.freebsd.org/changeset/base/348490 Log: powerpc/moea: Fix moea64 native VA invalidation Summary: moea64_insert_pteg_native()'s invalidation only works by happenstance. The purpose of the shifts and

svn commit: r348489 - in head/sys: conf dev/random dev/virtio/random

2019-05-31 Thread Conrad Meyer
Author: cem Date: Sat Jun 1 01:22:21 2019 New Revision: 348489 URL: https://svnweb.freebsd.org/changeset/base/348489 Log: random(4): Fix RANDOM_LOADABLE build I introduced an obvious compiler error in r346282, so this change fixes that. Unfortunately, RANDOM_LOADABLE isn't covered

Re: svn commit: r344648 - in head: . sys/kern sys/sys

2019-05-31 Thread Warner Losh
When we move to git, stuff like this just won't matter. So it's hard to get worked up about it now... and even if we weren't heading that way, the history preserved is so small as to say more than "meh" here. There is too little ROI to get worked up about. Warner On Fri, May 31, 2019, 4:56 PM

Re: svn commit: r344648 - in head: . sys/kern sys/sys

2019-05-31 Thread Kevin Bowling
The vast majority of contributors don't enjoy nit-picking on these trivialities. If the broader developer community is not rallying for the revert and some core conspiracy doesn't care about it either, that forms the de facto opinion of the FreeBSD community of today that this is trivial and

svn commit: r348486 - head/sys/conf

2019-05-31 Thread Warner Losh
Author: imp Date: Fri May 31 22:57:20 2019 New Revision: 348486 URL: https://svnweb.freebsd.org/changeset/base/348486 Log: Defer evaluation of modified until after it's set With the reorg r348175, we now look at modified before it is set. Rearrange things so that we can set

Re: svn commit: r344648 - in head: . sys/kern sys/sys

2019-05-31 Thread Rodney W. Grimes
> I know of several people that have blocked your mail. Maybe a moment > for reflection on your attitude and approach if you want to be taken > seriously. I would consider repository damange and abuse to be VERY serious. I would also consider the treatmeant I am seeing of danfe boarder line on

Re: svn commit: r344648 - in head: . sys/kern sys/sys

2019-05-31 Thread Kevin Bowling
I know of several people that have blocked your mail. Maybe a moment for reflection on your attitude and approach if you want to be taken seriously. On Fri, May 31, 2019 at 8:50 AM Alexey Dokuchaev wrote: > > On Fri, May 31, 2019 at 03:20:50PM +, Brooks Davis wrote: > > On Fri, May 24, 2019

svn commit: r348484 - head/sys/vm

2019-05-31 Thread Doug Moore
Author: dougm Date: Fri May 31 21:02:42 2019 New Revision: 348484 URL: https://svnweb.freebsd.org/changeset/base/348484 Log: The function vm_phys_free_contig invokes vm_phys_free_pages for every power-of-two page block it frees, launching an unsuccessful search for a buddy to pair up with

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

2019-05-31 Thread Konstantin Belousov
Author: kib Date: Fri May 31 18:53:04 2019 New Revision: 348476 URL: https://svnweb.freebsd.org/changeset/base/348476 Log: Simplify flow of pmap_demote_pde_locked() and add more comprehensive debugging checks. In particular, - Move the code to handle failure to allocate page table page

svn commit: r348474 - head/release/tools

2019-05-31 Thread Glen Barber
Author: gjb Date: Fri May 31 18:40:19 2019 New Revision: 348474 URL: https://svnweb.freebsd.org/changeset/base/348474 Log: Revert r348438. The fix to override the default python version when building the sysutils/py-google-compute-engine did not work, and there are still issues that

svn commit: r348473 - head/sys/netinet/netdump

2019-05-31 Thread Mark Johnston
Author: markj Date: Fri May 31 18:29:12 2019 New Revision: 348473 URL: https://svnweb.freebsd.org/changeset/base/348473 Log: netdump: Buffer pages to avoid calling netdump_send() on each 4KB write. netdump waits for acknowledgement from the server for each write. When dumping page table

svn commit: r348472 - head/usr.sbin/bhyve

2019-05-31 Thread John Baldwin
Author: jhb Date: Fri May 31 18:00:44 2019 New Revision: 348472 URL: https://svnweb.freebsd.org/changeset/base/348472 Log: Whitespace cleanups, no functional change. Modified: head/usr.sbin/bhyve/pci_emul.c Modified: head/usr.sbin/bhyve/pci_emul.c

svn commit: r348471 - head/stand/libsa/zfs

2019-05-31 Thread Kyle Evans
Author: kevans Date: Fri May 31 17:44:22 2019 New Revision: 348471 URL: https://svnweb.freebsd.org/changeset/base/348471 Log: stand: zfs: Free bouncebuf on error path in vdev_read r344226 inadvertently added this path in which we return from failure on an lseek and do not free bouncebuf

Re: svn commit: r348421 - head/sys/kern

2019-05-31 Thread Konstantin Belousov
On Thu, May 30, 2019 at 08:14:42PM -0700, Benjamin Kaduk wrote: > On Thu, May 30, 2019 at 8:04 AM Konstantin Belousov wrote: > > > Author: kib > > Date: Thu May 30 15:04:09 2019 > > New Revision: 348421 > > URL: https://svnweb.freebsd.org/changeset/base/348421 > > > > Log: > > Silence witness

Re: svn commit: r344648 - in head: . sys/kern sys/sys

2019-05-31 Thread Alexey Dokuchaev
On Fri, May 31, 2019 at 03:20:50PM +, Brooks Davis wrote: > On Fri, May 24, 2019 at 09:11:36AM +, Alexey Dokuchaev wrote: > > On Sun, Mar 10, 2019 at 03:11:40PM +, Alexey Dokuchaev wrote: > > > On Thu, Feb 28, 2019 at 07:47:51AM +, Alexey Dokuchaev wrote: > > > > On Wed, Feb 27,

svn commit: r348459 - in head: sbin/devd sys/dev/acpica

2019-05-31 Thread Mark Johnston
Author: markj Date: Fri May 31 15:44:33 2019 New Revision: 348459 URL: https://svnweb.freebsd.org/changeset/base/348459 Log: acpi_dock(4): Notify devd(8) on dock status change. PR: 238138 Submitted by: Muhammad Kaisar Arkhan MFC after:2 weeks Modified:

Re: svn commit: r344648 - in head: . sys/kern sys/sys

2019-05-31 Thread Brooks Davis
On Fri, May 24, 2019 at 09:11:36AM +, Alexey Dokuchaev wrote: > On Sun, Mar 10, 2019 at 03:11:40PM +, Alexey Dokuchaev wrote: > > On Thu, Feb 28, 2019 at 07:47:51AM +, Alexey Dokuchaev wrote: > > > On Wed, Feb 27, 2019 at 10:56:55PM +, Mateusz Guzik wrote: > > > > New Revision:

svn commit: r348457 - head/sys/vm

2019-05-31 Thread Mark Johnston
Author: markj Date: Fri May 31 14:59:40 2019 New Revision: 348457 URL: https://svnweb.freebsd.org/changeset/base/348457 Log: Remove a redundant vm_page_remove() call. vm_page_free_prep() removes the page from its object. No functional change intended. Reviewed by: alc, kib MFC

svn commit: r348456 - head/sys/conf

2019-05-31 Thread Ed Maste
Author: emaste Date: Fri May 31 13:54:01 2019 New Revision: 348456 URL: https://svnweb.freebsd.org/changeset/base/348456 Log: newvers.sh correct typo from r348175 Modified: head/sys/conf/newvers.sh Modified: head/sys/conf/newvers.sh