<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:17:49 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-8468] kernel update [RHEL7.2 3.10.0-327.28.2.el7]</title>
                <link>https://jira.whamcloud.com/browse/LU-8468</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Security Fix(es):&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;A flaw was found in the Linux kernel&apos;s keyring handling code, where in&lt;br/&gt;
key_reject_and_link() an uninitialised variable would eventually lead to&lt;br/&gt;
arbitrary free address which could allow attacker to use a use-after-free&lt;br/&gt;
style attack. (CVE-2016-4470, Important)&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;The ovl_setattr function in fs/overlayfs/inode.c in the Linux kernel&lt;br/&gt;
through 4.3.3 attempts to merge distinct setattr operations, which allows&lt;br/&gt;
local users to bypass intended access restrictions and modify the&lt;br/&gt;
attributes of arbitrary overlay files via a crafted application.&lt;br/&gt;
(CVE-2015-8660, Moderate)&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;It was reported that on s390x, the fork of a process with four page table&lt;br/&gt;
levels will cause memory corruption with a variety of symptoms. All&lt;br/&gt;
processes are created with three level page table and a limit of 4TB for&lt;br/&gt;
the address space. If the parent process has four page table levels with a&lt;br/&gt;
limit of 8PB, the function that duplicates the address space will try to&lt;br/&gt;
copy memory areas outside of the address space limit for the child process.&lt;br/&gt;
(CVE-2016-2143, Moderate)&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Bug Fix(es):&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;The glibc headers and the Linux headers share certain definitions of&lt;br/&gt;
key structures that are required to be defined in kernel and in userspace.&lt;br/&gt;
In some instances both userspace and sanitized kernel headers have to be&lt;br/&gt;
included in order to get the structure definitions required by the user&lt;br/&gt;
program. Unfortunately because the glibc and Linux headers don&apos;t&lt;br/&gt;
coordinate this can result in compilation errors. The glibc headers have&lt;br/&gt;
therefore been fixed to coordinate with Linux UAPI-based headers. With&lt;br/&gt;
the header coordination compilation errors no longer occur. (BZ#1331285)&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;When running the TCP/IPv6 traffic over the mlx4_en networking interface&lt;br/&gt;
on the big endian architectures, call traces reporting about a &quot;hw csum&lt;br/&gt;
failure&quot; could occur. With this update, the mlx4_en driver has been fixed&lt;br/&gt;
by correction of the checksum calculation for the big endian&lt;br/&gt;
architectures. As a result, the call trace error no longer appears&lt;br/&gt;
in the log messages. (BZ#1337431)&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Under significant load, some applications such as logshifter could&lt;br/&gt;
generate bursts of log messages too large for the system logger to spool.&lt;br/&gt;
Due to a race condition, log messages from that application could then be&lt;br/&gt;
lost even after the log volume dropped to manageable levels. This update&lt;br/&gt;
fixes the kernel mechanism used to notify the transmitter end of the&lt;br/&gt;
socket used by the system logger that more space is available on the&lt;br/&gt;
receiver side, removing a race condition which previously caused the&lt;br/&gt;
sender to stop transmitting new messages and allowing all log messages&lt;br/&gt;
to be processed correctly. (BZ#1337513)&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Previously, after heavy open or close of the Accelerator Function Unit&lt;br/&gt;
(AFU) contexts, the interrupt packet went out and the AFU context did not&lt;br/&gt;
see any interrupts. Consequently, a kernel panic could occur. The provided&lt;br/&gt;
patch set fixes handling of the interrupt requests, and kernel panic no&lt;br/&gt;
longer occurs in the described situation. (BZ#1338886)&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;net: recvfrom would fail on short buffer. (BZ#1339115)&lt;/li&gt;
	&lt;li&gt;Backport rhashtable changes from upstream. (BZ#1343639)&lt;/li&gt;
	&lt;li&gt;Server Crashing after starting Glusterd &amp;amp; creating volumes. (BZ#1344234)&lt;/li&gt;
	&lt;li&gt;RAID5 reshape deadlock fix. (BZ#1344313)&lt;/li&gt;
	&lt;li&gt;BDX perf uncore support fix. (BZ#1347374)&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;1291329 - CVE-2015-8660 kernel: Permission bypass on overlayfs during copy_up&lt;br/&gt;
1308908 - CVE-2016-2143 kernel: Fork of large process causes memory corruption&lt;br/&gt;
1341716 - CVE-2016-4470 kernel: Uninitialized variable in request_key handling causes kernel crash in error handling path&lt;/p&gt;</description>
                <environment></environment>
        <key id="38569">LU-8468</key>
            <summary>kernel update [RHEL7.2 3.10.0-327.28.2.el7]</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>Tue, 2 Aug 2016 14:44:50 +0000</created>
                <updated>Mon, 12 Sep 2016 15:53:12 +0000</updated>
                            <resolved>Mon, 15 Aug 2016 22:30:05 +0000</resolved>
                                                    <fixVersion>Lustre 2.9.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                            <comments>
                            <comment id="160718" author="gerrit" created="Wed, 3 Aug 2016 20:04:59 +0000"  >&lt;p&gt;Bob Glossman (bob.glossman@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/21692&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/21692&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8468&quot; title=&quot;kernel update [RHEL7.2 3.10.0-327.28.2.el7]&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8468&quot;&gt;&lt;del&gt;LU-8468&lt;/del&gt;&lt;/a&gt; kernel: kernel update RHEL7.2 &lt;span class=&quot;error&quot;&gt;&amp;#91;3.10.0-327.28.2.el7&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: a22824921693d6ab958408e5fce51cd988b3b7c4&lt;/p&gt;</comment>
                            <comment id="161943" author="gerrit" created="Mon, 15 Aug 2016 21:11:31 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/21692/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/21692/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8468&quot; title=&quot;kernel update [RHEL7.2 3.10.0-327.28.2.el7]&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8468&quot;&gt;&lt;del&gt;LU-8468&lt;/del&gt;&lt;/a&gt; kernel: kernel update RHEL7.2 &lt;span class=&quot;error&quot;&gt;&amp;#91;3.10.0-327.28.2.el7&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: a68e117a54af82f209aed46a822f8346a3e0703f&lt;/p&gt;</comment>
                            <comment id="161963" author="pjones" created="Mon, 15 Aug 2016 22:30:05 +0000"  >&lt;p&gt;Landed for 2.9&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <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|hzyjaf:</customfieldvalue>

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