[Pkg-ofed-commits] [mstflint] branch master updated (6e09f86 -> 710c465)

Benjamin Drung bdrung at moszumanska.debian.org
Tue Aug 16 14:47:35 UTC 2016


This is an automated email from the git hooks/post-receive script.

bdrung pushed a change to branch master
in repository mstflint.

      from  6e09f86   Release to unstable
       new  72fc16c   Imported Upstream version 4.4.0+1.12.gd1edd58
       new  67b8b6c   Mangle upstream version to replace minus by plus
       new  ae93f8a   Drop typo fix patches (accepted upstream)
       new  1a2e544   Enable hardening
       new  387487a   Build binary package on linux-any
       new  6bb7419   Run wrap-and-sort
       new  607fba7   Point Vcs-* fields to HTTPS URLs
       new  4ce1f81   Bump Standards-Version to 3.9.8 (no changes needed)
       new  a0bbef3   Fix typos
       new  710c465   Fix malformed man pages

The 10 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Makefile.am                                        |    4 +-
 Makefile.in                                        |   11 +-
 README                                             |    1 -
 aclocal.m4                                         |   59 +
 autom4te.cache/output.0                            |  246 +-
 autom4te.cache/output.1                            |  246 +-
 autom4te.cache/requests                            |    4 +-
 autom4te.cache/traces.0                            |  271 +-
 autom4te.cache/traces.1                            |  446 +-
 cmdif/Makefile.am                                  |    4 +-
 cmdif/Makefile.in                                  |   10 +-
 cmdif/icmd_cif_common.c                            |  136 +
 cmdif/icmd_cif_common.h                            |  101 +
 cmdif/icmd_cif_macros.h                            |   90 +
 .../mft_uefi_common.h => cmdif/icmd_cif_open.c     |   40 +-
 .../mft_uefi_common.h => cmdif/icmd_cif_open.h     |   46 +-
 cmdparser/Makefile.am                              |    2 -
 cmdparser/Makefile.in                              |    2 +-
 {mstdump => common}/Makefile.am                    |    2 +-
 {mstdump/mstdump_dbs => common}/Makefile.in        |  226 +-
 common/gitversion.h                                |    2 +-
 config/ar-lib                                      |  270 ++
 configure                                          |  246 +-
 configure.ac                                       |   31 +-
 debian/control                                     |   13 +-
 debian/copyright                                   |    1 -
 debian/docs                                        |    2 +-
 .../0002-Fix-spelling-errors-in-mstflint.1.patch   |   39 -
 debian/patches/0002-Fix-typo-allign-align.patch    |  301 ++
 ...Fix-spelling-errors-appearing-in-binaries.patch |  153 -
 .../patches/0003-Fix-typo-missmatch-mismatch.patch |  239 ++
 debian/patches/0004-Fix-other-typos.patch          |   79 +
 .../0005-Fix-section-mismatch-in-man-pages.patch   |  106 +
 debian/patches/0006-Fix-man-page-errors.patch      |  419 ++
 debian/patches/series                              |    7 +-
 debian/rules                                       |    2 +
 debian/watch                                       |    4 +-
 dev_mgt/Makefile.am                                |    2 +-
 dev_mgt/Makefile.in                                |    3 +-
 dev_mgt/tools_dev_types.c                          |  480 ++-
 dev_mgt/tools_dev_types.h                          |   65 +-
 flint/Makefile.am                                  |   10 +-
 flint/Makefile.in                                  |   14 +-
 flint/cmd_line_parser.cpp                          |   73 +-
 flint/err_msgs.h                                   |   13 +-
 flint/flint.cpp                                    |    8 +
 flint/flint_params.cpp                             |    2 +-
 flint/flint_params.h                               |    8 +-
 flint/subcommands.cpp                              | 1251 +++---
 flint/subcommands.h                                |   83 +-
 include/mtcr_ul/mtcr.h                             |  176 +-
 include/mtcr_ul/mtcr_com_defs.h                    |  293 ++
 include/mtcr_ul/mtcr_mf.h                          |  134 +
 man/mstconfig.1                                    |  249 ++
 man/mstflint.1                                     |   58 +-
 man/mstmcra.1                                      |   34 +
 man/mstmread.1                                     |   10 +
 man/mstmtserver.1                                  |   16 +
 man/mstmwrite.1                                    |   10 +
 man/mstregdump.1                                   |   23 +
 man/mstvpd.1                                       |   37 +
 mflash/Makefile.am                                 |    6 +-
 mflash/Makefile.in                                 |   58 +-
 mflash/mflash.c                                    |  295 +-
 mflash/mflash.h                                    |   25 +-
 mflash/mflash_access_layer.c                       |   45 +-
 mflash/mflash_access_layer.h                       |   11 +-
 mflash/mflash_common_structs.h                     |   28 +-
 mflash/mflash_pack_layer.c                         |   30 +-
 mflash/mflash_pack_layer.h                         |   27 +-
 mflash/mflash_types.h                              |   17 +-
 mft_utils/Makefile.am                              |    4 +-
 mft_utils/Makefile.in                              |   10 +-
 mft_utils/calc_hw_crc.c                            |   90 +
 .../mft_uefi_common.h => mft_utils/calc_hw_crc.h   |   35 +-
 mft_utils/mft_sig_handler.c                        |   15 +
 mft_utils/mft_sig_handler.h                        |    4 +
 mft_utils/mlarge_buffer.cpp                        |  174 +
 mft_utils/mlarge_buffer.h                          |   80 +
 mlxconfig/Makefile.am                              |    4 +-
 mlxconfig/Makefile.in                              |    5 +-
 mlxconfig/mlxcfg_lib.cpp                           |  169 +-
 mlxconfig/mlxcfg_lib.h                             |   21 +-
 mlxconfig/mlxcfg_param_lib.cpp                     | 2004 ++++++++-
 mlxconfig/mlxcfg_param_lib.h                       |  558 ++-
 mlxconfig/mlxcfg_parser.cpp                        |  751 +++-
 mlxconfig/mlxcfg_status.h                          |   10 +-
 mlxconfig/mlxcfg_ui.cpp                            |  199 +-
 mlxconfig/mlxcfg_ui.h                              |  109 +-
 mlxfwops/Makefile.in                               |    1 +
 mlxfwops/lib/Makefile.am                           |   12 +-
 mlxfwops/lib/Makefile.in                           |   15 +-
 mlxfwops/lib/aux_tlv_ops.cpp                       |  545 +++
 mlxfwops/lib/aux_tlv_ops.h                         |  165 +
 mlxfwops/lib/flint_base.cpp                        |   21 +-
 mlxfwops/lib/flint_base.h                          |   42 +-
 mlxfwops/lib/flint_io.cpp                          |  181 +-
 mlxfwops/lib/flint_io.h                            |   44 +-
 mlxfwops/lib/fs2_ops.cpp                           |  235 +-
 mlxfwops/lib/fs2_ops.h                             |    9 +-
 mlxfwops/lib/fs3_ops.cpp                           | 1016 ++---
 mlxfwops/lib/fs3_ops.h                             |  136 +-
 mlxfwops/lib/fw_ops.cpp                            |  373 +-
 mlxfwops/lib/fw_ops.h                              |   69 +-
 mlxfwops/lib/mlxfwops.cpp                          |   16 +-
 mlxfwops/lib/mlxfwops.h                            |    3 +
 mlxfwops/lib/mlxfwops_com.h                        |   62 +-
 mstdump/Makefile.in                                |    1 +
 mstdump/crd_lib/Makefile.am                        |    2 +-
 mstdump/crd_lib/Makefile.in                        |    3 +-
 mstdump/crd_lib/crdump.c                           |   17 +-
 mstdump/crd_main/Makefile.am                       |    4 +-
 mstdump/crd_main/Makefile.in                       |   27 +-
 mstdump/crd_main/mstdump.c                         |   20 +-
 mstdump/mstdump_dbs/BridgeX.csv                    | 1463 -------
 mstdump/mstdump_dbs/ConnectX.csv                   | 2301 -----------
 mstdump/mstdump_dbs/ConnectX4.csv                  |   96 -
 mstdump/mstdump_dbs/Makefile.in                    |    1 +
 mstdump/mstdump_dbs/Spectrum.csv                   |  626 +--
 .../mstdump_dbs/{SwitchIB.csv => SwitchIB2.csv}    |  921 ++---
 mstflint.spec                                      |   36 +-
 mstflint.spec.in                                   |   32 +-
 mtcr_ul/Makefile.am                                |   11 +-
 mtcr_ul/Makefile.in                                |  118 +-
 mtcr_ul/mtcr_ib.h                                  |    4 +-
 mtcr_ul/mtcr_ib_ofed.c                             |   76 +-
 mtcr_ul/mtcr_ib_res_mgt.c                          |  194 +
 .../mft_uefi_common.h => mtcr_ul/mtcr_ib_res_mgt.h |   46 +-
 mtcr_ul/mtcr_icmd_cif.h                            |   15 +-
 mtcr_ul/mtcr_int_defs.h                            |   44 +-
 mtcr_ul/mtcr_tools_cif.c                           |    2 +
 mtcr_ul/mtcr_tools_cif.h                           |    7 +-
 mtcr_ul/mtcr_ul.c                                  | 2359 +----------
 mtcr_ul/{mtcr_ul.c => mtcr_ul_com.c}               | 1692 ++++----
 mtcr_ul/mtcr_ul_com.h                              |  143 +
 mtcr_ul/mtcr_ul_icmd_cif.c                         |   63 +-
 reg_access/Makefile.am                             |    6 +-
 reg_access/Makefile.in                             |   49 +-
 reg_access/reg_access.c                            |   74 +-
 reg_access/reg_access.h                            |    3 +
 small_utils/Makefile.am                            |    2 +-
 small_utils/Makefile.in                            |    3 +-
 small_utils/hca_self_test.ofed                     |   39 +-
 small_utils/mcra.c                                 |   23 +-
 small_utils/vpd.c                                  |   24 +-
 {mft_utils => tools_crypto}/Makefile.am            |   14 +-
 {cmdif => tools_crypto}/Makefile.in                |   47 +-
 .../mft_uefi_common.h => tools_crypto/tools_md5.c  |   34 +-
 .../mft_uefi_common.h => tools_crypto/tools_md5.h  |   36 +-
 tools_layouts/Makefile.am                          |    8 +-
 tools_layouts/Makefile.in                          |   67 +-
 tools_layouts/adb_to_c_utils.c                     |   14 +-
 tools_layouts/adb_to_c_utils.h                     |    2 +-
 tools_layouts/connectib_layouts.c                  |  214 +
 tools_layouts/connectib_layouts.h                  |  108 +
 tools_layouts/cx4fw_layouts.c                      |    1 -
 tools_layouts/register_access_open_layouts.c       |  203 +-
 tools_layouts/register_access_open_layouts.h       |   21 +-
 tools_layouts/tools_open_layouts.c                 | 4315 ++++++++++++++------
 tools_layouts/tools_open_layouts.h                 |  635 ++-
 tools_res_mgmt/Makefile.am                         |    8 +-
 tools_res_mgmt/Makefile.in                         |   13 +-
 tools_res_mgmt/tools_res_mgmt.c                    |  279 +-
 tools_res_mgmt/tools_res_mgmt.h                    |   28 +-
 .../tools_time.c                                   |   41 +-
 .../tools_time.h                                   |   39 +-
 166 files changed, 18051 insertions(+), 13265 deletions(-)
 create mode 100644 cmdif/icmd_cif_common.c
 create mode 100644 cmdif/icmd_cif_common.h
 create mode 100644 cmdif/icmd_cif_macros.h
 copy mlxfwops/uefi_c/mft_uefi_common.h => cmdif/icmd_cif_open.c (64%)
 copy mlxfwops/uefi_c/mft_uefi_common.h => cmdif/icmd_cif_open.h (64%)
 copy {mstdump => common}/Makefile.am (94%)
 copy {mstdump/mstdump_dbs => common}/Makefile.in (80%)
 create mode 100755 config/ar-lib
 delete mode 100644 debian/patches/0002-Fix-spelling-errors-in-mstflint.1.patch
 create mode 100644 debian/patches/0002-Fix-typo-allign-align.patch
 delete mode 100644 debian/patches/0003-Fix-spelling-errors-appearing-in-binaries.patch
 create mode 100644 debian/patches/0003-Fix-typo-missmatch-mismatch.patch
 create mode 100644 debian/patches/0004-Fix-other-typos.patch
 create mode 100644 debian/patches/0005-Fix-section-mismatch-in-man-pages.patch
 create mode 100644 debian/patches/0006-Fix-man-page-errors.patch
 create mode 100644 include/mtcr_ul/mtcr_com_defs.h
 create mode 100644 include/mtcr_ul/mtcr_mf.h
 create mode 100644 man/mstconfig.1
 create mode 100644 man/mstmcra.1
 create mode 100644 man/mstmread.1
 create mode 100644 man/mstmtserver.1
 create mode 100644 man/mstmwrite.1
 create mode 100644 man/mstregdump.1
 create mode 100644 man/mstvpd.1
 create mode 100644 mft_utils/calc_hw_crc.c
 copy mlxfwops/uefi_c/mft_uefi_common.h => mft_utils/calc_hw_crc.h (64%)
 create mode 100644 mft_utils/mlarge_buffer.cpp
 create mode 100644 mft_utils/mlarge_buffer.h
 create mode 100644 mlxfwops/lib/aux_tlv_ops.cpp
 create mode 100644 mlxfwops/lib/aux_tlv_ops.h
 delete mode 100755 mstdump/mstdump_dbs/BridgeX.csv
 delete mode 100755 mstdump/mstdump_dbs/ConnectX.csv
 copy mstdump/mstdump_dbs/{SwitchIB.csv => SwitchIB2.csv} (96%)
 create mode 100644 mtcr_ul/mtcr_ib_res_mgt.c
 copy mlxfwops/uefi_c/mft_uefi_common.h => mtcr_ul/mtcr_ib_res_mgt.h (64%)
 copy mtcr_ul/{mtcr_ul.c => mtcr_ul_com.c} (56%)
 create mode 100644 mtcr_ul/mtcr_ul_com.h
 copy {mft_utils => tools_crypto}/Makefile.am (83%)
 copy {cmdif => tools_crypto}/Makefile.in (94%)
 copy mlxfwops/uefi_c/mft_uefi_common.h => tools_crypto/tools_md5.c (64%)
 copy mlxfwops/uefi_c/mft_uefi_common.h => tools_crypto/tools_md5.h (64%)
 create mode 100644 tools_layouts/connectib_layouts.c
 create mode 100644 tools_layouts/connectib_layouts.h
 copy mlxfwops/uefi_c/mft_uefi_common.h => tools_res_mgmt/tools_time.c (64%)
 copy mlxfwops/uefi_c/mft_uefi_common.h => tools_res_mgmt/tools_time.h (64%)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ofed/mstflint.git



More information about the Pkg-ofed-commits mailing list