2010-04-26 13:57:24

by Phillip Lougher

[permalink] [raw]
Subject: [GIT PULL] Squashfs bug fixes for 2.6.34-rc6

Hi Linus,

Please pull the following Squashfs bug fixes. The locking bug was
added in the 2.6.34 merge window and it is
rather nasty as it breaks liveCDs. The other bugs are much less
important but have all come to light since the merge window.

Thanks

Phillip

--------------------------------
The following changes since commit 0d0fb0f9c5fddef4a10242fe3337f00f528a3099:
Linus Torvalds (1):
Linux 2.6.34-rc4

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linus.git master

Phillip Lougher (4):
squashfs: fix locking bug in zlib wrapper
squashfs: fix warn_on when root inode is corrupted
squashfs: add missing buffer free
squashfs: fix potential buffer over-run on 4K block file systems

fs/squashfs/block.c | 5 ++---
fs/squashfs/super.c | 4 +++-
fs/squashfs/zlib_wrapper.c | 3 ++-
3 files changed, 7 insertions(+), 5 deletions(-)