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-prev] [day] [month] [year] [list]
Date:   Tue,  8 Aug 2023 10:57:41 +0200
From:   Christian Brauner <brauner@...nel.org>
To:     Christoph Hellwig <hch@....de>
Cc:     Christian Brauner <brauner@...nel.org>,
        Theodore Ts'o <tytso@....edu>,
        Andreas Dilger <adilger.kernel@...ger.ca>,
        Mark Fasheh <mark@...heh.com>,
        Joel Becker <jlbec@...lplan.org>,
        Joseph Qi <joseph.qi@...ux.alibaba.com>,
        Jens Axboe <axboe@...nel.dk>, linux-fsdevel@...r.kernel.org,
        linux-ext4@...r.kernel.org, ocfs2-devel@...ts.linux.dev,
        linux-block@...r.kernel.org, Al Viro <viro@...iv.linux.org.uk>
Subject: Re: remove bdev->bd_super

On Mon, 07 Aug 2023 12:26:21 +0100, Christoph Hellwig wrote:
> this series is against the vfs.super branch in the VFS tree and removes the
> bd_super field in struct block_device.
> 
> Diffstat:
>  fs/buffer.c               |   11 +++--------
>  fs/ext4/ext4_jbd2.c       |    3 +--
>  fs/ext4/super.c           |    1 -
>  fs/ocfs2/journal.c        |    6 +++---
>  fs/romfs/super.c          |    1 -
>  fs/super.c                |    3 ---
>  include/linux/blk_types.h |    1 -
>  7 files changed, 7 insertions(+), 19 deletions(-)
> 
> [...]

Applied to the vfs.super branch of the vfs/vfs.git tree.
Patches in the vfs.super branch should appear in linux-next soon.

Please report any outstanding bugs that were missed during review in a
new review to the original patch series allowing us to drop it.

It's encouraged to provide Acked-bys and Reviewed-bys even though the
patch has now been applied. If possible patch trailers will be updated.

Note that commit hashes shown below are subject to change due to rebase,
trailer updates or similar. If in doubt, please check the listed branch.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git
branch: vfs.super

[1/4] fs: stop using bdev->bd_super in mark_buffer_write_io_error
      https://git.kernel.org/vfs/vfs/c/0007ce9af88c
[2/4] ext4: don't use bdev->bd_super in __ext4_journal_get_write_access
      https://git.kernel.org/vfs/vfs/c/a9572cf0e7d2
[3/4] ocfs2: stop using bdev->bd_super for journal error logging
      https://git.kernel.org/vfs/vfs/c/807c772f2a12
[4/4] fs, block: remove bdev->bd_super
      https://git.kernel.org/vfs/vfs/c/0a59ff894703

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ