lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Sat, 19 Jan 2008 14:28:52 +0100 From: Sam Ravnborg <sam@...nborg.org> To: Adrian Bunk <bunk@...nel.org> Cc: chas@....nrl.navy.mil, jgarzik@...ox.com, netdev@...r.kernel.org, linux-kernel@...r.kernel.org Subject: Re: [2.6 patch] atm/idt77105.c: fix section mismatch On Sat, Jan 19, 2008 at 03:18:49PM +0200, Adrian Bunk wrote: > EXPORT_SYMBOL'ed code mustn't be __*init. > > Signed-off-by: Adrian Bunk <bunk@...nel.org> Acked-by: Sam Ravnborg <sam@...nborg.org> > > --- > --- linux-2.6/drivers/atm/idt77105.c.old 2008-01-19 11:19:53.000000000 +0200 > +++ linux-2.6/drivers/atm/idt77105.c 2008-01-19 11:20:10.000000000 +0200 > @@ -354,13 +354,13 @@ static const struct atmphy_ops idt77105_ > .ioctl = idt77105_ioctl, > .interrupt = idt77105_int, > .stop = idt77105_stop, > }; > > > -int __devinit idt77105_init(struct atm_dev *dev) > +int idt77105_init(struct atm_dev *dev) > { > dev->phy = &idt77105_ops; > return 0; > } > > EXPORT_SYMBOL(idt77105_init); > > -- > To unsubscribe from this list: send the line "unsubscribe netdev" in > the body of a message to majordomo@...r.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html -- 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