Linux CIFS filesystem development
 help / color / mirror / Atom feed
* linux-next: manual merge of the block tree with the cifs tree
@ 2023-02-20  0:42 Stephen Rothwell
  2023-02-21  0:37 ` Stephen Rothwell
  0 siblings, 1 reply; 9+ messages in thread
From: Stephen Rothwell @ 2023-02-20  0:42 UTC (permalink / raw)
  To: Jens Axboe, Steve French
  Cc: CIFS, Christoph Hellwig, David Howells, Linux Kernel Mailing List,
	Linux Next Mailing List, Steve French

[-- Attachment #1: Type: text/plain, Size: 832 bytes --]

Hi all,

Today's linux-next merge of the block tree got conflicts in:

  fs/cifs/fscache.c

between commit:

  8378eea2e41f ("cifs: Change the I/O paths to use an iterator rather than a page list")

from the cifs tree and commit:

  220ae4a5c2ba ("cifs: use bvec_set_page to initialize bvecs")

from the block tree.

I fixed it up (the former removed the code updated by the latter in
fscache_fallback_write_pages(), so I did that) 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

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread
* linux-next: manual merge of the block tree with the cifs tree
@ 2023-02-20  0:50 Stephen Rothwell
  2023-02-21  0:39 ` Stephen Rothwell
  0 siblings, 1 reply; 9+ messages in thread
From: Stephen Rothwell @ 2023-02-20  0:50 UTC (permalink / raw)
  To: Jens Axboe, Steve French
  Cc: CIFS, Christoph Hellwig, David Howells, Linux Kernel Mailing List,
	Linux Next Mailing List, Steve French

[-- Attachment #1: Type: text/plain, Size: 783 bytes --]

Hi all,

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

  fs/cifs/smb2ops.c

between commit:

  8378eea2e41f ("cifs: Change the I/O paths to use an iterator rather than a page list")

from the cifs tree and commit:

  220ae4a5c2ba ("cifs: use bvec_set_page to initialize bvecs")

from the block tree.

I fixed it up (the former removed the code updated by the latter) 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

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread
* linux-next: manual merge of the block tree with the cifs tree
@ 2023-02-20  0:46 Stephen Rothwell
  2023-02-21  0:38 ` Stephen Rothwell
  0 siblings, 1 reply; 9+ messages in thread
From: Stephen Rothwell @ 2023-02-20  0:46 UTC (permalink / raw)
  To: Jens Axboe, Steve French
  Cc: CIFS, Christoph Hellwig, David Howells, Linux Kernel Mailing List,
	Linux Next Mailing List, Steve French

[-- Attachment #1: Type: text/plain, Size: 779 bytes --]

Hi all,

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

  fs/cifs/misc.c

between commit:

  8378eea2e41f ("cifs: Change the I/O paths to use an iterator rather than a page list")

from the cifs tree and commit:

  220ae4a5c2ba ("cifs: use bvec_set_page to initialize bvecs")

from the block tree.

I fixed it up (the former removed the code update by the latter) 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

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread
* linux-next: manual merge of the block tree with the cifs tree
@ 2023-02-20  0:33 Stephen Rothwell
  0 siblings, 0 replies; 9+ messages in thread
From: Stephen Rothwell @ 2023-02-20  0:33 UTC (permalink / raw)
  To: Jens Axboe, Steve French
  Cc: CIFS, David Howells, Linux Kernel Mailing List,
	Linux Next Mailing List, Steve French

[-- Attachment #1: Type: text/plain, Size: 780 bytes --]

Hi all,

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

  fs/cifs/file.c

between commit:

  8378eea2e41f ("cifs: Change the I/O paths to use an iterator rather than a page list")

from the cifs tree and commit:

  45b94876f54e ("iov_iter: Kill ITER_PIPE")

from the block tree.

I fixed it up (the former removed the function updated by the latter,
so I did that) 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

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread
* linux-next: manual merge of the block tree with the cifs tree
@ 2023-02-20  0:21 Stephen Rothwell
  0 siblings, 0 replies; 9+ messages in thread
From: Stephen Rothwell @ 2023-02-20  0:21 UTC (permalink / raw)
  To: Jens Axboe, Steve French
  Cc: CIFS, David Howells, Linux Kernel Mailing List,
	Linux Next Mailing List, Steve French

[-- Attachment #1: Type: text/plain, Size: 1124 bytes --]

Hi all,

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

  mm/filemap.c

between commit:

  03aaa67b45e7 ("splice: Add a func to do a splice from a buffered file without ITER_PIPE")

from the cifs tree and commit:

  a53cad008099 ("splice: Add a func to do a splice from a buffered file without ITER_PIPE")

from the block tree.

These are slightly different versions of the same patch :-( (with the same
author date).  the difference amounts to this in filemap_splice_read():

-			n = splice_folio_into_pipe(pipe, folio, *ppos, len);
+			n = min_t(loff_t, len, isize - *ppos);
+			n = splice_folio_into_pipe(pipe, folio, *ppos, n);

I fixed it up (I used the former version (that has the min_t check)) 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

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2023-02-21  0:47 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-20  0:42 linux-next: manual merge of the block tree with the cifs tree Stephen Rothwell
2023-02-21  0:37 ` Stephen Rothwell
  -- strict thread matches above, loose matches on Subject: below --
2023-02-20  0:50 Stephen Rothwell
2023-02-21  0:39 ` Stephen Rothwell
2023-02-21  0:47   ` Steve French
2023-02-20  0:46 Stephen Rothwell
2023-02-21  0:38 ` Stephen Rothwell
2023-02-20  0:33 Stephen Rothwell
2023-02-20  0:21 Stephen Rothwell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox