diff options
| author | Ossama Othman <[email protected]> | 2010-07-19 09:32:26 +0100 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2010-07-22 14:30:32 -0700 |
| commit | 05e2408d4324ae132eda6530cce0aa24e79f0c41 (patch) | |
| tree | 51389832f921fd435e2986165abd6ef94fdaad5a /tools/perf/scripts/python | |
| parent | 4cae2597f5455a3c8ffc6c200b34e15c83184579 (diff) | |
memrar: Address kernel oops during resource cleanup
Some delayed initialization is performed in this driver. Make sure
resources that are used during driver clean-up (e.g. during driver's
release() function) are fully initialized before first use. This is
particularly important for the case when the delayed initialization
isn't completed, leaving behind a partially initialized driver.
Such a scenario can occur when RAR is not available on the platform,
and the driver is release()d.
Signed-off-by: Ossama Othman <[email protected]>
Signed-off-by: Alan Cox <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions