Re: [GIT PULL] EFI fix

2019-05-19 Thread pr-tracker-bot
The pull request you sent on Sat, 18 May 2019 11:17:26 +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/39feaa3ff4453594297574e116a55bd6d5371f37 Thank you! -- Deet-doot-dot, I am a

[GIT PULL] EFI fix

2019-05-18 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: f8585539df0a1527c78b5d760665c89fe1c105a9 fbdev/efifb: Ignore framebuffer memmap entries that lack any memory types Fix an EFI-fb regre

Re: [GIT pull] efi fix for 5.0

2019-02-03 Thread pr-tracker-bot
The pull request you sent on Sun, 03 Feb 2019 17:16:05 +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/89401be6580eab6419bab1f553144131e7a335dc Thank you! -- Deet-doot-dot, I am a

[GIT pull] efi fix for 5.0

2019-02-03 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 The dump info for the efi page table debugging lacks a terminator which causes the kernel to crash when the debugfile is read. Thanks, tg

Re: [GIT PULL] EFI fix

2019-01-12 Thread Ingo Molnar
* Linus Torvalds wrote: > On Thu, Jan 10, 2019 at 11:46 PM Ingo Molnar wrote: > > > > A single fix that adds an annotation to resolve a kmemleak false > > positive. > > This one is apparently obviated by commit 80424b02d42b ("efi: Reduce > the amount of memblock reservations for persistent al

Re: [GIT PULL] EFI fix

2019-01-12 Thread Ingo Molnar
* Linus Torvalds wrote: > On Fri, Jan 11, 2019 at 6:22 AM Ard Biesheuvel > wrote: > > > > I was hoping we could merge this patch (so we can backport it), but > > resolve the conflict by dropping the kmemleak_ignore() again [..] > > Well, we'd drop the new #include line also, since it would be

Re: [GIT PULL] EFI fix

2019-01-11 Thread Linus Torvalds
On Fri, Jan 11, 2019 at 6:22 AM Ard Biesheuvel wrote: > > I was hoping we could merge this patch (so we can backport it), but > resolve the conflict by dropping the kmemleak_ignore() again [..] Well, we'd drop the new #include line also, since it would be pointless without the kmemleak_ignore().

Re: [GIT PULL] EFI fix

2019-01-11 Thread Linus Torvalds
On Thu, Jan 10, 2019 at 11:46 PM Ingo Molnar wrote: > > A single fix that adds an annotation to resolve a kmemleak false > positive. This one is apparently obviated by commit 80424b02d42b ("efi: Reduce the amount of memblock reservations for persistent allocations") Linus

Re: [GIT PULL] EFI fix

2019-01-11 Thread Ard Biesheuvel
On Fri, 11 Jan 2019 at 08:46, Ingo Molnar wrote: > > 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: b12f5440d8ca02e8f9ab4f1461f9214295cc4f66 Merge branch 'linus' into > e

[GIT PULL] EFI fix

2019-01-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: b12f5440d8ca02e8f9ab4f1461f9214295cc4f66 Merge branch 'linus' into efi/urgent, to resolve conflict A single fix that adds an annotatio

Re: [GIT PULL] EFI fix

2018-11-30 Thread pr-tracker-bot
The pull request you sent on Fri, 30 Nov 2018 07:21:02 +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/8d9f412d51b84eafd2253a82120e218ddc53e721 Thank you! -- Deet-doot-dot, I am a

[GIT PULL] EFI fix

2018-11-29 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: 976b489120cdab2b1b3a41ffa14661db43d58190 efi: Prevent GICv3 WARN() by mapping the memreserve table before first use An arm64 warning f

Re: [GIT pull] efi fix for 4.19

2018-09-22 Thread Greg Kroah-Hartman
On Sat, Sep 22, 2018 at 02:34:03PM +0200, Thomas Gleixner wrote: > Greg, > > 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 > > Make the EFI arm stub device tree loader default on to unbreak exis

[GIT pull] efi fix for 4.19

2018-09-22 Thread Thomas Gleixner
Greg, 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 Make the EFI arm stub device tree loader default on to unbreak existing EFI boot loaders which do not have DTB support. Thanks, tglx ---

[GIT PULL] EFI fix

2018-07-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: e296701800f30d260a66f8aa1971b5b1bc3d2f81 efi/x86: Fix mixed mode reboot loop by removing pointless call to PciIo->Attributes() Fix a U

[GIT pull] EFI fix for 4.16

2018-03-18 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 A single fix to prevent partially initialized pointers in mixed mode (64bit kernel on 32bit UEFI). Thanks, tglx --> Ard

[GIT PULL] EFI fix

2017-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: 792ef14df5c585c19b2831673a077504a09e5203 efi: Fix boot panic because of invalid BGRT image address A boot crash fix for certain system

[GIT pull] efi fix for 4.11

2017-04-02 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 Downgrade the missing ESRT header printk to warning level and remove a useless error printk which just generates noise for no value. Thanks,

Re: [GIT PULL] EFI fix for v4.9 queue

2016-09-20 Thread Ingo Molnar
* Matt Fleming wrote: > Folks, please pull the following fix for the v4.9 EFI queue sat in > tip/efi/core. > > The following changes since commit 5465fe0fc3316f7cdda66732a7986f4ebe76d949: > > Merge tag 'efi-next' of > git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into efi/core

[GIT PULL] EFI fix for v4.9 queue

2016-09-20 Thread Matt Fleming
Folks, please pull the following fix for the v4.9 EFI queue sat in tip/efi/core. The following changes since commit 5465fe0fc3316f7cdda66732a7986f4ebe76d949: Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into efi/core (2016-09-13 20:21:55 +0200) are avail

Re: [GIT PULL] EFI fix

2016-05-24 Thread Ingo Molnar
* Josh Poimboeuf wrote: > On Mon, May 23, 2016 at 01:08:01PM +0100, Matt Fleming wrote: > > On Mon, 16 May, at 01:05:45PM, Linus Torvalds wrote: > > > > > > I think the right fix is to just get rid of that silly conditional > > > frame pointer thing, and always use frame pointers in this stub >

Re: [GIT PULL] EFI fix

2016-05-23 Thread Josh Poimboeuf
On Mon, May 23, 2016 at 01:08:01PM +0100, Matt Fleming wrote: > On Mon, 16 May, at 01:05:45PM, Linus Torvalds wrote: > > > > I think the right fix is to just get rid of that silly conditional > > frame pointer thing, and always use frame pointers in this stub > > function. And then we don't need t

Re: [GIT PULL] EFI fix

2016-05-23 Thread Matt Fleming
On Mon, 16 May, at 01:05:45PM, Linus Torvalds wrote: > > I think the right fix is to just get rid of that silly conditional > frame pointer thing, and always use frame pointers in this stub > function. And then we don't need that (odd) load to get the old stack > pointer into %rax - we can just us

Re: [GIT PULL] EFI fix

2016-05-17 Thread Ingo Molnar
* Matt Fleming wrote: > On Tue, 17 May, at 10:04:34AM, Matt Fleming wrote: > > > > Now I'm wondering whether other users of FRAME_BEGIN/FRAME_END make > > this same mistake. Coccinelle might be able to detect it perhaps. > > A quick bit of sed turned up the code in arch/x86/entry/entry_64.S, >

Re: [GIT PULL] EFI fix

2016-05-17 Thread Matt Fleming
On Tue, 17 May, at 10:04:34AM, Matt Fleming wrote: > > Now I'm wondering whether other users of FRAME_BEGIN/FRAME_END make > this same mistake. Coccinelle might be able to detect it perhaps. A quick bit of sed turned up the code in arch/x86/entry/entry_64.S, which looks to suffer from the same bu

Re: [GIT PULL] EFI fix

2016-05-17 Thread Matt Fleming
On Mon, 16 May, at 01:05:45PM, Linus Torvalds wrote: > > So that whole 8-vs-16 offset confusion depends on the frame pointer! > If frame pointers were enabled, it will be 16. If they weren't, it > will be 8. That patch that changes it from 8 to 16 will just move the > bug around. Before, it was co

Re: [GIT PULL] EFI fix

2016-05-16 Thread Alex Thorlton
On Mon, May 16, 2016 at 03:23:51PM -0500, Alex Thorlton wrote: > Everything discussed above makes sense to me, and the patch looks sane. > I will apply and test it today and let you know how it works. I applied this to the latest -tip kernel and tested on both real hardware and in our simulator.

Re: [GIT PULL] EFI fix

2016-05-16 Thread Alex Thorlton
On Mon, May 16, 2016 at 01:05:45PM -0700, Linus Torvalds wrote: > On Mon, May 16, 2016 at 7:46 AM, Ingo Molnar wrote: > > > > 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:

Re: [GIT PULL] EFI fix

2016-05-16 Thread Linus Torvalds
On Mon, May 16, 2016 at 7:46 AM, Ingo Molnar wrote: > > 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: bea23c757f66d91dac8fdadd94da0cba6b0b66bc x86/efi: Fix 7th argument > to efi_ca

[GIT PULL] EFI fix

2016-05-16 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: bea23c757f66d91dac8fdadd94da0cba6b0b66bc x86/efi: Fix 7th argument to efi_call() A leftover fix from the v4.6 cycle. Thanks,

[GIT PULL] EFI fix

2016-04-28 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: ede85e90be26e5de2a72f76feec01cfc5281d4bd Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into efi/

[GIT PULL] EFI fix

2016-04-16 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: f4d5b8adf3668a2fb69a411974057ec3b150b747 Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into efi/