linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-next: x86/driver-core merge failure
@ 2008-05-19  1:33 Stephen Rothwell
  2008-05-19 14:23 ` Rafael J. Wysocki
  0 siblings, 1 reply; 4+ messages in thread
From: Stephen Rothwell @ 2008-05-19  1:33 UTC (permalink / raw)
  To: Greg KH, Ingo Molnar; +Cc: linux-next, Rafael J. Wysocki

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

Hi Greg, Ingo,

Today's linux-next merge of the x86 tree got a conflict in
kernel/power/main.c between commit
7c6e17af5dfa9e70e1eb32981f3f608ef1d0eca5 ("PM: Introduce new top level
suspend and hibernation callbacks") from the driver-core tree and commit
338e075309d960eb91cc8540f69b9cb5b2967d3e ("sleepy linux self-test") from
the x86 tree.  The former added a parameter to device_resume() while the
latter put a suspend_test_start()/suspend_test_finish() pair around the
device_resume() call in the error path of suspend_devices_and_enter().
It is a trivial fixup.

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

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

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

* Re: linux-next: x86/driver-core merge failure
  2008-05-19  1:33 linux-next: x86/driver-core merge failure Stephen Rothwell
@ 2008-05-19 14:23 ` Rafael J. Wysocki
  2008-05-19 16:35   ` Ingo Molnar
  0 siblings, 1 reply; 4+ messages in thread
From: Rafael J. Wysocki @ 2008-05-19 14:23 UTC (permalink / raw)
  To: Stephen Rothwell; +Cc: Greg KH, Ingo Molnar, linux-next

On Monday, 19 of May 2008, Stephen Rothwell wrote:
> Hi Greg, Ingo,
> 
> Today's linux-next merge of the x86 tree got a conflict in
> kernel/power/main.c between commit
> 7c6e17af5dfa9e70e1eb32981f3f608ef1d0eca5 ("PM: Introduce new top level
> suspend and hibernation callbacks") from the driver-core tree and commit
> 338e075309d960eb91cc8540f69b9cb5b2967d3e ("sleepy linux self-test") from
> the x86 tree.  The former added a parameter to device_resume() while the
> latter put a suspend_test_start()/suspend_test_finish() pair around the
> device_resume() call in the error path of suspend_devices_and_enter().
> It is a trivial fixup.

Okay, but I think the "sleepy linux self-test" patch should be updated.

Thanks,
Rafael

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

* Re: linux-next: x86/driver-core merge failure
  2008-05-19 14:23 ` Rafael J. Wysocki
@ 2008-05-19 16:35   ` Ingo Molnar
  2008-05-19 22:37     ` Rafael J. Wysocki
  0 siblings, 1 reply; 4+ messages in thread
From: Ingo Molnar @ 2008-05-19 16:35 UTC (permalink / raw)
  To: Rafael J. Wysocki; +Cc: Stephen Rothwell, Greg KH, linux-next


* Rafael J. Wysocki <rjw@sisk.pl> wrote:

> On Monday, 19 of May 2008, Stephen Rothwell wrote:
> > Hi Greg, Ingo,
> > 
> > Today's linux-next merge of the x86 tree got a conflict in 
> > kernel/power/main.c between commit 
> > 7c6e17af5dfa9e70e1eb32981f3f608ef1d0eca5 ("PM: Introduce new top 
> > level suspend and hibernation callbacks") from the driver-core tree 
> > and commit 338e075309d960eb91cc8540f69b9cb5b2967d3e ("sleepy linux 
> > self-test") from the x86 tree.  The former added a parameter to 
> > device_resume() while the latter put a 
> > suspend_test_start()/suspend_test_finish() pair around the 
> > device_resume() call in the error path of 
> > suspend_devices_and_enter(). It is a trivial fixup.
> 
> Okay, but I think the "sleepy linux self-test" patch should be 
> updated.

do you have time to have a look? It's in the 'tip/scratch' branch of 
-tip:

   http://people.redhat.com/mingo/tip.git/README

commit:

| commit 338e075309d960eb91cc8540f69b9cb5b2967d3e
| Author: David Brownell <david-b@pacbell.net>
| Date:   Fri May 16 10:12:36 2008 +0200
|
|     sleepy linux self-test

it was included in linux-next by mistake - but while we are at it it 
might make sense to make it work properly?

	Ingo

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

* Re: linux-next: x86/driver-core merge failure
  2008-05-19 16:35   ` Ingo Molnar
@ 2008-05-19 22:37     ` Rafael J. Wysocki
  0 siblings, 0 replies; 4+ messages in thread
From: Rafael J. Wysocki @ 2008-05-19 22:37 UTC (permalink / raw)
  To: Ingo Molnar; +Cc: Stephen Rothwell, Greg KH, linux-next

On Monday, 19 of May 2008, Ingo Molnar wrote:
> 
> * Rafael J. Wysocki <rjw@sisk.pl> wrote:
> 
> > On Monday, 19 of May 2008, Stephen Rothwell wrote:
> > > Hi Greg, Ingo,
> > > 
> > > Today's linux-next merge of the x86 tree got a conflict in 
> > > kernel/power/main.c between commit 
> > > 7c6e17af5dfa9e70e1eb32981f3f608ef1d0eca5 ("PM: Introduce new top 
> > > level suspend and hibernation callbacks") from the driver-core tree 
> > > and commit 338e075309d960eb91cc8540f69b9cb5b2967d3e ("sleepy linux 
> > > self-test") from the x86 tree.  The former added a parameter to 
> > > device_resume() while the latter put a 
> > > suspend_test_start()/suspend_test_finish() pair around the 
> > > device_resume() call in the error path of 
> > > suspend_devices_and_enter(). It is a trivial fixup.
> > 
> > Okay, but I think the "sleepy linux self-test" patch should be 
> > updated.
> 
> do you have time to have a look? It's in the 'tip/scratch' branch of 
> -tip:
> 
>    http://people.redhat.com/mingo/tip.git/README
> 
> commit:
> 
> | commit 338e075309d960eb91cc8540f69b9cb5b2967d3e
> | Author: David Brownell <david-b@pacbell.net>
> | Date:   Fri May 16 10:12:36 2008 +0200
> |
> |     sleepy linux self-test
> 
> it was included in linux-next by mistake - but while we are at it it 
> might make sense to make it work properly?

I will look at it later this week.

Still, it's better to wait until the driver core PM patches from the Greg's
tree get merged before pushing any further patches thouching suspend code IMO.
This way we'll avoid quite some headaches for everyone.

Thanks,
Rafael

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

end of thread, other threads:[~2008-05-19 22:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-05-19  1:33 linux-next: x86/driver-core merge failure Stephen Rothwell
2008-05-19 14:23 ` Rafael J. Wysocki
2008-05-19 16:35   ` Ingo Molnar
2008-05-19 22:37     ` Rafael J. Wysocki

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).