NetBSD-Bugs archive

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

PR/54319 CVS commit: src/sys/kern



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

From: "Maxime Villard" <maxv%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/54319 CVS commit: src/sys/kern
Date: Sat, 29 Jun 2019 11:13:23 +0000

 Module Name:	src
 Committed By:	maxv
 Date:		Sat Jun 29 11:13:23 UTC 2019
 
 Modified Files:
 	src/sys/kern: subr_pool.c
 
 Log Message:
 The big pool allocators use pool_page_alloc(), which allocates page-aligned
 storage. So if we switch to a big pool, set PR_NOALIGN, because the address
 of the storage is not aligned to the item size.
 
 Should fix PR/54319.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.251 -r1.252 src/sys/kern/subr_pool.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