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

From: Luck, Tony
Date: Sat Aug 15 2020 - 17:42:35 EST


On Sat, Aug 15, 2020 at 08:21:13AM -0700, Linus Torvalds wrote:
> On Fri, Aug 14, 2020 at 5:36 PM Luck, Tony <tony.luck@xxxxxxxxx> 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