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:   Mon, 17 Oct 2016 13:42:09 -0500
From:   Stuart Yoder <stuart.yoder@....com>
To:     <gregkh@...uxfoundation.org>
CC:     <german.rivera@....com>, <devel@...verdev.osuosl.org>,
        <linux-kernel@...r.kernel.org>, <agraf@...e.de>, <arnd@...db.de>,
        <leoyang.li@....com>, Stuart Yoder <stuart.yoder@....com>
Subject: [PATCH 00/14] staging: fsl-mc: cleanup and uprev to MC v10.x

This patch does miscellaneous minor cleanup and uprevs the supported
MC firmware version to 10.x.

I believe with this series the TODO items on our list are complete,
with the exception of "Add at least one device driver for a DPAA2
object", which I expect to send a patch for very soon.  I plan to
do that in conjunction with a request to move the fsl-mc bus
driver out of staging.

Ioana Ciornei (3):
  staging: fsl-mc: cleanup: convert uintX_t types to uX
  staging: fsl-mc: misc whitespace cleanup
  staging: fsl-mc: uprev binary interface to match MC v10.x

Stuart Yoder (11):
  staging: fsl-mc: cleanup: move dpbp and dpcon cmd headers
  staging: fsl-mc: add missing includes to fsl-mc-private.h
  staging: fsl-mc: clean up Kconfig description
  staging: fsl-mc: update Kconfig dependency
  staging: fsl-mc: update MAINTAINERS
  staging: fsl-mc: irq: shorten name of interrupt name
  staging: fsl-mc: dprc: shorten DPRC interrupt name
  staging: fsl-mc: cleanup comment style
  staging: fsl-mc: message cleanup
  staging: fsl-mc: improve comment wording
  staging: fsl-mc: update copyright dates

 MAINTAINERS                                        |   3 +-
 drivers/staging/fsl-mc/bus/Kconfig                 |  24 +-
 drivers/staging/fsl-mc/{include => bus}/dpbp-cmd.h |  61 ++--
 drivers/staging/fsl-mc/bus/dpbp.c                  |  74 ++--
 .../staging/fsl-mc/{include => bus}/dpcon-cmd.h    |   4 +-
 drivers/staging/fsl-mc/bus/dpmcp-cmd.h             |  49 ++-
 drivers/staging/fsl-mc/bus/dpmcp.c                 |  70 +++-
 drivers/staging/fsl-mc/bus/dpmcp.h                 | 141 ++++----
 drivers/staging/fsl-mc/bus/dpmng-cmd.h             |  14 +-
 drivers/staging/fsl-mc/bus/dpmng.c                 |  37 +-
 drivers/staging/fsl-mc/bus/dprc-cmd.h              |  90 ++---
 drivers/staging/fsl-mc/bus/dprc-driver.c           |  23 +-
 drivers/staging/fsl-mc/bus/dprc.c                  |  69 +++-
 drivers/staging/fsl-mc/bus/fsl-mc-allocator.c      |  78 ++--
 drivers/staging/fsl-mc/bus/fsl-mc-bus.c            |  72 ++--
 drivers/staging/fsl-mc/bus/fsl-mc-msi.c            |   2 +-
 drivers/staging/fsl-mc/bus/fsl-mc-private.h        |   3 +
 .../staging/fsl-mc/bus/irq-gic-v3-its-fsl-mc-msi.c |   4 +-
 drivers/staging/fsl-mc/bus/mc-io.c                 |   4 +-
 drivers/staging/fsl-mc/bus/mc-sys.c                |  12 +-
 drivers/staging/fsl-mc/include/dpbp.h              | 173 +++++----
 drivers/staging/fsl-mc/include/dpmng.h             |  22 +-
 drivers/staging/fsl-mc/include/dprc.h              | 392 +++++++++++----------
 drivers/staging/fsl-mc/include/mc-bus.h            |   2 +-
 drivers/staging/fsl-mc/include/mc-cmd.h            |  44 ++-
 drivers/staging/fsl-mc/include/mc-sys.h            |   3 +-
 drivers/staging/fsl-mc/include/mc.h                |   2 +-
 27 files changed, 802 insertions(+), 670 deletions(-)
 rename drivers/staging/fsl-mc/{include => bus}/dpbp-cmd.h (75%)
 rename drivers/staging/fsl-mc/{include => bus}/dpcon-cmd.h (97%)

-- 
1.9.0

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ