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  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 26 Mar 2009 09:09:59 +0100
From:	Thierry Reding <thierry.reding@...onic-design.de>
To:	David Miller <davem@...emloft.net>
Cc:	netdev@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v3] net: Add support for the OpenCores 10/100 Mbps
	Ethernet MAC.

* David Miller wrote:
> From: David Miller <davem@...emloft.net>
> Date: Thu, 26 Mar 2009 00:55:45 -0700 (PDT)
> 
> > This doesn't build:
> > 
> > drivers/net/ethoc.c: In function ‘ethoc_interrupt’:
> > drivers/net/ethoc.c:510: error: implicit declaration of function ‘netif_rx_schedule_prep’
> > drivers/net/ethoc.c:511: error: implicit declaration of function ‘__netif_rx_schedule’
> > drivers/net/ethoc.c: In function ‘ethoc_poll’:
> > drivers/net/ethoc.c:550: error: implicit declaration of function ‘netif_rx_complete’
> > 
> > You are missing some header includes.
> 
> Actually the problem is that you're using deprecated interfaces which
> have been removed in net-next-2.6, please use napi_*() instead of
> netif_rx_*().

Oh, okay. I've only been building against the vanilla tree. I'll grab a copy
of net-next-2.6 and fix the driver up against that. Thanks,

Thierry

--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ