linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Squashfs updates for 2.6.40
@ 2011-05-26 22:39 Phillip Lougher
  0 siblings, 0 replies; only message in thread
From: Phillip Lougher @ 2011-05-26 22:39 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Linux Kernel Development

Hi Linus,

Please consider pulling the following Squashfs updates, which mostly
add some extra superblock sanity checks at mount time.  This fixes a
number of fsfuzzer corrupted filesystem warn_ons.

Thanks

Phillip


The following changes since commit 117a91e0f25fd7698e20ac3dfa62086be3dc82a3:

   Squashfs: Use vmalloc rather than kmalloc for zlib workspace (2011-03-22 23:01:26 +0000)

are available in the git repository at:
   git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linus.git master

Phillip Lougher (8):
       Squashfs: move table allocation into squashfs_read_table()
       Squashfs: reverse order of filesystem table reading
       Squashfs: add sanity checks to xattr reading at mount time
       Squashfs: add sanity checks to id reading at mount time
       Squashfs: add sanity checks to lookup table reading at mount time
       Squashfs: add sanity checks to fragment reading at mount time
       Squashfs: add extra sanity checks at mount time
       Squashfs: update email address

  MAINTAINERS                  |    2 +-
  fs/squashfs/block.c          |    2 +-
  fs/squashfs/cache.c          |   31 +++++++++---
  fs/squashfs/decompressor.c   |    2 +-
  fs/squashfs/decompressor.h   |    2 +-
  fs/squashfs/dir.c            |    2 +-
  fs/squashfs/export.c         |   42 +++++++++------
  fs/squashfs/file.c           |    2 +-
  fs/squashfs/fragment.c       |   37 ++++++++------
  fs/squashfs/id.c             |   42 ++++++++++------
  fs/squashfs/inode.c          |    2 +-
  fs/squashfs/namei.c          |    2 +-
  fs/squashfs/squashfs.h       |   10 ++--
  fs/squashfs/squashfs_fs.h    |    2 +-
  fs/squashfs/squashfs_fs_i.h  |    2 +-
  fs/squashfs/squashfs_fs_sb.h |    2 +-
  fs/squashfs/super.c          |  112 ++++++++++++++++++++++++-----------------
  fs/squashfs/symlink.c        |    2 +-
  fs/squashfs/xattr.c          |    2 +-
  fs/squashfs/xattr.h          |    3 +-
  fs/squashfs/xattr_id.c       |   47 ++++++++----------
  fs/squashfs/xz_wrapper.c     |    2 +-
  fs/squashfs/zlib_wrapper.c   |    2 +-
  23 files changed, 203 insertions(+), 151 deletions(-)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-05-26 22:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-26 22:39 [GIT PULL] Squashfs updates for 2.6.40 Phillip Lougher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).