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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 3 Aug 2007 09:58:57 +0100
From:	Stephen Hemminger <shemminger@...ux-foundation.org>
To:	Brandon Philips <brandon@...p.org>
Cc:	netdev@...r.kernel.org, teheo@...e.de
Subject: Re: [patch 0/5][RFC] Update network drivers to use devres

On Thu, 2 Aug 2007 15:42:06 -0700
Brandon Philips <brandon@...p.org> wrote:

> This patch set adds support for devres in the net core and converts the
> e100 and e1000 drivers to devres.  Devres is a simple resource manager
> for device drivers, see Documentation/driver-model/devres.txt for more
> information.
> 
> The use of devres will remain optional for drivers with this patch set.
> Drivers can be converted when it makes sense.

Just because devres exists is not sufficient motivation to change.

It seems that devres was a band-aid rather than fixing storage drivers
to have proper DMA lifetimes. 
Network devices seem to work fine thanks, and the resource requirements
are different. If ain't broke, don't fix it.
-
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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ