[PATCH] firewire: core: fix an information leak
If a device exposes a sparsely populated configuration ROM, firewire-core's sysfs interface and character device file interface showed random data in the gaps between config ROM blocks. Fix this by zero-initialization of the config ROM reader's scratch buffer. Signed-off-by: Stefan Richter <stefanr(a)s5r6.in-berli... 19 Feb 2010 15:30
[PATCH 5/7] ext3: use nofail variant of inode_setattr()
After we updated i_disk_size and stop the journal it is too late for error handling from inode_setattr(). Since inode_change_ok() is now responsible for all necessery checks we may call __inode_setattr() which can not fail. Signed-off-by: Dmitry Monakhov <dmonakhov(a)openvz.org> --- fs/ext3/inode.c | 7 +++++... 19 Feb 2010 15:30
[PATCH 3/7] vfs: do not allow inode_setattr() to fail after vfs_dq_transfer()
After quota was transfered, inode_setattr() may fail. This is tricky situation because it may be impossible to roll-back quota changes. But we have already done all necessery changes in inode_change_ok() so it is safe to use nofail version of inode_seattr() here. Signed-off-by: Dmitry Monakhov <dmonakhov(a)openvz.... 19 Feb 2010 15:30
[PATCH 2/7] vfs: inode_change_ok have to perform all necessery checks
Usually this is the only function which called before inode attributes manipulation. In fact inode_change_ok() performs only posix checks. But it new_size check is also important. Otherwise we mail fail in very late stage. Signed-off-by: Dmitry Monakhov <dmonakhov(a)openvz.org> --- fs/attr.c | 19 ++++... 19 Feb 2010 15:30
[PATCH 6/7] ext4: use nofail variant of inode_setattr()
After we updated i_disk_size and stop the journal it is too late for error handling from inode_setattr(). Since inode_change_ok() is now responsible for all necessery checks we may call __inode_setattr() which can not fail. Signed-off-by: Dmitry Monakhov <dmonakhov(a)openvz.org> --- fs/ext4/inode.c | 7 +++++... 19 Feb 2010 15:30
[PATCH 7/7] ocfs2: use nofail variant of inode_setattr()
After we updated i_disk_size and stop the journal it is too late for error handling from inode_setattr(). Since inode_change_ok() is now responsible for all necessery checks we may call __inode_setattr() which can not fail. Signed-off-by: Dmitry Monakhov <dmonakhov(a)openvz.org> --- fs/ocfs2/file.c | 15 +----... 19 Feb 2010 15:30
[PATCH 3/3] sdhci-pltfm: Do not print errors in case of an extended iomem size
Some hosts have an extended SDHCI iomem size, so the driver should only print errors if the iomem size is less than 0x100. Signed-off-by: Anton Vorontsov <avorontsov(a)ru.mvista.com> --- drivers/mmc/host/sdhci-pltfm.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/mmc/host/sdh... 19 Feb 2010 15:30
Subject checkversion: perl cleanup
On Fri, Feb 19, 2010 at 09:52:20AM -0800, Stephen Hemminger wrote: Subject: [PATCH 03/10] Subject checkversion: perl cleanup ^^^^^^^^ One Subject too much in that line it seems. Ralf -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a messa... 19 Feb 2010 22:12
[PATCH 0/5] x86-32: improve atomic64_t functions (v2)
Changes in v2: - 386/486 is supported with a custom assembly implementation, the generic implementation is no longer used/modified - dropped SSE code - changed CALL alternative code to use a custom alternative type: insn parser no longer used - several implementation improvements - several formatting/style i... 19 Feb 2010 13:15
[08/93] hwmon: (adt7462) Wrong ADT7462_VOLT_COUNT
2.6.32-stable review patch. If anyone has any objections, please let us know. ------------------ From: Ray Copeland <ray.copeland(a)aprius.com> commit 85f8d3e5faea8bd36c3e5196f8334f7db45e19b2 upstream. The #define ADT7462_VOLT_COUNT is wrong, it should be 13 not 12. All the for loops that use this as a limi... 19 Feb 2010 13:15