Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-3-0]: src/doc Ticket #1807.
details: https://anonhg.NetBSD.org/src/rev/ec6c5101a5ca
branches: netbsd-3-0
changeset: 579427:ec6c5101a5ca
user: ghen <ghen%NetBSD.org@localhost>
date: Thu Jun 28 11:44:52 2007 +0000
description:
Ticket #1807.
diffstat:
doc/CHANGES-3.0.3 | 16 +++++++++++++++-
1 files changed, 15 insertions(+), 1 deletions(-)
diffs (27 lines):
diff -r 979a636ce147 -r ec6c5101a5ca doc/CHANGES-3.0.3
--- a/doc/CHANGES-3.0.3 Thu Jun 28 11:43:21 2007 +0000
+++ b/doc/CHANGES-3.0.3 Thu Jun 28 11:44:52 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-3.0.3,v 1.1.2.43 2007/06/26 15:05:37 ghen Exp $
+# $NetBSD: CHANGES-3.0.3,v 1.1.2.44 2007/06/28 11:44:52 ghen Exp $
A complete list of changes from the NetBSD 3.0.2 release to the NetBSD 3.0.3
release:
@@ -1715,3 +1715,17 @@
and CVE-2007-2799).
[pooka, ticket #1804]
+sys/ufs/ufs/quota.h 1.24
+sys/ufs/ufs/ufs_quota.c 1.46
+sys/sys/param.h patch
+
+ If a quota-enabled file system has 65536 active vnodes for one uid the
+ reference counter of the corresponding struct dquot will overflow.
+
+ Change the type of the reference counter from u_int16_t to u_int32_t
+ and add an assertion to check for overflow.
+
+ Bump kernel version as LKM's depending on UFS internals will have to be
+ recompiled after this change (discussed and approved on tech-kern).
+ [hannken, ticket #1807]
+
Home |
Main Index |
Thread Index |
Old Index