Re: [PATCH] VSOCK: Drop bogus __init annotation from vsock_init_tables()

2013-05-02 Thread Geert Uytterhoeven
CCing stable, as this patch didn't make it in v3.9. Mainline commit ID is 22ee3b57c3ff71772b0c4178404b04f5df78d501. On Wed, Apr 24, 2013 at 11:40 AM, Geert Uytterhoeven wrote: > If gcc (e.g. 4.1.2) decides not to inline vsock_init_tables(), this will > cause a section mismatch: > > WARNING:

Re: [PATCH] VSOCK: Drop bogus __init annotation from vsock_init_tables()

2013-05-02 Thread Geert Uytterhoeven
CCing stable, as this patch didn't make it in v3.9. Mainline commit ID is 22ee3b57c3ff71772b0c4178404b04f5df78d501. On Wed, Apr 24, 2013 at 11:40 AM, Geert Uytterhoeven ge...@linux-m68k.org wrote: If gcc (e.g. 4.1.2) decides not to inline vsock_init_tables(), this will cause a section mismatch:

Re: [PATCH] VSOCK: Drop bogus __init annotation from vsock_init_tables()

2013-04-25 Thread David Miller
From: Geert Uytterhoeven Date: Wed, 24 Apr 2013 11:40:55 +0200 > If gcc (e.g. 4.1.2) decides not to inline vsock_init_tables(), this will > cause a section mismatch: > > WARNING: net/vmw_vsock/vsock.o(.text+0x1bc): Section mismatch in reference > from the function __vsock_core_init() to the

Re: [PATCH] VSOCK: Drop bogus __init annotation from vsock_init_tables()

2013-04-25 Thread David Miller
From: Geert Uytterhoeven ge...@linux-m68k.org Date: Wed, 24 Apr 2013 11:40:55 +0200 If gcc (e.g. 4.1.2) decides not to inline vsock_init_tables(), this will cause a section mismatch: WARNING: net/vmw_vsock/vsock.o(.text+0x1bc): Section mismatch in reference from the function

[PATCH] VSOCK: Drop bogus __init annotation from vsock_init_tables()

2013-04-24 Thread Geert Uytterhoeven
If gcc (e.g. 4.1.2) decides not to inline vsock_init_tables(), this will cause a section mismatch: WARNING: net/vmw_vsock/vsock.o(.text+0x1bc): Section mismatch in reference from the function __vsock_core_init() to the function .init.text:vsock_init_tables() The function __vsock_core_init()

[PATCH] VSOCK: Drop bogus __init annotation from vsock_init_tables()

2013-04-24 Thread Geert Uytterhoeven
If gcc (e.g. 4.1.2) decides not to inline vsock_init_tables(), this will cause a section mismatch: WARNING: net/vmw_vsock/vsock.o(.text+0x1bc): Section mismatch in reference from the function __vsock_core_init() to the function .init.text:vsock_init_tables() The function __vsock_core_init()