Re: FreeBSD 5.3-BETA6 available

From: Hiroki Sato <hrs_at_FreeBSD.org>
Date: Tue, 28 Sep 2004 01:21:33 +0900 (JST)
Scott Long <scottl_at_samsco.org> wrote
  in <415720FD.8080603_at_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_at_freebsd.org> wrote
  in <20040920022927.GA70726_at_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

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
_at__at_ -123,11 +123,11 _at__at_
 
     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,
_at__at_ -145,7 +145,7 _at__at_
     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);
 

Received on Mon Sep 27 2004 - 14:23:30 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:14 UTC