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, 12 Nov 2021 23:13:06 +0800
From:   Gao Xiang <xiang@...nel.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     LKML <linux-kernel@...r.kernel.org>, linux-erofs@...ts.ozlabs.org,
        Chao Yu <chao@...nel.org>, Yue Hu <huyue2@...ong.com>,
        Miao Xie <miaoxie@...wei.com>,
        Liu Bo <bo.liu@...ux.alibaba.com>
Subject: [GIT PULL] erofs fixes for 5.16-rc1

Hi Linus,

Could you please consider these 2 small erofs patches?

One patch fixes an old corner case which can hardly reproduce
but cause unsafe pagevec reuse. It needs to be fixed right now.

Another patch is a trivial cleanup which gets rid of the unused
DELAYEDALLOC strategy which has already been replaced by TRYALLOC.

All commits have been in linux-next for a while and no merge
conflicts. I think no need to hold on these until 5.16-rc1 is
out and I could plan for 5.17 cleanup/development stuffs then...

Many thanks!
Gao Xiang

The following changes since commit 8bb7eca972ad531c9b149c0a51ab43a417385813:

  Linux 5.15 (2021-10-31 13:53:10 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 4c7e42552b3a1536f3cdf534aba8c4262ee26716:

  erofs: remove useless cache strategy of DELAYEDALLOC (2021-11-08 10:02:34 +0800)

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

 - fix unsafe pagevec reuse which could cause unexpected behaviors;

 - get rid of the unused DELAYEDALLOC strategy.

----------------------------------------------------------------
Gao Xiang (1):
      erofs: fix unsafe pagevec reuse of hooked pclusters

Yue Hu (1):
      erofs: remove useless cache strategy of DELAYEDALLOC

 fs/erofs/zdata.c | 33 +++++++--------------------------
 fs/erofs/zdata.h |  1 -
 fs/erofs/zpvec.h | 13 ++++++++++---
 3 files changed, 17 insertions(+), 30 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ