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:   Mon, 28 Jun 2021 23:30:22 +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>,
        Wei Yongjun <weiyongjun1@...wei.com>,
        Yue Hu <huyue2@...ong.com>,
        Gao Xiang <hsiangkao@...ux.alibaba.com>
Subject: [GIT PULL] erofs updates for 5.14-rc1

Hi Linus,

Could you consider this pull request for 5.14-rc1?

No noticable change available for this cycle. Just a bugfix related to
sb chksum feature, 2 minor cleanups and Chao's email address update.

All commits have been in linux-next. This merges cleanly with master.

Thanks,
Gao Xiang

The following changes since commit 614124bea77e452aa6df7a8714e8bc820b489922:

  Linux 5.13-rc5 (2021-06-06 15:47:27 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 8215d5b7f15f8643bf12fe005b2bc0cc322aff62:

  MAINTAINERS: erofs: update my email address (2021-06-28 04:46:32 +0800)

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

 - fix wrong error code overwritten due to sb checksum feature;

 - 2 minor cleanups;

 - update Chao's email address.

----------------------------------------------------------------
Chao Yu (1):
      MAINTAINERS: erofs: update my email address

Gao Xiang (1):
      erofs: clean up file headers & footers

Wei Yongjun (1):
      erofs: fix error return code in erofs_read_superblock()

Yue Hu (1):
      erofs: remove the occupied parameter from z_erofs_pagevec_enqueue()

 MAINTAINERS             | 2 +-
 fs/erofs/Kconfig        | 1 -
 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        | 2 --
 fs/erofs/internal.h     | 2 --
 fs/erofs/namei.c        | 2 --
 fs/erofs/super.c        | 3 +--
 fs/erofs/tagptr.h       | 3 ---
 fs/erofs/utils.c        | 2 --
 fs/erofs/xattr.c        | 2 --
 fs/erofs/xattr.h        | 1 -
 fs/erofs/zdata.c        | 6 +-----
 fs/erofs/zdata.h        | 1 -
 fs/erofs/zmap.c         | 2 --
 fs/erofs/zpvec.h        | 7 +------
 19 files changed, 4 insertions(+), 42 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ