Date: Tue, 23 Sep 2008 17:23:59 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 sys_machdep.c Message-ID: <200809231724.m8NHO6Zd079117@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kib 2008-09-23 17:23:59 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/i386/i386 sys_machdep.c Log: SVN rev 183310 on 2008-09-23 17:23:59Z by kib MFC r182960 (with XEN-related chunks removed): The user_ldt_alloc() function shall return with dt_lock locked. The user_ldt_free() function shall return with dt_lock unlocked. Error handling code in both functions do not handle this, fix it by doing necessary lock/unlock. While there, fix minor style nits. Approved by: re (kensmith) Revision Changes Path 1.112.2.2 +5 -2 src/sys/i386/i386/sys_machdep.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200809231724.m8NHO6Zd079117>