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

2018-04-01 Thread Tijl Coosemans
On Sat, 31 Mar 2018 18:54:32 -0400 Mark Johnston wrote: > On Sat, Mar 31, 2018 at 08:21:18PM +0200, Tijl Coosemans wrote: > > On Thu, 29 Mar 2018 14:27:40 + (UTC) Mark Johnston > > wrote: > > > Author: markj > > > Date: Thu Mar 29 14:27:40 2018 > > >

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

2018-04-01 Thread Mark Johnston
On Sun, Apr 01, 2018 at 05:20:21PM +0200, Tijl Coosemans wrote: > On Sat, 31 Mar 2018 18:54:32 -0400 Mark Johnston wrote: > > On Sat, Mar 31, 2018 at 08:21:18PM +0200, Tijl Coosemans wrote: > > > On Thu, 29 Mar 2018 14:27:40 + (UTC) Mark Johnston > > >

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

2018-04-01 Thread Mark Johnston
On Sat, Mar 31, 2018 at 11:33:48AM +0200, Harry Schmalzbauer wrote: > Bezüglich Sean Bruno's Nachricht vom 11.10.2017 00:21 (localtime): > > Author: sbruno > > Date: Tue Oct 10 22:21:05 2017 > > New Revision: 324508 > > URL: https://svnweb.freebsd.org/changeset/base/324508 > > > > Log: > >

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

2018-04-01 Thread Tijl Coosemans
On Sun, 1 Apr 2018 12:27:03 -0400 Mark Johnston wrote: > On Sun, Apr 01, 2018 at 05:20:21PM +0200, Tijl Coosemans wrote: >> On Sat, 31 Mar 2018 18:54:32 -0400 Mark Johnston wrote: >>> On Sat, Mar 31, 2018 at 08:21:18PM +0200, Tijl Coosemans wrote:

svn commit: r331866 - stable/11/sys/x86/x86

2018-04-01 Thread Mark Johnston
Author: markj Date: Sun Apr 1 16:42:13 2018 New Revision: 331866 URL: https://svnweb.freebsd.org/changeset/base/331866 Log: MFC r317567 (by cem): x86 MCA: Fix a deadlock in MCA exception processing Modified: stable/11/sys/x86/x86/mca.c Directory Properties: stable/11/ (props changed)

svn commit: r331867 - stable/11/sys/netsmb

2018-04-01 Thread Mark Johnston
Author: markj Date: Sun Apr 1 16:43:30 2018 New Revision: 331867 URL: https://svnweb.freebsd.org/changeset/base/331867 Log: MFC r324102 (by cem): netsmb: Fix buggy/racy smb_strdupin() PR: 222687 Modified: stable/11/sys/netsmb/smb_subr.c Directory Properties: stable/11/ (props

svn commit: r331862 - head/sys/vm

2018-04-01 Thread Jeff Roberson
Author: jeff Date: Sun Apr 1 04:47:05 2018 New Revision: 331862 URL: https://svnweb.freebsd.org/changeset/base/331862 Log: Add the flag ZONE_NOBUCKETCACHE. This flag instructions UMA not to keep a cache of fully populated buckets. This will be used in a follow-on commit. The flag

svn commit: r331863 - head/sys/vm

2018-04-01 Thread Jeff Roberson
Author: jeff Date: Sun Apr 1 04:50:05 2018 New Revision: 331863 URL: https://svnweb.freebsd.org/changeset/base/331863 Log: Add a uma cache of free pages in the DEFAULT freepool. This gives us per-cpu alloc and free of pages. The cache is filled with as few trips to the phys allocator as

Re: svn commit: r327954 - in head/sys: amd64/conf conf dev/acpica vm x86/acpica

2018-04-01 Thread Ian Lepore
On Sun, 2018-01-14 at 03:36 +, Jeff Roberson wrote: > Author: jeff > Date: Sun Jan 14 03:36:03 2018 > New Revision: 327954 > URL: https://svnweb.freebsd.org/changeset/base/327954 > > Log: >   Move VM_NUMA_ALLOC and DEVICE_NUMA under the single global config > option NUMA. >    >   Sponsored

svn commit: r331869 - head/sys/dev/nxge

2018-04-01 Thread Ian Lepore
Author: ian Date: Sun Apr 1 18:53:27 2018 New Revision: 331869 URL: https://svnweb.freebsd.org/changeset/base/331869 Log: Fix the build on arches with default unsigned char. Capture the fubyte() return value in an int as well as the char, and test the full int value for fubyte() failure.

svn commit: r331868 - in head/sys/modules: i2c/iicbus i2c/isl spi/at45d spi/mx25l spi/spibus

2018-04-01 Thread Ian Lepore
Author: ian Date: Sun Apr 1 18:22:24 2018 New Revision: 331868 URL: https://svnweb.freebsd.org/changeset/base/331868 Log: Add opt_platform.h for several modules that have #ifdef FDT in the source. Submitted by: Andre Albsmeier Modified:

svn commit: r331871 - head/sys/vm

2018-04-01 Thread Gleb Smirnoff
Author: glebius Date: Mon Apr 2 05:11:59 2018 New Revision: 331871 URL: https://svnweb.freebsd.org/changeset/base/331871 Log: Handle a special case when a slab can fit only one allocation, and zone has a large alignment. With alignment taken into account uk_rsize will be greater than space

svn commit: r331872 - head/sys/vm

2018-04-01 Thread Gleb Smirnoff
Author: glebius Date: Mon Apr 2 05:14:31 2018 New Revision: 331872 URL: https://svnweb.freebsd.org/changeset/base/331872 Log: In uma_startup_count() handle special case when zone will fit into single slab, but with alignment adjustment it won't. Again, when there is only one item in a slab

svn commit: r331873 - head/sys/vm

2018-04-01 Thread Gleb Smirnoff
Author: glebius Date: Mon Apr 2 05:15:25 2018 New Revision: 331873 URL: https://svnweb.freebsd.org/changeset/base/331873 Log: Use UMA_SLAB_SPACE macro. No functional change here. Modified: head/sys/vm/uma_core.c Modified: head/sys/vm/uma_core.c

svn commit: r331870 - stable/11/sys/dev/ispfw

2018-04-01 Thread Alexander Motin
Author: mav Date: Sun Apr 1 22:59:53 2018 New Revision: 331870 URL: https://svnweb.freebsd.org/changeset/base/331870 Log: MFC r330292: Update QLogic ISP 24xx/25xx chips firmware to 8.07.00. Modified: stable/11/sys/dev/ispfw/asm_2400.h stable/11/sys/dev/ispfw/asm_2500.h Directory