On Fri, Dec 27, 2019 at 10:55 PM Rodney W. Grimes
wrote:
> > On Fri, Dec 27, 2019 at 10:27 PM Rodney W. Grimes <
> free...@gndrsh.dnsmgr.net>
> > wrote:
> >
> > >
> > > > > You can choose your own license for original work, sure, but
> > > obliterating
> > > > > parts of an existing license by ap
Author: melifaro
Date: Sat Dec 28 12:16:40 2019
New Revision: 356146
URL: https://svnweb.freebsd.org/changeset/base/356146
Log:
Add userland tests for route table/lltable rtsock operations.
MFC after:2 weeks
Differential Revision:https://reviews.freebsd.org/D22860
Added:
he
Author: trasz
Date: Sat Dec 28 13:35:54 2019
New Revision: 356147
URL: https://svnweb.freebsd.org/changeset/base/356147
Log:
Make linux mount(2) tolerate NULL 'from' argument, and fix flag
handling.
This should unbreak access04, acct01, chmod06, creat06,
and fchmod06 LTP tests.
MFC
On 28/12/2019 00:27, Rodney W. Grimes wrote:
[ Charset UTF-8 unsupported, converting... ]
On 2019-12-27 23:24, Rodney W. Grimes wrote:
[ Charset UTF-8 unsupported, converting... ]
On 2019-12-27 22:16, Rodney W. Grimes wrote:
Author: pfg
Date: Sat Dec 28 02:58:30 2019
New Revision: 356142
UR
Author: manu
Date: Sat Dec 28 15:28:39 2019
New Revision: 356148
URL: https://svnweb.freebsd.org/changeset/base/356148
Log:
arm64: rockchip: rk808: Add remaining regulators
The RK808 driver was missing the LDO and switch regulators.
Add support for them.
Reviewed by: mmel
MFC afte
Author: manu
Date: Sat Dec 28 15:30:50 2019
New Revision: 356149
URL: https://svnweb.freebsd.org/changeset/base/356149
Log:
arm64: rockchip: Add driver for the io domain
This driver configure the registers in the GRF according to the value
of the regulators for the platform.
Some IP can
Author: kib
Date: Sat Dec 28 16:40:44 2019
New Revision: 356150
URL: https://svnweb.freebsd.org/changeset/base/356150
Log:
vm_object_shadow(): fix object reference leak.
In r355270 by me, vm_object_shadow() was changed to handle the
reference counting for the shared case, but the extra re
Author: mav
Date: Sat Dec 28 17:52:53 2019
New Revision: 356151
URL: https://svnweb.freebsd.org/changeset/base/356151
Log:
Fix GEOM_GATE orphanization.
Previous code closed and destroyed direct read consumer even with I/O still
in progress. This patch adds locking and request counting to
Author: markj
Date: Sat Dec 28 19:03:17 2019
New Revision: 356154
URL: https://svnweb.freebsd.org/changeset/base/356154
Log:
Don't update per-page activation counts in the swapout code.
This avoids duplicating the work of the page daemon's active queue scan.
Moreover, this duplication was
Author: markj
Date: Sat Dec 28 19:03:46 2019
New Revision: 356156
URL: https://svnweb.freebsd.org/changeset/base/356156
Log:
Generalize lazy dequeue logic for wired pages.
Some recent work aims to remove the use of the page lock for
synchronizing updates to page queue state. This change
Author: markj
Date: Sat Dec 28 19:04:29 2019
New Revision: 356159
URL: https://svnweb.freebsd.org/changeset/base/356159
Log:
Remove some unused functions.
The previous series of patches orphaned some vm_page functions, so
remove them.
Reviewed by: dougm, kib
Sponsored by: Netflix,
Author: markj
Date: Sat Dec 28 19:04:15 2019
New Revision: 356158
URL: https://svnweb.freebsd.org/changeset/base/356158
Log:
Update the vm_page.h block comment to reflect recent changes.
Explain the new locking rules for per-page queue state updates.
Reviewed by: jeff, kib
Sponsored
Author: markj
Date: Sat Dec 28 19:03:32 2019
New Revision: 356155
URL: https://svnweb.freebsd.org/changeset/base/356155
Log:
Start implementing queue state updates using fcmpset loops.
This is in preparation for eliminating the use of the vm_page lock for
protecting queue state operations
Author: markj
Date: Sat Dec 28 19:04:00 2019
New Revision: 356157
URL: https://svnweb.freebsd.org/changeset/base/356157
Log:
Remove page locking for queue operations.
With the previous reviews, the page lock is no longer required in order
to perform queue operations on a page. It is also
Fantastic!
On Sat, 28 Dec 2019, Mark Johnston wrote:
Author: markj
Date: Sat Dec 28 19:04:29 2019
New Revision: 356159
URL: https://svnweb.freebsd.org/changeset/base/356159
Log:
Remove some unused functions.
The previous series of patches orphaned some vm_page functions, so
remove them.
On Fri, 27 Dec 2019, Rodney W. Grimes wrote:
[ Charset UTF-8 unsupported, converting... ]
On 2019-12-27 23:24, Rodney W. Grimes wrote:
[ Charset UTF-8 unsupported, converting... ]
On 2019-12-27 22:16, Rodney W. Grimes wrote:
Author: pfg
Date: Sat Dec 28 02:58:30 2019
New Revision: 356142
>
> On Fri, 27 Dec 2019, Rodney W. Grimes wrote:
>
> > [ Charset UTF-8 unsupported, converting... ]
> >>
> >> On 2019-12-27 23:24, Rodney W. Grimes wrote:
> >>> [ Charset UTF-8 unsupported, converting... ]
> On 2019-12-27 22:16, Rodney W. Grimes wrote:
> >> Author: pfg
> >> Date: Sat
On Sat, Dec 28, 2019, 3:38 PM Rodney W. Grimes
wrote:
> >
> > On Fri, 27 Dec 2019, Rodney W. Grimes wrote:
> >
> > > [ Charset UTF-8 unsupported, converting... ]
> > >>
> > >> On 2019-12-27 23:24, Rodney W. Grimes wrote:
> > >>> [ Charset UTF-8 unsupported, converting... ]
> > On 2019-12-27
Author: mav
Date: Sat Dec 28 23:21:53 2019
New Revision: 356162
URL: https://svnweb.freebsd.org/changeset/base/356162
Log:
Fix GEOM_SHSEC orphanization.
Previous code closed and destroyed consumer even with I/O in progress.
This patch postpones the destruction till the last close, identic
Author: kevans
Date: Sun Dec 29 02:11:58 2019
New Revision: 356164
URL: https://svnweb.freebsd.org/changeset/base/356164
Log:
Change reference in HTTPD descriptions to 'simple_httpd'
This should help people examining src.conf(5) draw the connection between
the HTTPD knobs and the particul
Author: kevans
Date: Sun Dec 29 02:12:18 2019
New Revision: 356165
URL: https://svnweb.freebsd.org/changeset/base/356165
Log:
Regenerate src.conf(5) after r356164
Modified:
head/share/man/man5/src.conf.5
Modified: head/share/man/man5/src.conf.5
===
Is there any performance measurement from before and after. It would be
nice to see them.
On Saturday, December 28, 2019, Mark Johnston wrote:
> Author: markj
> Date: Sat Dec 28 19:04:29 2019
> New Revision: 356159
> URL: https://svnweb.freebsd.org/changeset/base/356159
>
> Log:
> Remove some
Author: philip
Date: Sun Dec 29 04:26:10 2019
New Revision: 356166
URL: https://svnweb.freebsd.org/changeset/base/356166
Log:
fuspi: Fix 'sleepable after non-sleepable' lock
With WITNESS enabled we see the following warning:
lock order reversal: (sleepable after non-sleepable)
Author: alc
Date: Sun Dec 29 05:36:01 2019
New Revision: 356168
URL: https://svnweb.freebsd.org/changeset/base/356168
Log:
Correctly implement PMAP_ENTER_NOREPLACE in pmap_enter_{l2,pde}() on kernel
mappings.
Reduce code duplication by defining a function, pmap_abort_ptp(), for
handling
Author: adrian
Date: Sun Dec 29 06:59:09 2019
New Revision: 356169
URL: https://svnweb.freebsd.org/changeset/base/356169
Log:
Make this compile under external gcc toolchain if WITH_ICONV isn't defined.
This quietens a bunch of unused variable warnings that are treated as errors.
Modified:
25 matches
Mail list logo