<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:11:43 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-7764] kernel update [RHEL6.7 2.6.32-573.18.1.el6]</title>
                <link>https://jira.whamcloud.com/browse/LU-7764</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;ul&gt;
	&lt;li&gt;Attempting to use the request_key() function to add a key into a revoked&lt;br/&gt;
keyring was causing a resource leak in the kernel error path. Keys which were&lt;br/&gt;
allocated and then failed became stuck in memory and were impossible for the&lt;br/&gt;
garbage collector to remove. With this update, the reference count on failed&lt;br/&gt;
keys correctly reaches 0 in this situation, allowing the garbage collector to&lt;br/&gt;
remove them. (BZ#1288095)&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;A bug in the ipr driver on IBM Power Systems (ppc64) could result in backwards&lt;br/&gt;
memory buffer indexing and cause a kernel crash when running the Hardware Test&lt;br/&gt;
Exerciser (HTX) test suite. With this update, ipr memory buffer indexing uses a&lt;br/&gt;
bit mask operation instead of modulo, causing low bits to be masked off so that&lt;br/&gt;
backwards indexing is no longer possible. (BZ#1280211)&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Resetting an ixgbe or vmxnet3 adapter while sending a message over netconsole&lt;br/&gt;
or netpoll at the same time could previously cause a kernel crash. This update&lt;br/&gt;
adds mutual exclusion between the core adapter reset path and the netpoll&lt;br/&gt;
transmit path, and the crash no longer occurs. (BZ#1295370)&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;When removing a directory while a reference was held to that directory by a&lt;br/&gt;
reference to a negative child dentry, the directory dentry was previously not&lt;br/&gt;
killed. In addition, once the negative child dentry was killed, unlinked and&lt;br/&gt;
unused dentry was present in the cache. As a consequence, deadlock could be&lt;br/&gt;
caused by forcing the dentry eviction while the file system in question was&lt;br/&gt;
frozen. With this update, all unused dentries are unhashed and evicted just&lt;br/&gt;
after a successful directory removal, which avoids the deadlock, and the system&lt;br/&gt;
no longer hangs in the aforementioned scenario. (BZ#1282621)&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Previously, an unusual forking pattern could cause the anon_vma_chain and&lt;br/&gt;
anon_vma slab memory to grow infinitely even though the number of processes&lt;br/&gt;
involved stayed low. As a consequence, a kernel panic occurred. The provided&lt;br/&gt;
patch adds a heuristic which reuses existing anon_vma instead of forking a new&lt;br/&gt;
one and adds the anon_vma-&amp;gt;degree counter which makes sure the count of&lt;br/&gt;
anon_vmas is not bigger than twice the count of vmas. As a result, the kernel&lt;br/&gt;
panic no longer occurs in this situation. (BZ#1285693)&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;A race condition was found in hash table invalidation code between inode&lt;br/&gt;
invalidation and inode clearing code in the GFS2 file system. In some&lt;br/&gt;
circumstances, two processes could attempt to free the same memory, resulting in&lt;br/&gt;
a kernel panic. This update adds a &quot;spin_lock&quot; to the hash table invalidation&lt;br/&gt;
code allowing only a single process to attempt to free a specific memory page,&lt;br/&gt;
which prevents the race condition from occurring. (BZ#1288093)&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Due to a timer expiry issue, the scheduler tick previously stopped for too&lt;br/&gt;
long when the ksoftirqd daemon for hrtimer was blocked by a running process.&lt;br/&gt;
This update adds the force_hrtimer_reprogram kernel parameter. If&lt;br/&gt;
&quot;force_hrtimer_reprogram=1&quot; is used on the kernel command line, the&lt;br/&gt;
reprogramming of all expired timers is forced, which prevents this bug.&lt;br/&gt;
(BZ#1292082)&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;The kernel was incorrectly assigning multicast groups for the nl80211&lt;br/&gt;
protocol, causing problems with nl80211 wireless drivers. For example,&lt;br/&gt;
preventing hostapd from starting and initializing wireless devices in Access&lt;br/&gt;
Point mode. This update fixes multicast group assignments for nl80211 and allows&lt;br/&gt;
wireless devices to be managed correctly. (BZ#1259870)&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Large Receive Offload (LRO) flag disabling was not being propagated downwards&lt;br/&gt;
from above devices in vlan and bond hierarchy, breaking the flow of traffic.&lt;br/&gt;
This problem has been fixed and LRO flags now propagate correctly. (BZ#1259008)&lt;/li&gt;
&lt;/ul&gt;
</description>
                <environment></environment>
        <key id="34572">LU-7764</key>
            <summary>kernel update [RHEL6.7 2.6.32-573.18.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, 9 Feb 2016 14:53:41 +0000</created>
                <updated>Tue, 11 Sep 2018 20:51:12 +0000</updated>
                            <resolved>Tue, 11 Sep 2018 20:51:12 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                            <comments>
                            <comment id="141788" author="gerrit" created="Wed, 10 Feb 2016 17:49:44 +0000"  >&lt;p&gt;Bob Glossman (bob.glossman@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/18395&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/18395&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-7764&quot; title=&quot;kernel update [RHEL6.7 2.6.32-573.18.1.el6]&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-7764&quot;&gt;&lt;del&gt;LU-7764&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.18.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: e5f28dc1de27b7cfa1c69dd1a04e0ca0cb828d80&lt;/p&gt;</comment>
                            <comment id="143103" author="gerrit" created="Sat, 20 Feb 2016 05:40:38 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/18395/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/18395/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-7764&quot; title=&quot;kernel update [RHEL6.7 2.6.32-573.18.1.el6]&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-7764&quot;&gt;&lt;del&gt;LU-7764&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.18.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: 64bd7b933e1bd108ee06832e949b3b0c127be8c7&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|hzy0rj:</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>