Difference between revisions of "Download/kernel/sles10/2.6.16.60 027stab028-0.23/changes"
(created) |
m (Protected "Download/kernel/sles10/2.6.16.60 027stab028-0.23/changes": Robot: Protecting a list of files. [edit=autoconfirmed:move=autoconfirmed]) |
(No difference)
|
Latest revision as of 18:33, 22 October 2009
Contents
- 1 Changes
- 1.1 Patches
- 1.1.1 diff-sles-flags-for-filesystems-umount-begin-20080607
- 1.1.2 diff-sles-vfs-umount-begin-flags-20080607
- 1.1.3 diff-ve-double-fill-tgid-task-put-20080515
- 1.1.4 diff-ve-dpath-add-missing-unlock-20080607
- 1.1.5 diff-ve-dpath-check-for-buffer-being-errptr-20080607
- 1.1.6 diff-ve-proc-pid-readdir-screwup-20080424
- 1.1 Patches
Changes
- Rebased to latest SLES10 kernel (2.6.16.60-0.23).
- Fixes
Patches
diff-sles-flags-for-filesystems-umount-begin-20080607
Patch from Konstantin Khlebnikov <khlebnikov@openvz.org>
Fix umount_begin-s over the kernel to fit fixed previously prototype.
diff-sles-vfs-umount-begin-flags-20080607
Patch from Konstantin Khlebnikov <khlebnikov@openvz.org>
Return flags argument for umount_begin sb_ops callback.
diff-ve-double-fill-tgid-task-put-20080515
Patch from Konstantin Khlebnikov <khlebnikov@openvz.org>
Fix double fill tgid task put.
Bug #111340.
diff-ve-dpath-add-missing-unlock-20080607
Patch from Konstantin Khlebnikov <khlebnikov@openvz.org>
Add missing unlock in __d_path.
diff-ve-dpath-check-for-buffer-being-errptr-20080607
Patch from Pavel Emelianov <xemul@openvz.org>
Do not put the "(deleted)" mark in buffer if the latter is err ptr.
diff-ve-proc-pid-readdir-screwup-20080424
Patch from Konstantin Khlebnikov <khlebnikov@openvz.org>
Fix proc_pid_readdir refcnt and output screwup.
- do not return not getted task_struct (1st hunk)
- show this ve's pid, not global ones
Bug #111340.