Download/kernel/2.6.8/022stab056.1/changes
Contents
- 1 Changes
- 1.1 Configs
- 1.2 Patches
- 1.2.1 diff-ve-fsareacheck-20051129
- 1.2.2 diff-ve-sysctl-sem-20051129
- 1.2.3 diff-ve-ip-conntrack-debug-20051129
- 1.2.4 diff-ve-fsareacheck-msg-20051130
- 1.2.5 diff-ve-sock-warn-20051130
- 1.2.6 diff-vzdq-debug2-20051202
- 1.2.7 diff-fairsched-loadbal-20051201
- 1.2.8 diff-ve-netlink-20051210
- 1.2.9 diff-venet-inetrelease-20051205
- 1.2.10 diff-venet-srccheck-fix-20051208
- 1.2.11 diff-ve-vpid-netlink-20051210
- 1.2.12 diff-mainstream-dcache-race4
- 1.2.13 diff-ve-procstat-20051214
- 1.2.14 diff-ms-mm-pageprivate-20051213
- 1.2.15 diff-ms-jbd-checkpoint-20050602
- 1.2.16 diff-ve-procvmstat-20051215
Changes
- Bug fixes
Configs
Same as 022stab050.1 plus:
Removed:
- -
CONFIG_SCSI_DPT_I2O=y
Added:
- +
CONFIG_I2O_SCSI=m
- +
CONFIG_LBD=y
Patches
diff-ve-fsareacheck-20051129
Due to numerous complains temporarily turn off area access checking. Problems which caused such a decision are:
- use of simfs for trusted templates and executing binaries from it without VPS starting
- Bug #55131.
- non-virtualized pipe-fs and sock-fs which brokes stat on some /proc/pid/fd entries. SuSe templates don't work due to this.
- Bug #55178.
diff-ve-sysctl-sem-20051129
Fixed inability to change ve0 sem parameters. proc_dointvec_minmax() can't handle vectors.
diff-ve-ip-conntrack-debug-20051129
just a misprints when NETFILTER_DEBUG is on.
diff-ve-fsareacheck-msg-20051130
Missed newline in fs-area-check spoils ouptut.
diff-ve-sock-warn-20051130
User-triggerable printk()'s in get/setsockopt with SO_BSDCOMPAT
diff-vzdq-debug2-20051202
Apply 3 seconds timeout for "detached inode not in creation" messages too.
Bug #49285.
diff-fairsched-loadbal-20051201
This patch removes warning on load balance.
Balancing is racy, and it is not fatal anyhow if busiest rq is the current one. printk() under rq->lock can be the much more fatal thing here...
Bug #55290.
diff-ve-netlink-20051210
this patch adds owner_env to primary key for selecting from nl_table in order to avoid collisions due to virt pids.
Bug #55602.
diff-venet-inetrelease-20051205
[PATCH] switch exec_env to ve while inet_release
fput() on a file owned by VPS can be called in context of VPS0. It is critical for TCP to call socket operations in context of correct exec_env.
Bug #55393.
diff-venet-srccheck-fix-20051208
When ip_rt_src_check is off we still can try to route multicast/broadcast packets.
Bug #55476.
diff-ve-vpid-netlink-20051210
This patch fixes netlink_autobind to make `ip rule show` works inside VE as it checks the destination PID on the message against value obtained via getpid().
Bug #55602.
diff-mainstream-dcache-race4
fixed race between dput_recursive and generic_shutdown_super on root dentry.
Bug #55453.
diff-ve-procstat-20051214
Fix small typo in /proc/stat
diff-ms-mm-pageprivate-20051213
fixed race in pagevec_strip
Bug #56040.
Bug #55235.
diff-ms-jbd-checkpoint-20050602
[PATCH] ext3: fix log_do_checkpoint() assertion failure
Fix possible false assertion failure in log_do_checkpoint(). We might fail to detect that we actually made a progress when cleaning up the checkpoint lists if we don't retry after writing something to disk. The patch was confirmed to fix observed assertion failures for several users.
When we flushed some buffers we need to retry scanning the list. Otherwise we can fail to detect our progress.
Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
GIT: 00ea81459c279f14a7b344320a71c94f60f88929
http://linux.bkbits.net:8080/linux-2.6/cset@1.3104.1.1
Bug #56042.
diff-ve-procvmstat-20051215
Show /proc/vmstat entry inside vps, but keep it empty. required for latest vmstat from RHEL4 :(
Bug #56186.