On Sat, Nov 09, 2019 at 10:01:52AM +0800, Zaibo Xu wrote: > This series adds HiSilicon Security Engine (SEC) version 2 controller > driver in Crypto subsystem. It includes PCIe enabling, Skcipher, DebugFS > and SRIOV support of SEC. > > This patchset rebases on: > git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git > > This patchset is based on: > https://www.spinics.net/lists/linux-crypto/msg43520.html > > Changes: > - delete checking return value of debugfs_create_xxx functions. > > Change log: > v2: - remove checking return value of debugfs_create_xxx functions. > Does this driver pass all the crypto self-tests, including with CONFIG_CRYPTO_MANAGER_EXTRA_TESTS=y? - Eric