From: "H. Peter Anvin" <hpa@zytor.com>
To: dyoung@redhat.com, linux-kernel@vger.kernel.org
Cc: mjg59@srcf.ucam.org, linux-efi@vger.kernel.org,
toshi.kani@hp.com, matt@console-pimps.org, greg@kroah.com,
x86@kernel.org, kexec@lists.infradead.org,
James.Bottomley@HansenPartnership.com, horms@verge.net.au,
bp@alien8.de, ebiederm@xmission.com, vgoyal@redhat.com
Subject: Re: [patch 00/12 v4] kexec kernel efi runtime support v v4] efi: export more efi table variable to sysfs
Date: Mon, 25 Nov 2013 13:22:19 -0800 [thread overview]
Message-ID: <5293BF8B.20203@zytor.com> (raw)
In-Reply-To: <20131125085630.417850406@dhcp-16-126.nay.redhat.com>
On 11/25/2013 12:56 AM, dyoung@redhat.com wrote:
>
> For efi runtime mapping I add a new directory /sys/firmware/efi/
> runtime-map/ like below
> [dave@darkstar ~]$ tree /sys/firmware/efi/runtime-map/
> /sys/firmware/efi/runtime-map/
> ├── 0
> │ ├── attribute
> │ ├── num_pages
> │ ├── phys_addr
> │ ├── type
> │ └── virt_addr
> ├── 1
> │ ├── attribute
> │ ├── num_pages
> │ ├── phys_addr
> │ ├── type
> │ └── virt_addr
> [snip]
>
These patches came through severely corrupted, the above is typical...
-hpa
_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec
WARNING: multiple messages have this Message-ID (diff)
From: "H. Peter Anvin" <hpa-YMNOUZJC4hwAvxtiuMwx3w@public.gmane.org>
To: dyoung-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Cc: mjg59-1xO5oi07KQx4cg9Nei1l7Q@public.gmane.org,
linux-efi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
toshi.kani-VXdhtT5mjnY@public.gmane.org,
matt-HNK1S37rvNbeXh+fF434Mdi2O/JbrIOy@public.gmane.org,
greg-U8xfFu+wG4EAvxtiuMwx3w@public.gmane.org,
x86-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org,
kexec-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
James.Bottomley-d9PhHud1JfjCXq6kfMZ53/egYHeGw8Jk@public.gmane.org,
horms-/R6kz+dDXgpPR4JQBCEnsQ@public.gmane.org,
bp-Gina5bIWoIWzQB+pC5nmwQ@public.gmane.org,
ebiederm-aS9lmoZGLiVWk0Htik3J/w@public.gmane.org,
vgoyal-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org
Subject: Re: [patch 00/12 v4] kexec kernel efi runtime support v v4] efi: export more efi table variable to sysfs
Date: Mon, 25 Nov 2013 13:22:19 -0800 [thread overview]
Message-ID: <5293BF8B.20203@zytor.com> (raw)
In-Reply-To: <20131125085630.417850406-je1gSBvt1TcFLmT5oZ11vB/sF2h8X+2i0E9HWUfgJXw@public.gmane.org>
On 11/25/2013 12:56 AM, dyoung@redhat.com wrote:
>
> For efi runtime mapping I add a new directory /sys/firmware/efi/
> runtime-map/ like below
> [dave@darkstar ~]$ tree /sys/firmware/efi/runtime-map/
> /sys/firmware/efi/runtime-map/
> ├── 0
> │ ├── attribute
> │ ├── num_pages
> │ ├── phys_addr
> │ ├── type
> │ └── virt_addr
> ├── 1
> │ ├── attribute
> │ ├── num_pages
> │ ├── phys_addr
> │ ├── type
> │ └── virt_addr
> [snip]
>
These patches came through severely corrupted, the above is typical...
-hpa
_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec
WARNING: multiple messages have this Message-ID (diff)
From: "H. Peter Anvin" <hpa@zytor.com>
To: dyoung@redhat.com, linux-kernel@vger.kernel.org
Cc: linux-efi@vger.kernel.org, x86@kernel.org, mjg59@srcf.ucam.org,
James.Bottomley@HansenPartnership.com, vgoyal@redhat.com,
ebiederm@xmission.com, horms@verge.net.au,
kexec@lists.infradead.org, bp@alien8.de, greg@kroah.com,
matt@console-pimps.org, toshi.kani@hp.com
Subject: Re: [patch 00/12 v4] kexec kernel efi runtime support v v4] efi: export more efi table variable to sysfs
Date: Mon, 25 Nov 2013 13:22:19 -0800 [thread overview]
Message-ID: <5293BF8B.20203@zytor.com> (raw)
In-Reply-To: <20131125085630.417850406@dhcp-16-126.nay.redhat.com>
On 11/25/2013 12:56 AM, dyoung@redhat.com wrote:
>
> For efi runtime mapping I add a new directory /sys/firmware/efi/
> runtime-map/ like below
> [dave@darkstar ~]$ tree /sys/firmware/efi/runtime-map/
> /sys/firmware/efi/runtime-map/
> ├── 0
> │ ├── attribute
> │ ├── num_pages
> │ ├── phys_addr
> │ ├── type
> │ └── virt_addr
> ├── 1
> │ ├── attribute
> │ ├── num_pages
> │ ├── phys_addr
> │ ├── type
> │ └── virt_addr
> [snip]
>
These patches came through severely corrupted, the above is typical...
-hpa
next prev parent reply other threads:[~2013-11-25 21:23 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-25 8:56 [patch 00/12 v4] kexec kernel efi runtime support dyoung
2013-11-25 8:56 ` dyoung
2013-11-25 8:56 ` dyoung-H+wXaHxf7aLQT0dZR+AlfA
2013-11-25 21:22 ` H. Peter Anvin [this message]
2013-11-25 21:22 ` [patch 00/12 v4] kexec kernel efi runtime support v v4] efi: export more efi table variable to sysfs H. Peter Anvin
2013-11-25 21:22 ` H. Peter Anvin
2013-11-26 1:35 ` Dave Young
2013-11-26 1:35 ` Dave Young
2013-11-26 1:35 ` Dave Young
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=5293BF8B.20203@zytor.com \
--to=hpa@zytor.com \
--cc=James.Bottomley@HansenPartnership.com \
--cc=bp@alien8.de \
--cc=dyoung@redhat.com \
--cc=ebiederm@xmission.com \
--cc=greg@kroah.com \
--cc=horms@verge.net.au \
--cc=kexec@lists.infradead.org \
--cc=linux-efi@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=matt@console-pimps.org \
--cc=mjg59@srcf.ucam.org \
--cc=toshi.kani@hp.com \
--cc=vgoyal@redhat.com \
--cc=x86@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.