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-next>] [day] [month] [year] [list]
Date:	Fri, 18 Sep 2015 17:53:32 +0200
From:	Luis de Bethencourt <luis@...ethencourt.com>
To:	linux-kernel@...r.kernel.org
Cc:	netdev@...r.kernel.org, Florian Fainelli <f.fainelli@...il.com>,
	Richard Cochran <richardcochran@...il.com>,
	"David S. Miller" <davem@...emloft.net>,
	Wolfram Sang <wsa@...-dreams.de>,
	Joe Perches <joe@...ches.com>,
	Tobias Klauser <tklauser@...tanz.ch>
Subject: [PATCH 0/6] net: Fix module autoload for OF platform drivers

Hi,

These patches add the missing MODULE_DEVICE_TABLE() for OF to export
the information so modules have the correct aliases built-in and
autoloading works correctly.

A longer explanation by Javier Canillas can be found here:
https://lkml.org/lkml/2015/7/30/519

Thanks,
Luis

Luis de Bethencourt (6):
  net: arc: Fix module autoload for OF platform driver
  net: systemport: Fix module autoload for OF platform driver
  net: bcmgenet: Fix module autoload for OF platform driver
  net: freescale: Fix module autoload for OF platform driver
  net: ks8851: Fix module autoload for OF platform driver
  net: moxa: Fix module autoload for OF platform driver

 drivers/net/ethernet/arc/emac_arc.c            | 1 +
 drivers/net/ethernet/broadcom/bcmsysport.c     | 1 +
 drivers/net/ethernet/broadcom/genet/bcmgenet.c | 1 +
 drivers/net/ethernet/freescale/gianfar_ptp.c   | 1 +
 drivers/net/ethernet/micrel/ks8851.c           | 1 +
 drivers/net/ethernet/moxa/moxart_ether.c       | 1 +
 6 files changed, 6 insertions(+)

-- 
2.4.6

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