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>] [day] [month] [year] [list]
Date:   Wed, 3 Oct 2018 18:16:50 +1000
From:   Stephen Rothwell <sfr@...b.auug.org.au>
To:     Matthew Wilcox <willy@...radead.org>,
        Jaegeuk Kim <jaegeuk@...nel.org>
Cc:     Linux-Next Mailing List <linux-next@...r.kernel.org>,
        Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
        Chao Yu <yuchao0@...wei.com>
Subject: linux-next: manual merge of the xarray tree with the f2fs tree

Hi all,

Today's linux-next merge of the xarray tree got a conflict in:

  fs/f2fs/data.c

between commit:

  bab475c5414e ("Revert: "f2fs: check last page index in cached bio to decide submission"")

from the f2fs tree and commit:

  dfe989c12c50 ("pagevec: Use xa_mark_t")

from the xarray tree.

I fixed it up (see below) and can carry the fix as necessary. This
is now fixed as far as linux-next is concerned, but any non trivial
conflicts should be mentioned to your upstream maintainer when your tree
is submitted for merging.  You may also want to consider cooperating
with the maintainer of the conflicting tree to minimise any particularly
complex conflicts.

-- 
Cheers,
Stephen Rothwell

diff --cc fs/f2fs/data.c
index 9ef6f1f01eda,6962491172a5..000000000000
--- a/fs/f2fs/data.c
+++ b/fs/f2fs/data.c
@@@ -2029,10 -2000,10 +2029,10 @@@ static int f2fs_write_cache_pages(struc
  	pgoff_t index;
  	pgoff_t end;		/* Inclusive */
  	pgoff_t done_index;
 -	pgoff_t last_idx = ULONG_MAX;
  	int cycled;
  	int range_whole = 0;
- 	int tag;
+ 	xa_mark_t tag;
 +	int nwritten = 0;
  
  	pagevec_init(&pvec);
  

Content of type "application/pgp-signature" skipped

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ