Date: Tue, 28 Sep 2004 01:21:33 +0900 (JST) From: Hiroki Sato <hrs@FreeBSD.org> To: scottl@samsco.org, sos@DeepCore.dk Cc: current@FreeBSD.org Subject: Re: FreeBSD 5.3-BETA6 available Message-ID: <20040928.012133.95006557.hrs@eos.ocn.ne.jp> In-Reply-To: <415720FD.8080603@samsco.org> <20040920022927.GA70726@bobbi.cse.buffalo.edu> References: <415720FD.8080603@samsco.org>
next in thread | previous in thread | raw e-mail | index | archive | help
----Security_Multipart0(Tue_Sep_28_01_21_33_2004_658)--
Content-Type: Multipart/Mixed;
boundary="--Next_Part(Tue_Sep_28_01_21_33_2004_661)--"
Content-Transfer-Encoding: 7bit
----Next_Part(Tue_Sep_28_01_21_33_2004_661)--
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Scott Long <scottl@samsco.org> wrote
in <415720FD.8080603@samsco.org>:
scottl> Be sure to check the "Known issues" below, there are known problems
scottl> still being worked on at this time.
The following problem in BETA5 is not described as a known problem
this time, but I think it is not fixed yet (removing the INVARIANTS
kernel option masks that, though).
Ken Smith <kensmith@freebsd.org> wrote
in <20040920022927.GA70726@bobbi.cse.buffalo.edu>:
kensmith> Known issues in this release:
(snip)
kensmith> - pst(4) is known to cause a system panic during the boot time.
The attached delta (pst-raid.c rev.1.13->1.14 should be merged.
--
| Hiroki SATO
----Next_Part(Tue_Sep_28_01_21_33_2004_661)--
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Content-Disposition: inline; filename="pst-raid.c.diff"
Index: pst-raid.c
===================================================================
RCS file: /home/ncvs/src/sys/dev/pst/pst-raid.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -d -u -I\$OpenBSD:.*\$ -I\$FreeBSD:.*\$ -I\$Id:.*\$ -I\$hrs:.*\$ -r1.13 -r1.14
--- pst-raid.c 18 Feb 2004 21:36:52 -0000 1.13
+++ pst-raid.c 15 Sep 2004 15:39:28 -0000 1.14
@@ -123,11 +123,11 @@
if (!(psc->info = (struct i2o_bsa_device *)
malloc(sizeof(struct i2o_bsa_device), M_PSTRAID, M_NOWAIT))) {
- contigfree(reply, PAGE_SIZE, M_PSTRAID);
+ contigfree(reply, PAGE_SIZE, M_PSTIOP);
return ENOMEM;
}
bcopy(reply->result, psc->info, sizeof(struct i2o_bsa_device));
- contigfree(reply, PAGE_SIZE, M_PSTRAID);
+ contigfree(reply, PAGE_SIZE, M_PSTIOP);
if (!(reply = iop_get_util_params(psc->iop, psc->lct->local_tid,
I2O_PARAMS_OPERATION_FIELD_GET,
@@ -145,7 +145,7 @@
bpack(ident->vendor, ident->vendor, 16);
bpack(ident->product, ident->product, 16);
sprintf(name, "%s %s", ident->vendor, ident->product);
- contigfree(reply, PAGE_SIZE, M_PSTRAID);
+ contigfree(reply, PAGE_SIZE, M_PSTIOP);
bioq_init(&psc->queue);
----Next_Part(Tue_Sep_28_01_21_33_2004_661)----
----Security_Multipart0(Tue_Sep_28_01_21_33_2004_658)--
Content-Type: application/pgp-signature
Content-Transfer-Encoding: 7bit
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (FreeBSD)
iD8DBQBBWD4NTyzT2CeTzy0RApwBAJ9YGKsy/uOMzXL7Qz147yfklwV9QQCgmO0D
F+wP0jCHi87aoFek1Wi6pSU=
=9wRN
-----END PGP SIGNATURE-----
----Security_Multipart0(Tue_Sep_28_01_21_33_2004_658)----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040928.012133.95006557.hrs>
