All of lore.kernel.org
 help / color / mirror / Atom feed
* reference counting complaints
@ 2004-10-29 20:41 Kip Macy
  2004-10-29 21:03 ` Ian Pratt
  0 siblings, 1 reply; 3+ messages in thread
From: Kip Macy @ 2004-10-29 20:41 UTC (permalink / raw)
  To: xen-devel

Are these anything to worry about?

(XEN) pt base=398c sh_info=1f6
(XEN) Audit 35: [2ff] Found Self Linear PT t=58000000 pfn=398c
(XEN) Audit 35: type count whent below zero pfn=398c taf=58000000
otaf=580000
02
(XEN) Audit 35: type count!=0 t=5801ffff ot=58000002 c=80000000 pfn=398c
(XEN)      found dom=35 i=2ff pfn=398c t=5801ffff c=80000000
(XEN)      found dom=35 i=3fb pfn=398c t=5801ffff c=80000000
(XEN)      found dom=35 i=362 pfn=398b t=36000000 c=80000001
(XEN) Audit 35: gen count!=1 (c=80000000) t=5801ffff ot=58000002
pfn=398c
(XEN)      found dom=35 i=2ff pfn=398c t=5801ffff c=80000000
(XEN)      found dom=35 i=3fb pfn=398c t=5801ffff c=80000000
(XEN)      found dom=35 i=362 pfn=398b t=36000000 c=80000001
(XEN) Audit 35: Done. ctot=879 ttot=4
(XEN) (file=domain.c, line=242) Releasing task 35



-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: reference counting complaints
  2004-10-29 20:41 reference counting complaints Kip Macy
@ 2004-10-29 21:03 ` Ian Pratt
  2004-10-29 21:09   ` Kip Macy
  0 siblings, 1 reply; 3+ messages in thread
From: Ian Pratt @ 2004-10-29 21:03 UTC (permalink / raw)
  To: Kip Macy; +Cc: xen-devel, Ian.Pratt


> Are these anything to worry about?

Assuming the domain disappeared after it exited, no, there's
nothing to worry about.

In debug builds we run the audit code before destroying the
domain. In the case you posted, the audit code finds a recursive
PGD mapping, and prints some information about it. It's quite
chatty because such mappings aren't created by Linux, so its
deemed to be noteworthy. For FreeBSD and NetBSD this is normal
behaviour, so nothing to worry about.

We could quieten the debug build message down, but since both
recursive and external PGD mappings are tricky to deal with I
actually find it quite reassuring to have the debug message
coming out to announce that everything is actually working
just fine...

Ian


-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: reference counting complaints
  2004-10-29 21:03 ` Ian Pratt
@ 2004-10-29 21:09   ` Kip Macy
  0 siblings, 0 replies; 3+ messages in thread
From: Kip Macy @ 2004-10-29 21:09 UTC (permalink / raw)
  To: Ian Pratt; +Cc: xen-devel


>
> We could quieten the debug build message down, but since both
> recursive and external PGD mappings are tricky to deal with I
> actually find it quite reassuring to have the debug message
> coming out to announce that everything is actually working
> just fine...

I have no interest in seeing it quieted down :-). I was just concerned
that the type count != 0 and gen count != 1 might mean something bad.


Thanks.

				-Kip


-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-10-29 21:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-29 20:41 reference counting complaints Kip Macy
2004-10-29 21:03 ` Ian Pratt
2004-10-29 21:09   ` Kip Macy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.