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 for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <ZUHVoP/682uPjvfj@debian>
Date:   Wed, 1 Nov 2023 12:35:44 +0800
From:   Gao Xiang <xiang@...nel.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     linux-erofs@...ts.ozlabs.org, LKML <linux-kernel@...r.kernel.org>,
        Jingbo Xu <jefflexu@...ux.alibaba.com>,
        Chao Yu <chao@...nel.org>, Yue Hu <huyue2@...lpad.com>,
        Tiwei Bie <tiwei.btw@...group.com>
Subject: [GIT PULL] erofs updates for 6.7-rc1

Hi Linus,

Could you consider this pull request for 6.7-rc1?

Nothing exciting lands for this cycle, since we're still busying in
developing support for sub-page blocks and large-folios of
compressed data for new scenarios on Android.

In this cycle, MicroLZMA format is marked as stable, and there are
minor cleanups around documentation and codebase.  In addition, it
also fixes incorrect lockref usage in erofs_insert_workgroup().

All commits have been in -next and no potential merge conflict is
observed.

Thanks,
Gao Xiang

The following changes since commit 94f6f0550c625fab1f373bb86a6669b45e9748b3:

  Linux 6.6-rc5 (2023-10-08 13:49:43 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs.git tags/erofs-for-6.7-rc1

for you to fetch changes up to 1a0ac8bd7a4fa5b2f4ef14c3b1e9d6e5a5faae06:

  erofs: fix erofs_insert_workgroup() lockref usage (2023-10-31 18:59:49 +0800)

----------------------------------------------------------------
Changes since last update:

 - Fix inode metadata space layout documentation;

 - Avoid warning MicroLZMA format anymore;

 - Fix erofs_insert_workgroup() lockref usage;

 - Some cleanups.

----------------------------------------------------------------
Ferry Meng (2):
      erofs: get rid of ROOT_NID()
      erofs: tidy up redundant includes

Gao Xiang (3):
      erofs: don't warn MicroLZMA format anymore
      erofs: simplify compression configuration parser
      erofs: fix erofs_insert_workgroup() lockref usage

Tiwei Bie (1):
      erofs: fix inode metadata space layout description in documentation

 Documentation/filesystems/erofs.rst |  2 +-
 fs/erofs/Kconfig                    |  7 +---
 fs/erofs/compress.h                 |  6 +++
 fs/erofs/data.c                     |  2 -
 fs/erofs/decompressor.c             | 63 +++++++++++++++++++++++++++--
 fs/erofs/decompressor_deflate.c     |  6 +--
 fs/erofs/decompressor_lzma.c        |  7 +---
 fs/erofs/internal.h                 | 42 ++-----------------
 fs/erofs/super.c                    | 81 +++++--------------------------------
 fs/erofs/utils.c                    |  8 +---
 fs/erofs/zdata.c                    |  1 +
 11 files changed, 89 insertions(+), 136 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ