linux-kernel-test/drivers/staging/memrar
Ossama Othman 05e2408d43 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 <ossama.othman@intel.com>
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2010-07-22 14:30:32 -07:00
..
Kconfig staging: memrar depends on RAR_REGISTER 2010-05-11 15:56:19 -07:00
Makefile
memrar_allocator.c
memrar_allocator.h
memrar_handler.c memrar: Address kernel oops during resource cleanup 2010-07-22 14:30:32 -07:00
memrar-abi
memrar.h
TODO