public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Some error injection fixes to queue for 3.11
@ 2013-06-07 16:10 Luck, Tony
  2013-06-19 11:57 ` Ingo Molnar
  0 siblings, 1 reply; 6+ messages in thread
From: Luck, Tony @ 2013-06-07 16:10 UTC (permalink / raw)
  To: Ingo Molnar; +Cc: linux-kernel, x86

The following changes since commit d683b96b072dc4680fc74964eca77e6a23d1fa6e:

  Linux 3.10-rc4 (2013-06-02 17:11:17 +0900)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras.git tags/please-pull-einj

for you to fetch changes up to ace3647afb3eca214f6da5d653ad116ff77545b6:

  ACPI/APEI: Update einj documentation for param1/param2 (2013-06-06 15:28:11 -0700)

----------------------------------------------------------------
Miscellaneous fixes for ACPI EINJ (error injection) code.

----------------------------------------------------------------
Chen Gong (2):
      ACPI/APEI: Add parameter check before error injection
      ACPI/APEI: Update einj documentation for param1/param2

Wei Yongjun (1):
      ACPI, APEI, EINJ: Fix error return code in einj_init()

 Documentation/acpi/apei/einj.txt |  9 +++++++--
 drivers/acpi/apei/einj.c         | 39 ++++++++++++++++++++++++++++++++++++---
 kernel/resource.c                |  1 +
 3 files changed, 44 insertions(+), 5 deletions(-)

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

* Re: [GIT PULL] Some error injection fixes to queue for 3.11
  2013-06-07 16:10 [GIT PULL] Some error injection fixes to queue for 3.11 Luck, Tony
@ 2013-06-19 11:57 ` Ingo Molnar
  2013-06-19 15:29   ` Brown, Len
  0 siblings, 1 reply; 6+ messages in thread
From: Ingo Molnar @ 2013-06-19 11:57 UTC (permalink / raw)
  To: Luck, Tony; +Cc: linux-kernel, x86, Borislav Petkov, Len Brown


* Luck, Tony <tony.luck@intel.com> wrote:

> The following changes since commit d683b96b072dc4680fc74964eca77e6a23d1fa6e:
> 
>   Linux 3.10-rc4 (2013-06-02 17:11:17 +0900)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras.git tags/please-pull-einj
> 
> for you to fetch changes up to ace3647afb3eca214f6da5d653ad116ff77545b6:
> 
>   ACPI/APEI: Update einj documentation for param1/param2 (2013-06-06 15:28:11 -0700)
> 
> ----------------------------------------------------------------
> Miscellaneous fixes for ACPI EINJ (error injection) code.
> 
> ----------------------------------------------------------------
> Chen Gong (2):
>       ACPI/APEI: Add parameter check before error injection
>       ACPI/APEI: Update einj documentation for param1/param2
> 
> Wei Yongjun (1):
>       ACPI, APEI, EINJ: Fix error return code in einj_init()
> 
>  Documentation/acpi/apei/einj.txt |  9 +++++++--
>  drivers/acpi/apei/einj.c         | 39 ++++++++++++++++++++++++++++++++++++---
>  kernel/resource.c                |  1 +
>  3 files changed, 44 insertions(+), 5 deletions(-)

Pulled, thanks Tony!

Len, are you fine with this route [tip:x86/ras tree] for the 
drivers/acpi/apei/einj.c changes?

Thanks,

	Ingo

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

* RE: [GIT PULL] Some error injection fixes to queue for 3.11
  2013-06-19 11:57 ` Ingo Molnar
@ 2013-06-19 15:29   ` Brown, Len
  2013-06-19 16:40     ` Luck, Tony
  0 siblings, 1 reply; 6+ messages in thread
From: Brown, Len @ 2013-06-19 15:29 UTC (permalink / raw)
  To: Ingo Molnar, Luck, Tony
  Cc: linux-kernel@vger.kernel.org, x86@kernel.org, Borislav Petkov,
	Wysocki, Rafael J

+rafael

> Pulled, thanks Tony!
> 
> Len, are you fine with this route [tip:x86/ras tree] for the
> drivers/acpi/apei/einj.c changes?

Yes, the RAS guys basically own that code.

thanks,
-Len



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

* RE: [GIT PULL] Some error injection fixes to queue for 3.11
  2013-06-19 15:29   ` Brown, Len
@ 2013-06-19 16:40     ` Luck, Tony
  2013-06-19 17:01       ` Brown, Len
  0 siblings, 1 reply; 6+ messages in thread
From: Luck, Tony @ 2013-06-19 16:40 UTC (permalink / raw)
  To: Brown, Len, Ingo Molnar
  Cc: linux-kernel@vger.kernel.org, x86@kernel.org, Borislav Petkov,
	Wysocki, Rafael J

>> Pulled, thanks Tony!
>> 
>> Len, are you fine with this route [tip:x86/ras tree] for the
>> drivers/acpi/apei/einj.c changes?
>
> Yes, the RAS guys basically own that code.

These patches also got picked up by Rafael and are in his ACPI tree
too.  I think the patches were applied identically, so there should not
be any merge conflicts when this all comes back together in the 3.11
merge window.

Rafael already had a chat about who will take future apei changes
so that we won't have this happen again.

-Tony

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

* RE: [GIT PULL] Some error injection fixes to queue for 3.11
  2013-06-19 16:40     ` Luck, Tony
@ 2013-06-19 17:01       ` Brown, Len
  2013-06-19 23:17         ` Rafael J. Wysocki
  0 siblings, 1 reply; 6+ messages in thread
From: Brown, Len @ 2013-06-19 17:01 UTC (permalink / raw)
  To: Luck, Tony, Ingo Molnar
  Cc: linux-kernel@vger.kernel.org, x86@kernel.org, Borislav Petkov,
	Wysocki, Rafael J

> >> Pulled, thanks Tony!
> >>
> >> Len, are you fine with this route [tip:x86/ras tree] for the
> >> drivers/acpi/apei/einj.c changes?
> >
> > Yes, the RAS guys basically own that code.
> 
> These patches also got picked up by Rafael and are in his ACPI tree
> too.  I think the patches were applied identically, so there should not
> be any merge conflicts when this all comes back together in the 3.11
> merge window.
> 
> Rafael already had a chat about who will take future apei changes
> so that we won't have this happen again.

I think the only real problem with being in two places at once
is if the patches _change_.   When that happens, you need to
get them _both_ changed, else merge conflict happens at the worst time.

-L

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

* Re: [GIT PULL] Some error injection fixes to queue for 3.11
  2013-06-19 17:01       ` Brown, Len
@ 2013-06-19 23:17         ` Rafael J. Wysocki
  0 siblings, 0 replies; 6+ messages in thread
From: Rafael J. Wysocki @ 2013-06-19 23:17 UTC (permalink / raw)
  To: Brown, Len
  Cc: Luck, Tony, Ingo Molnar, linux-kernel@vger.kernel.org,
	x86@kernel.org, Borislav Petkov, Wysocki, Rafael J

On Wednesday, June 19, 2013 05:01:52 PM Brown, Len wrote:
> > >> Pulled, thanks Tony!
> > >>
> > >> Len, are you fine with this route [tip:x86/ras tree] for the
> > >> drivers/acpi/apei/einj.c changes?
> > >
> > > Yes, the RAS guys basically own that code.
> > 
> > These patches also got picked up by Rafael and are in his ACPI tree
> > too.  I think the patches were applied identically, so there should not
> > be any merge conflicts when this all comes back together in the 3.11
> > merge window.
> > 
> > Rafael already had a chat about who will take future apei changes
> > so that we won't have this happen again.
> 
> I think the only real problem with being in two places at once
> is if the patches _change_.   When that happens, you need to
> get them _both_ changed, else merge conflict happens at the worst time.

I dropped the APEI patches from my tree.

Thanks,
Rafael


-- 
I speak only for myself.
Rafael J. Wysocki, Intel Open Source Technology Center.

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

end of thread, other threads:[~2013-06-19 23:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-07 16:10 [GIT PULL] Some error injection fixes to queue for 3.11 Luck, Tony
2013-06-19 11:57 ` Ingo Molnar
2013-06-19 15:29   ` Brown, Len
2013-06-19 16:40     ` Luck, Tony
2013-06-19 17:01       ` Brown, Len
2013-06-19 23:17         ` 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