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
| ||
|
Message-ID: <YOdfoq/0eBHtjTht@mit.edu> Date: Thu, 8 Jul 2021 16:27:14 -0400 From: "Theodore Ts'o" <tytso@....edu> To: Linus Torvalds <torvalds@...ux-foundation.org> Cc: linux-kernel@...r.kernel.org, linux-ext4@...r.kernel.org Subject: [GIT PULL] ext4 fixes for v5.14-rc1 The following changes since commit 16aa4c9a1fbe763c147a964cdc1f5be8ed98ed13: jbd2: export jbd2_journal_[un]register_shrinker() (2021-06-30 11:05:00 -0400) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git tags/ext4_for_linus_stable for you to fetch changes up to 0705e8d1e2207ceeb83dc6e1751b6b82718b353a: ext4: inline jbd2_journal_[un]register_shrinker() (2021-07-08 08:37:31 -0400) ---------------------------------------------------------------- Ext4 regression and bug fixes for v5.14-rc1 ---------------------------------------------------------------- Stephen Brennan (1): ext4: use ext4_grp_locked_error in mb_find_extent Theodore Ts'o (4): Revert "ext4: consolidate checks for resize of bigalloc into ext4_resize_begin" ext4: fix possible UAF when remounting r/o a mmp-protected file system ext4: fix flags validity checking for EXT4_IOC_CHECKPOINT ext4: inline jbd2_journal_[un]register_shrinker() Ye Bin (1): ext4: fix WARN_ON_ONCE(!buffer_uptodate) after an error writing the superblock fs/ext4/ext4_jbd2.c | 2 +- fs/ext4/ioctl.c | 16 ++++++- fs/ext4/mballoc.c | 9 ++-- fs/ext4/mmp.c | 31 ++++++------- fs/ext4/resize.c | 4 -- fs/ext4/super.c | 26 ++++++----- fs/jbd2/checkpoint.c | 4 +- fs/jbd2/journal.c | 149 ++++++++++++++++++++++++----------------------------------- include/linux/jbd2.h | 6 +-- 9 files changed, 115 insertions(+), 132 deletions(-)
Powered by blists - more mailing lists