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]
Message-Id: <20210316145512.2152374-1-ciorneiioana@gmail.com>
Date:   Tue, 16 Mar 2021 16:55:07 +0200
From:   Ioana Ciornei <ciorneiioana@...il.com>
To:     davem@...emloft.net, kuba@...nel.org, netdev@...r.kernel.org
Cc:     ruxandra.radulescu@....com, yangbo.lu@....com,
        Ioana Ciornei <ioana.ciornei@....com>
Subject: [PATCH net-next 0/5] dpaa2-switch: small cleanup

From: Ioana Ciornei <ioana.ciornei@....com>

This patch set addresses various low-hanging issues in both dpaa2-switch
and dpaa2-eth drivers.
Unused ABI functions are removed from dpaa2-switch, all the kernel-doc
warnings are fixed up in both drivers and the coding style for the
remaining ABIs is fixed-up a bit.

Ioana Ciornei (5):
  dpaa2-switch: remove unused ABI functions
  dpaa2-switch: fix kdoc warnings
  dpaa2-switch: reduce the size of the if_id bitmap to 64 bits
  dpaa2-switch: fit the function declaration on the same line
  dpaa2-eth: fixup kdoc warnings

 drivers/net/ethernet/freescale/dpaa2/dpkg.h   |   5 +-
 drivers/net/ethernet/freescale/dpaa2/dpmac.h  |  24 +-
 drivers/net/ethernet/freescale/dpaa2/dpni.c   |   6 +
 drivers/net/ethernet/freescale/dpaa2/dpni.h   | 162 +++++-----
 drivers/net/ethernet/freescale/dpaa2/dprtc.h  |   3 -
 .../net/ethernet/freescale/dpaa2/dpsw-cmd.h   |  11 +-
 drivers/net/ethernet/freescale/dpaa2/dpsw.c   | 281 ++++--------------
 drivers/net/ethernet/freescale/dpaa2/dpsw.h   | 265 +++++------------
 8 files changed, 217 insertions(+), 540 deletions(-)

-- 
2.30.0

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ