FreeBSD/src 3249449sys/vm vm_page.c

vm_page_grab_valid(): clear *mp in case of pager denying page allocation

Same as it is done in other error return cases.  Callers depend on error
case returning NULL, e.g. vm_imgact_hold_page().

Reviewed by:    markj
Sponsored by:   The FreeBSD Foundation
MFC after:      1 week
Differential revision:  https://reviews.freebsd.org/D37719
DeltaFile
+3-1sys/vm/vm_page.c
+3-11 files

UnifiedSplitRaw

FreeBSD/src 6ca2fb6 (r324944)sys/cam cam_iosched.c

Treat a 'current' value of 0 as unlimited as a failsfe.

When limiting I/O, a value of 0 makes no sense as a limit. No progress
can be made. Trade the possibility that someone might be doing
something clever to achieve ultra-low I/O limits vs the damage of not
ever making progress on an I/O in favor of making progress. Now the
machine won't be useless if this accidentally gets requested.

Sponsored by: Netflix
DeltaFile
+7-3sys/cam/cam_iosched.c
+7-31 files

UnifiedSplitRaw

FreeBSD/src 3249441 (r162250)share/man/man9 device_add_child.9

Bump date, per ru@
DeltaFile
+1-1share/man/man9/device_add_child.9
+1-11 files

UnifiedSplitRaw