From owner-freebsd-bugs@FreeBSD.ORG Sun Jul 3 00:36:57 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A11C16A421 for ; Sun, 3 Jul 2005 00:36:57 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B88F8443D4 for ; Sun, 3 Jul 2005 00:20:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j630KLfI013966 for ; Sun, 3 Jul 2005 00:20:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j630KLHo013965; Sun, 3 Jul 2005 00:20:21 GMT (envelope-from gnats) Date: Sun, 3 Jul 2005 00:20:21 GMT Message-Id: <200507030020.j630KLHo013965@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Stephan Uphoff Cc: Subject: Re: kern/71509: sched_pin ignored by sched_4bsd X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Stephan Uphoff List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jul 2005 00:36:57 -0000 The following reply was made to PR kern/71509; it has been noted by GNATS. From: Stephan Uphoff To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: kern/71509: sched_pin ignored by sched_4bsd Date: Thu, 09 Sep 2004 12:46:55 -0400 sched_pin() is used by the i386 pmap to optimize TLB invalidation in SMP systems by limiting it to a single processor. Ignoring the thread pin count can cause a thread to migrate to another CPU where obsolete cached TLB entries may point to the wrong physical page. This could for example cause pmap_copy_page to copy to/from the wrong page. _______________________________________________ freebsd-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscribe@freebsd.org"