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:	Wed, 22 Jul 2015 14:26:30 -0400
From:	Dan Streetman <ddstreet@...e.org>
To:	Herbert Xu <herbert@...dor.apana.org.au>,
	"David S. Miller" <davem@...emloft.net>
Cc:	linux-kernel@...r.kernel.org, linux-crypto@...r.kernel.org,
	Dan Streetman <ddstreet@...e.org>
Subject: [PATCH 0/8] remove 'platform' shared NX driver

The shared 'platform' driver module isn't needed, the platform drivers
can directly register with crypto instead.  It only adds unneeded
complexity and problems.

The first 4 patches are minor updates/bugfixes to the pSeries driver.

The 5th patch is a minor update to the NX crypto driver.

The last 3 patches merge the crypto and common code driver, and move
the crypto compression driver registration into the platform (pSeries
and PowerNV) drivers.  Both platform drivers use the same alg name and
driver name when registering, but since only one (at most) will register
on a system, depending on the platform, their registration will not
conflict.

Dan Streetman (8):
  crypto: nx - remove __init/__exit from VIO functions
  crypto: nx - remove pSeries NX 'status' field
  crypto: nx - move kzalloc() out of spinlock
  crypto: nx - don't register pSeries driver if ENODEV
  crypto: nx - use common code for both NX decompress success cases
  crypto: nx - merge nx-compress and nx-compress-crypto
  crypto: nx - rename nx-842-crypto.c to nx-842.c
  crypto: nx - make platform drivers directly register with crypto

 drivers/crypto/nx/Kconfig           |  17 +-
 drivers/crypto/nx/Makefile          |   8 +-
 drivers/crypto/nx/nx-842-crypto.c   | 602 ------------------------------------
 drivers/crypto/nx/nx-842-platform.c |  84 -----
 drivers/crypto/nx/nx-842-powernv.c  |  29 +-
 drivers/crypto/nx/nx-842-pseries.c  | 126 ++++----
 drivers/crypto/nx/nx-842.c          | 554 +++++++++++++++++++++++++++++----
 drivers/crypto/nx/nx-842.h          |  65 +++-
 8 files changed, 638 insertions(+), 847 deletions(-)
 delete mode 100644 drivers/crypto/nx/nx-842-crypto.c
 delete mode 100644 drivers/crypto/nx/nx-842-platform.c

-- 
2.1.0

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