Distribution: Hardware Environment:Tiger4(IA64 platform) Software Environment:linux kernel 2.6.5-rc2 Problem Description:can't rmmod processor.ko Steps to reproduce: Compile the acpi processor driver as a module by having CONFIG_ACPI_PROCESSOR=m. And do insmod processor.ko and then rmmod processor.ko. The rmmod processor.ko panics the kernel thread which is performing rmmod.
Created attachment 2525 [details] The patch removes teh proc entries before removing proc directory The attached patch fixes the issues. The problem was that proc direcory was getting removed without deleting proc entries.
Created attachment 2595 [details] port Anil's patch to other ACPI modules port Anil's patch to other ACPI modules
*** Bug 2519 has been marked as a duplicate of this bug. ***
Created attachment 2739 [details] patch for 2.4 kernel
shipped in 2.6.6, and on top of 2.4.27-pre2 -- closing.