linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-next: manual merge of the workqueues tree with the Linus' tree
@ 2010-07-23  4:46 Stephen Rothwell
       [not found] ` <20100723144600.dd4da992.sfr-3FnU+UHB4dNDw9hX6IcOSA@public.gmane.org>
  0 siblings, 1 reply; 9+ messages in thread
From: Stephen Rothwell @ 2010-07-23  4:46 UTC (permalink / raw)
  To: Tejun Heo
  Cc: linux-next, linux-kernel, David Howells, Steve French, linux-cifs

Hi Tejun,

Today's linux-next merge of the workqueues tree got a conflict in
fs/cifs/cifsfs.c between commit 4c0c03ca54f72fdd5912516ad0a23ec5cf01bda7
("CIFS: Fix a malicious redirect problem in the DNS lookup code") from
Linus' tree and commit 9b646972467fb5fdc677f9e4251875db20bdbb64 ("cifs:
use workqueue instead of slow-work") from the workqueues tree.

I fixed it up (I think - I removed the call to cifs_exit_dns_resolver()
as there is no way to get to that code any more) and can carry the fix
for a while.
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au

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

* Re: linux-next: manual merge of the workqueues tree with the Linus' tree
       [not found] ` <20100723144600.dd4da992.sfr-3FnU+UHB4dNDw9hX6IcOSA@public.gmane.org>
@ 2010-07-23 11:28   ` Tejun Heo
       [not found]     ` <4C497CD5.5010908-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
  2010-07-23 12:05   ` David Howells
  1 sibling, 1 reply; 9+ messages in thread
From: Tejun Heo @ 2010-07-23 11:28 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: linux-next-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA, David Howells, Steve French,
	linux-cifs-u79uwXL29TY76Z2rM5mHXA

Hello, Stephen.

On 07/23/2010 06:46 AM, Stephen Rothwell wrote:
> Hi Tejun,
> 
> Today's linux-next merge of the workqueues tree got a conflict in
> fs/cifs/cifsfs.c between commit 4c0c03ca54f72fdd5912516ad0a23ec5cf01bda7
> ("CIFS: Fix a malicious redirect problem in the DNS lookup code") from
> Linus' tree and commit 9b646972467fb5fdc677f9e4251875db20bdbb64 ("cifs:
> use workqueue instead of slow-work") from the workqueues tree.
> 
> I fixed it up (I think - I removed the call to cifs_exit_dns_resolver()
> as there is no way to get to that code any more) and can carry the fix
> for a while.

Yes, one failure case is removed, so that would be correct.  Thank you
very much for taking care of the conflict.

-- 
tejun

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

* Re: linux-next: manual merge of the workqueues tree with the Linus' tree
       [not found]     ` <4C497CD5.5010908-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
@ 2010-07-23 11:31       ` Stephen Rothwell
       [not found]         ` <20100723213148.3d2193a3.sfr-3FnU+UHB4dNDw9hX6IcOSA@public.gmane.org>
  0 siblings, 1 reply; 9+ messages in thread
From: Stephen Rothwell @ 2010-07-23 11:31 UTC (permalink / raw)
  To: Tejun Heo
  Cc: linux-next-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA, David Howells, Steve French,
	linux-cifs-u79uwXL29TY76Z2rM5mHXA

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

Hi Tejun,

On Fri, 23 Jul 2010 13:28:21 +0200 Tejun Heo <tj-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> wrote:
>
> Yes, one failure case is removed, so that would be correct.

Thanks for the confirmation.  This should probably be fixed in the
workqueues tree before it is merged upstream.
-- 
Cheers,
Stephen Rothwell                    sfr-3FnU+UHB4dNDw9hX6IcOSA@public.gmane.org
http://www.canb.auug.org.au/~sfr/

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

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

* Re: linux-next: manual merge of the workqueues tree with the Linus' tree
       [not found]         ` <20100723213148.3d2193a3.sfr-3FnU+UHB4dNDw9hX6IcOSA@public.gmane.org>
@ 2010-07-23 11:34           ` Tejun Heo
       [not found]             ` <4C497E5F.80301-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
  0 siblings, 1 reply; 9+ messages in thread
From: Tejun Heo @ 2010-07-23 11:34 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: linux-next-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA, David Howells, Steve French,
	linux-cifs-u79uwXL29TY76Z2rM5mHXA

Hello,

On 07/23/2010 01:31 PM, Stephen Rothwell wrote:
>> Yes, one failure case is removed, so that would be correct.
> 
> Thanks for the confirmation.  This should probably be fixed in the
> workqueues tree before it is merged upstream.

I was thinking about sending pull request w/ a note describing how to
resolve the conflict.  Would pulling in master before requesting pull
be better?

Thanks.

-- 
tejun

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

* Re: linux-next: manual merge of the workqueues tree with the Linus' tree
       [not found]             ` <4C497E5F.80301-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
@ 2010-07-23 11:42               ` Stephen Rothwell
       [not found]                 ` <20100723214233.7cb7de8d.sfr-3FnU+UHB4dNDw9hX6IcOSA@public.gmane.org>
  0 siblings, 1 reply; 9+ messages in thread
From: Stephen Rothwell @ 2010-07-23 11:42 UTC (permalink / raw)
  To: Tejun Heo
  Cc: linux-next-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA, David Howells, Steve French,
	linux-cifs-u79uwXL29TY76Z2rM5mHXA

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

Hi Tejun,

On Fri, 23 Jul 2010 13:34:55 +0200 Tejun Heo <tj-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> wrote:
>
> I was thinking about sending pull request w/ a note describing how to
> resolve the conflict.  Would pulling in master before requesting pull
> be better?

Either would work.  Linus is fine with doing merge fixups and, after all,
I figured it out. :-)

A description always helps, of course.

-- 
Cheers,
Stephen Rothwell                    sfr-3FnU+UHB4dNDw9hX6IcOSA@public.gmane.org
http://www.canb.auug.org.au/~sfr/

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

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

* Re: linux-next: manual merge of the workqueues tree with the Linus' tree
       [not found]                 ` <20100723214233.7cb7de8d.sfr-3FnU+UHB4dNDw9hX6IcOSA@public.gmane.org>
@ 2010-07-23 11:45                   ` Tejun Heo
  2010-08-05  3:04                   ` Stephen Rothwell
  1 sibling, 0 replies; 9+ messages in thread
From: Tejun Heo @ 2010-07-23 11:45 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: linux-next-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA, David Howells, Steve French,
	linux-cifs-u79uwXL29TY76Z2rM5mHXA

Hello,

On 07/23/2010 01:42 PM, Stephen Rothwell wrote:
> On Fri, 23 Jul 2010 13:34:55 +0200 Tejun Heo <tj-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> wrote:
>>
>> I was thinking about sending pull request w/ a note describing how to
>> resolve the conflict.  Would pulling in master before requesting pull
>> be better?
> 
> Either would work.  Linus is fine with doing merge fixups and, after all,
> I figured it out. :-)
> 
> A description always helps, of course.

Yeah, sorry about causng headaches in linux-next.  I'll test merge w/
mainline and let you know non-trivial conflicts for future commits.

Thank you.

-- 
tejun

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

* Re: linux-next: manual merge of the workqueues tree with the Linus' tree
       [not found] ` <20100723144600.dd4da992.sfr-3FnU+UHB4dNDw9hX6IcOSA@public.gmane.org>
  2010-07-23 11:28   ` Tejun Heo
@ 2010-07-23 12:05   ` David Howells
  1 sibling, 0 replies; 9+ messages in thread
From: David Howells @ 2010-07-23 12:05 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: dhowells-H+wXaHxf7aLQT0dZR+AlfA, Tejun Heo,
	linux-next-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA, Steve French,
	linux-cifs-u79uwXL29TY76Z2rM5mHXA

Stephen Rothwell <sfr-3FnU+UHB4dNDw9hX6IcOSA@public.gmane.org> wrote:

> Today's linux-next merge of the workqueues tree got a conflict in
> fs/cifs/cifsfs.c between commit 4c0c03ca54f72fdd5912516ad0a23ec5cf01bda7
> ("CIFS: Fix a malicious redirect problem in the DNS lookup code") from
> Linus' tree and commit 9b646972467fb5fdc677f9e4251875db20bdbb64 ("cifs:
> use workqueue instead of slow-work") from the workqueues tree.
> 
> I fixed it up (I think - I removed the call to cifs_exit_dns_resolver()
> as there is no way to get to that code any more) and can carry the fix
> for a while.

Looks right.

David

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

* Re: linux-next: manual merge of the workqueues tree with the Linus' tree
       [not found]                 ` <20100723214233.7cb7de8d.sfr-3FnU+UHB4dNDw9hX6IcOSA@public.gmane.org>
  2010-07-23 11:45                   ` Tejun Heo
@ 2010-08-05  3:04                   ` Stephen Rothwell
  2010-08-05  3:45                     ` Stephen Rothwell
  1 sibling, 1 reply; 9+ messages in thread
From: Stephen Rothwell @ 2010-08-05  3:04 UTC (permalink / raw)
  To: Tejun Heo
  Cc: linux-next-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA, David Howells, Steve French,
	linux-cifs-u79uwXL29TY76Z2rM5mHXA

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

Hi Tejun,

On Fri, 23 Jul 2010 21:42:33 +1000 Stephen Rothwell <sfr-3FnU+UHB4dNDw9hX6IcOSA@public.gmane.org> wrote:
>
> On Fri, 23 Jul 2010 13:34:55 +0200 Tejun Heo <tj-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> wrote:
> >
> > I was thinking about sending pull request w/ a note describing how to
> > resolve the conflict.  Would pulling in master before requesting pull
> > be better?
> 
> Either would work.  Linus is fine with doing merge fixups and, after all,
> I figured it out. :-)
> 
> A description always helps, of course.

Linus has merged the cifs tree, so you could fix these conflicts in your
tree by merging the cifs tree that Linus' merged (rather than merging
against all of Linus' tree).   That would be commit
cb76d5e25008b76fb8e348c861d32659430ac3fa ("cifs: fsc should not default
to "on"") in Linus' tree.

Or you could leave it all to Linus if you want to.
-- 
Cheers,
Stephen Rothwell                    sfr-3FnU+UHB4dNDw9hX6IcOSA@public.gmane.org
http://www.canb.auug.org.au/~sfr/

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

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

* Re: linux-next: manual merge of the workqueues tree with the Linus' tree
  2010-08-05  3:04                   ` Stephen Rothwell
@ 2010-08-05  3:45                     ` Stephen Rothwell
  0 siblings, 0 replies; 9+ messages in thread
From: Stephen Rothwell @ 2010-08-05  3:45 UTC (permalink / raw)
  To: Tejun Heo
  Cc: linux-next, linux-kernel, David Howells, Steve French, linux-cifs

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

Hi Tejun,

On Thu, 5 Aug 2010 13:04:59 +1000 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> On Fri, 23 Jul 2010 21:42:33 +1000 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> >
> > On Fri, 23 Jul 2010 13:34:55 +0200 Tejun Heo <tj@kernel.org> wrote:
> > >
> > > I was thinking about sending pull request w/ a note describing how to
> > > resolve the conflict.  Would pulling in master before requesting pull
> > > be better?
> > 
> > Either would work.  Linus is fine with doing merge fixups and, after all,
> > I figured it out. :-)
> > 
> > A description always helps, of course.
> 
> Linus has merged the cifs tree, so you could fix these conflicts in your
> tree by merging the cifs tree that Linus' merged (rather than merging
> against all of Linus' tree).   That would be commit
> cb76d5e25008b76fb8e348c861d32659430ac3fa ("cifs: fsc should not default
> to "on"") in Linus' tree.
> 
> Or you could leave it all to Linus if you want to.

Actually there is some more stuff in the cifs tree that has not gone to
Linus, yet.  Sorry about that.

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

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

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

end of thread, other threads:[~2010-08-05  3:45 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-07-23  4:46 linux-next: manual merge of the workqueues tree with the Linus' tree Stephen Rothwell
     [not found] ` <20100723144600.dd4da992.sfr-3FnU+UHB4dNDw9hX6IcOSA@public.gmane.org>
2010-07-23 11:28   ` Tejun Heo
     [not found]     ` <4C497CD5.5010908-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2010-07-23 11:31       ` Stephen Rothwell
     [not found]         ` <20100723213148.3d2193a3.sfr-3FnU+UHB4dNDw9hX6IcOSA@public.gmane.org>
2010-07-23 11:34           ` Tejun Heo
     [not found]             ` <4C497E5F.80301-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2010-07-23 11:42               ` Stephen Rothwell
     [not found]                 ` <20100723214233.7cb7de8d.sfr-3FnU+UHB4dNDw9hX6IcOSA@public.gmane.org>
2010-07-23 11:45                   ` Tejun Heo
2010-08-05  3:04                   ` Stephen Rothwell
2010-08-05  3:45                     ` Stephen Rothwell
2010-07-23 12:05   ` David Howells

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).