lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Wed, 11 Aug 2010 17:00:58 +0100
From:	Phillip Lougher <phillip@...gher.demon.co.uk>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
CC:	Linux Kernel Development <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] Squashfs updates for 2.6.36

Hi Linus,

Please consider pulling the following Squashfs update which adds
LZO decompression support.  In addition to this there's various
minor updates which fix compiler warnings and whitespace/typos.

Thanks

Phillip

----------------

The following changes since commit 899f4530334da9292556e1f8f5791468e0136ff1:
   Phillip Lougher (1):
         squashfs: update documentation to include description of xattr layout

are available in the git repository at:

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

Chan Jeong (1):
       Squashfs: Add LZO compression support

Phillip Lougher (7):
       squashfs: fix compiler inline warning
       Squashfs: Make XATTR config name consistent with other file systems
       squashfs: fix filename in header comment
       Squashfs: fix block size use in LZO decompressor
       Squashfs: update Kconfig and documentation for LZO
       Squashfs: fix filename typo
       Squashfs: fix checkpatch.pl warnings

  Documentation/filesystems/squashfs.txt |    2 +-
  fs/squashfs/Kconfig                    |   25 +++++-
  fs/squashfs/Makefile                   |    4 +-
  fs/squashfs/decompressor.c             |    6 ++
  fs/squashfs/lzo_wrapper.c              |  136 ++++++++++++++++++++++++++++++++
  fs/squashfs/squashfs.h                 |    3 +
  fs/squashfs/squashfs_fs.h              |   20 +++---
  fs/squashfs/xattr.c                    |    4 +-
  fs/squashfs/xattr.h                    |    2 +-
  9 files changed, 181 insertions(+), 21 deletions(-)
  create mode 100644 fs/squashfs/lzo_wrapper.c
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ