From: Borislav Petkov <borislav.petkov@amd.com>
To: Keith Mannthey <kmannth@us.ibm.com>
Cc: lkml <linux-kernel@vger.kernel.org>, dougthompson@xmission.com
Subject: Re: [Patch] AMD64_EDAC: Fix amd64_map_to_dcs_mask
Date: Tue, 22 Sep 2009 09:14:49 +0200 [thread overview]
Message-ID: <20090922071449.GA25479@aftab> (raw)
In-Reply-To: <1253577024.7263.196.camel@keith-laptop>
On Mon, Sep 21, 2009 at 04:50:24PM -0700, Keith Mannthey wrote:
> On Mon, 2009-09-21 at 16:55 +0200, Borislav Petkov wrote:
> > Hi Keith,
> >
> > On Fri, Sep 18, 2009 at 10:28:53AM -0700, Keith Mannthey wrote:
> > > > By the way, your patches made me look harder at that code region and
> > > > I've found some more problems with it which I've fixed. Would you like
> > > > to test the whole bunch of fixes on your setup?
> > >
> > > Yes please send any changes you have. I have a decent test setup for
> > > live errors.
> >
> > The patch queue is at
> >
> > git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git
> >
> > the 'edac-fixes' branch.
>
> Please check you have synced with that git tree. When I pull the tree
> it is 2.6.30-rc5 without the amd64_edac driver. It has no branch
> outside of "master".
This happens because it is a bare repository without a working tree.
You'll have to add it as a remote repository to an already existing
(with a working tree) one you have locally like so:
(in your repository do:)
git remote add edac git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git
git fetch edac
git checkout -b edac-test edac/edac-fixes
Now you should be on the branch with the patchset.
Let me know how it goes.
Thanks.
--
Regards/Gruss,
Boris.
Operating | Advanced Micro Devices GmbH
System | Karl-Hammerschmidt-Str. 34, 85609 Dornach b. München, Germany
Research | Geschäftsführer: Andrew Bowd, Thomas M. McCoy, Giuliano Meroni
Center | Sitz: Dornach, Gemeinde Aschheim, Landkreis München
(OSRC) | Registergericht München, HRB Nr. 43632
prev parent reply other threads:[~2009-09-22 7:15 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-09-18 2:09 [Patch] AMD64_EDAC: Fix amd64_map_to_dcs_mask Keith Mannthey
2009-09-18 14:42 ` Borislav Petkov
2009-09-18 17:28 ` Keith Mannthey
2009-09-19 14:08 ` Borislav Petkov
2009-09-21 14:55 ` Borislav Petkov
2009-09-21 23:50 ` Keith Mannthey
2009-09-22 7:14 ` Borislav Petkov [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090922071449.GA25479@aftab \
--to=borislav.petkov@amd.com \
--cc=dougthompson@xmission.com \
--cc=kmannth@us.ibm.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.