0.2.4 (Feb 15th, 2012)

Kernel release:

2.6.39-101.0.1.el6uek

Bugfixes:

  • Provider modules now use a reference counter to determine whether any of their probes are currently enabled. Whenever the reference counter has a value greater than zero, the provider module is referenced to ensure that it cannot be unloaded. Once the counter drops down to zero, the reference on the module is released. This prevents providers from being unloaded while some of their probes are still in use (which would typically lead to a kernel panic).