<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:18:03 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>Whamcloud Community JIRA</title>
    <link>https://jira.whamcloud.com</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.4.14</version>
        <build-number>940014</build-number>
        <build-date>05-12-2023</build-date>
    </build-info>


<item>
            <title>[LU-1599] Error inserting padlock_sha.ko when load lnet-selftest</title>
                <link>https://jira.whamcloud.com/browse/LU-1599</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;After building the master branch (Jul. 4/12), I wanted to run an LNet Selftest.  When I enter &quot;modprobe lnet-selftest&quot;, there is about a 10 second pause before the load completes.  When I look at the logs to see why, I see this:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Jul  4 13:31:50 localhost kernel: LNet: HW CPU cores: 2, npartitions: 1&lt;br/&gt;
Jul  4 13:31:50 localhost kernel: alg: No test for crc32 (crc32-table)&lt;br/&gt;
Jul  4 13:31:50 localhost kernel: alg: No test for adler32 (adler32-zlib)&lt;br/&gt;
Jul  4 13:31:50 localhost kernel: alg: No test for crc32 (crc32-pclmul)&lt;br/&gt;
Jul  4 13:31:54 localhost kernel: padlock: VIA PadLock Hash Engine not detected.&lt;br/&gt;
Jul  4 13:31:54 localhost modprobe: FATAL: Error inserting padlock_sha (/lib/modules/2.6.32.lustre23/kernel/drivers/crypto/padlock-sha.ko): No such device&lt;br/&gt;
Jul  4 13:31:59 localhost kernel: LNet: Added LNI 10.211.55.16@tcp &lt;span class=&quot;error&quot;&gt;&amp;#91;8/256/0/180&amp;#93;&lt;/span&gt;&lt;br/&gt;
Jul  4 13:31:59 localhost kernel: LNet: Accept secure, port 988&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;It seems to be tripping up on loading padlock_sha.ko.&lt;/p&gt;

&lt;p&gt;This bug appears to have been introduced by &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1201&quot; title=&quot;Lustre crypto hash cleanup&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1201&quot;&gt;&lt;del&gt;LU-1201&lt;/del&gt;&lt;/a&gt;.&lt;/p&gt;</description>
                <environment>CentOS 6.2</environment>
        <key id="15129">LU-1599</key>
            <summary>Error inserting padlock_sha.ko when load lnet-selftest</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.whamcloud.com/images/icons/priorities/major.svg">Major</priority>
                        <status id="5" iconUrl="https://jira.whamcloud.com/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="6">Not a Bug</resolution>
                                        <assignee username="wc-triage">WC Triage</assignee>
                                    <reporter username="doug">Doug Oucharek</reporter>
                        <labels>
                    </labels>
                <created>Wed, 4 Jul 2012 16:39:40 +0000</created>
                <updated>Mon, 29 May 2017 04:39:41 +0000</updated>
                            <resolved>Mon, 29 May 2017 04:39:41 +0000</resolved>
                                    <version>Lustre 2.3.0</version>
                                                        <due></due>
                            <votes>1</votes>
                                    <watches>5</watches>
                                                                            <comments>
                            <comment id="41550" author="aboyko" created="Fri, 6 Jul 2012 02:24:36 +0000"  >&lt;p&gt;&amp;gt;&amp;gt;there is about a 10 second pause before the load completes&lt;br/&gt;
because libcfs run performance test for supported crypto hash algo. This data should be used for best default algorithm selection for osc-ost interaction.&lt;br/&gt;
&amp;gt;&amp;gt;padlock: VIA PadLock Hash Engine not detected.&lt;br/&gt;
The messages come up because you don&apos;t have hardware support for encryption.&lt;br/&gt;
&amp;gt;&amp;gt;Jul 4 13:31:54 localhost modprobe: FATAL: Error inserting padlock_sha (/lib/modules/2.6.32.lustre23/kernel/drivers/crypto/padlock-sha.ko): No such device&lt;br/&gt;
I don`t know who use sha algo for cksum. If you insmod only libcfs.ko no padlock-sha.ko error at dmesg log for my SL6.1.&lt;/p&gt;

&lt;p&gt;I have one assumption:&lt;br/&gt;
when performance test starts for sha algo, kernel crypto hash api try to load all *sha.ko, including padlock-sha.ko but this is wrong if you get VIA PadLock Hash Engine not detected. May be this relate to distro problem.&lt;/p&gt;
</comment>
                            <comment id="71862" author="vinod" created="Tue, 19 Nov 2013 10:03:32 +0000"  >&lt;p&gt;We are seeing a similar issue.&lt;/p&gt;

&lt;p&gt;Lustre-2.4.1&lt;br/&gt;
RHEL-6.4&lt;/p&gt;

&lt;p&gt;Nov 18 07:03:31 st61 modprobe: FATAL: Error inserting crc32c_intel&lt;br/&gt;
(/lib/modules/2.6.32-358.18.1.el6_lustre.x86_64/kernel/arch/x86/crypto/crc32c-intel.ko):&lt;br/&gt;
No such device&lt;br/&gt;
Nov 18 07:03:31 st61 kernel: alg: No test for crc32 (crc32-table)&lt;br/&gt;
Nov 18 07:03:31 st61 kernel: alg: No test for adler32 (adler32-zlib)&lt;br/&gt;
Nov 18 07:03:35 st61 kernel: padlock: VIA PadLock Hash Engine not detected.&lt;br/&gt;
Nov 18 07:03:35 st61 modprobe: FATAL: Error inserting padlock_sha&lt;br/&gt;
(/lib/modules/2.6.32-358.18.1.el6_lustre.x86_64/kernel/drivers/crypto/padlock-sha.ko):&lt;br/&gt;
No such device&lt;br/&gt;
Nov 18 07:03:39 st61 kernel: Lustre: Lustre: Build Version:&lt;br/&gt;
2.4.1-RC2--PRISTINE-2.6.32-358.18.1.el6_lustre.x86_64&lt;/p&gt;

&lt;p&gt;This happens when we are loading Lustre on MDS / OST servers.&lt;br/&gt;
Also we are using IB for Lnet. &lt;/p&gt;</comment>
                            <comment id="71864" author="aboyko" created="Tue, 19 Nov 2013 10:27:16 +0000"  >&lt;p&gt;Nothing bad really happens. padlock-sha.ko was not loaded cause you have no VIA PadLock Hash Engine hardware. If this fatal message confuse, you can blacklist padlock-sha module.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                            <customfield id="customfield_10890" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hzv3en:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>4051</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10060" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Severity</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10022"><![CDATA[3]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        </customfields>
    </item>
</channel>
</rss>