<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:24:25 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-9236] new kernel [RHEL6.9 2.6.32-696.el6]</title>
                <link>https://jira.whamcloud.com/browse/LU-9236</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;With the GA announcement of RHEL 6.9 on 3/21 we need to add content to lustre to allow building and running on it.&lt;/p&gt;

&lt;p&gt;This ticket is intended to cover all the changes needed in the lustre tree for this brand new distro release. This includes new target and config files for the new kernel version, new or revised base kernel and ldiskfs patches, and small incremental changes to lbuild and autoconf.&lt;/p&gt;</description>
                <environment></environment>
        <key id="44920">LU-9236</key>
            <summary>new kernel [RHEL6.9 2.6.32-696.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>Tue, 21 Mar 2017 16:11:47 +0000</created>
                <updated>Wed, 12 Apr 2017 14:58:36 +0000</updated>
                            <resolved>Thu, 6 Apr 2017 04:00:01 +0000</resolved>
                                                    <fixVersion>Lustre 2.10.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                            <comments>
                            <comment id="189122" author="bogl" created="Tue, 21 Mar 2017 16:13:42 +0000"  >&lt;p&gt;Security Fix(es):&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;It was discovered that a remote attacker could leverage the generation of IPv6&lt;br/&gt;
atomic fragments to trigger the use of fragmentation in an arbitrary IPv6 flow&lt;br/&gt;
(in scenarios in which actual fragmentation of packets is not needed) and could&lt;br/&gt;
subsequently perform any type of a fragmentation-based attack against legacy&lt;br/&gt;
IPv6 nodes that do not implement RFC6946. (CVE-2016-10142, Moderate)&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;A flaw was discovered in the way the Linux kernel dealt with paging&lt;br/&gt;
structures. When the kernel invalidated a paging structure that was not in use&lt;br/&gt;
locally, it could, in principle, race against another CPU that is switching to a&lt;br/&gt;
process that uses the paging structure in question. A local user could use a&lt;br/&gt;
thread running with a stale cached virtual-&amp;gt;physical translation to potentially&lt;br/&gt;
escalate their privileges if the translation in question were writable and the&lt;br/&gt;
physical page got reused for something critical (for example, a page table).&lt;br/&gt;
(CVE-2016-2069, Moderate)&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;A race condition flaw was found in the ioctl_send_fib() function in the Linux&lt;br/&gt;
kernel&apos;s aacraid implementation. A local attacker could use this flaw to cause a&lt;br/&gt;
denial of service (out-of-bounds access or system crash) by changing a certain&lt;br/&gt;
size value. (CVE-2016-6480, Moderate)&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;It was found that when the gcc stack protector was enabled, reading the&lt;br/&gt;
/proc/keys file could cause a panic in the Linux kernel due to stack corruption.&lt;br/&gt;
This happened because an incorrect buffer size was used to hold a 64-bit timeout&lt;br/&gt;
value rendered as weeks. (CVE-2016-7042, Moderate)&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;It was found that when file permissions were modified via chmod and the user&lt;br/&gt;
modifying them was not in the owning group or capable of CAP_FSETID, the setgid&lt;br/&gt;
bit would be cleared. Setting a POSIX ACL via setxattr sets the file permissions&lt;br/&gt;
as well as the new ACL, but doesn&apos;t clear the setgid bit in a similar way. This&lt;br/&gt;
could allow a local user to gain group privileges via certain setgid&lt;br/&gt;
applications. (CVE-2016-7097, Moderate)&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;A flaw was found in the Linux networking subsystem where a local attacker with&lt;br/&gt;
CAP_NET_ADMIN capabilities could cause an out-of-bounds memory access by&lt;br/&gt;
creating a smaller-than-expected ICMP header and sending to its destination via&lt;br/&gt;
sendto(). (CVE-2016-8399, Moderate)&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;It was found that the blk_rq_map_user_iov() function in the Linux kernel&apos;s&lt;br/&gt;
block device implementation did not properly restrict the type of iterator,&lt;br/&gt;
which could allow a local attacker to read or write to arbitrary kernel memory&lt;br/&gt;
locations or cause a denial of service (use-after-free) by leveraging write&lt;br/&gt;
access to a /dev/sg device. (CVE-2016-9576, CVE-2016-10088, Moderate)&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;A flaw was found in the USB-MIDI Linux kernel driver: a double-free error&lt;br/&gt;
could be triggered for the &apos;umidi&apos; object. An attacker with physical access to&lt;br/&gt;
the system could use this flaw to escalate their privileges. (CVE-2016-2384,&lt;br/&gt;
Low)&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Additional Changes:&lt;/p&gt;

&lt;p&gt;For detailed information on changes in this release, see the Red Hat Enterprise&lt;br/&gt;
Linux 6.9 Release Notes and Red Hat Enterprise Linux 6.9 Technical Notes on the RedHat website.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/6.9_Release_Notes/index.html&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/6.9_Release_Notes/index.html&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/6.9_Technical_Notes/index.html&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/6.9_Technical_Notes/index.html&lt;/a&gt;&lt;/p&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;1301893 - CVE-2016-2069 kernel: race condition in the TLB flush logic&lt;br/&gt;
1308444 - CVE-2016-2384 kernel: double-free in usb-audio triggered by invalid USB descriptor&lt;br/&gt;
1325766 - RHEL6.7: NFSv3 client performance regression where ls -l takes too long with &quot;aggressive readdirplus&quot; commit&lt;br/&gt;
1362466 - CVE-2016-6480 kernel: scsi: aacraid: double fetch in ioctl_send_fib()&lt;br/&gt;
1368938 - CVE-2016-7097 kernel: Setting a POSIX ACL via setxattr doesn&apos;t clear the setgid bit&lt;br/&gt;
1373966 - CVE-2016-7042 kernel: Stack corruption while reading /proc/keys when gcc stack protector is enabled&lt;br/&gt;
1403145 - CVE-2016-9576 kernel: Use after free in SCSI generic device interface&lt;br/&gt;
1403833 - CVE-2016-8399 kernel: net: Out of bounds stack read in memcpy_fromiovec&lt;br/&gt;
1412210 - CVE-2016-10088 kernel: Use after free in SCSI generic device interface (CVE-2016-9576 regression)&lt;br/&gt;
1415908 - CVE-2016-10142 kernel - IPV6 fragmentation flaw&lt;br/&gt;
847106 - ext2 tests hang while running fsfuzzer&lt;/p&gt;</comment>
                            <comment id="189212" author="gerrit" created="Wed, 22 Mar 2017 13:54:13 +0000"  >&lt;p&gt;Bob Glossman (bob.glossman@intel.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/26111&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/26111&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-9236&quot; title=&quot;new kernel [RHEL6.9 2.6.32-696.el6]&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-9236&quot;&gt;&lt;del&gt;LU-9236&lt;/del&gt;&lt;/a&gt; kernel: new kernel RHEL 6.9 &lt;span class=&quot;error&quot;&gt;&amp;#91;2.6.32-696.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: 8c7d436efbf7c6dcfd7fca963a6334cdd284a482&lt;/p&gt;</comment>
                            <comment id="190950" author="gerrit" created="Thu, 6 Apr 2017 01:01:05 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/26111/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/26111/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-9236&quot; title=&quot;new kernel [RHEL6.9 2.6.32-696.el6]&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-9236&quot;&gt;&lt;del&gt;LU-9236&lt;/del&gt;&lt;/a&gt; kernel: new kernel RHEL 6.9 &lt;span class=&quot;error&quot;&gt;&amp;#91;2.6.32-696.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: 738374be02d52ba10b44f4c4d4b335807eb48b46&lt;/p&gt;</comment>
                            <comment id="190963" author="pjones" created="Thu, 6 Apr 2017 04:00:01 +0000"  >&lt;p&gt;Landed for 2.10&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10120">
                    <name>Blocker</name>
                                                                <inwardlinks description="is blocked by">
                                                        </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="45402">LU-9316</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </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|hzz7v3:</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>