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:   Thu, 6 Aug 2020 11:20:17 +0800
From:   Gao Xiang <hsiangkao@...hat.com>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Stephen Rothwell <sfr@...b.auug.org.au>,
        Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
        linux-erofs@...ts.ozlabs.org, LKML <linux-kernel@...r.kernel.org>,
        Al Viro <viro@...iv.linux.org.uk>,
        Andrew Morton <akpm@...ux-foundation.org>,
        Miao Xie <miaoxie@...wei.com>, Chao Yu <yuchao0@...wei.com>,
        Fang Wei <fangwei1@...wei.com>,
        Li Guifu <bluce.liguifu@...wei.com>,
        Gao Xiang <hsiangkao@...hat.com>
Subject: [GIT PULL] erofs fixes for 5.9-rc1

Hi Linus,

Could you consider this pull request for 5.9-rc1?

This cycle mainly addresses an issue out of some extended inode with
designated location, which can hardly be generated by current mkfs but
needs to handle at runtime anyway. The others are quite trivial ones.

All commits have been tested and have been in linux-next as well.
This merges cleanly with master.

Thanks,
Gao Xiang

The following changes since commit 92ed301919932f777713b9172e525674157e983d:

  Linux 5.8-rc7 (2020-07-26 14:14:06 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 0e62ea33ac12ebde876b67eca113630805191a66:

  erofs: remove WQ_CPU_INTENSIVE flag from unbound wq's (2020-08-03 21:04:46 +0800)

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

 - use HTTPS links instead of insecure HTTP ones;

 - fix crossing page boundary on specific extended inodes;

 - remove useless WQ_CPU_INTENSIVE flag for unbound wq;

 - minor cleanup.

----------------------------------------------------------------
Alexander A. Klimov (1):
      erofs: Replace HTTP links with HTTPS ones

Gao Xiang (3):
      erofs: fix extended inode could cross boundary
      erofs: fold in used-once helper erofs_workgroup_unfreeze_final()
      erofs: remove WQ_CPU_INTENSIVE flag from unbound wq's

 fs/erofs/compress.h     |   2 +-
 fs/erofs/data.c         |   2 +-
 fs/erofs/decompressor.c |   2 +-
 fs/erofs/dir.c          |   2 +-
 fs/erofs/erofs_fs.h     |   2 +-
 fs/erofs/inode.c        | 123 +++++++++++++++++++++++++++++++-----------------
 fs/erofs/internal.h     |   2 +-
 fs/erofs/namei.c        |   2 +-
 fs/erofs/super.c        |   2 +-
 fs/erofs/utils.c        |  16 ++-----
 fs/erofs/xattr.c        |   2 +-
 fs/erofs/xattr.h        |   2 +-
 fs/erofs/zdata.c        |   6 +--
 fs/erofs/zdata.h        |   2 +-
 fs/erofs/zmap.c         |   2 +-
 fs/erofs/zpvec.h        |   2 +-
 16 files changed, 100 insertions(+), 71 deletions(-)

Powered by blists - more mailing lists