PROBLEM: (QAR #51743) (Patch ID: OSF415-400243) ******** This patch fixes a problem in which loadable kernel modules that are loaded with the kloadsrv daemon at run time, may cause a system panic. Generally, this problem will only be seen by engineers who are developing loadable drivers. This problem will only be seen in loadable drivers that are compiled with the "cc -Wb,-static ..." switch and have a reference to the gp register in the first instruction. The dis command can be used to determine if the gp register is referenced in the first instruction. PROBLEM: (QAR 58234) (Patch ID: OSF415-405315) ******** When the system was shut down to single user mode, kloadsrv was halted. This fix ensures that kloadsrv remains running by ignoring the SIGTERM signal.