From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933057AbcBPPrd (ORCPT ); Tue, 16 Feb 2016 10:47:33 -0500 Received: from mail-wm0-f53.google.com ([74.125.82.53]:37664 "EHLO mail-wm0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932199AbcBPPra (ORCPT ); Tue, 16 Feb 2016 10:47:30 -0500 Date: Tue, 16 Feb 2016 16:47:23 +0100 From: Ingo Molnar To: Matt Fleming Cc: Thomas Gleixner , "H . Peter Anvin" , Ard Biesheuvel , linux-kernel@vger.kernel.org, linux-efi@vger.kernel.org, Jason Andryuk , Laszlo Ersek , "Lee, Chun-Yi" , Matthew Garrett , Peter Jones Subject: Re: [GIT PULL 0/2] EFI urgent fixes Message-ID: <20160216154723.GA20369@gmail.com> References: <1455627560-10576-1-git-send-email-matt@codeblueprint.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1455627560-10576-1-git-send-email-matt@codeblueprint.co.uk> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Matt Fleming wrote: > Folks, here are some bug fixes that missed the previous pull request > but that are related to those patches. > > The following changes since commit 4682c211a80ee93214b72d95f861b0f6e90e5445: > > Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into x86/urgent (2016-02-16 13:14:57 +0100) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git tags/efi-urgent > > for you to fetch changes up to a68075908a37850918ad96b056acc9ac4ce1bd90: > > lib/ucs2_string: Correct ucs2 -> utf8 conversion (2016-02-16 12:49:05 +0000) > > ---------------------------------------------------------------- > * Fix bugs in our code that converts ucs2 strings to utf8 where we > unintentionally drop bits from the original string - Jason Andryuk > > * Add the efi-pstore variables to the variable whitelist so that > users can continue to delete them via efivarfs without needing to > manipulate the immutable flag - Matt Fleming > > ---------------------------------------------------------------- > Jason Andryuk (1): > lib/ucs2_string: Correct ucs2 -> utf8 conversion > > Matt Fleming (1): > efi: Add pstore variables to the deletion whitelist > > drivers/firmware/efi/vars.c | 1 + > lib/ucs2_string.c | 14 +++++++------- > 2 files changed, 8 insertions(+), 7 deletions(-) Pulled, thanks Matt! Ingo