<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:08:42 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-7415] Kernel update [RHEL6.7 2.6.32-573.8.1.el6]</title>
                <link>https://jira.whamcloud.com/browse/LU-7415</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;ul&gt;
	&lt;li&gt;The memory used by the defragmentation engine is accounted for per CPU.&lt;br/&gt;
However, on systems with numerous CPUs, the per-CPU caches could deviate from&lt;br/&gt;
reality, thus causing the defragmentation engine to discard old fragments too&lt;br/&gt;
early. This update adds a fix to minimize this discrepancy, and old fragments&lt;br/&gt;
are now discarded in time. (BZ#1246088)&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Previously, reloading or removing edac modules on a system using the&lt;br/&gt;
i7core_edac module could lead to a number of returned warning messages and a&lt;br/&gt;
subsequent kernel crash. The underlying source code has been patched, and the&lt;br/&gt;
kernel no longer crashes when operating with edac modules. (BZ#1255492)&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Due to a regression, packets counter detected only the number of normally&lt;br/&gt;
processed completions (packets), not the erroneous ones. As these packets were&lt;br/&gt;
thus never acknowledged, the firmware kept returning interrupt requests (IRQs).&lt;br/&gt;
A patch has been provided to fix this bug, and all packets are now counted as&lt;br/&gt;
expected. (BZ#1260535)&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Unlikely conditions in the nfs_clear_inode() function can cause a kernel panic&lt;br/&gt;
due to the use of the BUG_ON() macro. An upstream patch replacing the BUG_ON()&lt;br/&gt;
macro with WARN_ON_ONCE() in this function has been provided to avoid this panic&lt;br/&gt;
and the kernel panic no longer occurs in this situation. (BZ#1266364)&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Previously, a bridge interface could exist on top of a bonded interface, which&lt;br/&gt;
was above a physical interface with the large receive offload (LRO) flag still&lt;br/&gt;
on. Bridge interfaces are incompatible with LRO enabled on any underlying&lt;br/&gt;
devices, which caused network communications on the bridge, such as that from a&lt;br/&gt;
Virtual Machine (VM) to fail to function properly. This update makes sure&lt;br/&gt;
devices underneath a bridge all get LRO disabled, and a VM now connects via a&lt;br/&gt;
bridged interface successfully. (BZ#1266366)&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;During a KVM guest shutdown, if a virtio device generated interrupts, the&lt;br/&gt;
virtio driver sometimes could not correctly handle or clear the interrupt. As a&lt;br/&gt;
consequence, the system became busy, continuously processing the same interrupt,&lt;br/&gt;
leading to an incomplete shutdown of the KVM guest. This bug has been fixed, and&lt;br/&gt;
the guest now shuts down properly. (BZ#1266369)&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;After adjusting the extent size with the xfs_fio utility and running the fio&lt;br/&gt;
command with the configuration file provided, the XFS file system became&lt;br/&gt;
corrupted. This update makes sure the extent size hints can round up extents&lt;br/&gt;
past the maximum extent length, and the XFS file system now preserves fio&lt;br/&gt;
operations. (BZ#1266372)&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;At a process or thread exit, when the Linux kernel undoes any SysV semaphore&lt;br/&gt;
operations done previously (the ones done using semop with the SEM_UNDO flag),&lt;br/&gt;
there was a possible flaw and race with another process or thread removing the&lt;br/&gt;
same semaphore set where the operations occurred, leading to possible use of&lt;br/&gt;
in-kernel-freed memory and then to possible unpredictable behaviour. This bug&lt;br/&gt;
could be noticed with software which uses IPC SysV semaphores, such as IBM DB2,&lt;br/&gt;
which for example in certain cases could lead to a situation where its processes&lt;br/&gt;
or utilities could get incorrectly stalled in some IPC semaphore operation or&lt;br/&gt;
syscall after the race or problem happened. A patch has been provided to fix&lt;br/&gt;
this bug, and the kernel now behaves as expected in the aforementioned scenario.&lt;br/&gt;
(BZ#1266373).&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;On a system with a bonded interface, the user could not specify a custom MAC&lt;br/&gt;
address for the bond. A patch has been provided to fix this bug, and custom MAC&lt;br/&gt;
addresses can be specified again in the aforementioned situation. (BZ#1266374)&lt;/li&gt;
&lt;/ul&gt;
</description>
                <environment></environment>
        <key id="33082">LU-7415</key>
            <summary>Kernel update [RHEL6.7 2.6.32-573.8.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, 10 Nov 2015 15:45:34 +0000</created>
                <updated>Fri, 1 Jul 2016 18:45:42 +0000</updated>
                            <resolved>Tue, 24 Nov 2015 21:43:14 +0000</resolved>
                                                    <fixVersion>Lustre 2.8.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                            <comments>
                            <comment id="133241" author="gerrit" created="Wed, 11 Nov 2015 15:29:01 +0000"  >&lt;p&gt;Bob Glossman (bob.glossman@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/17119&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/17119&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-7415&quot; title=&quot;Kernel update [RHEL6.7 2.6.32-573.8.1.el6]&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-7415&quot;&gt;&lt;del&gt;LU-7415&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.8.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: 2c7fc5649c749ef26cd7e05a1927b529693500dd&lt;/p&gt;</comment>
                            <comment id="134393" author="gerrit" created="Tue, 24 Nov 2015 15:25:34 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/17119/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/17119/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-7415&quot; title=&quot;Kernel update [RHEL6.7 2.6.32-573.8.1.el6]&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-7415&quot;&gt;&lt;del&gt;LU-7415&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.8.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: 06203238fe5dddfffb2b0cd8415f454b0e7e3d4b&lt;/p&gt;</comment>
                            <comment id="134457" author="pjones" created="Tue, 24 Nov 2015 21:43:14 +0000"  >&lt;p&gt;Landed for 2.8&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|hzxsqv:</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>