linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 00/10] staging: ccree: fixes and cleanups
@ 2017-11-09  9:16 Gilad Ben-Yossef
  2017-11-09  9:16 ` [PATCH v2 01/10] staging: ccree: fix leak of import() after init() Gilad Ben-Yossef
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Gilad Ben-Yossef @ 2017-11-09  9:16 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: Ofir Drang, linux-crypto, driverdev-devel, devel, linux-kernel

This is another batch of ccree fixes & cleanups.

The first patch is a bug fix. All others are pure
readability and coding style fixes.

Changes from v1:
- Fix several coding style issues pointed out by
  Dan Carpenter.
- Added two more patches of similar issues that
  surfaced during the review.

Gilad Ben-Yossef (10):
  staging: ccree: fix leak of import() after init()
  staging: ccree: make long func call sites readable
  staging: ccree: simplify AEAD using local var
  staging: ccree: simplify buf mgr using local vars
  staging: ccree: fold common code into function
  staging: ccree: simplify pm manager using local var
  staging: ccree: remove unneeded cast
  staging: ccree: remove compare to none zero
  staging: ccree: remove braces for single statement
  staging: ccree: remove unused cc_base parameter

 drivers/staging/ccree/ssi_aead.c        |  60 ++--
 drivers/staging/ccree/ssi_buffer_mgr.c  | 553 ++++++++++++++------------------
 drivers/staging/ccree/ssi_buffer_mgr.h  |  49 ++-
 drivers/staging/ccree/ssi_cipher.c      |  39 ++-
 drivers/staging/ccree/ssi_driver.c      |  51 ++-
 drivers/staging/ccree/ssi_driver.h      |   2 +-
 drivers/staging/ccree/ssi_hash.c        | 201 ++++++------
 drivers/staging/ccree/ssi_ivgen.c       |   4 +-
 drivers/staging/ccree/ssi_pm.c          |  46 ++-
 drivers/staging/ccree/ssi_pm.h          |  12 +-
 drivers/staging/ccree/ssi_request_mgr.c |  29 +-
 drivers/staging/ccree/ssi_request_mgr.h |   6 +-
 drivers/staging/ccree/ssi_sram_mgr.c    |  13 +-
 drivers/staging/ccree/ssi_sram_mgr.h    |   6 +-
 14 files changed, 502 insertions(+), 569 deletions(-)

-- 
2.7.4

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2017-11-09 13:14 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-09  9:16 [PATCH v2 00/10] staging: ccree: fixes and cleanups Gilad Ben-Yossef
2017-11-09  9:16 ` [PATCH v2 01/10] staging: ccree: fix leak of import() after init() Gilad Ben-Yossef
2017-11-09  9:16 ` [PATCH v2 02/10] staging: ccree: make long func call sites readable Gilad Ben-Yossef
2017-11-09  9:16 ` [PATCH v2 03/10] staging: ccree: simplify AEAD using local var Gilad Ben-Yossef
2017-11-09  9:16 ` [PATCH v2 04/10] staging: ccree: simplify buf mgr using local vars Gilad Ben-Yossef
2017-11-09  9:16 ` [PATCH v2 05/10] staging: ccree: fold common code into function Gilad Ben-Yossef
2017-11-09  9:16 ` [PATCH v2 06/10] staging: ccree: simplify pm manager using local var Gilad Ben-Yossef
2017-11-09  9:16 ` [PATCH v2 07/10] staging: ccree: remove unneeded cast Gilad Ben-Yossef
2017-11-09  9:16 ` [PATCH v2 08/10] staging: ccree: remove compare to none zero Gilad Ben-Yossef
2017-11-09  9:16 ` [PATCH v2 09/10] staging: ccree: remove braces for single statement Gilad Ben-Yossef
2017-11-09  9:16 ` [PATCH v2 10/10] staging: ccree: remove unused cc_base parameter Gilad Ben-Yossef
2017-11-09 13:14 ` [PATCH v2 00/10] staging: ccree: fixes and cleanups Dan Carpenter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).