[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <2375c9f90906150145u1b8e8a1dve794ecbcebb0c548@mail.gmail.com>
Date: Mon, 15 Jun 2009 16:45:05 +0800
From: Américo Wang <xiyou.wangcong@...il.com>
To: Changli Gao <xiaosuo@...il.com>
Cc: Linus Torvalds <torvalds@...ux-foundation.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: memconsole: a virtual console to record the Oops message for
debugging purpose.
2009/6/15 Changli Gao <xiaosuo@...il.com>:
> On Mon, Jun 15, 2009 at 3:11 PM, Amerigo Wang<xiyou.wangcong@...il.com> wrote:
>> On Sun, Jun 14, 2009 at 09:29:48AM +0800, Changli Gao wrote:
>>>
>>>the following code is appended to the file mm/bootmem.c
>>
>>
>> Why not a patch?
>>
>> Your code is a kernel module, why do you append it into
>> a non-module source file?
>>
> bootmem can't be allocated in modules. :(
Ok, then explain your code below:
module_init(init);
...
module_exit(fini);
MODULE_AUTHOR("xiaosuo <xiaosuo@...il.com>");
MODULE_LICENSE("GPL");
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists