NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/57558 CVS commit: src/external/cddl/osnet/sys/kern



The following reply was made to PR kern/57558; it has been noted by GNATS.

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/57558 CVS commit: src/external/cddl/osnet/sys/kern
Date: Sat, 9 Sep 2023 00:14:16 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Sat Sep  9 00:14:16 UTC 2023
 
 Modified Files:
 	src/external/cddl/osnet/sys/kern: kmem.c
 
 Log Message:
 solaris: Use pool_cache_reclaim, not pool_cache_invalidate.
 
 pool_cache_invalidate invalidates cached objects, but doesn't return
 any backing pages to the underlying page allocator.
 
 pool_cache_reclaim does pool_cache_invalidate _and_ reutrns backing
 pages to the underlying page alloator, so it is actually useful for
 the page daemon to do when trying to free memory.
 
 PR kern/57558
 
 XXX pullup-10
 XXX pullup-9
 XXX pullup-8 (by patch to kmem.h instead of kmem.c)
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.3 -r1.4 src/external/cddl/osnet/sys/kern/kmem.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index