Re: [GIT PULL] EFI fixes

2021-03-21 Thread pr-tracker-bot
The pull request you sent on Sun, 21 Mar 2021 11:47:24 +0100: > git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git > efi-urgent-2021-03-21 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/92ed88cb4d7cd01eadb0f71063ceb5202548ce35 Thank you! -- Deet-doot-dot, I

[GIT PULL] EFI fixes

2021-03-21 Thread Ingo Molnar
Linus, Please pull the latest efi/urgent git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git efi-urgent-2021-03-21 # HEAD: 429257a430a0e81e9979256e0db718e35e7d9cee Merge tag 'efi-urgent-for-v5.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi into

Re: [GIT PULL] EFI fixes

2020-07-25 Thread pr-tracker-bot
The pull request you sent on Sat, 25 Jul 2020 12:32:59 +0200: > git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git > efi-urgent-2020-07-25 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/17baa442864254cb2aadf3a4d668c0f81d2f07c5 Thank you! -- Deet-doot-dot, I

Re: [GIT PULL] EFI fixes for v5.8-rc

2020-07-25 Thread Ard Biesheuvel
On Sat, 25 Jul 2020 at 13:26, Ingo Molnar wrote: > > > * Ard Biesheuvel wrote: > > > Ping again? > > Sorry about the delay - sending it to Linus now. > Thanks Ingo

[GIT PULL] EFI fixes

2020-07-25 Thread Ingo Molnar
Linus, Please pull the latest efi/urgent git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git efi-urgent-2020-07-25 # HEAD: 74f85551666fe40bd739e95b5ecb20f53f8ad4df Merge tag 'efi-urgent-for-v5.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi into

Re: [GIT PULL] EFI fixes for v5.8-rc

2020-07-25 Thread Ingo Molnar
* Ard Biesheuvel wrote: > Ping again? Sorry about the delay - sending it to Linus now. Thanks, Ingo

Re: [GIT PULL] EFI fixes for v5.8-rc

2020-07-20 Thread Ard Biesheuvel
On Sat, 18 Jul 2020 at 08:54, Ard Biesheuvel wrote: > > On Thu, 9 Jul 2020 at 16:28, Ard Biesheuvel wrote: > > > > The following changes since commit 2a55280a3675203496d302463b941834228b9875: > > > > efi/libstub: arm: Print CPU boot mode and MMU state at boot (2020-06-17 > > 15:29:11 +0200) >

Re: [GIT PULL] EFI fixes for v5.8-rc

2020-07-17 Thread Ard Biesheuvel
On Thu, 9 Jul 2020 at 16:28, Ard Biesheuvel wrote: > > The following changes since commit 2a55280a3675203496d302463b941834228b9875: > > efi/libstub: arm: Print CPU boot mode and MMU state at boot (2020-06-17 > 15:29:11 +0200) > > are available in the Git repository at: > >

Re: [GIT PULL] EFI fixes

2020-07-10 Thread Lukas Wunner
On Fri, Jul 10, 2020 at 02:00:34PM +0300, Kirill A. Shutemov wrote: > On Fri, Jul 10, 2020 at 12:09:36PM +0200, Arnd Bergmann wrote: > > I forgot why we care though -- is there any behavior of gnu11 > > that we prefer over the gnu99 behavior, or is it just going with > > the times because it's the

Re: [GIT PULL] EFI fixes

2020-07-10 Thread Kirill A. Shutemov
On Fri, Jul 10, 2020 at 12:09:36PM +0200, Arnd Bergmann wrote: > On Thu, Jul 9, 2020 at 12:35 PM Kirill A. Shutemov > wrote: > > > > On Thu, Jul 09, 2020 at 11:30:27AM +0200, Arnd Bergmann wrote: > > > The most interesting version to require in the future would be > > > gcc-7, which IIRC is the

Re: [GIT PULL] EFI fixes

2020-07-10 Thread Arnd Bergmann
On Thu, Jul 9, 2020 at 12:35 PM Kirill A. Shutemov wrote: > > On Thu, Jul 09, 2020 at 11:30:27AM +0200, Arnd Bergmann wrote: > > The most interesting version to require in the future would be > > gcc-7, which IIRC is the point at which we can just use -std=gnu99 > > or -std=gnu11 instead of

[GIT PULL] EFI fixes for v5.8-rc

2020-07-09 Thread Ard Biesheuvel
The following changes since commit 2a55280a3675203496d302463b941834228b9875: efi/libstub: arm: Print CPU boot mode and MMU state at boot (2020-06-17 15:29:11 +0200) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git

Re: [GIT PULL] EFI fixes

2020-07-09 Thread Kirill A. Shutemov
On Thu, Jul 09, 2020 at 11:30:27AM +0200, Arnd Bergmann wrote: > The most interesting version to require in the future would be > gcc-7, which IIRC is the point at which we can just use -std=gnu99 > or -std=gnu11 instead of -std=gnu89 without running into the > problem with compound literals[1].

Re: [GIT PULL] EFI fixes

2020-07-09 Thread Arnd Bergmann
On Wed, Jul 8, 2020 at 8:00 PM Linus Torvalds wrote: > > On Wed, Jul 8, 2020 at 9:21 AM Peter Zijlstra wrote: > > > > > > It's perhaps yet another reason to just skip gcc-4.8 too, since > > > apparently 4.9 works. > > > > > > gcc-4.9 really has a lot of advantages. It's where (I think) gcc > > >

Re: [GIT PULL] EFI fixes

2020-07-09 Thread Peter Zijlstra
On Wed, Jul 08, 2020 at 11:00:19AM -0700, Linus Torvalds wrote: > On Wed, Jul 8, 2020 at 9:21 AM Peter Zijlstra wrote: > > > > > > It's perhaps yet another reason to just skip gcc-4.8 too, since > > > apparently 4.9 works. > > > > > > gcc-4.9 really has a lot of advantages. It's where (I think)

Re: [GIT PULL] EFI fixes

2020-07-08 Thread Linus Torvalds
On Wed, Jul 8, 2020 at 9:21 AM Peter Zijlstra wrote: > > > > It's perhaps yet another reason to just skip gcc-4.8 too, since > > apparently 4.9 works. > > > > gcc-4.9 really has a lot of advantages. It's where (I think) gcc > > basically supports all C11 things, including _Generic() but also > >

Re: [GIT PULL] EFI fixes

2020-07-08 Thread Peter Zijlstra
On Sun, Jun 28, 2020 at 11:57:18AM -0700, Linus Torvalds wrote: > On Sun, Jun 28, 2020 at 11:26 AM Ingo Molnar wrote: > > > > - Fix build regression on v4.8 and older > > Interesting. > > It's perhaps yet another reason to just skip gcc-4.8 too, since > apparently 4.9 works. > > gcc-4.9 really

Re: [GIT PULL] EFI fixes

2020-06-28 Thread pr-tracker-bot
The pull request you sent on Sun, 28 Jun 2020 20:26:01 +0200: > git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git > efi-urgent-2020-06-28 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/bc53f67d247a38d43e081faa7e63690a1279f5c7 Thank you! -- Deet-doot-dot, I

Re: [GIT PULL] EFI fixes

2020-06-28 Thread Borislav Petkov
On Sun, Jun 28, 2020 at 09:26:45PM +0200, Ard Biesheuvel wrote: > Arnd may know more, but I know one of the reasons 4.8 is significant > is because RHEL 7 uses it, which will go EOL in 2024. Yeah, I always question the relevance of this argument because distros: * backport fixes for the compiler

Re: [GIT PULL] EFI fixes

2020-06-28 Thread Ard Biesheuvel
On Sun, 28 Jun 2020 at 20:57, Linus Torvalds wrote: > > On Sun, Jun 28, 2020 at 11:26 AM Ingo Molnar wrote: > > > > - Fix build regression on v4.8 and older > > Interesting. > > It's perhaps yet another reason to just skip gcc-4.8 too, since > apparently 4.9 works. > +1 > gcc-4.9 really has a

Re: [GIT PULL] EFI fixes

2020-06-28 Thread Linus Torvalds
On Sun, Jun 28, 2020 at 11:26 AM Ingo Molnar wrote: > > - Fix build regression on v4.8 and older Interesting. It's perhaps yet another reason to just skip gcc-4.8 too, since apparently 4.9 works. gcc-4.9 really has a lot of advantages. It's where (I think) gcc basically supports all C11

[GIT PULL] EFI fixes

2020-06-28 Thread Ingo Molnar
Linus, Please pull the latest efi/urgent git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git efi-urgent-2020-06-28 # HEAD: 2a55280a3675203496d302463b941834228b9875 efi/libstub: arm: Print CPU boot mode and MMU state at boot - Fix build regression on v4.8 and older

[GIT PULL] EFI fixes for v5.8

2020-06-18 Thread Ard Biesheuvel
The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407: Linux 5.8-rc1 (2020-06-14 12:45:04 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git tags/efi-urgent-for-v5.8-rc1 for you to fetch changes up to

Re: [GIT PULL] EFI fixes

2019-10-12 Thread pr-tracker-bot
The pull request you sent on Sat, 12 Oct 2019 15:01:39 +0200: > git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git efi-urgent-for-linus has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/9b4e40c8fe1e120fef93985de7ff6a97fe9e7dd3 Thank you! -- Deet-doot-dot, I am

Re: [RFC GIT PULL] EFI fixes, memblock quirk

2019-02-19 Thread Ard Biesheuvel
On Tue, 19 Feb 2019 at 16:16, Ingo Molnar wrote: > > > * Linus Torvalds wrote: > > > On Sun, Feb 17, 2019 at 2:59 AM Ingo Molnar wrote: > > > > > > I marked it RFC: please have a second look at the mm/memblock.c change, > > > which adds a INIT_MEMBLOCK_RESERVED_REGIONS detour that ARM64 takes

Re: [RFC GIT PULL] EFI fixes, memblock quirk

2019-02-19 Thread Ingo Molnar
* Linus Torvalds wrote: > On Sun, Feb 17, 2019 at 2:59 AM Ingo Molnar wrote: > > > > I marked it RFC: please have a second look at the mm/memblock.c change, > > which adds a INIT_MEMBLOCK_RESERVED_REGIONS detour that ARM64 takes for > > these systems. > > It's not pretty, but it looks

Re: [RFC GIT PULL] EFI fixes, memblock quirk

2019-02-17 Thread Linus Torvalds
On Sun, Feb 17, 2019 at 2:59 AM Ingo Molnar wrote: > > I marked it RFC: please have a second look at the mm/memblock.c change, > which adds a INIT_MEMBLOCK_RESERVED_REGIONS detour that ARM64 takes for > these systems. It's not pretty, but it looks minimal for now. Pulled. > Perhaps we should

[RFC GIT PULL] EFI fixes, memblock quirk

2019-02-17 Thread Ingo Molnar
Linus, Please pull the latest efi-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git efi-urgent-for-linus # HEAD: 582a32e708823e5957fd73ccd78dc4a9e49d21ea efi/arm: Revert "Defer persistent reservations until after paging_init()" This tree reverts

Re: [GIT PULL] EFI fixes

2018-12-09 Thread pr-tracker-bot
The pull request you sent on Sun, 9 Dec 2018 22:59:21 +0100: > git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git efi-urgent-for-linus has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/4b04e73a78c5c89dc1a75fb35dea6c947c1d2ac7 Thank you! -- Deet-doot-dot, I am a

[GIT PULL] EFI fixes

2018-12-09 Thread Ingo Molnar
Linus, Please pull the latest efi-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git efi-urgent-for-linus # HEAD: 79c2206d369b87b19ac29cb47601059b6bf5c291 x86/earlyprintk/efi: Fix infinite loop on some screen widths Two fixes: a large-system fix

[GIT pull] efi fixes for 4.17

2018-05-20 Thread Thomas Gleixner
Linus, please pull the latest efi-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git efi-urgent-for-linus Two EFI fixes: - Use explicitely sized type for the romimage pointer in the 32bit EFI protocol struct so a 64bit kernel does not expand

[GIT pull] efi fixes for 4.17

2018-05-20 Thread Thomas Gleixner
Linus, please pull the latest efi-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git efi-urgent-for-linus Two EFI fixes: - Use explicitely sized type for the romimage pointer in the 32bit EFI protocol struct so a 64bit kernel does not expand

[GIT PULL] EFI fixes

2017-12-06 Thread Ingo Molnar
Linus, Please pull the latest efi-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git efi-urgent-for-linus # HEAD: 0b02e448a2ebb46eb9be4f1bdfc87112bd420cbf efi: Add comment to avoid future expanding of sysfs systab Misc fixes: world-readable

[GIT PULL] EFI fixes

2017-12-06 Thread Ingo Molnar
Linus, Please pull the latest efi-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git efi-urgent-for-linus # HEAD: 0b02e448a2ebb46eb9be4f1bdfc87112bd420cbf efi: Add comment to avoid future expanding of sysfs systab Misc fixes: world-readable

[GIT PULL] EFI fixes

2017-10-27 Thread Ingo Molnar
Linus, Please pull the latest efi-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git efi-urgent-for-linus # HEAD: 38fb6652229c2149e8694d57db442878fdf8a1bd efi/libstub/arm: Don't randomize runtime regions when CONFIG_HIBERNATION=y Two fixes: an ARM

[GIT PULL] EFI fixes

2017-10-27 Thread Ingo Molnar
Linus, Please pull the latest efi-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git efi-urgent-for-linus # HEAD: 38fb6652229c2149e8694d57db442878fdf8a1bd efi/libstub/arm: Don't randomize runtime regions when CONFIG_HIBERNATION=y Two fixes: an ARM

[GIT PULL] EFI fixes

2017-06-02 Thread Ingo Molnar
Linus, Please pull the latest efi-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git efi-urgent-for-linus # HEAD: 7425826f4f7ac60f2538b06a7f0a5d1006405159 efi/bgrt: Skip efi_bgrt_init() in case of non-EFI boot Misc fixes: - three boot crash

[GIT PULL] EFI fixes

2017-06-02 Thread Ingo Molnar
Linus, Please pull the latest efi-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git efi-urgent-for-linus # HEAD: 7425826f4f7ac60f2538b06a7f0a5d1006405159 efi/bgrt: Skip efi_bgrt_init() in case of non-EFI boot Misc fixes: - three boot crash

[GIT pull] efi fixes for 4.11

2017-04-14 Thread Thomas Gleixner
Linus, please pull the latest efi-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git efi-urgent-for-linus Three fixes from EFI land: - Prevent accessing a Graphic Output Device (GOP) which the kernel does not know to handle - Prevent PCI

[GIT pull] efi fixes for 4.11

2017-04-14 Thread Thomas Gleixner
Linus, please pull the latest efi-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git efi-urgent-for-linus Three fixes from EFI land: - Prevent accessing a Graphic Output Device (GOP) which the kernel does not know to handle - Prevent PCI

[GIT PULL] EFI fixes

2017-03-07 Thread Ingo Molnar
Linus, Please pull the latest efi-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git efi-urgent-for-linus # HEAD: d1eb98143c56f24fef125f5bbed49ae0b52fb7d6 efi/arm: Fix boot crash with CONFIG_CPUMASK_OFFSTACK=y A boot crash fix, and a secure boot

[GIT PULL] EFI fixes

2017-03-07 Thread Ingo Molnar
Linus, Please pull the latest efi-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git efi-urgent-for-linus # HEAD: d1eb98143c56f24fef125f5bbed49ae0b52fb7d6 efi/arm: Fix boot crash with CONFIG_CPUMASK_OFFSTACK=y A boot crash fix, and a secure boot

[GIT PULL] EFI fixes

2017-02-02 Thread Ingo Molnar
Linus, Please pull the latest efi-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git efi-urgent-for-linus # HEAD: c8f325a59cfc718d13a50fbc746ed9b415c25e92 efi/fdt: Avoid FDT manipulation after ExitBootServices() Two EFI boot fixes, one for arm64

[GIT PULL] EFI fixes

2017-02-02 Thread Ingo Molnar
Linus, Please pull the latest efi-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git efi-urgent-for-linus # HEAD: c8f325a59cfc718d13a50fbc746ed9b415c25e92 efi/fdt: Avoid FDT manipulation after ExitBootServices() Two EFI boot fixes, one for arm64

[GIT PULL] EFI fixes

2017-01-15 Thread Ingo Molnar
Linus, Please pull the latest efi-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git efi-urgent-for-linus # HEAD: 0100a3e67a9cef64d72cd3a1da86f3ddbee50363 efi/x86: Prune invalid memory map entries and fix boot regression A number of regression

[GIT PULL] EFI fixes

2017-01-15 Thread Ingo Molnar
Linus, Please pull the latest efi-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git efi-urgent-for-linus # HEAD: 0100a3e67a9cef64d72cd3a1da86f3ddbee50363 efi/x86: Prune invalid memory map entries and fix boot regression A number of regression

[GIT PULL] EFI fixes

2016-11-13 Thread Ingo Molnar
Linus, Please pull the latest efi-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git efi-urgent-for-linus # HEAD: f6697df36bdf0bf7fce984605c2918d4a7b4269f x86/efi: Prevent mixed mode boot corruption with CONFIG_VMAP_STACK=y A boot crash fix and a

[GIT PULL] EFI fixes

2016-11-13 Thread Ingo Molnar
Linus, Please pull the latest efi-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git efi-urgent-for-linus # HEAD: f6697df36bdf0bf7fce984605c2918d4a7b4269f x86/efi: Prevent mixed mode boot corruption with CONFIG_VMAP_STACK=y A boot crash fix and a

[GIT PULL] EFI fixes

2016-10-22 Thread Ingo Molnar
Linus, Please pull the latest efi-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git efi-urgent-for-linus # HEAD: b0dddf6c147e6fe61374d625c4bb2b7c52018639 efi/arm: Fix absolute relocation detection for older toolchains Add Ard Biesheuvel as EFI

[GIT PULL] EFI fixes

2016-10-22 Thread Ingo Molnar
Linus, Please pull the latest efi-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git efi-urgent-for-linus # HEAD: b0dddf6c147e6fe61374d625c4bb2b7c52018639 efi/arm: Fix absolute relocation detection for older toolchains Add Ard Biesheuvel as EFI

[GIT pull] efi fixes for 4.8

2016-09-24 Thread Thomas Gleixner
Linus, please pull the latest efi-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git efi-urgent-for-linus Two fixes for EFI/PAT: - A 32bit overflow bug in the PAT code which was unearthed by the large EFI mappings - Prevent a boot hang on large

[GIT pull] efi fixes for 4.8

2016-09-24 Thread Thomas Gleixner
Linus, please pull the latest efi-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git efi-urgent-for-linus Two fixes for EFI/PAT: - A 32bit overflow bug in the PAT code which was unearthed by the large EFI mappings - Prevent a boot hang on large

[GIT PULL] EFI fixes

2016-09-13 Thread Ingo Molnar
Linus, Please pull the latest efi-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git efi-urgent-for-linus # HEAD: cbf2f8a99a2337894c3592c9ac2170e8c1f8f73f Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into

[GIT PULL] EFI fixes

2016-09-13 Thread Ingo Molnar
Linus, Please pull the latest efi-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git efi-urgent-for-linus # HEAD: cbf2f8a99a2337894c3592c9ac2170e8c1f8f73f Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into

[GIT PULL] EFI fixes

2016-08-12 Thread Ingo Molnar
Linus, Please pull the latest efi-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git efi-urgent-for-linus # HEAD: 6862e6ad95e984991a6ceec592cf67831658f928 efi/capsule: Allocate whole capsule into virtual memory A fix for EFI capsules and an SGI UV

[GIT PULL] EFI fixes

2016-08-12 Thread Ingo Molnar
Linus, Please pull the latest efi-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git efi-urgent-for-linus # HEAD: 6862e6ad95e984991a6ceec592cf67831658f928 efi/capsule: Allocate whole capsule into virtual memory A fix for EFI capsules and an SGI UV

[GIT PULL] EFI fixes

2016-06-10 Thread Ingo Molnar
Linus, Please pull the latest efi-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git efi-urgent-for-linus # HEAD: c75343972b79ef5bd44c498a63b326e37470bbfc efi/arm: Fix the format of EFI debug messages Two fixes: a regression/crash fix, and a

[GIT PULL] EFI fixes

2016-06-10 Thread Ingo Molnar
Linus, Please pull the latest efi-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git efi-urgent-for-linus # HEAD: c75343972b79ef5bd44c498a63b326e37470bbfc efi/arm: Fix the format of EFI debug messages Two fixes: a regression/crash fix, and a

[GIT PULL] EFI fixes

2016-05-06 Thread Ingo Molnar
Linus, Please pull the latest efi-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git efi-urgent-for-linus # HEAD: c10fcb14c7afd6688c7b197a814358fecf244222 x86/sysfb_efi: Fix valid BAR address range check This tree contains three fixes: a console

[GIT PULL] EFI fixes

2016-05-06 Thread Ingo Molnar
Linus, Please pull the latest efi-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git efi-urgent-for-linus # HEAD: c10fcb14c7afd6688c7b197a814358fecf244222 x86/sysfb_efi: Fix valid BAR address range check This tree contains three fixes: a console

[GIT PULL] EFI fixes

2015-10-03 Thread Ingo Molnar
Linus, Please pull the latest core-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core-urgent-for-linus # HEAD: 0ce3cc008ec04258b6a6314b09f1a6012810881a arm64/efi: Fix boot crash by not padding between EFI_MEMORY_RUNTIME regions Two EFI fixes:

[GIT PULL] EFI fixes

2015-10-03 Thread Ingo Molnar
Linus, Please pull the latest core-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core-urgent-for-linus # HEAD: 0ce3cc008ec04258b6a6314b09f1a6012810881a arm64/efi: Fix boot crash by not padding between EFI_MEMORY_RUNTIME regions Two EFI fixes:

[GIT PULL] EFI fixes for tip/x86/efi

2013-04-30 Thread Matt Fleming
Hi guys, This pull includes fixes for the merge window material currently sitting in tip/x86/efi. The three patches from me fix bugs in the pstore code paths and the two from Dan are the results of his static analysis tool, including a fix for a locking bug. The changes are based on my

[GIT PULL] EFI fixes for tip/x86/efi

2013-04-30 Thread Matt Fleming
Hi guys, This pull includes fixes for the merge window material currently sitting in tip/x86/efi. The three patches from me fix bugs in the pstore code paths and the two from Dan are the results of his static analysis tool, including a fix for a locking bug. The changes are based on my

Re: [GIT PULL] EFI fixes for v3.10

2013-04-19 Thread H. Peter Anvin
On 04/19/2013 10:38 AM, Matt Fleming wrote: > > Richard Weinberger (2): > x86,efi: Check max_size only if it is non-zero. > x86,efi: Implement efi_no_storage_paranoia parameter > OK, I'll pull this for now, but this *really* need to be an automatic quirk of some sort, especially

Re: [GIT PULL] EFI fixes for v3.10

2013-04-19 Thread H. Peter Anvin
On 04/19/2013 10:38 AM, Matt Fleming wrote: > Hi guys, > > There's a few bug fixes sitting in the EFI urgent branch. Please > consider pulling. > We are *post -rc7* and days away from release. I can't push this to Linus without a detailed description of what this is and why we need it now.

[GIT PULL] EFI fixes for v3.10

2013-04-19 Thread Matt Fleming
Hi guys, There's a few bug fixes sitting in the EFI urgent branch. Please consider pulling. The following changes since commit ca0ba26fbbd2d81c43085df49ce0abfe34535a90: efivars: Fix check for CONFIG_EFI_VARS_PSTORE_DEFAULT_DISABLE (2013-03-22 20:08:01 +) are available in the git

[GIT PULL] EFI fixes for v3.10

2013-04-19 Thread Matt Fleming
Hi guys, There's a few bug fixes sitting in the EFI urgent branch. Please consider pulling. The following changes since commit ca0ba26fbbd2d81c43085df49ce0abfe34535a90: efivars: Fix check for CONFIG_EFI_VARS_PSTORE_DEFAULT_DISABLE (2013-03-22 20:08:01 +) are available in the git

Re: [GIT PULL] EFI fixes for v3.10

2013-04-19 Thread H. Peter Anvin
On 04/19/2013 10:38 AM, Matt Fleming wrote: Hi guys, There's a few bug fixes sitting in the EFI urgent branch. Please consider pulling. We are *post -rc7* and days away from release. I can't push this to Linus without a detailed description of what this is and why we need it now. Yes, I

Re: [GIT PULL] EFI fixes for v3.10

2013-04-19 Thread H. Peter Anvin
On 04/19/2013 10:38 AM, Matt Fleming wrote: Richard Weinberger (2): x86,efi: Check max_size only if it is non-zero. x86,efi: Implement efi_no_storage_paranoia parameter OK, I'll pull this for now, but this *really* need to be an automatic quirk of some sort, especially when

Re: [GIT PULL] EFI fixes for v3.8

2013-01-29 Thread Matt Fleming
Hi guys, The following changes since commit 7d1f9aeff1ee4a20b1aeb377dd0f579fe9647619: Linux 3.8-rc4 (2013-01-17 19:25:45 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git for you to fetch changes up to

Re: [GIT PULL] EFI fixes for v3.8

2013-01-29 Thread Matt Fleming
Hi guys, The following changes since commit 7d1f9aeff1ee4a20b1aeb377dd0f579fe9647619: Linux 3.8-rc4 (2013-01-17 19:25:45 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git for you to fetch changes up to

Re: [GIT PULL] EFI fixes for v3.8

2013-01-18 Thread David Woodhouse
On Fri, 2013-01-18 at 10:29 +, Matt Fleming wrote: > Hi Peter, > > The following changes since commit 7d1f9aeff1ee4a20b1aeb377dd0f579fe9647619: > > Linux 3.8-rc4 (2013-01-17 19:25:45 -0800) > > are available in the git repository at: > >

[GIT PULL] EFI fixes for v3.8

2013-01-18 Thread Matt Fleming
Hi Peter, The following changes since commit 7d1f9aeff1ee4a20b1aeb377dd0f579fe9647619: Linux 3.8-rc4 (2013-01-17 19:25:45 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git tags/efi-for-3.8 for you to fetch changes up to

[GIT PULL] EFI fixes for v3.8

2013-01-18 Thread Matt Fleming
Hi Peter, The following changes since commit 7d1f9aeff1ee4a20b1aeb377dd0f579fe9647619: Linux 3.8-rc4 (2013-01-17 19:25:45 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git tags/efi-for-3.8 for you to fetch changes up to

Re: [GIT PULL] EFI fixes for v3.8

2013-01-18 Thread David Woodhouse
On Fri, 2013-01-18 at 10:29 +, Matt Fleming wrote: Hi Peter, The following changes since commit 7d1f9aeff1ee4a20b1aeb377dd0f579fe9647619: Linux 3.8-rc4 (2013-01-17 19:25:45 -0800) are available in the git repository at:

Re: [GIT PULL] EFI fixes for v3.7

2012-10-26 Thread Matt Fleming
On Fri, 2012-10-26 at 10:22 +0200, Ingo Molnar wrote: > * Matt Fleming wrote: > > > Hi guys, > > > > The following changes since commit ddffeb8c4d0331609ef2581d84de4d763607bd37: > > > > Linux 3.7-rc1 (2012-10-14 14:41:04 -0700) > > > > are available in the git repository at: > > > >

Re: [GIT PULL] EFI fixes for v3.7

2012-10-26 Thread Ingo Molnar
* Matt Fleming wrote: > Hi guys, > > The following changes since commit ddffeb8c4d0331609ef2581d84de4d763607bd37: > > Linux 3.7-rc1 (2012-10-14 14:41:04 -0700) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git >

[GIT PULL] EFI fixes for v3.7

2012-10-26 Thread Matt Fleming
Hi guys, The following changes since commit ddffeb8c4d0331609ef2581d84de4d763607bd37: Linux 3.7-rc1 (2012-10-14 14:41:04 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git tags/efi-for-3.7 for you to fetch changes up to

[GIT PULL] EFI fixes for v3.7

2012-10-26 Thread Matt Fleming
Hi guys, The following changes since commit ddffeb8c4d0331609ef2581d84de4d763607bd37: Linux 3.7-rc1 (2012-10-14 14:41:04 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git tags/efi-for-3.7 for you to fetch changes up to

Re: [GIT PULL] EFI fixes for v3.7

2012-10-26 Thread Ingo Molnar
* Matt Fleming m...@console-pimps.org wrote: Hi guys, The following changes since commit ddffeb8c4d0331609ef2581d84de4d763607bd37: Linux 3.7-rc1 (2012-10-14 14:41:04 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git

Re: [GIT PULL] EFI fixes for v3.7

2012-10-26 Thread Matt Fleming
On Fri, 2012-10-26 at 10:22 +0200, Ingo Molnar wrote: * Matt Fleming m...@console-pimps.org wrote: Hi guys, The following changes since commit ddffeb8c4d0331609ef2581d84de4d763607bd37: Linux 3.7-rc1 (2012-10-14 14:41:04 -0700) are available in the git repository at: