[Fault-injection-developer] About delete the trigger, codesegment
Status: Alpha
Brought to you by:
rustyl
From: Gao, K. <kev...@in...> - 2003-01-06 05:48:13
|
If we want to stop our corruption of driver, we always remove of disable the triggers. In past time, There are some triggers in one faultset. When user wants to do a fault injection for one driver, he will put all the related trigger into one faultset. So all the trigger of the fault injection can be inserted, removed together. Now there is no "faultset" concept, we only use trigger to inject fault. For one fault injection operation. User should inject/remove the related trigger by turn. If there is any issue/problem? For example, when we remove one trigger, before remove other related trigger, if the remained trigger will cause some kernel, address or other potential issue? For complex fault, One FI operation must be have many triggers. So in order to make user control there FI operation easily and clearly, I think "faultset" concept is still useful Regards Kevin |