<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:59:31 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-6357] Kernel update [RHEL6.6 2.6.32-504.12.2.el6]</title>
                <link>https://jira.whamcloud.com/browse/LU-6357</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;ul&gt;
	&lt;li&gt;It was found that the Linux kernel&apos;s Infiniband subsystem did not&lt;br/&gt;
properly sanitize input parameters while registering memory regions from&lt;br/&gt;
user space via the (u)verbs API. A local user with access to a&lt;br/&gt;
/dev/infiniband/uverbsX device could use this flaw to crash the system or,&lt;br/&gt;
potentially, escalate their privileges on the system. (CVE-2014-8159,&lt;br/&gt;
Important)&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;A flaw was found in the way the Linux kernel&apos;s splice() system call&lt;br/&gt;
validated its parameters. On certain file systems, a local, unprivileged&lt;br/&gt;
user could use this flaw to write past the maximum file size, and thus&lt;br/&gt;
crash the system. (CVE-2014-7822, Moderate)&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;A flaw was found in the way the Linux kernel&apos;s netfilter subsystem&lt;br/&gt;
handled generic protocol tracking. As demonstrated in the Stream Control&lt;br/&gt;
Transmission Protocol (SCTP) case, a remote attacker could use this flaw to&lt;br/&gt;
bypass intended iptables rule restrictions when the associated connection&lt;br/&gt;
tracking module was not loaded on the system. (CVE-2014-8160, Moderate)&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;It was found that the fix for CVE-2014-3601 was incomplete: the Linux&lt;br/&gt;
kernel&apos;s kvm_iommu_map_pages() function still handled IOMMU mapping&lt;br/&gt;
failures incorrectly. A privileged user in a guest with an assigned host&lt;br/&gt;
device could use this flaw to crash the host. (CVE-2014-8369, Moderate)&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Bug fixes:&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;The maximum amount of entries in the IPv6 route table&lt;br/&gt;
(net.ipv6.route.max_size) was 4096, and every route towards this maximum&lt;br/&gt;
size limit was counted. Communication to more systems was impossible when&lt;br/&gt;
the limit was exceeded. Now, only cached routes are counted, which&lt;br/&gt;
guarantees that the kernel does not run out of memory, but the user can now&lt;br/&gt;
install as many routes as the memory allows until the kernel indicates it&lt;br/&gt;
can no longer handle the amount of memory and returns an error message.&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;In addition, the default &quot;net.ipv6.route.max_size&quot; value has been increased&lt;br/&gt;
to 16384 for performance improvement reasons. (BZ#1177581)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;When the user attempted to scan for an FCOE-served Logical Unit Number&lt;br/&gt;
(LUN), after an initial LUN scan, a kernel panic occurred in&lt;br/&gt;
bnx2fc_init_task. System scanning for LUNs is now stable after LUNs have&lt;br/&gt;
been added. (BZ#1179098)&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Under certain conditions, such as when attempting to scan the network for&lt;br/&gt;
LUNs, a race condition in the bnx2fc driver could trigger a kernel panic in&lt;br/&gt;
bnx2fc_init_task. A patch fixing a locking issue that caused the race&lt;br/&gt;
condition has been applied, and scanning the network for LUNs no longer&lt;br/&gt;
leads to a kernel panic. (BZ#1179098)&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Previously, it was not possible to boot the kernel on Xen hypervisor in&lt;br/&gt;
PVHVM mode if more than 32 vCPUs were specified in the guest configuration.&lt;br/&gt;
Support for more than 32 vCPUs has been added, and the kernel now boots&lt;br/&gt;
successfully in the described situation. (BZ#1179343)&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;When the NVMe driver allocated a namespace queue, it indicated that it&lt;br/&gt;
was a request-based driver when it was actually a block I/O-based driver.&lt;br/&gt;
Consequently, when NVMe driver was loaded along with a request-based dm&lt;br/&gt;
device, the system could terminate unexpectedly or become unresponsive when&lt;br/&gt;
attempting to access data. The NVMe driver no longer sets the&lt;br/&gt;
QUEUE_FLAG_STACKABLE bit when allocating a namespace queue and&lt;br/&gt;
device-mapper no longer perceives NVMe driver as request-based; system&lt;br/&gt;
hangs or crashes no longer occur. (BZ#1180555)&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;If a user attempted to apply an NVRAM firmware update when running the&lt;br/&gt;
tg3 module provided with Red Hat Enterprise Linux 6.6 kernels, the update&lt;br/&gt;
could fail. As a consequence, the Network Interface Card (NIC) could stay&lt;br/&gt;
in an unusable state and this could prevent the entire system from booting.&lt;br/&gt;
The tg3 module has been updated to correctly apply firmware updates.&lt;br/&gt;
(BZ#1182903)&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Support for key sizes of 256 and 192 bits has been added to AES-NI.&lt;br/&gt;
(BZ#1184332)&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Bugs fixed (&lt;a href=&quot;https://bugzilla.redhat.com/):&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://bugzilla.redhat.com/):&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;1156518 - CVE-2014-8369 kernel: kvm: excessive pages un-pinning in kvm_iommu_map error path&lt;br/&gt;
1163792 - CVE-2014-7822 kernel: splice: lack of generic write checks&lt;br/&gt;
1181166 - CVE-2014-8159 kernel: infiniband: uverbs: unprotected physical memory access&lt;br/&gt;
1182059 - CVE-2014-8160 kernel: iptables restriction bypass if a protocol handler kernel module not loaded&lt;/p&gt;
</description>
                <environment></environment>
        <key id="29061">LU-6357</key>
            <summary>Kernel update [RHEL6.6 2.6.32-504.12.2.el6]</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="4" iconUrl="https://jira.whamcloud.com/images/icons/priorities/minor.svg">Minor</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="1">Fixed</resolution>
                                        <assignee username="bogl">Bob Glossman</assignee>
                                    <reporter username="bogl">Bob Glossman</reporter>
                        <labels>
                    </labels>
                <created>Wed, 11 Mar 2015 16:06:41 +0000</created>
                <updated>Tue, 31 Mar 2015 14:43:57 +0000</updated>
                            <resolved>Tue, 31 Mar 2015 14:43:57 +0000</resolved>
                                                    <fixVersion>Lustre 2.8.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                            <comments>
                            <comment id="109624" author="gerrit" created="Fri, 13 Mar 2015 13:57:45 +0000"  >&lt;p&gt;Bob Glossman (bob.glossman@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/14058&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/14058&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6357&quot; title=&quot;Kernel update [RHEL6.6 2.6.32-504.12.2.el6]&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6357&quot;&gt;&lt;del&gt;LU-6357&lt;/del&gt;&lt;/a&gt; kernel: kernel update RHEL6.6 &lt;span class=&quot;error&quot;&gt;&amp;#91;2.6.32-504.12.2.el6&amp;#93;&lt;/span&gt;&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: b30f966eac68568759073d70890ea32351daa248&lt;/p&gt;</comment>
                            <comment id="109916" author="gerrit" created="Tue, 17 Mar 2015 21:00:48 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/14058/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/14058/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6357&quot; title=&quot;Kernel update [RHEL6.6 2.6.32-504.12.2.el6]&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6357&quot;&gt;&lt;del&gt;LU-6357&lt;/del&gt;&lt;/a&gt; kernel: kernel update RHEL6.6 &lt;span class=&quot;error&quot;&gt;&amp;#91;2.6.32-504.12.2.el6&amp;#93;&lt;/span&gt;&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: b11fecb781a970d34424a50c921780083273870c&lt;/p&gt;</comment>
                            <comment id="111100" author="pjones" created="Tue, 31 Mar 2015 14:43:57 +0000"  >&lt;p&gt;Landed for 2.8&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10120">
                    <name>Blocker</name>
                                            <outwardlinks description="is blocking">
                                                        </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                                        </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <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|hzx83z:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>17806</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>