From: Matt Fleming <matt-mF/unelCI9GS6iBeEJttW/XRex20P6io@public.gmane.org>
To: Ingo Molnar <mingo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
Thomas Gleixner <tglx-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org>,
"H . Peter Anvin" <hpa-YMNOUZJC4hwAvxtiuMwx3w@public.gmane.org>
Cc: Matt Fleming
<matt-mF/unelCI9GS6iBeEJttW/XRex20P6io@public.gmane.org>,
Ard Biesheuvel
<ard.biesheuvel-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-efi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Catalin Marinas <catalin.marinas-5wv7dgnIgG8@public.gmane.org>,
Dan Carpenter
<dan.carpenter-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>,
Ivan Hu <ivan.hu-Z7WLFzj8eWMS+FvcfC7Uqw@public.gmane.org>,
Ivan Khoronzhuk
<ivan.khoronzhuk-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>,
Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>,
Peter Jones <pjones-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>,
Wei Yongjun <weiyongjun1-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>,
Will Deacon <will.deacon-5wv7dgnIgG8@public.gmane.org>,
Yisheng Xie <xieyisheng1-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
Subject: [GIT PULL 0/8] EFI changes for v4.10
Date: Tue, 18 Oct 2016 15:33:10 +0100 [thread overview]
Message-ID: <20161018143318.15673-1-matt@codeblueprint.co.uk> (raw)
Folks, please queue up the following small changes for v4.10.
Note that there is a patch to MAINTAINERS in this pull request that
adds Ard as EFI co-maintainer. It'd probably be a good idea to send
that to Linus before v4.10.
The following changes since commit 92dc33501bfba74655dbf3ec63ea82d040fd6d58:
x86/efi: Round EFI memmap reservations to EFI_PAGE_SIZE (2016-09-20 15:43:31 +0100)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git tags/efi-next
for you to fetch changes up to a8226a73b82256b82c167956b0f4d3cd39312531:
efi: efivar_ssdt_load: Don't return success on allocation failure (2016-10-13 11:55:40 +0100)
----------------------------------------------------------------
* Add Ard as EFI co-maintainer in MAINTAINERS
* Misc cleanups for efi_test driver - Ivan Hu and Wei Yongjun
* Fix an early_memremap() leak for ARM/arm64 - Yisheng Xie
* Return an error code on failure instead of success in
efivar_ssdt_load() - Dan Carpenter
* Expose EFI framebuffer configuration, which allows rendering
localized status strings during firmware updates - Peter Jones
----------------------------------------------------------------
Ard Biesheuvel (1):
MAINTAINERS: add myself as EFI maintainer
Dan Carpenter (1):
efi: efivar_ssdt_load: Don't return success on allocation failure
Ivan Hu (3):
efi/efi_test: Fix the uninitialized value datasize
efi/efi_test: Fix the uninitialized value rv
efi/efi_test: Use memdup_user() as a cleanup
Peter Jones (1):
efifb: show framebuffer layout as device attributes
Wei Yongjun (1):
efi: Remove unused including <linux/version.h>
Yisheng Xie (1):
efi/arm*: efi_init() error handling fix
MAINTAINERS | 3 +-
drivers/firmware/efi/arm-init.c | 4 ++-
drivers/firmware/efi/efi.c | 4 ++-
drivers/firmware/efi/test/efi_test.c | 15 +++------
drivers/video/fbdev/efifb.c | 59 ++++++++++++++++++++++++++++--------
5 files changed, 59 insertions(+), 26 deletions(-)
WARNING: multiple messages have this Message-ID (diff)
From: Matt Fleming <matt@codeblueprint.co.uk>
To: Ingo Molnar <mingo@kernel.org>,
Thomas Gleixner <tglx@linutronix.de>,
"H . Peter Anvin" <hpa@zytor.com>
Cc: Matt Fleming <matt@codeblueprint.co.uk>,
Ard Biesheuvel <ard.biesheuvel@linaro.org>,
linux-kernel@vger.kernel.org, linux-efi@vger.kernel.org,
Catalin Marinas <catalin.marinas@arm.com>,
Dan Carpenter <dan.carpenter@oracle.com>,
Ivan Hu <ivan.hu@canonical.com>,
Ivan Khoronzhuk <ivan.khoronzhuk@linaro.org>,
Mark Rutland <mark.rutland@arm.com>,
Peter Jones <pjones@redhat.com>,
Wei Yongjun <weiyongjun1@huawei.com>,
Will Deacon <will.deacon@arm.com>,
Yisheng Xie <xieyisheng1@huawei.com>
Subject: [GIT PULL 0/8] EFI changes for v4.10
Date: Tue, 18 Oct 2016 15:33:10 +0100 [thread overview]
Message-ID: <20161018143318.15673-1-matt@codeblueprint.co.uk> (raw)
Folks, please queue up the following small changes for v4.10.
Note that there is a patch to MAINTAINERS in this pull request that
adds Ard as EFI co-maintainer. It'd probably be a good idea to send
that to Linus before v4.10.
The following changes since commit 92dc33501bfba74655dbf3ec63ea82d040fd6d58:
x86/efi: Round EFI memmap reservations to EFI_PAGE_SIZE (2016-09-20 15:43:31 +0100)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git tags/efi-next
for you to fetch changes up to a8226a73b82256b82c167956b0f4d3cd39312531:
efi: efivar_ssdt_load: Don't return success on allocation failure (2016-10-13 11:55:40 +0100)
----------------------------------------------------------------
* Add Ard as EFI co-maintainer in MAINTAINERS
* Misc cleanups for efi_test driver - Ivan Hu and Wei Yongjun
* Fix an early_memremap() leak for ARM/arm64 - Yisheng Xie
* Return an error code on failure instead of success in
efivar_ssdt_load() - Dan Carpenter
* Expose EFI framebuffer configuration, which allows rendering
localized status strings during firmware updates - Peter Jones
----------------------------------------------------------------
Ard Biesheuvel (1):
MAINTAINERS: add myself as EFI maintainer
Dan Carpenter (1):
efi: efivar_ssdt_load: Don't return success on allocation failure
Ivan Hu (3):
efi/efi_test: Fix the uninitialized value datasize
efi/efi_test: Fix the uninitialized value rv
efi/efi_test: Use memdup_user() as a cleanup
Peter Jones (1):
efifb: show framebuffer layout as device attributes
Wei Yongjun (1):
efi: Remove unused including <linux/version.h>
Yisheng Xie (1):
efi/arm*: efi_init() error handling fix
MAINTAINERS | 3 +-
drivers/firmware/efi/arm-init.c | 4 ++-
drivers/firmware/efi/efi.c | 4 ++-
drivers/firmware/efi/test/efi_test.c | 15 +++------
drivers/video/fbdev/efifb.c | 59 ++++++++++++++++++++++++++++--------
5 files changed, 59 insertions(+), 26 deletions(-)
next reply other threads:[~2016-10-18 14:33 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-18 14:33 Matt Fleming [this message]
2016-10-18 14:33 ` [GIT PULL 0/8] EFI changes for v4.10 Matt Fleming
[not found] ` <20161018143318.15673-1-matt-mF/unelCI9GS6iBeEJttW/XRex20P6io@public.gmane.org>
2016-10-18 14:33 ` [PATCH 1/8] MAINTAINERS: add myself as EFI maintainer Matt Fleming
2016-10-18 14:33 ` Matt Fleming
2016-10-18 15:28 ` [tip:efi/core] MAINTAINERS: Add " tip-bot for Ard Biesheuvel
2016-10-18 14:33 ` [PATCH 2/8] efi: Remove unused including <linux/version.h> Matt Fleming
2016-10-18 14:33 ` Matt Fleming
2016-10-18 15:28 ` [tip:efi/core] efi: Remove unused include of <linux/version.h> tip-bot for Wei Yongjun
2016-10-18 14:33 ` [PATCH 3/8] efi/arm*: efi_init() error handling fix Matt Fleming
2016-10-18 14:33 ` Matt Fleming
2016-10-18 15:29 ` [tip:efi/core] efi/arm*: Fix efi_init() error handling tip-bot for Yisheng Xie
2016-10-18 14:33 ` [PATCH 4/8] efi/efi_test: Fix the uninitialized value datasize Matt Fleming
2016-10-18 14:33 ` Matt Fleming
2016-10-18 15:29 ` [tip:efi/core] efi/efi_test: Fix uninitialized variable 'datasize' tip-bot for Ivan Hu
2016-10-18 14:33 ` [PATCH 5/8] efi/efi_test: Fix the uninitialized value rv Matt Fleming
2016-10-18 14:33 ` Matt Fleming
2016-10-18 15:30 ` [tip:efi/core] efi/efi_test: Fix uninitialized variable 'rv' tip-bot for Ivan Hu
2016-10-18 14:33 ` [PATCH 6/8] efi/efi_test: Use memdup_user() as a cleanup Matt Fleming
2016-10-18 14:33 ` Matt Fleming
2016-10-18 15:30 ` [tip:efi/core] " tip-bot for Ivan Hu
2016-10-18 15:34 ` [GIT PULL 0/8] EFI changes for v4.10 Lukas Wunner
2016-10-18 15:34 ` Lukas Wunner
[not found] ` <20161018153436.GA2593-JFq808J9C/izQB+pC5nmwQ@public.gmane.org>
2016-10-18 15:40 ` Matt Fleming
2016-10-18 15:40 ` Matt Fleming
2016-10-18 14:33 ` [PATCH 7/8] efifb: show framebuffer layout as device attributes Matt Fleming
2016-10-18 15:31 ` [tip:efi/core] efifb: Show " tip-bot for Peter Jones
2016-10-18 14:33 ` [PATCH 8/8] efi: efivar_ssdt_load: Don't return success on allocation failure Matt Fleming
2016-10-18 15:31 ` [tip:efi/core] efi/efivar_ssdt_load: " tip-bot for Dan Carpenter
2016-10-18 15:25 ` [GIT PULL 0/8] EFI changes for v4.10 Ingo Molnar
[not found] ` <20161018152556.GA27061-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2016-10-18 15:29 ` Ard Biesheuvel
2016-10-18 15:29 ` 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=20161018143318.15673-1-matt@codeblueprint.co.uk \
--to=matt-mf/unelci9gs6ibeejttw/xrex20p6io@public.gmane.org \
--cc=ard.biesheuvel-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org \
--cc=catalin.marinas-5wv7dgnIgG8@public.gmane.org \
--cc=dan.carpenter-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org \
--cc=hpa-YMNOUZJC4hwAvxtiuMwx3w@public.gmane.org \
--cc=ivan.hu-Z7WLFzj8eWMS+FvcfC7Uqw@public.gmane.org \
--cc=ivan.khoronzhuk-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org \
--cc=linux-efi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=mark.rutland-5wv7dgnIgG8@public.gmane.org \
--cc=mingo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
--cc=pjones-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org \
--cc=tglx-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org \
--cc=weiyongjun1-hv44wF8Li93QT0dZR+AlfA@public.gmane.org \
--cc=will.deacon-5wv7dgnIgG8@public.gmane.org \
--cc=xieyisheng1-hv44wF8Li93QT0dZR+AlfA@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.