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-prev] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 11 Apr 2016 20:51:55 +0000
From:	Jose Rivera <german.rivera@....com>
To:	Stuart Yoder <stuart.yoder@....com>,
	"gregkh@...uxfoundation.org" <gregkh@...uxfoundation.org>
CC:	"devel@...verdev.osuosl.org" <devel@...verdev.osuosl.org>,
	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
	"agraf@...e.de" <agraf@...e.de>, "arnd@...db.de" <arnd@...db.de>,
	Yang-Leo Li <leoyang.li@....com>,
	Stuart Yoder <stuart.yoder@....com>
Subject: RE: [PATCH 00/14] staging: fsl-mc: misc updates

> -----Original Message-----
> From: Stuart Yoder [mailto:stuart.yoder@....com]
> Sent: Monday, April 11, 2016 11:48 AM
> To: gregkh@...uxfoundation.org; Jose Rivera <german.rivera@....com>
> Cc: devel@...verdev.osuosl.org; linux-kernel@...r.kernel.org; agraf@...e.de;
> arnd@...db.de; Yang-Leo Li <leoyang.li@....com>; Stuart Yoder
> <stuart.yoder@....com>
> Subject: [PATCH 00/14] staging: fsl-mc: misc updates
> 
> From: Stuart Yoder <stuart.yoder@....com>
> 
> This patch series makes further progress towards completing the fsl-mc TODO
> list.
> 
> -patch 1 removes three items from the TODO file that were previously
>  completed-- multiple root dprc support, MSI support, and command
> serialization
> 
> -patch 2 makes some way overdue updates to README.txt from review
> comments on the mailing list last fall
> 
> -patches 3-5 update the binary interface for several objects to  sync with latest
> MC firmware (todo item: "MC firmware uprev")
> 
> -patches 6-13 are cleanup items
>    -change in how object versions are used in binding decisions
>    -setting coherent dma_ops for devices if necessary
>    -setting cacheable flag for object regions if applicable
>    -getting the version of the root dprc from hardware, not based
>     on what was in the .h file
>    -dprc driver now refuses to probe if dprc version is not minimum
>     expected
>    -added quirk for bug in coherency flag for dpseci objects
>    -allocator driver refuses to bind to dpmcp objects if version
>     is not minimum expected
> 
> -patch 14 adds a second maintainer for the driver
> 
> Horia Geanta (1):
>   staging: fsl-mc: add quirk handling for dpseci objects < 4.0
> 
> Horia Geantă (1):
>   staging: fsl-mc: return -EINVAL for all fsl_mc_portal_allocate()
>     failures
> 
> Itai Katz (5):
>   staging: fsl-mc: don't use object versions to make binding decisions
>   staging: fsl-mc: set cacheable flag for added devices if applicable
>   staging: fsl-mc: get version of root dprc from MC hardware
>   staging: fsl-mc: add dprc version check
>   staging: fsl-mc: add dpmcp version check
> 
> Stuart Yoder (7):
>   staging: fsl-mc: TODO updates
>   staging: fsl-mc: DPAA2 overview readme update
>   staging: fsl-mc: update dpmcp binary interface to v3.0
>   staging: fsl-mc: update dpbp binary interface to v2.2
>   staging: fsl-mc: update dprc binary interface to v5.1
>   staging: fsl-mc: set up coherent dma ops for added devices
>   MAINTAINERS: fsl-mc: Add second maintainer
> 
>  MAINTAINERS                                 |    1 +
>  drivers/staging/fsl-mc/README.txt           |  138 ++++++++++++++++-----------
>  drivers/staging/fsl-mc/TODO                 |   13 ---
>  drivers/staging/fsl-mc/bus/dpbp.c           |   77 ++++++++++++++-
>  drivers/staging/fsl-mc/bus/dpmcp-cmd.h      |    7 +-
>  drivers/staging/fsl-mc/bus/dpmcp.c          |   35 +------
>  drivers/staging/fsl-mc/bus/dpmcp.h          |   10 +-
>  drivers/staging/fsl-mc/bus/dprc-cmd.h       |    6 +-
>  drivers/staging/fsl-mc/bus/dprc-driver.c    |   33 ++++++-
>  drivers/staging/fsl-mc/bus/dprc.c           |   26 ++---
>  drivers/staging/fsl-mc/bus/mc-allocator.c   |   18 ++--
>  drivers/staging/fsl-mc/bus/mc-bus.c         |   93 +++++++++---------
>  drivers/staging/fsl-mc/bus/mc-msi.c         |    2 +-
>  drivers/staging/fsl-mc/include/dpbp-cmd.h   |    4 +-
>  drivers/staging/fsl-mc/include/dpbp.h       |   51 +++++++++-
>  drivers/staging/fsl-mc/include/dprc.h       |   19 ++--
>  drivers/staging/fsl-mc/include/mc-private.h |    2 +
>  17 files changed, 335 insertions(+), 200 deletions(-)
> 
> --
> 1.7.9.5

Acked-by: German Rivera <german.rivera@....com>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ