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

2019-05-27 Thread Cy Schubert
Author: cy Date: Tue May 28 01:41:08 2019 New Revision: 348320 URL: https://svnweb.freebsd.org/changeset/base/348320 Log: Contuation of r343701, removal of irrelevant #ifdefs. MFC after:1 week Modified: head/sys/contrib/ipfilter/netinet/ip_frag.c head/sys/contrib/ipfilter/netinet/i

svn commit: r348318 - head/sys/vm

2019-05-27 Thread Doug Moore
Author: dougm Date: Tue May 28 00:51:23 2019 New Revision: 348318 URL: https://svnweb.freebsd.org/changeset/base/348318 Log: Reduce the code size and number of ffsl calls in vm_reserv_break. Use xor to find where free ranges begin and end. Tested by: pho Reviewed by:alc Approved by:ma

svn commit: r348316 - head/share/man/man9

2019-05-27 Thread Alan Somers
Author: asomers Date: Mon May 27 23:25:19 2019 New Revision: 348316 URL: https://svnweb.freebsd.org/changeset/base/348316 Log: VOP_ADVLOCK.9: fix description of flags * F_RDLCK, F_UNLCK, and F_WRLCK aren't flags. They're stored in the fl.l_type field. * Add F_REMOTE, added in r177633

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

2019-05-27 Thread Rodney W. Grimes
> On Mon, 2019-05-27 at 14:34 -0700, Rodney W. Grimes wrote: > > I just ask that before a change be made that starts from some > > static analysis tool that a formal code review occur before > > the change is committed. > > In a word: No. > > We're not talking about some inexperienced coder comm

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

2019-05-27 Thread Ian Lepore
On Mon, 2019-05-27 at 14:34 -0700, Rodney W. Grimes wrote: > I just ask that before a change be made that starts from some > static analysis tool that a formal code review occur before > the change is committed. In a word: No. We're not talking about some inexperienced coder committing dumb fixe

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

2019-05-27 Thread Rodney W. Grimes
> On Mon, May 27, 2019 at 07:21:24AM -0700, Rodney W. Grimes wrote: > > I wish to assert again that all changes based on static > > analysis tools require a formal code review by at minimum: > > a) An expert in static analysis tools or a group of people > > selected who we consider language ex

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

2019-05-27 Thread Cy Schubert
Author: cy Date: Mon May 27 20:22:51 2019 New Revision: 348311 URL: https://svnweb.freebsd.org/changeset/base/348311 Log: Fix indentation and while at it simplfy the code. Reported by: lwhsu@ MFC after:1 week Modified: head/sys/contrib/ipfilter/netinet/fil.c Modified: head/sys/co

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

2019-05-27 Thread Cy Schubert
Author: cy Date: Mon May 27 20:22:48 2019 New Revision: 348310 URL: https://svnweb.freebsd.org/changeset/base/348310 Log: Remove compile-time tests for unsupported versions of FreeBSD. MFC after:1 week Modified: head/sys/contrib/ipfilter/netinet/ip_rules.c Modified: head/sys/contrib

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

2019-05-27 Thread Cy Schubert
Author: cy Date: Mon May 27 20:22:54 2019 New Revision: 348312 URL: https://svnweb.freebsd.org/changeset/base/348312 Log: style(9) MFC after:1 week Modified: head/sys/contrib/ipfilter/netinet/fil.c Modified: head/sys/contrib/ipfilter/netinet/fil.c ===

Re: svn commit: r348300 - head/sys/ufs/ffs

2019-05-27 Thread Mark Johnston
On Mon, May 27, 2019 at 06:22:44AM +, Kirk McKusick wrote: > Author: mckusick > Date: Mon May 27 06:22:43 2019 > New Revision: 348300 > URL: https://svnweb.freebsd.org/changeset/base/348300 > > Log: > Add function name and line number debugging information to softupdates > worklist structu

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

2019-05-27 Thread Alexey Dokuchaev
On Mon, May 27, 2019 at 07:21:24AM -0700, Rodney W. Grimes wrote: > ... > We as a project look bad by not having this minimal set of code > reviews in place for things that are coming from a source that is > frought with introducing bad change. We do *not* look bad because none of those warnings a

svn commit: r348309 - head/usr.sbin/kldxref

2019-05-27 Thread Conrad Meyer
Author: cem Date: Mon May 27 17:33:20 2019 New Revision: 348309 URL: https://svnweb.freebsd.org/changeset/base/348309 Log: kldxref(8): Sort MDT_MODULE info first in linker.hints output MDT_MODULE info is required to be ordered before any other MDT metadata for a given kld because it serve

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

2019-05-27 Thread Alexey Dokuchaev
On Mon, May 27, 2019 at 07:21:24AM -0700, Rodney W. Grimes wrote: > I wish to assert again that all changes based on static > analysis tools require a formal code review by at minimum: > a) An expert in static analysis tools or a group of people > selected who we consider language experts. > b

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

2019-05-27 Thread Konstantin Belousov
Author: kib Date: Mon May 27 15:21:26 2019 New Revision: 348306 URL: https://svnweb.freebsd.org/changeset/base/348306 Log: Correct some inconsistencies in the earliest created kernel page tables which affect demotion. The last last-level page table under 2M mappings below KERNend was on

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

2019-05-27 Thread Alexey Dokuchaev
On Mon, May 27, 2019 at 02:21:55PM +0300, Konstantin Belousov wrote: > On Mon, May 27, 2019 at 09:52:56AM +, Alexey Dokuchaev wrote: > > On Thu, Feb 23, 2012 at 09:07:16PM +, Konstantin Belousov wrote: > > > ... > > > + /* > > > + * Decrement the object's writemappings, by swapping the sta

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

2019-05-27 Thread Rodney W. Grimes
> On Mon, May 27, 2019 at 09:52:56AM +, Alexey Dokuchaev wrote: > > On Thu, Feb 23, 2012 at 09:07:16PM +, Konstantin Belousov wrote: > > > New Revision: 232071 > > > URL: http://svn.freebsd.org/changeset/base/232071 > > > > > > Log: > > > Account the writeable shared mappings backed by f

svn commit: r348303 - head/sys/net

2019-05-27 Thread Andrey V. Elsukov
Author: ae Date: Mon May 27 12:41:41 2019 New Revision: 348303 URL: https://svnweb.freebsd.org/changeset/base/348303 Log: Fix possible NULL pointer dereference. bpf_mtap() can invoke catchpacket() for already detached descriptor. And this can lead to NULL pointer dereference, since bd_bif

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

2019-05-27 Thread Konstantin Belousov
On Mon, May 27, 2019 at 09:52:56AM +, Alexey Dokuchaev wrote: > On Thu, Feb 23, 2012 at 09:07:16PM +, Konstantin Belousov wrote: > > New Revision: 232071 > > URL: http://svn.freebsd.org/changeset/base/232071 > > > > Log: > > Account the writeable shared mappings backed by file in the vno

Re: svn commit: r333425 - in head/sys: cddl/compat/opensolaris/sys cddl/contrib/opensolaris/uts/common/fs/zfs compat/cloudabi compat/linux compat/linuxkpi/common/include/linux dev/filemon dev/hwpmc fs

2019-05-27 Thread Dmitry Chagin
сб, 19 мая 2018 г. в 10:31, Matthew Macy : > r333874 > > > Hi, is it possible to merge r333425, r333874, r333813, r334118 and related revs to the stable/11? ___ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-hea

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

2019-05-27 Thread Alexey Dokuchaev
On Thu, Feb 23, 2012 at 09:07:16PM +, Konstantin Belousov wrote: > New Revision: 232071 > URL: http://svn.freebsd.org/changeset/base/232071 > > Log: > Account the writeable shared mappings backed by file in the vnode > v_writecount. Keep the amount of the virtual address space used by >