From owner-cvs-all@FreeBSD.ORG Sat Feb 11 18:55:04 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7102116A420; Sat, 11 Feb 2006 18:55:04 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D0EB43D48; Sat, 11 Feb 2006 18:55:04 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1BIt4jv084752; Sat, 11 Feb 2006 18:55:04 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1BIt4aV084751; Sat, 11 Feb 2006 18:55:04 GMT (envelope-from rwatson) Message-Id: <200602111855.k1BIt4aV084751@repoman.freebsd.org> From: Robert Watson Date: Sat, 11 Feb 2006 18:55:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libmemstat memstat_uma.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Feb 2006 18:55:04 -0000 rwatson 2006-02-11 18:55:04 UTC FreeBSD src repository Modified files: lib/libmemstat memstat_uma.c Log: When reporting an error reading from UMA per-cpu cache pointers using KVM, return a KVM error rather than an out of memory error, so that the caller reports the KVM error state. This replaces a misleading error message with a more accurate although equally confusing one. MFC after: 3 days Revision Changes Path 1.15 +2 -4 src/lib/libmemstat/memstat_uma.c