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: Thu, 30 May 2024 19:33:25 +0300
From: Vladimir Oltean <vladimir.oltean@....com>
To: netdev@...r.kernel.org
Cc: "David S. Miller" <davem@...emloft.net>,
	Eric Dumazet <edumazet@...gle.com>,
	Jakub Kicinski <kuba@...nel.org>,
	Paolo Abeni <pabeni@...hat.com>,
	Claudiu Manoil <claudiu.manoil@....com>,
	Alexandre Belloni <alexandre.belloni@...tlin.com>,
	UNGLinuxDriver@...rochip.com,
	Andrew Lunn <andrew@...n.ch>,
	Florian Fainelli <f.fainelli@...il.com>,
	Colin Foster <colin.foster@...advantage.com>,
	Russell King <linux@...linux.org.uk>
Subject: [PATCH net-next 0/8] Probing cleanup for the Felix DSA driver

This is a follow-up to Russell King's request for code consolidation
among felix_vsc9959, seville_vsc9953 and ocelot_ext, stated here:
https://lore.kernel.org/all/Zh1GvcOTXqb7CpQt@shell.armlinux.org.uk/

Details are in individual patches. Testing was done on NXP LS1028A
(felix_vsc9959).

Vladimir Oltean (8):
  net: dsa: ocelot: use devres in ocelot_ext_probe()
  net: dsa: ocelot: use devres in seville_probe()
  net: dsa: ocelot: delete open coded status = "disabled" parsing
  net: dsa: ocelot: consistently use devres in felix_pci_probe()
  net: dsa: ocelot: move devm_request_threaded_irq() to felix_setup()
  net: dsa: ocelot: use ds->num_tx_queues = OCELOT_NUM_TC for all models
  net: dsa: ocelot: common probing code
  net: dsa: ocelot: unexport felix_phylink_mac_ops and felix_switch_ops

 drivers/net/dsa/ocelot/felix.c           |  62 ++++++++++++-
 drivers/net/dsa/ocelot/felix.h           |  10 +-
 drivers/net/dsa/ocelot/felix_vsc9959.c   | 113 +++++++----------------
 drivers/net/dsa/ocelot/ocelot_ext.c      |  55 +----------
 drivers/net/dsa/ocelot/seville_vsc9953.c |  61 ++----------
 5 files changed, 106 insertions(+), 195 deletions(-)

-- 
2.34.1


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ