Package: kernel-patch-openvz Version: 028.18.1etch5 Severity: grave One of the patches for CVE-2007-3104 in DSA-1428-1 (incorrectly called 1481-1 in its subject), uploaded in linux-2.6_2.6.18.dfsg.1-13etch5 introduced an incompatibility with the openvz patch.
Attached is a patch which makes the patch work. I've been using it in my packages since December, so I consider it rather well tested. Sorry for the delayed filing of this bug. -- Marcin Owsiany <[EMAIL PROTECTED]> http://marcin.owsiany.pl/ GnuPG: 1024D/60F41216 FE67 DA2D 0ACA FC5E 3F75 D6F6 3A0D 8AA0 60F4 1216
--- linux-2.6-2.6.18.dfsg.1/debian/patches/debian/ovz-028.18-deb.patch +++ linux-2.6-2.6.18.dfsg.1/debian/patches/debian/ovz-028.18-deb.patch @@ -50983,9 +50983,9 @@ extern kmem_cache_t *sysfs_dir_cachep; extern struct inode * sysfs_new_inode(mode_t mode, struct sysfs_dirent *); -@@ -21,7 +30,6 @@ extern void sysfs_drop_dentry(struct sys - extern int sysfs_setattr(struct dentry *dentry, struct iattr *iattr); +@@ -31,7 +31,6 @@ extern int sysfs_setattr(struct dentry * + extern spinlock_t sysfs_lock; extern struct rw_semaphore sysfs_rename_sem; -extern struct super_block * sysfs_sb; extern const struct file_operations sysfs_dir_operations;