﻿id	summary	reporter	owner	description	type	status	component	version	resolution	keywords	cc	guest	host
20006	6.1.16 guest additions does not build on a linux 3.2.0 kernel => fixed in svn/6.1.x x>16	ThatsEnough	BP	"The vboxguest kernel module does not build on a 3.2.0 kernel because kmalloc_array did not appear until kernel 3.2.51 whereas the test in memobj-r0drv-linux.c tests for a 3.2.0 or higher kernel.

Thus the line (line no 60):
#if RTLNX_VER_MIN(3,2,0) || defined(DOXYGEN_RUNNING)
should be changed to
#if RTLNX_VER_MIN(3,2,51) || defined(DOXYGEN_RUNNING)
"	defect	closed	guest additions	VirtualBox 6.1.16	fixed	vboxguest linux		Linux	Linux
