Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1603576

[GIT PULL] UEFI fix for v4.11-rc

Path csiph.com!1.us.feeder.erje.net!feeder.erje.net!2.us.feeder.erje.net!newsfeed.fsmpi.rwth-aachen.de!newsfeed.straub-nv.de!news.unit0.net!news.panservice.it!bofh.it!news.nic.it!robomod
From Ard Biesheuvel <ard.biesheuvel@linaro.org>
Newsgroups linux.kernel
Subject [GIT PULL] UEFI fix for v4.11-rc
Date Fri, 17 Mar 2017 20:10:02 +0100
Message-ID <tm5qa-2HS-7@gated-at.bofh.it> (permalink)
Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=4tUY4aEBDHBg4jSLQOIR7RER5zBQqbzz/xEQAdGfuzc=; b=biX6f1/y/SaMPx+4He0Rf3g+9r3eeOXp1uh3T77na9quDZC8KDek/hA+H1OkBOCgV/ 7CkRYIOoHS09Q+Jz0iPjlu42Sgvs05GVV76dObdgINURYBraU0ydr4UyEusbsbD9leW5 TdYuQNnOxudyncJX6AX6qmbx718hUeRVY9YuY=
X-Google-Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=4tUY4aEBDHBg4jSLQOIR7RER5zBQqbzz/xEQAdGfuzc=; b=L0yQhqKPuEol8L0o9Q/XWyj7SqfA6L0d2k33hzIDDBxpCm5O+UzMocIFD/64Z7aTuu xLnLF8HkAWuRhprl+M+o+uyoTTJionpSkBy6rMd6pRPue3pOAEYrWzQROZhXqUVoQ5wm i0rDMF3k/M0EKQHoheeVro7zgmTfkAhYjj1/8fQuFHfMKD7jUbSY+W2/VOPM8142HjLa 98nnV+gKR2HaCnqo++d+HggH+owV5BxTMyU25SsqLTdaAJKfGZ5CxJ3ajQho8QqVtSV+ IqXQRtGyACVRuFZjKXiM0jAl2Fpvn/NVfS4oiQXZXDHBP9XZmTYelZJtAsJzvGkygak1 3pYw==
X-Gm-Message-State AFeK/H0wg/UJ7qk1WEsWYfjhqDiej4MbwLVdlOwPjT9dQyKcrHyCGmOsquEZdpbrHwMaq241
X-Received by 10.28.63.84 with SMTP id m81mr4045368wma.42.1489777633714; Fri, 17 Mar 2017 12:07:13 -0700 (PDT)
X-Mailer git-send-email 2.7.4
Sender robomod@news.nic.it
List-ID <linux-kernel.vger.kernel.org>
X-Mailing-List linux-kernel@vger.kernel.org
Approved robomod@news.nic.it
Lines 32
Organization linux.* mail to news gateway
X-Original-Cc Ard Biesheuvel <ard.biesheuvel@linaro.org>, linux-kernel@vger.kernel.org, Daniel Drake <drake@endlessm.com>, Matt Fleming <matt@codeblueprint.co.uk>, Peter Jones <pjones@redhat.com>
X-Original-Date Fri, 17 Mar 2017 19:06:44 +0000
X-Original-Message-ID <1489777605-8363-1-git-send-email-ard.biesheuvel@linaro.org>
X-Original-Sender linux-kernel-owner@vger.kernel.org
Xref csiph.com linux.kernel:1603576

Show key headers only | View raw


Hi all,

At Matt's request, we are proposing this single patch as a bugfix for v4.11.
Please pull.

The following changes since commit 4495c08e84729385774601b5146d51d9e5849f81:

  Linux 4.11-rc2 (2017-03-12 14:47:08 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git tags/efi-urgent

for you to fetch changes up to 822f5845f710e57d7e2df1fd1ee00d6e19d334fe:

  efi/esrt: Cleanup bad memory map log messages (2017-03-17 18:53:12 +0000)

----------------------------------------------------------------
A single UEFI fix:
- Reduce the severity of the notice that appears when the ESRT table points
  to memory that is not covered by the memory map. It is scaring our users
  and interfering with their nice splash screens. Note that the ESRT may still
  be perfectly usable, and is currently (to my knowledge) not widely used to
  begin with.

----------------------------------------------------------------
Daniel Drake (1):
      efi/esrt: Cleanup bad memory map log messages

 drivers/firmware/efi/efi.c  | 1 -
 drivers/firmware/efi/esrt.c | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[GIT PULL] UEFI fix for v4.11-rc Ard Biesheuvel <ard.biesheuvel@linaro.org> - 2017-03-17 20:10 +0100
  [PATCH] efi/esrt: Cleanup bad memory map log messages Ard Biesheuvel <ard.biesheuvel@linaro.org> - 2017-03-17 20:10 +0100

csiph-web