From: Will Deacon <will.deacon-5wv7dgnIgG8@public.gmane.org>
To: Ard Biesheuvel <ard.biesheuvel-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
Cc: "linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org"
<linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>,
"linux-efi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
<linux-efi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>,
Leif Lindholm
<leif.lindholm-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
Subject: Re: [PATCH v4] efi: arm64: Add vmlinux debug link to the Image binary
Date: Fri, 3 Feb 2017 15:17:28 +0000 [thread overview]
Message-ID: <20170203151728.GB23547@arm.com> (raw)
In-Reply-To: <CAKv+Gu9VmbjtvFVveAXiRtpBtZCWJV6pMGmnEzTc5gPrOnYvnQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
On Fri, Feb 03, 2017 at 02:50:40PM +0000, Ard Biesheuvel wrote:
> On 2 February 2017 at 18:36, Ard Biesheuvel <ard.biesheuvel-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> wrote:
> > On 2 February 2017 at 18:30, Will Deacon <will.deacon-5wv7dgnIgG8@public.gmane.org> wrote:
> >> On Thu, Feb 02, 2017 at 05:33:19PM +0000, Ard Biesheuvel wrote:
> > diff --git a/arch/arm64/kernel/Makefile b/arch/arm64/kernel/Makefile
> > index 2600c60337ac..1606c6b2a280 100644
> > --- a/arch/arm64/kernel/Makefile
> > +++ b/arch/arm64/kernel/Makefile
> > @@ -57,5 +57,5 @@ head-y := head.o
> > extra-y += $(head-y) vmlinux.lds
> >
> > ifeq ($(CONFIG_DEBUG_EFI),y)
> > -AFLAGS_head.o += -DVMLINUX_PATH="\"$(shell readlink -f $(objtree)/vmlinux)\""
> > +AFLAGS_head.o += -DVMLINUX_PATH="\"$(realpath $(objtree)/vmlinux)\""
> > endif
> >
> >
> >> Do you want me to merge this via arm64?
> >>
> >
> > Yes, please
>
> Should I respin this?
No need, I'll pick it up and make the change. I'll push out before I leave
work this evening.
Will
WARNING: multiple messages have this Message-ID (diff)
From: will.deacon@arm.com (Will Deacon)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v4] efi: arm64: Add vmlinux debug link to the Image binary
Date: Fri, 3 Feb 2017 15:17:28 +0000 [thread overview]
Message-ID: <20170203151728.GB23547@arm.com> (raw)
In-Reply-To: <CAKv+Gu9VmbjtvFVveAXiRtpBtZCWJV6pMGmnEzTc5gPrOnYvnQ@mail.gmail.com>
On Fri, Feb 03, 2017 at 02:50:40PM +0000, Ard Biesheuvel wrote:
> On 2 February 2017 at 18:36, Ard Biesheuvel <ard.biesheuvel@linaro.org> wrote:
> > On 2 February 2017 at 18:30, Will Deacon <will.deacon@arm.com> wrote:
> >> On Thu, Feb 02, 2017 at 05:33:19PM +0000, Ard Biesheuvel wrote:
> > diff --git a/arch/arm64/kernel/Makefile b/arch/arm64/kernel/Makefile
> > index 2600c60337ac..1606c6b2a280 100644
> > --- a/arch/arm64/kernel/Makefile
> > +++ b/arch/arm64/kernel/Makefile
> > @@ -57,5 +57,5 @@ head-y := head.o
> > extra-y += $(head-y) vmlinux.lds
> >
> > ifeq ($(CONFIG_DEBUG_EFI),y)
> > -AFLAGS_head.o += -DVMLINUX_PATH="\"$(shell readlink -f $(objtree)/vmlinux)\""
> > +AFLAGS_head.o += -DVMLINUX_PATH="\"$(realpath $(objtree)/vmlinux)\""
> > endif
> >
> >
> >> Do you want me to merge this via arm64?
> >>
> >
> > Yes, please
>
> Should I respin this?
No need, I'll pick it up and make the change. I'll push out before I leave
work this evening.
Will
next prev parent reply other threads:[~2017-02-03 15:17 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-02 17:33 [PATCH v4] efi: arm64: Add vmlinux debug link to the Image binary Ard Biesheuvel
2017-02-02 17:33 ` Ard Biesheuvel
[not found] ` <1486056799-4825-1-git-send-email-ard.biesheuvel-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2017-02-02 18:30 ` Will Deacon
2017-02-02 18:30 ` Will Deacon
2017-02-02 18:36 ` Ard Biesheuvel
2017-02-02 18:36 ` Ard Biesheuvel
[not found] ` <CAKv+Gu82NmBNavpVQ8z7xZ6++HPqAWNnn3dM=dKw0JaWLZocSw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-02-03 14:50 ` Ard Biesheuvel
2017-02-03 14:50 ` Ard Biesheuvel
[not found] ` <CAKv+Gu9VmbjtvFVveAXiRtpBtZCWJV6pMGmnEzTc5gPrOnYvnQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-02-03 15:17 ` Will Deacon [this message]
2017-02-03 15:17 ` Will Deacon
[not found] ` <20170203151728.GB23547-5wv7dgnIgG8@public.gmane.org>
2017-02-03 15:20 ` Ard Biesheuvel
2017-02-03 15:20 ` Ard Biesheuvel
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=20170203151728.GB23547@arm.com \
--to=will.deacon-5wv7dgnigg8@public.gmane.org \
--cc=ard.biesheuvel-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org \
--cc=leif.lindholm-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org \
--cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=linux-efi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=mark.rutland-5wv7dgnIgG8@public.gmane.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.