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:   Wed, 3 Jun 2020 12:07:51 +1000
From:   Stephen Rothwell <sfr@...b.auug.org.au>
To:     David Sterba <dsterba@...e.cz>
Cc:     Andrew Morton <akpm@...ux-foundation.org>,
        Linux Next Mailing List <linux-next@...r.kernel.org>,
        Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
        "Matthew Wilcox (Oracle)" <willy@...radead.org>,
        Goldwyn Rodrigues <rgoldwyn@...e.com>
Subject: Re: linux-next: manual merge of the akpm-current tree with the
 btrfs tree

Hi all,

On Mon, 25 May 2020 21:11:28 +1000 Stephen Rothwell <sfr@...b.auug.org.au> wrote:
>
> Today's linux-next merge of the akpm-current tree got a conflict in:
> 
>   fs/btrfs/inode.c
> 
> between commit:
> 
>   f31e5f70919f ("btrfs: switch to iomap_dio_rw() for dio")
> 
> from the btrfs tree and commit:
> 
>   2167c1133b8b ("btrfs: convert from readpages to readahead")
> 
> from the akpm-current tree.
> 
> diff --cc fs/btrfs/inode.c
> index fb95efeb63ed,8b3489f229c7..000000000000
> --- a/fs/btrfs/inode.c
> +++ b/fs/btrfs/inode.c
> @@@ -10075,8 -10538,8 +10060,8 @@@ static const struct address_space_opera
>   	.readpage	= btrfs_readpage,
>   	.writepage	= btrfs_writepage,
>   	.writepages	= btrfs_writepages,
> - 	.readpages	= btrfs_readpages,
> + 	.readahead	= btrfs_readahead,
>  -	.direct_IO	= btrfs_direct_IO,
>  +	.direct_IO	= noop_direct_IO,
>   	.invalidatepage = btrfs_invalidatepage,
>   	.releasepage	= btrfs_releasepage,
>   #ifdef CONFIG_MIGRATION

This is now a conflict between commit

  ba206a026ff4 ("btrfs: convert from readpages to readahead")

from Linus' tree and commit

  a43a67a2d715 ("btrfs: switch to iomap_dio_rw() for dio")

from the btrfs tree.
-- 
Cheers,
Stephen Rothwell

Content of type "application/pgp-signature" skipped

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ