public inbox for linux-next@vger.kernel.org 
 help / color / mirror / Atom feed
* Request inclusion of HYP mode cpu_resume fix into linux-next
@ 2014-03-06 18:43 Lorenzo Pieralisi
  2014-03-06 22:37 ` Stephen Rothwell
  2014-05-27 10:27 ` Lorenzo Pieralisi
  0 siblings, 2 replies; 4+ messages in thread
From: Lorenzo Pieralisi @ 2014-03-06 18:43 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: linux-next, linux-arm-kernel, Christoffer Dall, Marc Zyngier,
	Russell King

Hi Stephen,

can I ask you please to include the following branch into linux-next:

git://linux-arm.org/linux-2.6-lp.git arm-kvm-cpuresume

It contains a patch touching ARM PM core code that requires wider testing
coverage before I request a pull. It has been already publicly posted,
reviewed and tested.

Thank you very much,
Lorenzo

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

* Re: Request inclusion of HYP mode cpu_resume fix into linux-next
  2014-03-06 18:43 Request inclusion of HYP mode cpu_resume fix into linux-next Lorenzo Pieralisi
@ 2014-03-06 22:37 ` Stephen Rothwell
  2014-05-27 10:27 ` Lorenzo Pieralisi
  1 sibling, 0 replies; 4+ messages in thread
From: Stephen Rothwell @ 2014-03-06 22:37 UTC (permalink / raw)
  To: Lorenzo Pieralisi
  Cc: linux-next, linux-arm-kernel, Christoffer Dall, Marc Zyngier,
	Russell King

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

Hi Lorenzo,

On Thu, 6 Mar 2014 18:43:03 +0000 Lorenzo Pieralisi <lorenzo.pieralisi@arm•com> wrote:
>
> can I ask you please to include the following branch into linux-next:
> 
> git://linux-arm.org/linux-2.6-lp.git arm-kvm-cpuresume
> 
> It contains a patch touching ARM PM core code that requires wider testing
> coverage before I request a pull. It has been already publicly posted,
> reviewed and tested.

Added from today.  Please make sure you tell me when it is no longer needed.

Thanks for adding your subsystem tree as a participant of linux-next.  As
you may know, this is not a judgment of your code.  The purpose of
linux-next is for integration testing and to lower the impact of
conflicts between subsystems in the next merge window. 

You will need to ensure that the patches/commits in your tree/series have
been:
     * submitted under GPL v2 (or later) and include the Contributor's
	Signed-off-by,
     * posted to the relevant mailing list,
     * reviewed by you (or another maintainer of your subsystem tree),
     * successfully unit tested, and 
     * destined for the current or next Linux merge window.

Basically, this should be just what you would send to Linus (or ask him
to fetch).  It is allowed to be rebased if you deem it necessary.

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

Legal Stuff:
By participating in linux-next, your subsystem tree contributions are
public and will be included in the linux-next trees.  You may be sent
e-mail messages indicating errors or other issues when the
patches/commits from your subsystem tree are merged and tested in
linux-next.  These messages may also be cross-posted to the linux-next
mailing list, the linux-kernel mailing list, etc.  The linux-next tree
project and IBM (my employer) make no warranties regarding the linux-next
project, the testing procedures, the results, the e-mails, etc.  If you
don't agree to these ground rules, let me know and I'll remove your tree
from participation in linux-next.

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

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

* Re: Request inclusion of HYP mode cpu_resume fix into linux-next
  2014-03-06 18:43 Request inclusion of HYP mode cpu_resume fix into linux-next Lorenzo Pieralisi
  2014-03-06 22:37 ` Stephen Rothwell
@ 2014-05-27 10:27 ` Lorenzo Pieralisi
  2014-05-27 22:45   ` Stephen Rothwell
  1 sibling, 1 reply; 4+ messages in thread
From: Lorenzo Pieralisi @ 2014-05-27 10:27 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: linux-next, linux-arm-kernel, Christoffer Dall, Marc Zyngier,
	Russell King

Hi Stephen,

On Thu, Mar 06, 2014 at 06:43:03PM +0000, Lorenzo Pieralisi wrote:
> Hi Stephen,
> 
> can I ask you please to include the following branch into linux-next:
> 
> git://linux-arm.org/linux-2.6-lp.git arm-kvm-cpuresume
> 
> It contains a patch touching ARM PM core code that requires wider testing
> coverage before I request a pull. It has been already publicly posted,
> reviewed and tested.

Patch now queued for mainline, please drop the branch from -next, it
will reappear soon through the ARM tree.

Thanks,
Lorenzo

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

* Re: Request inclusion of HYP mode cpu_resume fix into linux-next
  2014-05-27 10:27 ` Lorenzo Pieralisi
@ 2014-05-27 22:45   ` Stephen Rothwell
  0 siblings, 0 replies; 4+ messages in thread
From: Stephen Rothwell @ 2014-05-27 22:45 UTC (permalink / raw)
  To: Lorenzo Pieralisi
  Cc: linux-next, linux-arm-kernel, Christoffer Dall, Marc Zyngier,
	Russell King

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

Hi Lorenzo,

On Tue, 27 May 2014 11:27:32 +0100 Lorenzo Pieralisi <lorenzo.pieralisi@arm•com> wrote:
>
> On Thu, Mar 06, 2014 at 06:43:03PM +0000, Lorenzo Pieralisi wrote:
> > Hi Stephen,
> > 
> > can I ask you please to include the following branch into linux-next:
> > 
> > git://linux-arm.org/linux-2.6-lp.git arm-kvm-cpuresume
> > 
> > It contains a patch touching ARM PM core code that requires wider testing
> > coverage before I request a pull. It has been already publicly posted,
> > reviewed and tested.
> 
> Patch now queued for mainline, please drop the branch from -next, it
> will reappear soon through the ARM tree.

Removed from today.
-- 
Cheers,
Stephen Rothwell                    sfr@canb•auug.org.au

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

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

end of thread, other threads:[~2014-05-27 22:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-06 18:43 Request inclusion of HYP mode cpu_resume fix into linux-next Lorenzo Pieralisi
2014-03-06 22:37 ` Stephen Rothwell
2014-05-27 10:27 ` Lorenzo Pieralisi
2014-05-27 22:45   ` Stephen Rothwell

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