<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Kconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>903e6ada - hwrng: histb - Move driver to drivers/char/hw_random/histb-rng.c</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/hisilicon/Kconfig#903e6ada</link>
        <description>hwrng: histb - Move driver to drivers/char/hw_random/histb-rng.cMove to drivers/char/hw_random since histb-(t)rng does not providecryptography pseudo rng.histb-rng is pretty like hisi-rng, but after investigation, we confirmthere is no RNG_PHY_SEED register on histb-rng so a separate driver isneeded.Still we rename relevant function names to match those in hisi-rng.Link: https://lore.kernel.org/r/20230401164448.1393336-1-mmyangfl@gmail.comSigned-off-by: David Yang &lt;mmyangfl@gmail.com&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux-6.15/drivers/crypto/hisilicon/Kconfig</description>
        <pubDate>Fri, 21 Apr 2023 16:56:49 +0000</pubDate>
        <dc:creator>David Yang &lt;mmyangfl@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>a2216e18 - crypto: hisilicon/trng - add support for HiSTB TRNG</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/hisilicon/Kconfig#a2216e18</link>
        <description>crypto: hisilicon/trng - add support for HiSTB TRNGHiSTB TRNG are found on some HiSilicon STB SoCs.Signed-off-by: David Yang &lt;mmyangfl@gmail.com&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux-6.15/drivers/crypto/hisilicon/Kconfig</description>
        <pubDate>Sat, 01 Apr 2023 16:44:40 +0000</pubDate>
        <dc:creator>David Yang &lt;mmyangfl@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>00bef64a - crypto: hisilicon - remove redundant config PCI dependency for some CRYPTO_DEV_HISI configs</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/hisilicon/Kconfig#00bef64a</link>
        <description>crypto: hisilicon - remove redundant config PCI dependency for some CRYPTO_DEV_HISI configsWhile reviewing dependencies in some Kconfig files, I noticed the redundantdependency &quot;depends on PCI &amp;&amp; PCI_MSI&quot;. The config PCI_MSI has always,since its introduction, been dependent on the config PCI. So, it issufficient to just depend on PCI_MSI, and know that the dependency on PCIis implicitly implied.Reduce the dependencies of configs CRYPTO_DEV_HISI_SEC2,CRYPTO_DEV_HISI_QM, CRYPTO_DEV_HISI_ZIP and CRYPTO_DEV_HISI_HPRE.No functional change and effective change of Kconfig dependendencies.Signed-off-by: Lukas Bulwahn &lt;lukas.bulwahn@gmail.com&gt;Acked-by: Weili Qian &lt;qianweili@huawei.com&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux-6.15/drivers/crypto/hisilicon/Kconfig</description>
        <pubDate>Wed, 11 Jan 2023 12:02:03 +0000</pubDate>
        <dc:creator>Lukas Bulwahn &lt;lukas.bulwahn@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>2ae6feb1 - crypto: ccree,hisilicon - Fix dependencies to correct algorithm</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/hisilicon/Kconfig#2ae6feb1</link>
        <description>crypto: ccree,hisilicon - Fix dependencies to correct algorithmCommit d2825fa9365d (&quot;crypto: sm3,sm4 - move into crypto directory&quot;) movesthe SM3 and SM4 stand-alone library and the algorithm implementation forthe Crypto API into the same directory, and the corresponding relationshipof Kconfig is modified, CONFIG_CRYPTO_SM3/4 corresponds to the stand-alonelibrary of SM3/4, and CONFIG_CRYPTO_SM3/4_GENERIC corresponds to thealgorithm implementation for the Crypto API. Therefore, it is necessaryfor this module to depend on the correct algorithm.Fixes: d2825fa9365d (&quot;crypto: sm3,sm4 - move into crypto directory&quot;)Cc: Jason A. Donenfeld &lt;Jason@zx2c4.com&gt;Cc: stable@vger.kernel.org # v5.19+Signed-off-by: Tianjia Zhang &lt;tianjia.zhang@linux.alibaba.com&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux-6.15/drivers/crypto/hisilicon/Kconfig</description>
        <pubDate>Fri, 25 Nov 2022 12:18:11 +0000</pubDate>
        <dc:creator>Tianjia Zhang &lt;tianjia.zhang@linux.alibaba.com&gt;</dc:creator>
    </item>
<item>
        <title>fdbf5e46 - crypto: hisilicon/sec - add sm4 generic selection</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/hisilicon/Kconfig#fdbf5e46</link>
        <description>crypto: hisilicon/sec - add sm4 generic selectionAdd sm4 generic selection for fallback tfm in the Kconfig.Signed-off-by: Kai Ye &lt;yekai13@huawei.com&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux-6.15/drivers/crypto/hisilicon/Kconfig</description>
        <pubDate>Tue, 26 Apr 2022 11:53:58 +0000</pubDate>
        <dc:creator>Kai Ye &lt;yekai13@huawei.com&gt;</dc:creator>
    </item>
<item>
        <title>7d156979 - crypto: hisilicon/hpre - fix Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/hisilicon/Kconfig#7d156979</link>
        <description>crypto: hisilicon/hpre - fix Kconfighpre select &apos;CRYPTO_ECDH&apos; and &apos;CRYPTO_CURVE25519&apos;.Signed-off-by: Hui Tang &lt;tanghui20@huawei.com&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux-6.15/drivers/crypto/hisilicon/Kconfig</description>
        <pubDate>Fri, 19 Mar 2021 10:45:39 +0000</pubDate>
        <dc:creator>Hui Tang &lt;tanghui20@huawei.com&gt;</dc:creator>
    </item>
<item>
        <title>90274769 - crypto: hisilicon/hpre - add &apos;CURVE25519&apos; algorithm</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/hisilicon/Kconfig#90274769</link>
        <description>crypto: hisilicon/hpre - add &apos;CURVE25519&apos; algorithmEnable &apos;CURVE25519&apos; algorithm in Kunpeng 930.Signed-off-by: Meng Yu &lt;yumeng18@huawei.com&gt;Reviewed-by: Zaibo Xu &lt;xuzaibo@huawei.com&gt;Reported-by: kernel test robot &lt;lkp@intel.com&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux-6.15/drivers/crypto/hisilicon/Kconfig</description>
        <pubDate>Thu, 04 Mar 2021 06:35:50 +0000</pubDate>
        <dc:creator>Meng Yu &lt;yumeng18@huawei.com&gt;</dc:creator>
    </item>
<item>
        <title>e4d9d10e - crypto: hisilicon/trng - add support for PRNG</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/hisilicon/Kconfig#e4d9d10e</link>
        <description>crypto: hisilicon/trng - add support for PRNGThis patch adds support for pseudo random number generator(PRNG)in Crypto subsystem.Signed-off-by: Weili Qian &lt;qianweili@huawei.com&gt;Reviewed-by: Zaibo Xu &lt;xuzaibo@huawei.com&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux-6.15/drivers/crypto/hisilicon/Kconfig</description>
        <pubDate>Fri, 20 Nov 2020 09:02:33 +0000</pubDate>
        <dc:creator>Weili Qian &lt;qianweili@huawei.com&gt;</dc:creator>
    </item>
<item>
        <title>56c6da16 - crypto: hisilicon/trng - add HiSilicon TRNG driver support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/hisilicon/Kconfig#56c6da16</link>
        <description>crypto: hisilicon/trng - add HiSilicon TRNG driver supportMove existing char/hw_random/hisi-trng-v2.c to crypto/hisilicon/trng.c.Signed-off-by: Weili Qian &lt;qianweili@huawei.com&gt;Reviewed-by: Zaibo Xu &lt;xuzaibo@huawei.com&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux-6.15/drivers/crypto/hisilicon/Kconfig</description>
        <pubDate>Fri, 20 Nov 2020 09:02:32 +0000</pubDate>
        <dc:creator>Weili Qian &lt;qianweili@huawei.com&gt;</dc:creator>
    </item>
<item>
        <title>c73d1871 - crypto: hisilicon/qm - add more ACPI dependencies</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/hisilicon/Kconfig#c73d1871</link>
        <description>crypto: hisilicon/qm - add more ACPI dependenciesdue to the selects of CRYPTO_DEV_HISI_QM which now depends on ACPIFixes: 6c6dd5802c2d (&quot;crypto: hisilicon/qm - add controller reset...&quot;)Signed-off-by: Stephen Rothwell &lt;sfr@canb.auug.org.au&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux-6.15/drivers/crypto/hisilicon/Kconfig</description>
        <pubDate>Tue, 21 Apr 2020 04:56:49 +0000</pubDate>
        <dc:creator>Stephen Rothwell &lt;sfr@canb.auug.org.au&gt;</dc:creator>
    </item>
<item>
        <title>f88480e3 - crypto: hisilicon/qm - fix build failure with ACPI off</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/hisilicon/Kconfig#f88480e3</link>
        <description>crypto: hisilicon/qm - fix build failure with ACPI offAdd Kconfig dependency to fix kbuild warnings.Fixes: 6c6dd5802c2d (&quot;crypto: hisilicon/qm - add controller reset interface&quot;)Reported-by: kbuild test robot &lt;lkp@intel.com&gt;Reported-by: Stephen Rothwell &lt;sfr@canb.auug.org.au&gt;Signed-off-by: Shukun Tan &lt;tanshukun1@huawei.com&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux-6.15/drivers/crypto/hisilicon/Kconfig</description>
        <pubDate>Fri, 17 Apr 2020 07:08:31 +0000</pubDate>
        <dc:creator>Shukun Tan &lt;tanshukun1@huawei.com&gt;</dc:creator>
    </item>
<item>
        <title>b5f13031 - crypto: hisilicon - Fix build error</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/hisilicon/Kconfig#b5f13031</link>
        <description>crypto: hisilicon - Fix build errorWhen UACCE is m, CRYPTO_DEV_HISI_QM cannot be built-in.But CRYPTO_DEV_HISI_QM is selected by CRYPTO_DEV_HISI_SEC2and CRYPTO_DEV_HISI_HPRE unconditionally, which may leads this:drivers/crypto/hisilicon/qm.o: In function &apos;qm_alloc_uacce&apos;:drivers/crypto/hisilicon/qm.c:1579: undefined reference to &apos;uacce_alloc&apos;Add Kconfig dependency to enforce usable configurations.Fixes: 47c16b449921 (&quot;crypto: hisilicon - qm depends on UACCE&quot;)Signed-off-by: YueHaibing &lt;yuehaibing@huawei.com&gt;Reviewed-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux-6.15/drivers/crypto/hisilicon/Kconfig</description>
        <pubDate>Mon, 30 Mar 2020 08:36:43 +0000</pubDate>
        <dc:creator>YueHaibing &lt;yuehaibing@huawei.com&gt;</dc:creator>
    </item>
<item>
        <title>47c16b44 - crypto: hisilicon - qm depends on UACCE</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/hisilicon/Kconfig#47c16b44</link>
        <description>crypto: hisilicon - qm depends on UACCEIf UACCE=m and CRYPTO_DEV_HISI_QM=y, the following erroris seen while building qm.o:drivers/crypto/hisilicon/qm.o: In function `hisi_qm_init&apos;:(.text+0x23c6): undefined reference to `uacce_alloc&apos;(.text+0x2474): undefined reference to `uacce_remove&apos;(.text+0x286b): undefined reference to `uacce_remove&apos;drivers/crypto/hisilicon/qm.o: In function `hisi_qm_uninit&apos;:(.text+0x2918): undefined reference to `uacce_remove&apos;make[1]: *** [vmlinux] Error 1make: *** [autoksyms_recursive] Error 2This patch fixes the config dependency for QM and ZIP.reported-by: Hulk Robot &lt;hulkci@huawei.com&gt;Suggested-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;Signed-off-by: Hongbo Yao &lt;yaohongbo@huawei.com&gt;Signed-off-by: Zhou Wang &lt;wangzhou1@hisilicon.com&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux-6.15/drivers/crypto/hisilicon/Kconfig</description>
        <pubDate>Thu, 27 Feb 2020 07:12:28 +0000</pubDate>
        <dc:creator>Hongbo Yao &lt;yaohongbo@huawei.com&gt;</dc:creator>
    </item>
<item>
        <title>2f072d75 - crypto: hisilicon - Add aead support on SEC2</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/hisilicon/Kconfig#2f072d75</link>
        <description>crypto: hisilicon - Add aead support on SEC2authenc(hmac(sha1),cbc(aes)), authenc(hmac(sha256),cbc(aes)), andauthenc(hmac(sha512),cbc(aes)) support are added for SEC v2.Signed-off-by: Zaibo Xu &lt;xuzaibo@huawei.com&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux-6.15/drivers/crypto/hisilicon/Kconfig</description>
        <pubDate>Sat, 11 Jan 2020 02:41:56 +0000</pubDate>
        <dc:creator>Zaibo Xu &lt;xuzaibo@huawei.com&gt;</dc:creator>
    </item>
<item>
        <title>8e8c778d - crypto: hisilicon - select CRYPTO_SKCIPHER, not CRYPTO_BLKCIPHER</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/hisilicon/Kconfig#8e8c778d</link>
        <description>crypto: hisilicon - select CRYPTO_SKCIPHER, not CRYPTO_BLKCIPHERAnother instance of CRYPTO_BLKCIPHER made it in just after it wasrenamed to CRYPTO_SKCIPHER.  Fix it.Fixes: 416d82204df4 (&quot;crypto: hisilicon - add HiSilicon SEC V2 driver&quot;)Signed-off-by: Eric Biggers &lt;ebiggers@google.com&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux-6.15/drivers/crypto/hisilicon/Kconfig</description>
        <pubDate>Fri, 29 Nov 2019 18:15:56 +0000</pubDate>
        <dc:creator>Eric Biggers &lt;ebiggers@google.com&gt;</dc:creator>
    </item>
<item>
        <title>484a897f - crypto: hisilicon - Use the offset fields in sqe to avoid need to split scatterlists</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/hisilicon/Kconfig#484a897f</link>
        <description>crypto: hisilicon - Use the offset fields in sqe to avoid need to split scatterlistsWe can configure sgl offset fields in ZIP sqe to let ZIP engine read/writesgl data with skipped data. Hence no need to splite the sgl.Fixes: 62c455ca853e (crypto: hisilicon - add HiSilicon ZIP accelerator support)Signed-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;Signed-off-by: Zhou Wang &lt;wangzhou1@hisilicon.com&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux-6.15/drivers/crypto/hisilicon/Kconfig</description>
        <pubDate>Tue, 19 Nov 2019 05:42:57 +0000</pubDate>
        <dc:creator>Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;</dc:creator>
    </item>
<item>
        <title>416d8220 - crypto: hisilicon - add HiSilicon SEC V2 driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/hisilicon/Kconfig#416d8220</link>
        <description>crypto: hisilicon - add HiSilicon SEC V2 driverSEC driver provides PCIe hardware device initiation withAES, SM4, and 3DES skcipher algorithms registered to Crypto.It uses Hisilicon QM as interface to CPU.Signed-off-by: Zaibo Xu &lt;xuzaibo@huawei.com&gt;Signed-off-by: Longfang Liu &lt;liulongfang@huawei.com&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux-6.15/drivers/crypto/hisilicon/Kconfig</description>
        <pubDate>Wed, 13 Nov 2019 11:11:04 +0000</pubDate>
        <dc:creator>Zaibo Xu &lt;xuzaibo@huawei.com&gt;</dc:creator>
    </item>
<item>
        <title>f0c8b6a1 - crypto: hisilicon - use sgl API to get sgl dma addr and len</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/hisilicon/Kconfig#f0c8b6a1</link>
        <description>crypto: hisilicon - use sgl API to get sgl dma addr and lenUse sgl API to get sgl dma addr and len, this will help to avoid compileerror in some platforms. So NEED_SG_DMA_LENGTH can be removed here, whichcan only be selected by arch code.Signed-off-by: Zhou Wang &lt;wangzhou1@hisilicon.com&gt;Suggested-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;Acked-by: Ard Biesheuvel &lt;ard.biesheuvel@linaro.org&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux-6.15/drivers/crypto/hisilicon/Kconfig</description>
        <pubDate>Sat, 26 Oct 2019 02:57:21 +0000</pubDate>
        <dc:creator>Zhou Wang &lt;wangzhou1@hisilicon.com&gt;</dc:creator>
    </item>
<item>
        <title>b95bba5d - crypto: skcipher - rename the crypto_blkcipher module and kconfig option</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/hisilicon/Kconfig#b95bba5d</link>
        <description>crypto: skcipher - rename the crypto_blkcipher module and kconfig optionNow that the blkcipher algorithm type has been removed in favor ofskcipher, rename the crypto_blkcipher kernel module to crypto_skcipher,and rename the config options accordingly:	CONFIG_CRYPTO_BLKCIPHER =&gt; CONFIG_CRYPTO_SKCIPHER	CONFIG_CRYPTO_BLKCIPHER2 =&gt; CONFIG_CRYPTO_SKCIPHER2Signed-off-by: Eric Biggers &lt;ebiggers@google.com&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux-6.15/drivers/crypto/hisilicon/Kconfig</description>
        <pubDate>Fri, 25 Oct 2019 19:41:13 +0000</pubDate>
        <dc:creator>Eric Biggers &lt;ebiggers@google.com&gt;</dc:creator>
    </item>
<item>
        <title>b981744e - crypto: hisilicon - select NEED_SG_DMA_LENGTH in qm Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/hisilicon/Kconfig#b981744e</link>
        <description>crypto: hisilicon - select NEED_SG_DMA_LENGTH in qm KconfigTo avoid compile error in some platforms, select NEED_SG_DMA_LENGTH inqm Kconfig.Fixes: dfed0098ab91 (&quot;crypto: hisilicon - add hardware SGL support&quot;)Signed-off-by: Zhou Wang &lt;wangzhou1@hisilicon.com&gt;Reported-by: kbuild test robot &lt;lkp@intel.com&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux-6.15/drivers/crypto/hisilicon/Kconfig</description>
        <pubDate>Fri, 11 Oct 2019 11:18:10 +0000</pubDate>
        <dc:creator>Zhou Wang &lt;wangzhou1@hisilicon.com&gt;</dc:creator>
    </item>
</channel>
</rss>
