Re: [patch 1/2] m68k: runtime patching infrastructure

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Eric Dumazet
Date: Tuesday, May 29, 2007 - 10:48 pm

Andrew Morton a écrit :


struct a {
	struct not_yet_defined *start, *end;
};

struct not_yet_defined {
	void *foo;
};

Is a valid and gives no warnings.

Still I didnt tried to compile a m68k kernel, so I guess I shouldnt speak here :)
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[patch 1/2] m68k: runtime patching infrastructure, Geert Uytterhoeven, (Mon May 28, 12:16 pm)
Re: [patch 1/2] m68k: runtime patching infrastructure, Andrew Morton, (Tue May 29, 5:38 pm)
Re: [patch 1/2] m68k: runtime patching infrastructure, Eric Dumazet, (Tue May 29, 10:48 pm)
Re: [patch 1/2] m68k: runtime patching infrastructure, Geert Uytterhoeven, (Wed May 30, 12:06 am)
Re: [patch 1/2] m68k: runtime patching infrastructure, Joerg Dorchain, (Wed May 30, 1:20 am)
Re: [patch 1/2] m68k: runtime patching infrastructure, Andreas Schwab, (Wed May 30, 1:23 am)
Re: [patch 1/2] m68k: runtime patching infrastructure, Geert Uytterhoeven, (Wed May 30, 4:19 am)
Re: [patch 1/2] m68k: runtime patching infrastructure, Joerg Dorchain, (Wed May 30, 4:40 am)
Re: [patch 1/2] m68k: runtime patching infrastructure, Linus Torvalds, (Wed May 30, 11:03 am)
Re: [patch 1/2] m68k: runtime patching infrastructure, Wouter Verhelst, (Sun Jun 3, 8:56 am)