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>] [thread-next>] [day] [month] [year] [list]
Date:   Fri, 6 Oct 2023 02:51:54 +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>,
        Jia Zhu <zhujia.zj@...edance.com>
Subject: [GIT PULL] erofs fixes for 6.6-rc5

Hi Linus,

Could you consider these patches for 6.6-rc5?

There are two actual fixes: the one addresses a memory leak issue, and
the other one fixes mount failure of flatdev mode if device tags in an
image are empty.  The remaining one updates documentation.

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

Thanks,
Gao Xiang

The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d:

  Linux 6.6-rc1 (2023-09-10 16:28:41 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs.git tags/erofs-for-6.6-rc5-fixes

for you to fetch changes up to 3048102d9d68008e948decbd730f0748dd7bdc31:

  erofs: update documentation (2023-09-28 22:40:14 +0800)

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

 - Fix a memory leak issue when using LZMA global compressed
   deduplication;

 - Fix empty device tags in flatdev mode;

 - Update documentation for recent new features.

----------------------------------------------------------------
Gao Xiang (1):
      erofs: fix memory leak of LZMA global compressed deduplication

Jingbo Xu (2):
      erofs: allow empty device tags in flatdev mode
      erofs: update documentation

 Documentation/filesystems/erofs.rst | 40 ++++++++++++++++++++++++++++++++++---
 fs/erofs/decompressor_lzma.c        |  5 ++++-
 fs/erofs/super.c                    |  2 +-
 3 files changed, 42 insertions(+), 5 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ