PROBLEM: (CLD HPAQ2147B) (Patch ID: OSF425-191) ******** This patch fixes a problem in which an ATM CLIP connection does not send data. PROBLEM: (ZPOBA0887/QAR 56952) (Patch ID: OSF425-199) ******** This patch fixes a kernel memory fault in atmip_proc_esi. PROBLEM: (CLD ZPOBC0559) (Patch ID: OSF425-201) ******** This patch fixes a problem that occurs on a system running ATM. The system panics with a "kernel memory fault" due to a simple lock time violation. Prior to the crash, the pvc flag is observed as stale on a permanent virtual circuit. The crash occurs after the pvc is deleted with the following command: # atmconfig -pvc ..... A sample stack trace is shown in the following example: 0 boot() ["../../../../src/kernel/arch/alpha/machdep.c":2625] 1 panic(s = 0xfffffc0000658618 = "event_timeout: panic request") ["../../../../src/kernel/bsd/subr_prf.c":707, 0xfffffc000028034c] 2 event_timeout() ["../../../../src/kernel/arch/alpha/cpu.c":1016] 3 simple_lock_miss() ["../../../../src/kernel/arch/alpha/lockprim.s":1255] 4 atm_arp_timer() ["../../../../src/kernel/netinet/atm/atm_arp.c":3952] 5 softclock_scan() ["../../../../src/kernel/bsd/kern_clock.c":1316] 6 lwc_schedule() ["../../../../src/kernel/bsd/lwc.c":172] 7 thread_preempt() ["../../../../src/kernel/kern/sched_prim.c":3792] 8 boot() ["../../../../src/kernel/arch/alpha/machdep.c":2572] 9 panic(s = 0xfffffc000065b510 = "kernel memory fault") ["../../../../src/kernel/bsd/subr_prf.c":791] 10 trap() ["../../../../src/kernel/arch/alpha/trap.c":1539] 11 _XentMM() ["../../../../src/kernel/arch/alpha/locore.s":1424] 12 simple_lock_fault() ["../../../../src/kernel/kern/lock.c":2053] 13 simple_lock_time_violation()["../../../../src/kernel/kern/lock.c":2135] 14 atmip_output() ["../../../../src/kernel/netinet/atm/ip_converge.c":428] 15 ip_output() ["../../../../src/kernel/netinet/ip_output.c":637] 16 icmp_send() ["../../../../src/kernel/netinet/ip_icmp.c":744] 17 icmp_reflect() ["../../../../src/kernel/netinet/ip_icmp.c"] 18 icmp_input() ["../../../../src/kernel/netinet/ip_icmp.c":515] 19 ipintr() ["../../../../src/kernel/netinet/ip_input.c":971] 20 netisr_thread() ["../../../../src/kernel/net/netisr.c":863] PROBLEM: (QAR 61434) (Patch ID: OSF425-288) ******** This patch fixes an interoperability problem with CISCO CLIP clients. PROBLEM: (ZUO101427) (Patch ID: OSF425-496) ******** This patch fixes a problem in which systems that use the Compaq Tru64 UNIX ATM CLIP interface may run out of memory. PROBLEM: (77036) (PATCH ID: OSF425-969) ******** While running Classical IP over the lfa ATM driver, a kernel panic will occur "simple_lock: minimum spl violation" if the following conditions are true: 1) The lfa driver is configured to use deferred interrupt processing (driver attribute "minimal_isr" is set to 1). Note: This is the default for the V1.0.17 driver. 2) lockmode 4 is being employed (generic attribute "lockmode" set to 4). On systems where lockmode 4 is not employed, a cpu would hang instead.