tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Debugging features for pserialize(9)



Hi,

I implemented two debugging features for pserialize(9):
  http://www.netbsd.org/~ozaki-r/debugging-pserialize.diff

It detects:
- if a context switch happens in a read section, and
- if a sleepable function is called in a read section.

Any comments or suggestions? Is the implementation correct?

Anyway the features have found out two new bugs :)

Thanks,
  ozaki-r


Home | Main Index | Thread Index | Old Index