Re: [PATCH] 2.5.41: lkcd (8/8): dump driver and build files
Mark Haverkamp (markh@osdl.org)
15 Oct 2002 09:24:17 -0700
On Thu, 2002-10-10 at 13:48, Matt D. Robinson wrote:
> This is the complete set of dump drivers for creating crash dumps
> during panic/exception situations in the Linux kernel.  It can be
> built as a module or as a built-in with the kernel.
> 
>  drivers/Makefile             |    1
>  drivers/dump/Makefile        |   30
>  drivers/dump/dump_base.c     | 1867 +++++++++++++++++++++++++++++++++++++++++++ drivers/dump/dump_blockdev.c |  411 +++++++++
>  drivers/dump/dump_gzip.c     |  129 ++
>  drivers/dump/dump_i386.c     |  315 +++++++
>  drivers/dump/dump_rle.c      |  176 ++++
>  include/asm-i386/dump.h      |   94 ++
>  include/linux/dump.h         |  440 ++++++++++
>  9 files changed, 3463 insertions(+)
> 
> This is included as a gzip'd attachment, as the size is too
> big for vger, apparently.
> 
> --Matt
Shouldn't the module exit functions in dump_base.c be marked with __exit
rather than __init?
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/