public inbox for linux-next@vger.kernel.org
 help / color / mirror / Atom feed
* linux-next: manual merge of the akpm tree with the v4l-dvb tree
@ 2011-11-09  2:53 Stephen Rothwell
  2011-11-09  9:38 ` Mauro Carvalho Chehab
  0 siblings, 1 reply; 6+ messages in thread
From: Stephen Rothwell @ 2011-11-09  2:53 UTC (permalink / raw)
  To: Andrew Morton
  Cc: linux-next, linux-kernel, Mauro Carvalho Chehab, Hans Verkuil

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

Hi Andrew,

Today's linux-next merge of the akpm tree got a conflict between commit
"poll: add poll_requested_events() function" the v4l-dvb and akpm trees.
It was very similar (but not identical), so I dropeed it from the akpm
tree.

BTW Mauro, that commit in v4l-dvb comes from a branch that contains a
series of patches that have various Signed-off-by's but not yours ... it
looks like they were imported from patchwork, but you forgot to add your
SOB line.

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]

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

* Re: linux-next: manual merge of the akpm tree with the v4l-dvb tree
  2011-11-09  2:53 linux-next: manual merge of the akpm tree with the v4l-dvb tree Stephen Rothwell
@ 2011-11-09  9:38 ` Mauro Carvalho Chehab
  2011-11-09  9:54   ` Hans Verkuil
  0 siblings, 1 reply; 6+ messages in thread
From: Mauro Carvalho Chehab @ 2011-11-09  9:38 UTC (permalink / raw)
  To: Stephen Rothwell, Hans Verkuil; +Cc: Andrew Morton, linux-next, linux-kernel

Em 09-11-2011 00:53, Stephen Rothwell escreveu:
> Hi Andrew,
> 
> Today's linux-next merge of the akpm tree got a conflict between commit
> "poll: add poll_requested_events() function" the v4l-dvb and akpm trees.
> It was very similar (but not identical), so I dropeed it from the akpm
> tree.

Hans,

Could you please double-check the differences?

> BTW Mauro, that commit in v4l-dvb comes from a branch that contains a
> series of patches that have various Signed-off-by's but not yours ... it
> looks like they were imported from patchwork, but you forgot to add your
> SOB line.

Stephen,

Thanks for noticing it. Yes, I forgot to add my SOB on those patches, when
importing from Hans tree. I'll fix it for tomorrow's merge.

Thanks!
Mauro

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

* Re: linux-next: manual merge of the akpm tree with the v4l-dvb tree
  2011-11-09  9:38 ` Mauro Carvalho Chehab
@ 2011-11-09  9:54   ` Hans Verkuil
  0 siblings, 0 replies; 6+ messages in thread
From: Hans Verkuil @ 2011-11-09  9:54 UTC (permalink / raw)
  To: Mauro Carvalho Chehab
  Cc: Stephen Rothwell, Andrew Morton, linux-next, linux-kernel

On Wednesday, November 09, 2011 10:38:07 Mauro Carvalho Chehab wrote:
> Em 09-11-2011 00:53, Stephen Rothwell escreveu:
> > Hi Andrew,
> > 
> > Today's linux-next merge of the akpm tree got a conflict between commit
> > "poll: add poll_requested_events() function" the v4l-dvb and akpm trees.
> > It was very similar (but not identical), so I dropeed it from the akpm
> > tree.
> 
> Hans,
> 
> Could you please double-check the differences?

The akpm version was slightly older. The version in linux-next contains a
coding style fix and adds a comment block to the header based on feedback I
received from Andrew.

Regards,

	Hans

> 
> > BTW Mauro, that commit in v4l-dvb comes from a branch that contains a
> > series of patches that have various Signed-off-by's but not yours ... it
> > looks like they were imported from patchwork, but you forgot to add your
> > SOB line.
> 
> Stephen,
> 
> Thanks for noticing it. Yes, I forgot to add my SOB on those patches, when
> importing from Hans tree. I'll fix it for tomorrow's merge.
> 
> Thanks!
> Mauro
> 

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

* linux-next: manual merge of the akpm tree with the v4l-dvb tree
@ 2015-06-20 13:49 Stephen Rothwell
  0 siblings, 0 replies; 6+ messages in thread
From: Stephen Rothwell @ 2015-06-20 13:49 UTC (permalink / raw)
  To: Andrew Morton, Mauro Carvalho Chehab
  Cc: linux-next, linux-kernel, Hans Verkuil, Jan Kara

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

Hi Andrew,

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

  drivers/media/v4l2-core/videobuf2-dma-sg.c

between commit:

  511a1b8a4c81 ("[media] Revert "[media] vb2: Push mmap_sem down to memops"")

from the v4l-dvb tree and patch:

  "media: vb2: convert vb2_dma_sg_get_userptr() to use frame vector"

from the akpm tree.

I fixed it up (I just used the akpm tree version) and can carry the fix
as necessary (no action is required).

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au

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

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

* linux-next: manual merge of the akpm tree with the v4l-dvb tree
@ 2015-06-20 13:56 Stephen Rothwell
  0 siblings, 0 replies; 6+ messages in thread
From: Stephen Rothwell @ 2015-06-20 13:56 UTC (permalink / raw)
  To: Andrew Morton, Mauro Carvalho Chehab
  Cc: linux-next, linux-kernel, Hans Verkuil, Jan Kara

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

Hi Andrew,

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

  drivers/media/v4l2-core/videobuf2-vmalloc.c

between commit:

  511a1b8a4c81 ("[media] Revert "[media] vb2: Push mmap_sem down to memops"")

from the v4l-dvb tree and patch:

  "media: vb2: Convert vb2_vmalloc_get_userptr() to use frame vector"

from the akpm tree.

I fixed it up (I just used the akpm tree version) and can carry the fix
as necessary (no action is required).

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au

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

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

* linux-next: manual merge of the akpm tree with the v4l-dvb tree
@ 2015-06-20 14:05 Stephen Rothwell
  0 siblings, 0 replies; 6+ messages in thread
From: Stephen Rothwell @ 2015-06-20 14:05 UTC (permalink / raw)
  To: Andrew Morton, Mauro Carvalho Chehab
  Cc: linux-next, linux-kernel, Hans Verkuil, Jan Kara

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

Hi Andrew,

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

  drivers/media/v4l2-core/videobuf2-dma-contig.c

between commit:

  511a1b8a4c81 ("[media] Revert "[media] vb2: Push mmap_sem down to memops"")

from the v4l-dvb tree and patch:

  "media: vb2: convert vb2_dc_get_userptr() to use frame vector"

from the akpm tree.

I fixed it up (I just used the akpm tree version) and can carry the fix
as necessary (no action is required).

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au

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

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

end of thread, other threads:[~2015-06-20 14:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-09  2:53 linux-next: manual merge of the akpm tree with the v4l-dvb tree Stephen Rothwell
2011-11-09  9:38 ` Mauro Carvalho Chehab
2011-11-09  9:54   ` Hans Verkuil
  -- strict thread matches above, loose matches on Subject: below --
2015-06-20 13:49 Stephen Rothwell
2015-06-20 13:56 Stephen Rothwell
2015-06-20 14:05 Stephen Rothwell

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