From owner-cvs-src@FreeBSD.ORG Mon Aug 30 21:58:31 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB9FB16A4CE; Mon, 30 Aug 2004 21:58:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D478B43D41; Mon, 30 Aug 2004 21:58:31 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7ULwVsO029869; Mon, 30 Aug 2004 21:58:31 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7ULwVts029868; Mon, 30 Aug 2004 21:58:31 GMT (envelope-from rwatson) Message-Id: <200408302158.i7ULwVts029868@repoman.freebsd.org> From: Robert Watson Date: Mon, 30 Aug 2004 21:58:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/nfsclient nfs_socket.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Aug 2004 21:58:32 -0000 rwatson 2004-08-30 21:58:31 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/nfsclient nfs_socket.c Log: Merge nfs_socket.c:1.115 to RELENG_5: date: 2004/08/25 01:23:38; author: rwatson; state: Exp; lines: +2 -4 In nfs_timer(), pass curthread rather than &thread0 into the protocol send routine. In IPv6 UDP, the thread will be passed to suser(), which asserts that if a thread is used for a super user check, it be curthread. Many of these protocol entry points probably need to accept credentials instead of threads. MT5 candidate. Noticed/tested by: kuriyama Approved by: re (scottl) Revision Changes Path 1.114.2.1 +2 -4 src/sys/nfsclient/nfs_socket.c