Re: Re: [GIT PULL] edac for v5.9 (part 2)

2020-08-15 Thread pr-tracker-bot
The pull request you sent on Sat, 15 Aug 2020 10:21:03 -0700:

> git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras.git 
> tags/edac_updates_for_5.9_pt2

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/6ffdcde4ee9a20beda096dec664da89002610d7d

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html


[GIT PULL] edac for v5.9 (part 2)

2020-08-15 Thread Luck, Tony
Hi Linus,

Here's one more pull for EDAC with a driver that I let slip
through the cracks.

-Tony

The following changes since commit 709ed1bcef12398ac1a35c149f3e582db04456c2:

  EDAC/ie31200: Fallback if host bridge device is already initialized 
(2020-08-10 11:13:06 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras.git 
tags/edac_updates_for_5.9_pt2

for you to fetch changes up to 709ed1bcef12398ac1a35c149f3e582db04456c2:

  EDAC/ie31200: Fallback if host bridge device is already initialized 
(2020-08-10 11:13:06 -0700)


Fixes for ie31200 driver that missed the first pull





Re: [GIT PULL] edac for v5.9 (part 2)

2020-08-15 Thread Linus Torvalds
On Fri, Aug 14, 2020 at 5:36 PM Luck, Tony  wrote:
>
> Here's one more pull for EDAC with a driver that I let slip
> through the cracks.

Shortlog? Diffstat? Just what am I getting?

Linus


Re: [GIT PULL] edac for v5.9 (part 2)

2020-08-15 Thread Luck, Tony
On Sat, Aug 15, 2020 at 08:21:13AM -0700, Linus Torvalds wrote:
> On Fri, Aug 14, 2020 at 5:36 PM Luck, Tony  wrote:
> >
> > Here's one more pull for EDAC with a driver that I let slip
> > through the cracks.
> 
> Shortlog? Diffstat? Just what am I getting?

Ah. Looking at bash history I fumbled arguments to git pleasepull. Second try:

The following changes since commit 0f959e19fadf00638b686fdeb70e24dfcc7bbcac:

  Merge branch 'edac-ghes' into edac-for-next (2020-06-22 15:28:01 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras.git 
tags/edac_updates_for_5.9_pt2

for you to fetch changes up to 709ed1bcef12398ac1a35c149f3e582db04456c2:

  EDAC/ie31200: Fallback if host bridge device is already initialized 
(2020-08-10 11:13:06 -0700)


Fixes for ie31200 driver that missed the first pull


Jason Baron (1):
  EDAC/ie31200: Fallback if host bridge device is already initialized

 drivers/edac/ie31200_edac.c | 50 ++---
 1 file changed, 47 insertions(+), 3 deletions(-)

-Tony