PROBLEM: (QAR 66164,QAR 57996,QAR 57445,CLD CA7QA3526,CLD BCGMB16BL) (Patch ID: OSF435-425533) ******** This patch fixes a problem that caused a panic to occur when the generic subsystem attribute kmem-debug is set to 1 and the bparm subsystem is queried with the sysconfig -q command. Without the patch installed, if the generic subsystem attribute kmem-debug is set to 1 and the bparm subsystem is queried with the sysconfig -q command, the system panics with the following message: panic("malloc_leak: free with wrong type") The following is an example of the stack trace: 1 panic("malloc_leak: free with wrong type\n") 2 malloc_leak() 3 malloc_debug() 4 free() 5 kfree() 6 free_subsys_dmem() 7 kmodcall() The system panic occurs because the type of memory that the bparm subsystem allocates is different from the type of memory that the configuration management server (cfgmgr) expects.