Subject: Re: CVS commit: src/sys/kern (MALLOC usage)
To: None <tech-kern@netbsd.org>
From: Geoff Wing <mason@primenet.com.au>
List: tech-kern
Date: 06/08/2005 07:41:57
Steve Woodford <scw@netbsd.org> typed:
: Module Name:	src
: Committed By:	scw
: Date:		Wed Jun  8 07:25:12 UTC 2005
:
: Modified Files:
: 	src/sys/kern: kern_sysctl.c
:
: Log Message:
: Thou shalt not allocate PAGE_SIZE automatic variables on the kernel stack.
:
: cvs rdiff -r1.180 -r1.181 src/sys/kern/kern_sysctl.c

What's the policy for using MALLOC() for constant size malloc()s in the
kernel?

Regards,
Geoff