<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:09:55 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-7556] Kernel update [RHEL6.7 2.6.32-573.12.1.el6]</title>
                <link>https://jira.whamcloud.com/browse/LU-7556</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;ul&gt;
	&lt;li&gt;A flaw was found in the way the Linux kernel&apos;s file system implementation&lt;br/&gt;
handled rename operations in which the source was inside and the&lt;br/&gt;
destination was outside of a bind mount. A privileged user inside a&lt;br/&gt;
container could use this flaw to escape the bind mount and, potentially,&lt;br/&gt;
escalate their privileges on the system. (CVE-2015-2925, Important)&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;It was found that the x86 ISA (Instruction Set Architecture) is prone to&lt;br/&gt;
a denial of service attack inside a virtualized environment in the form of&lt;br/&gt;
an infinite loop in the microcode due to the way (sequential) delivering of&lt;br/&gt;
benign exceptions such as #AC (alignment check exception) and #DB (debug&lt;br/&gt;
exception) is handled. A privileged user inside a guest could use these&lt;br/&gt;
flaws to create denial of service conditions on the host kernel.&lt;br/&gt;
(CVE-2015-5307, CVE-2015-8104, Important)&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;A race condition flaw was found in the way the Linux kernel&apos;s IPC&lt;br/&gt;
subsystem initialized certain fields in an IPC object structure that were&lt;br/&gt;
later used for permission checking before inserting the object into a&lt;br/&gt;
globally visible list. A local, unprivileged user could potentially use&lt;br/&gt;
this flaw to elevate their privileges on the system. (CVE-2015-7613,&lt;br/&gt;
Important)&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;It was found that the Linux kernel&apos;s keys subsystem did not correctly&lt;br/&gt;
garbage collect uninstantiated keyrings. A local attacker could use this&lt;br/&gt;
flaw to crash the system or, potentially, escalate their privileges on&lt;br/&gt;
the system. (CVE-2015-7872, Important)&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;This update also fixes the following bugs:&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;Previously, Human Interface Device (HID) ran a report on an unaligned&lt;br/&gt;
buffer, which could cause a page fault interrupt and an oops when the end&lt;br/&gt;
of the report was read. This update fixes this bug by padding the end of&lt;br/&gt;
the report with extra bytes, so the reading of the report never crosses a&lt;br/&gt;
page boundary. As a result, a page fault and subsequent oops no longer&lt;br/&gt;
occur. (BZ#1268203)&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;The NFS client was previously failing to detect a directory loop for some&lt;br/&gt;
NFS server directory structures. This failure could cause NFS inodes to&lt;br/&gt;
remain referenced after attempting to unmount the file system, leading to a&lt;br/&gt;
kernel crash. Loop checks have been added to VFS, which effectively&lt;br/&gt;
prevents this problem from occurring. (BZ#1272858)&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Due to a race whereby the nfs_wb_pages_cancel() and&lt;br/&gt;
nfs_commit_release_pages() calls both removed a request from the nfs_inode&lt;br/&gt;
struct type, the kernel panicked with negative nfs_inode.npages count.&lt;br/&gt;
The provided upstream patch performs the required serialization by holding&lt;br/&gt;
the inode i_lock over the check of PagePrivate and locking the request,&lt;br/&gt;
thus preventing the race and kernel panic from occurring. (BZ#1273721)&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Due to incorrect URB_ISO_ASAP semantics, playing an audio file using a&lt;br/&gt;
USB sound card could previously fail for some hardware configurations.&lt;br/&gt;
This update fixes the bug, and playing audio from a USB sound card now&lt;br/&gt;
works as expected. (BZ#1273916)&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Inside hugetlb, region data structures were protected by a combination of&lt;br/&gt;
a memory map semaphore and a single hugetlb instance mutex. However, a&lt;br/&gt;
page-fault scalability improvement backported to the kernel on previous&lt;br/&gt;
releases removed the single hugetlb instance mutex and introduced a new&lt;br/&gt;
mutex table, making the locking combination insufficient, leading to&lt;br/&gt;
possible race windows that could cause corruption and undefined behavior.&lt;br/&gt;
This update fixes the problem by introducing a required spinlock to the&lt;br/&gt;
region tracking functions for proper serialization. The problem only&lt;br/&gt;
affects software using huge pages through hugetlb interface. (BZ#1274599)&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;1209367 - CVE-2015-2925 Kernel: vfs: Do not allow escaping from bind mounts&lt;br/&gt;
1268270 - CVE-2015-7613 kernel: Unauthorized access to IPC objects with SysV shm&lt;br/&gt;
1272371 - CVE-2015-7872 kernel: Keyrings crash triggerable by unprivileged user&lt;br/&gt;
1277172 - CVE-2015-5307 virt: guest to host DoS by triggering an infinite loop in microcode via #AC exception&lt;br/&gt;
1278496 - CVE-2015-8104 virt: guest to host DoS by triggering an infinite loop in microcode via #DB exception&lt;/p&gt;
</description>
                <environment></environment>
        <key id="33704">LU-7556</key>
            <summary>Kernel update [RHEL6.7 2.6.32-573.12.1.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, 15 Dec 2015 16:09:08 +0000</created>
                <updated>Fri, 1 Jul 2016 18:45:45 +0000</updated>
                            <resolved>Tue, 19 Jan 2016 14:02:29 +0000</resolved>
                                                    <fixVersion>Lustre 2.8.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                            <comments>
                            <comment id="136534" author="gerrit" created="Wed, 16 Dec 2015 14:36:47 +0000"  >&lt;p&gt;Bob Glossman (bob.glossman@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/17633&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/17633&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-7556&quot; title=&quot;Kernel update [RHEL6.7 2.6.32-573.12.1.el6]&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-7556&quot;&gt;&lt;del&gt;LU-7556&lt;/del&gt;&lt;/a&gt; kernel: kernel update RHEL 6.7 &lt;span class=&quot;error&quot;&gt;&amp;#91;2.6.32-573.12.1.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: f74c783035e528e5a9b2eeb97f5fa966395cb1fe&lt;/p&gt;</comment>
                            <comment id="139160" author="gerrit" created="Mon, 18 Jan 2016 05:58:51 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/17633/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/17633/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-7556&quot; title=&quot;Kernel update [RHEL6.7 2.6.32-573.12.1.el6]&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-7556&quot;&gt;&lt;del&gt;LU-7556&lt;/del&gt;&lt;/a&gt; kernel: kernel update RHEL 6.7 &lt;span class=&quot;error&quot;&gt;&amp;#91;2.6.32-573.12.1.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: 40d986cf69a1acdbcee8ee218c2cfd379855f5b7&lt;/p&gt;</comment>
                            <comment id="139237" author="jgmitter" created="Tue, 19 Jan 2016 14:02:29 +0000"  >&lt;p&gt;Landed for 2.8.0&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|hzxvwn:</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>