From owner-cvs-src-old@FreeBSD.ORG Thu Dec 17 18:18:36 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1943F1065692 for ; Thu, 17 Dec 2009 18:18:36 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 06E788FC12 for ; Thu, 17 Dec 2009 18:18:36 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id nBHIIZaW028088 for ; Thu, 17 Dec 2009 18:18:35 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id nBHIIZgH028087 for cvs-src-old@freebsd.org; Thu, 17 Dec 2009 18:18:35 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <200912171818.nBHIIZgH028087@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Thu, 17 Dec 2009 18:17:46 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/sys/sparc64/sparc64 stack_machdep.c src/sys/sun4v/sun4v stack_machdep.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Dec 2009 18:18:36 -0000 marius 2009-12-17 18:17:46 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/sparc64/sparc64 stack_machdep.c sys/sun4v/sun4v stack_machdep.c Log: SVN rev 200640 on 2009-12-17 18:17:46Z by marius MFC: r200272 Add additional checks of the kernel stack addresses in order to ensure we don't overrun the beginning of the call chain. Revision Changes Path 1.1.2.4 +11 -3 src/sys/sparc64/sparc64/stack_machdep.c 1.1.2.3 +11 -3 src/sys/sun4v/sun4v/stack_machdep.c