<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.openvz.org/index.php?action=history&amp;feed=atom&amp;title=Download%2Fkernel%2Frhel5%2F028stab060.8%2Fchanges</id>
	<title>Download/kernel/rhel5/028stab060.8/changes - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.openvz.org/index.php?action=history&amp;feed=atom&amp;title=Download%2Fkernel%2Frhel5%2F028stab060.8%2Fchanges"/>
	<link rel="alternate" type="text/html" href="https://wiki.openvz.org/index.php?title=Download/kernel/rhel5/028stab060.8/changes&amp;action=history"/>
	<updated>2026-05-14T19:00:44Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.31.1</generator>
	<entry>
		<id>https://wiki.openvz.org/index.php?title=Download/kernel/rhel5/028stab060.8/changes&amp;diff=7783&amp;oldid=prev</id>
		<title>Kir: Protected &quot;Download/kernel/rhel5/028stab060.8/changes&quot;: Robot: Protecting a list of files. [edit=autoconfirmed:move=autoconfirmed]</title>
		<link rel="alternate" type="text/html" href="https://wiki.openvz.org/index.php?title=Download/kernel/rhel5/028stab060.8/changes&amp;diff=7783&amp;oldid=prev"/>
		<updated>2009-10-22T18:32:13Z</updated>

		<summary type="html">&lt;p&gt;Protected &amp;quot;&lt;a href=&quot;/Download/kernel/rhel5/028stab060.8/changes&quot; title=&quot;Download/kernel/rhel5/028stab060.8/changes&quot;&gt;Download/kernel/rhel5/028stab060.8/changes&lt;/a&gt;&amp;quot;: Robot: Protecting a list of files. [edit=autoconfirmed:move=autoconfirmed]&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;Revision as of 18:32, 22 October 2009&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Kir</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.openvz.org/index.php?title=Download/kernel/rhel5/028stab060.8/changes&amp;diff=7174&amp;oldid=prev</id>
		<title>Kir: created</title>
		<link rel="alternate" type="text/html" href="https://wiki.openvz.org/index.php?title=Download/kernel/rhel5/028stab060.8/changes&amp;diff=7174&amp;oldid=prev"/>
		<updated>2009-04-01T14:39:49Z</updated>

		<summary type="html">&lt;p&gt;created&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Changes ==&lt;br /&gt;
Since {{kernel link|rhel5|028stab060.2}}:&lt;br /&gt;
* Audit in CT0 re-enabled back ({{bug|1157}})&lt;br /&gt;
* UBC: files precharging/uncharging algorithm corrected&lt;br /&gt;
* Fixed crash while using NFS volume with non-hidden submounts&lt;br /&gt;
&lt;br /&gt;
=== Configs ===&lt;br /&gt;
Same as in {{kernel link|rhel5|028stab060.2}}, plus:&lt;br /&gt;
* +&amp;lt;code&amp;gt;CONFIG_TICK_DIVIDER=y&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Compatibility ===&lt;br /&gt;
No new issues.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;[[{{PAGENAME}}/changes#Patches|{{Long changelog message}}]]&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
=== Patches ===&lt;br /&gt;
&lt;br /&gt;
==== diff-ve-close-audit-in-ct-20090202 ====&lt;br /&gt;
&amp;lt;div class=change&amp;gt;&lt;br /&gt;
Patch from Pavel Emelianov (xemul@):&amp;lt;br/&amp;gt;&lt;br /&gt;
put audit back but make it work in ve0 only.&lt;br /&gt;
&lt;br /&gt;
Bug #269595&amp;lt;br/&amp;gt;&lt;br /&gt;
{{Bug|1157}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== diff-ubc-file-precharge-correct-uncharge-20080120 ====&lt;br /&gt;
&amp;lt;div class=change&amp;gt;&lt;br /&gt;
Patch from Marat Stanichenko (mstanichenko@):&amp;lt;br/&amp;gt;&lt;br /&gt;
ubc: Make ubc uncharge files in case of abundance precharged files&lt;br /&gt;
&lt;br /&gt;
There is a chance when we do not start uncharging&lt;br /&gt;
because ub_barrier_farnr() is not hit for UB_NUMFILE&lt;br /&gt;
and ub_barrier_farsz() is not hit for UB_KMEMSIZE (SLM&lt;br /&gt;
for example set ubc barrier to a huge value).&lt;br /&gt;
This fact can lead us to the situation when two tasks&lt;br /&gt;
are able to consume all of UB_NUMFILE&lt;br /&gt;
and UB_KMEMSIZE in despite that they close opened files.&lt;br /&gt;
&lt;br /&gt;
Bug #267453.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== diff-vzdq-nfs-submount-sops-20090119 ====&lt;br /&gt;
&amp;lt;div class=change&amp;gt;&lt;br /&gt;
Patch from Vasily Averin (vvs@):&amp;lt;br/&amp;gt;&lt;br /&gt;
nfs submount copies super_operations from parent NFS, where it can be replaced by vzquota.&lt;br /&gt;
As result on unmount of NFS submounts kernel calls vzquota callback and frees resources&lt;br /&gt;
used by parent NFS that lead to crash on access to super_operations.&lt;br /&gt;
&lt;br /&gt;
We are not going to use vzquota on NFS submounts and replace copy of super_operations&lt;br /&gt;
for NFS submount by direct set up of required operations.&lt;br /&gt;
&lt;br /&gt;
Bug #267448.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== diff-ve-allow-write-loginuid-in-ct-20090209 ====&lt;br /&gt;
&amp;lt;div class=change&amp;gt;&lt;br /&gt;
Patch from Marat Stanichenko (mstanichenko@):&amp;lt;br/&amp;gt;&lt;br /&gt;
Allow CTs write to /proc/pid/loginuid&lt;br /&gt;
&lt;br /&gt;
We should give an ability  to write to /proc/$pid/loginuid&lt;br /&gt;
inside CT and therefore abolish the first hunk of&lt;br /&gt;
diff-ve-close-audit-in-ct-20090202 patch. Otherwise it&lt;br /&gt;
affects container's ssh connectivity. Pam complains about&lt;br /&gt;
impossibility to write to /proc/self/loginuid.&lt;br /&gt;
&lt;br /&gt;
Bug #270484.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kir</name></author>
		
	</entry>
</feed>