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:   Wed, 30 Aug 2023 12:24:34 +0200
From:   Jan Kara <jack@...e.cz>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     linux-fsdevel@...r.kernel.org, linux-ext4@...r.kernel.org
Subject: [GIT PULL] ext2, quota, and udf fixes for 6.6-rc1

  Hello Linus,

  could you please pull from

git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs.git for_v6.6-rc1

to get:
* fixes for possible use-after-free issues with quota when racing with
  chown
* fixes for ext2 crashing when xattr allocation races with another
  block allocation to the same file from page writeback code
* fix for block number overflow in ext2
* marking of reiserfs as obsolete in MAINTAINERS
* assorted minor cleanups

Top of the tree is df1ae36a4a0e. The full shortlog is:

Baokun Li (5):
      quota: factor out dquot_write_dquot()
      quota: rename dquot_active() to inode_quota_active()
      quota: add new helper dquot_active()
      quota: fix dqput() to follow the guarantees dquot_srcu should provide
      quota: simplify drop_dquot_ref()

Christoph Hellwig (1):
      quota: use lockdep_assert_held_write in dquot_load_quota_sb

Colin Ian King (1):
      ext2: remove redundant assignment to variable desc and variable best_desc

Georg Ottinger (2):
      ext2: fix datatype of block number in ext2_xattr_set2()
      ext2: improve consistency of ext2_fsblk_t datatype usage

Gustavo A. R. Silva (1):
      udf: Fix -Wstringop-overflow warnings

Jan Kara (1):
      udf: Drop pointless aops assignment

Matthew Wilcox (Oracle) (1):
      ext2: Fix kernel-doc warnings

Piotr Siminski (1):
      MAINTAINERS: change reiserfs status to obsolete

Ye Bin (4):
      ext2: remove ext2_new_block()
      ext2: introduce new flags argument for ext2_new_blocks()
      ext2: fix race between setxattr and write back
      ext2: dump current reservation window info

The diffstat is

 MAINTAINERS        |   2 +-
 fs/ext2/balloc.c   | 136 ++++++++++++++---------------
 fs/ext2/ext2.h     |  14 +--
 fs/ext2/ialloc.c   |   3 -
 fs/ext2/inode.c    |  24 +++---
 fs/ext2/xattr.c    |   7 +-
 fs/quota/dquot.c   | 249 +++++++++++++++++++++++++++--------------------------
 fs/udf/directory.c |   2 +-
 fs/udf/inode.c     |   2 -
 9 files changed, 220 insertions(+), 219 deletions(-)

							Thanks
								Honza

-- 
Jan Kara <jack@...e.com>
SUSE Labs, CR

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ