<?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>edc8e80b - crypto: lib/Kconfig - hide library options</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/marvell/Kconfig#edc8e80b</link>
        <description>crypto: lib/Kconfig - hide library optionsAny driver that needs these library functions should already be selectingthe corresponding Kconfig symbols, so there is no real point in makingthese visible.The original patch that made these user selectable described problemswith drivers failing to select the code they use, but for consistencyit&apos;s better to always use &apos;select&apos; on a symbol than to mix it with&apos;depends on&apos;.Fixes: e56e18985596 (&quot;lib/crypto: add prompts back to crypto libraries&quot;)Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Acked-by: Jarkko Sakkinen &lt;jarkko@kernel.org&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux-6.15/drivers/crypto/marvell/Kconfig</description>
        <pubDate>Fri, 14 Mar 2025 16:05:32 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>66472bb6 - crypto: cesa - add COMPILE_TEST</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/marvell/Kconfig#66472bb6</link>
        <description>crypto: cesa - add COMPILE_TESTThis can build on x86. Allows more CI coverage.Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux-6.15/drivers/crypto/marvell/Kconfig</description>
        <pubDate>Thu, 10 Oct 2024 19:45:13 +0000</pubDate>
        <dc:creator>Rosen Penev &lt;rosenp@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>c398cb8e - crypto: octeontx* - Select CRYPTO_AUTHENC</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/marvell/Kconfig#c398cb8e</link>
        <description>crypto: octeontx* - Select CRYPTO_AUTHENCSelect CRYPTO_AUTHENC as the function crypto_authenec_extractkeysmay not be available without it.Fixes: 311eea7e37c4 (&quot;crypto: octeontx - Fix authenc setkey&quot;)Fixes: 7ccb750dcac8 (&quot;crypto: octeontx2 - Fix authenc setkey&quot;)Reported-by: kernel test robot &lt;lkp@intel.com&gt;Closes: https://lore.kernel.org/oe-kbuild-all/202409042013.gT2ZI4wR-lkp@intel.com/Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux-6.15/drivers/crypto/marvell/Kconfig</description>
        <pubDate>Thu, 05 Sep 2024 02:21:49 +0000</pubDate>
        <dc:creator>Herbert Xu &lt;herbert@gondor.apana.org.au&gt;</dc:creator>
    </item>
<item>
        <title>85872d1a - crypto: octeontx2 - select CONFIG_NET_DEVLINK</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/marvell/Kconfig#85872d1a</link>
        <description>crypto: octeontx2 - select CONFIG_NET_DEVLINKOcteonTX2 CPT driver will fail to link without devlink support.aarch64-linux-gnu-ld: otx2_cpt_devlink.o: in function `otx2_cpt_dl_egrp_delete&apos;:otx2_cpt_devlink.c:18: undefined reference to `devlink_priv&apos;aarch64-linux-gnu-ld: otx2_cpt_devlink.o: in function `otx2_cpt_dl_egrp_create&apos;:otx2_cpt_devlink.c:9: undefined reference to `devlink_priv&apos;aarch64-linux-gnu-ld: otx2_cpt_devlink.o: in function `otx2_cpt_dl_uc_info&apos;:otx2_cpt_devlink.c:27: undefined reference to `devlink_priv&apos;Fixes: fed8f4d5f946 (&quot;crypto: octeontx2 - parameters for custom engine groups&quot;)Signed-off-by: Shijith Thotton &lt;sthotton@marvell.com&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux-6.15/drivers/crypto/marvell/Kconfig</description>
        <pubDate>Fri, 21 Jan 2022 11:12:32 +0000</pubDate>
        <dc:creator>Shijith Thotton &lt;sthotton@marvell.com&gt;</dc:creator>
    </item>
<item>
        <title>42e6f351 - crypto: marvell - CRYPTO_DEV_OCTEONTX2_CPT should depend on ARCH_THUNDER2</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/marvell/Kconfig#42e6f351</link>
        <description>crypto: marvell - CRYPTO_DEV_OCTEONTX2_CPT should depend on ARCH_THUNDER2The Marvell OcteonTX2 CPT physical function PCI device is present onlyon OcteonTx2 SoC, and not available as an independent PCIe endpoint.Hence add a dependency on ARCH_THUNDER2, to prevent asking the userabout this driver when configuring a kernel without OcteonTx2 platformsupport.Fixes: 5e8ce8334734c5f2 (&quot;crypto: marvell - add Marvell OcteonTX2 CPT PF driver&quot;)Signed-off-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux-6.15/drivers/crypto/marvell/Kconfig</description>
        <pubDate>Mon, 01 Feb 2021 13:44:31 +0000</pubDate>
        <dc:creator>Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;</dc:creator>
    </item>
<item>
        <title>b4ea2220 - crypto: octeontx2 - Add dependency on NET_VENDOR_MARVELL</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/marvell/Kconfig#b4ea2220</link>
        <description>crypto: octeontx2 - Add dependency on NET_VENDOR_MARVELLThe crypto octeontx2 driver depends on the mbox code in the networktree.  It tries to select the MBOX Kconfig option but that optionitself depends on many other options which are not selected, e.g.,CONFIG_NET_VENDOR_MARVELL.  It would be inappropriate to select themall as randomly prompting the user for network options which wouldoterhwise be disabled just because a crypto driver has been enabledmakes no sense.This patch fixes this by adding a dependency on NET_VENDOR_MARVELL.This makes the crypto driver invisible if the network option is off.If the crypto driver must be visible even without the network stackthen the shared mbox code should be moved out of drivers/net.Reported-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;Reported-by: kernel test robot &lt;lkp@intel.com&gt;Fixes: 5e8ce8334734 (&quot;crypto: marvell - add Marvell OcteonTX2 CPT...&quot;)Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;Acked-by: Randy Dunlap &lt;rdunlap@infradead.org&gt; # build-testedSigned-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux-6.15/drivers/crypto/marvell/Kconfig</description>
        <pubDate>Fri, 29 Jan 2021 05:48:56 +0000</pubDate>
        <dc:creator>Herbert Xu &lt;herbert@gondor.apana.org.au&gt;</dc:creator>
    </item>
<item>
        <title>6f03f0e8 - crypto: octeontx2 - register with linux crypto framework</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/marvell/Kconfig#6f03f0e8</link>
        <description>crypto: octeontx2 - register with linux crypto frameworkCPT offload module utilises the linux crypto framework to offloadcrypto processing. This patch registers supported algorithms bycalling registration functions provided by the kernel crypto API.The module currently supports:- AES block cipher in CBC,ECB and XTS mode.- 3DES block cipher in CBC and ECB mode.- AEAD algorithms.  authenc(hmac(sha1),cbc(aes)),  authenc(hmac(sha256),cbc(aes)),  authenc(hmac(sha384),cbc(aes)),  authenc(hmac(sha512),cbc(aes)),  authenc(hmac(sha1),ecb(cipher_null)),  authenc(hmac(sha256),ecb(cipher_null)),  authenc(hmac(sha384),ecb(cipher_null)),  authenc(hmac(sha512),ecb(cipher_null)),  rfc4106(gcm(aes)).Signed-off-by: Suheil Chandran &lt;schandran@marvell.com&gt;Signed-off-by: Lukasz Bartosik &lt;lbartosik@marvell.com&gt;Signed-off-by: Srujana Challa &lt;schalla@marvell.com&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux-6.15/drivers/crypto/marvell/Kconfig</description>
        <pubDate>Fri, 15 Jan 2021 13:52:27 +0000</pubDate>
        <dc:creator>Srujana Challa &lt;schalla@marvell.com&gt;</dc:creator>
    </item>
<item>
        <title>5e8ce833 - crypto: marvell - add Marvell OcteonTX2 CPT PF driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/marvell/Kconfig#5e8ce833</link>
        <description>crypto: marvell - add Marvell OcteonTX2 CPT PF driverAdds skeleton for the Marvell OcteonTX2 CPT physical functiondriver which includes probe, PCI specific initialization andhardware register defines.RVU defines are present in AF driver(drivers/net/ethernet/marvell/octeontx2/af), header files fromAF driver are included here to avoid duplication.Signed-off-by: Suheil Chandran &lt;schandran@marvell.com&gt;Signed-off-by: Lukasz Bartosik &lt;lbartosik@marvell.com&gt;Signed-off-by: Srujana Challa &lt;schalla@marvell.com&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux-6.15/drivers/crypto/marvell/Kconfig</description>
        <pubDate>Fri, 15 Jan 2021 13:52:19 +0000</pubDate>
        <dc:creator>Srujana Challa &lt;schalla@marvell.com&gt;</dc:creator>
    </item>
<item>
        <title>6482023b - crypto: marvell - enable OcteonTX cpt options for build</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/marvell/Kconfig#6482023b</link>
        <description>crypto: marvell - enable OcteonTX cpt options for buildAdd the OcteonTX cpt options in crypto Kconfig and MakefileSigned-off-by: SrujanaChalla &lt;schalla@marvell.com&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux-6.15/drivers/crypto/marvell/Kconfig</description>
        <pubDate>Fri, 13 Mar 2020 11:47:08 +0000</pubDate>
        <dc:creator>SrujanaChalla &lt;schalla@marvell.com&gt;</dc:creator>
    </item>
<item>
        <title>655ff1a1 - crypto: marvell - create common Kconfig and Makefile for Marvell</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/marvell/Kconfig#655ff1a1</link>
        <description>crypto: marvell - create common Kconfig and Makefile for MarvellCreats common Kconfig and Makefile for Marvell crypto drivers.Signed-off-by: SrujanaChalla &lt;schalla@marvell.com&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux-6.15/drivers/crypto/marvell/Kconfig</description>
        <pubDate>Fri, 13 Mar 2020 11:47:05 +0000</pubDate>
        <dc:creator>SrujanaChalla &lt;schalla@marvell.com&gt;</dc:creator>
    </item>
</channel>
</rss>
