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: <1502778412-16255-1-git-send-email-gilad@benyossef.com>
Date:   Tue, 15 Aug 2017 09:26:28 +0300
From:   Gilad Ben-Yossef <gilad@...yossef.com>
To:     Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
        linux-crypto@...r.kernel.org,
        driverdev-devel@...uxdriverproject.org, devel@...verdev.osuosl.org,
        linux-kernel@...r.kernel.org
Cc:     Ofir Drang <ofir.drang@....com>
Subject: [PATCH v3 00/22] staging: ccree: fixes and simplifications

The series includes various bug fixes, code simplification and style
cleanups. 

Changer from v2:
- Drop M32R as supported architecture, which resolve the kbuild bot
  warnings on Joe Perches patch.
- Bug fix that properly saves last bytes of ciphertext for CTS in
  skcipher
- Even more coding style fixes

Changes from v1:

- Rebase on top of current staging-next.
- Added resource release on error simplification patch suggested by
  Dan C. as part of the review.

Based on top of staging-next commit 0116ced91d3a
("staging: fsl-mc: add explicit dependencies for compile-tested arches")

Gilad Ben-Yossef (18):
  staging: ccree: fix split strings
  staging: ccree: kmalloc by sizeof var not type
  staging: ccree: simplify resource release on error
  staging: ccree: remove unused completion
  staging: ccree: remove m32r as supported platform
  staging: ccree: rewrite GET_DMA_BUFFER_TYPE as func
  staging: ccree: fix line indentation and breaks
  staging: ccree: align box comment correctly
  staging: ccree: fix line indentation and breaks
  staging: ccree: fix struct init braces
  staging: ccree: fix line indentation and breaks
  staging: ccree: fix spelling mistakes
  staging: ccree: clean up comments
  staging: ccree: move over to BIT macro for bit defines
  staging: ccree: fix code indent
  staging: ccree: replace noop macro with inline
  staging: ccree: save ciphertext for CTS IV
  staging: ccree: remove BUG macro usage

Joe Perches (1):
  staging: ccree: Fix format/argument mismatches

Suniel Mahesh (3):
  staging: ccree: Replace kzalloc with devm_kzalloc
  staging: ccree: Convert to devm_ioremap_resource for map, unmap
  staging: ccree: Use platform_get_irq and devm_request_irq

 drivers/staging/ccree/Kconfig           |    2 +-
 drivers/staging/ccree/ssi_aead.c        | 1076 ++++++++++++++++---------------
 drivers/staging/ccree/ssi_aead.h        |   47 +-
 drivers/staging/ccree/ssi_buffer_mgr.c  |  216 ++++---
 drivers/staging/ccree/ssi_buffer_mgr.h  |    6 +-
 drivers/staging/ccree/ssi_cipher.c      |   88 ++-
 drivers/staging/ccree/ssi_cipher.h      |   10 +-
 drivers/staging/ccree/ssi_config.h      |    7 +-
 drivers/staging/ccree/ssi_driver.c      |  306 +++++----
 drivers/staging/ccree/ssi_driver.h      |   26 +-
 drivers/staging/ccree/ssi_hash.c        |  598 +++++++++--------
 drivers/staging/ccree/ssi_hash.h        |   12 +-
 drivers/staging/ccree/ssi_ivgen.c       |   19 +-
 drivers/staging/ccree/ssi_ivgen.h       |    3 +-
 drivers/staging/ccree/ssi_pm.c          |    3 +-
 drivers/staging/ccree/ssi_request_mgr.c |   75 ++-
 drivers/staging/ccree/ssi_request_mgr.h |    2 +-
 drivers/staging/ccree/ssi_sysfs.c       |   13 +-
 18 files changed, 1364 insertions(+), 1145 deletions(-)

-- 
2.1.4

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ