Subject: Re: AD's CVS commit: src/sys/arch (spl.S)
To: None <current-users@netbsd.org>
From: Geoff Wing <mason@primenet.com.au>
List: current-users
Date: 12/04/2007 08:14:18
Andrew Doran <ad@netbsd.org> typed:
: Module Name:	src
: Committed By:	ad
: Date:		Tue Dec  4 08:03:46 UTC 2007
: Modified Files:
: 	src/sys/arch/amd64/amd64: spl.S
: 	src/sys/arch/i386/i386: spl.S
: Log Message:
: softintr_ret: fix it to work properly after yesterday's change to mi_switch.
: cvs rdiff -r1.13 -r1.14 src/sys/arch/amd64/amd64/spl.S
: cvs rdiff -r1.21 -r1.22 src/sys/arch/i386/i386/spl.S

Does this fix the problem I had, with these warnings in my dmesg (with
overlaps) and a crash into ddb in syslogd (even with ddb.onpanic=0)?
System is uniprocessor.

...
WARNING: SPL NOT LOWERED ON SYSCALL EXIT
WARNING:PL NOT LOWERED ON SYSCALL EXIT
WARNING: SPL NOT LOWERED ON SYSCALL EXIT
WARNING: SPL NOT LOWERED ON SYSCALL EXIT
WARNING: SPL NOSPL NOT LOWERED ON SYSCALL EXIT
WARNING: SPL NOT LOWERED ON SYSCALL EXIT
WARNING: SPL NOT LOWERED ON SYSCALL EXIT
WARNING: SPL N31:17771
Connection attempt to TCP a.b.c.d:3128 from 89.212.76.231:17871
Connection attempt to TCP a.b.c.d:6588 from 89.212.76.231:17872
Connection attempt to TCP a.b.c.d:6588 from 89.212.76.231:17485
Connection attempt to TCP a.b.c.d:3128 from 89.212.76.231:17484
Connection attempt to TCP a.b.c.d:6588 from 89.212.76.231:17763
Connection attempt to TCP a.b.c.d:3128 from 89.212.76.231:17762
Connection attempt to TCP a.b.c.d:6588 from 89.212.76.231:EXIT
WARNING: SPL NOT LOWERED ON SYSCALL EXIT
WARNING: SPL NOT LOWERED ON SYSCALL EXIT
WARNING: SPL NOT LOWERED ON SYSCALL EXIT
...

Regards,
Geoff