Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1640541 > unrolled thread
| Started by | Shuah Khan <shuahkh@osg.samsung.com> |
|---|---|
| First post | 2017-05-12 17:30 +0200 |
| Last post | 2017-05-15 16:40 +0200 |
| Articles | 4 — 3 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH 4.11 00/28] 4.11.1-stable review Shuah Khan <shuahkh@osg.samsung.com> - 2017-05-12 17:30 +0200
Re: [PATCH 4.11 00/28] 4.11.1-stable review Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-05-12 17:50 +0200
Re: [PATCH 4.11 00/28] 4.11.1-stable review Shuah Khan <shuahkh@osg.samsung.com> - 2017-05-12 18:10 +0200
Re: [PATCH 4.11 00/28] 4.11.1-stable review Matt Fleming <matt@codeblueprint.co.uk> - 2017-05-15 16:40 +0200
| From | Shuah Khan <shuahkh@osg.samsung.com> |
|---|---|
| Date | 2017-05-12 17:30 +0200 |
| Subject | Re: [PATCH 4.11 00/28] 4.11.1-stable review |
| Message-ID | <tGkFY-6vb-21@gated-at.bofh.it> |
On 05/11/2017 08:12 AM, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.11.1 release. > There are 28 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses should be made by Sat May 13 14:12:05 UTC 2017. > Anything received after that time might be too late. > > The whole patch series can be found in one patch at: > kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.11.1-rc1.gz > or in the git tree and branch at: > git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.11.y > and the diffstat can be found below. > > thanks, > > greg k-h > Compiled and booted on my test system. No dmesg regressions. thanks, -- Shuah
[toc] | [next] | [standalone]
| From | Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
|---|---|
| Date | 2017-05-12 17:50 +0200 |
| Message-ID | <tGkZj-6DA-7@gated-at.bofh.it> |
| In reply to | #1640541 |
On Fri, May 12, 2017 at 09:25:28AM -0600, Shuah Khan wrote: > On 05/11/2017 08:12 AM, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 4.11.1 release. > > There are 28 patches in this series, all will be posted as a response > > to this one. If anyone has any issues with these being applied, please > > let me know. > > > > Responses should be made by Sat May 13 14:12:05 UTC 2017. > > Anything received after that time might be too late. > > > > The whole patch series can be found in one patch at: > > kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.11.1-rc1.gz > > or in the git tree and branch at: > > git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.11.y > > and the diffstat can be found below. > > > > thanks, > > > > greg k-h > > > > Compiled and booted on my test system. No dmesg regressions. Thanks for testing all of these, and letting me know. greg k-h
[toc] | [prev] | [next] | [standalone]
| From | Shuah Khan <shuahkh@osg.samsung.com> |
|---|---|
| Date | 2017-05-12 18:10 +0200 |
| Message-ID | <tGliF-71V-17@gated-at.bofh.it> |
| In reply to | #1640541 |
On 05/12/2017 09:25 AM, Shuah Khan wrote: > On 05/11/2017 08:12 AM, Greg Kroah-Hartman wrote: >> This is the start of the stable review cycle for the 4.11.1 release. >> There are 28 patches in this series, all will be posted as a response >> to this one. If anyone has any issues with these being applied, please >> let me know. >> >> Responses should be made by Sat May 13 14:12:05 UTC 2017. >> Anything received after that time might be too late. >> >> The whole patch series can be found in one patch at: >> kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.11.1-rc1.gz >> or in the git tree and branch at: >> git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.11.y >> and the diffstat can be found below. >> >> thanks, >> >> greg k-h >> > > Compiled and booted on my test system. No dmesg regressions. > > thanks, > -- Shuah > Greg/Matt, I started seeing this maybe since 4.11, so it isn't really a 4.11.1 issue, however sounds like this shouldn't be an error message, since it is showing up on an older platform. efi: EFI_MEMMAP is not enabled. efi: Failed to lookup EFI memory descriptor for 0x00000000d9e0f018 From 816e76129ed5fadd28e526c43397c79775194b5c Mon Sep 17 00:00:00 2001 From: Matt Fleming <matt@codeblueprint.co.uk> Date: Mon, 29 Feb 2016 21:22:52 +0000 Subject: [PATCH] efi: Allow drivers to reserve boot services forever This change was introduced in Commit: 816e76129ed5fadd28e526c43397c79775194b5c Matt! Shouldn't this be a debug message?? Is this a really an error?? thanks, -- Shuah
[toc] | [prev] | [next] | [standalone]
| From | Matt Fleming <matt@codeblueprint.co.uk> |
|---|---|
| Date | 2017-05-15 16:40 +0200 |
| Message-ID | <tHpkf-Uz-29@gated-at.bofh.it> |
| In reply to | #1640564 |
On Fri, 12 May, at 10:01:41AM, Shuah Khan wrote: > > Greg/Matt, > > I started seeing this maybe since 4.11, so it isn't really a 4.11.1 > issue, however sounds like this shouldn't be an error message, since > it is showing up on an older platform. > > efi: EFI_MEMMAP is not enabled. > efi: Failed to lookup EFI memory descriptor for 0x00000000d9e0f018 > > > From 816e76129ed5fadd28e526c43397c79775194b5c Mon Sep 17 00:00:00 2001 > From: Matt Fleming <matt@codeblueprint.co.uk> > Date: Mon, 29 Feb 2016 21:22:52 +0000 > Subject: [PATCH] efi: Allow drivers to reserve boot services forever > > This change was introduced in Commit: 816e76129ed5fadd28e526c43397c79775194b5c > > Matt! > > Shouldn't this be a debug message?? Is this a really an error?? Yes, it's most likely an error. We shouldn't be trying to reserve EFI regions if we can't find them in the memory map. Can you provide the full dmesg, please?
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web