match_release
add_function_hook("release_resource", &match_release, (void *)0);
add_function_hook("release_mem_resource", &match_release, (void *)0);
add_function_hook("release_resource", &match_release, INT_PTR(0));
add_function_hook("__release_region", &match_release, INT_PTR(1));
add_function_hook("iounmap", &match_release, INT_PTR(0));
add_function_hook("pci_iounmap", &match_release, INT_PTR(1));
add_function_hook("destroy_workqueue", &match_release, INT_PTR(0));
add_function_hook("free_irq", &match_release, INT_PTR(0));
add_function_hook("unregister_netdev", &match_release, INT_PTR(0));
add_function_hook("misc_deregister", &match_release, INT_PTR(0));