]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mlx4: add mstflint secure boot access kernel support
authorQing Huang <qing.huang@oracle.com>
Tue, 16 Jan 2018 19:27:32 +0000 (11:27 -0800)
committerJack Vogel <jack.vogel@oracle.com>
Wed, 24 Jan 2018 19:28:17 +0000 (11:28 -0800)
commitc8fd3b64e5851ae0e0ecb96d8b61d16941a9ddd3
tree9755a6d3beaa723d80cfc5a275b36b8e4b209dd1
parentfbbf61328ae4ac0ab3a9190069bd85e3bf8ec940
mlx4: add mstflint secure boot access kernel support

Source files are copied from:
https://github.com/Mellanox/mstflint.git master_devel
(under kernel sub-directory - changes up to commit
a8a84fae7459aba01ff6ad6cbc40622b7615b110)

Due to recent security changes in UEK4, mstflint FW tool may
lose the ability to access CX3 HCAs in Secure Boot enabled
enviroment. This kernel patch in addition to an enhanced
version of mstflint tool will let us regain the ability to
manage CX3 FW when Secure Boot is enabled while running latest
UEK4 kernels.

Orabug: 27424392

Signed-off-by: Qing Huang <qing.huang@oracle.com>
Reviewed-by: Rao Shoaib <rao.shoaib@oracle.com>
15 files changed:
drivers/net/ethernet/mellanox/Kconfig
drivers/net/ethernet/mellanox/Makefile
drivers/net/ethernet/mellanox/mstflint_access/Kconfig [new file with mode: 0644]
drivers/net/ethernet/mellanox/mstflint_access/Makefile [new file with mode: 0644]
drivers/net/ethernet/mellanox/mstflint_access/README.txt [new file with mode: 0644]
drivers/net/ethernet/mellanox/mstflint_access/mst.h [new file with mode: 0644]
drivers/net/ethernet/mellanox/mstflint_access/mst_kernel.h [new file with mode: 0644]
drivers/net/ethernet/mellanox/mstflint_access/mst_main.c [new file with mode: 0644]
drivers/net/ethernet/mellanox/mstflint_access/mst_vpd.c [new file with mode: 0644]
uek-rpm/ol6/config-x86_64
uek-rpm/ol6/config-x86_64-debug
uek-rpm/ol6/nano_modules.list
uek-rpm/ol7/config-x86_64
uek-rpm/ol7/config-x86_64-debug
uek-rpm/ol7/nano_modules.list