All of lore.kernel.org
 help / color / mirror / Atom feed
From: Matt Fleming <matt@codeblueprint.co.uk>
To: Greg KH <gregkh@linuxfoundation.org>
Cc: stable@vger.kernel.org,
	Ard Biesheuvel <ard.biesheuvel@linaro.org>,
	Peter Jones <pjones@redhat.com>,
	Matthew Garrett <mjg59@srcf.ucam.org>, joeyli <jlee@suse.com>,
	Matthew Garrett <mjg59@coreos.com>
Subject: Re: [PATCH 2/7] efi: Use ucs2_as_utf8 in efivarfs instead of open coding a bad version
Date: Thu, 10 Mar 2016 14:06:35 +0000	[thread overview]
Message-ID: <20160310140635.GD15775@codeblueprint.co.uk> (raw)
In-Reply-To: <20160301052805.GB3200@kroah.com>

On Tue, 01 Mar, at 05:28:05AM, Greg KH wrote:
> On Thu, Feb 25, 2016 at 09:02:40PM +0000, Matt Fleming wrote:
> > From: Peter Jones <pjones@redhat.com>
> > 
> > commit e0d64e6a880e64545ad7d55786aa84ab76bac475 upstream.
> > 
> > Translate EFI's UCS-2 variable names to UTF-8 instead of just assuming
> > all variable names fit in ASCII.
> > 
> > Signed-off-by: Peter Jones <pjones@redhat.com>
> > Acked-by: Matthew Garrett <mjg59@coreos.com>
> > Tested-by: Lee, Chun-Yi <jlee@suse.com>
> > Signed-off-by: Matt Fleming <matt@codeblueprint.co.uk>
> > ---
> >  drivers/firmware/efi/efivars.c | 30 +++++++++++-------------------
> >  fs/efivarfs/super.c            |  7 +++----
> >  2 files changed, 14 insertions(+), 23 deletions(-)
> 
> This patch doesn't apply to 3.14-stable or 3.10-stable, so if this
> series should be applied there, can you provide a backported set of
> patches for them?

Sorry for the delay. I've just sent a series out that applies to 3.10
and 3.14.

  reply	other threads:[~2016-03-10 14:06 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-25 21:02 [PATCH v2 0/7] make efivarfs files immutable by default (for stable) Matt Fleming
2016-02-25 21:02 ` [PATCH 1/7] lib/ucs2_string: Add ucs2 -> utf8 helper functions Matt Fleming
2016-02-25 21:02 ` [PATCH 2/7] efi: Use ucs2_as_utf8 in efivarfs instead of open coding a bad version Matt Fleming
2016-03-01  5:28   ` Greg KH
2016-03-10 14:06     ` Matt Fleming [this message]
2016-02-25 21:02 ` [PATCH 3/7] efi: Do variable name validation tests in utf8 Matt Fleming
2016-02-25 21:02 ` [PATCH 4/7] efi: Make our variable validation list include the guid Matt Fleming
2016-02-25 21:02 ` [PATCH 5/7] efi: Make efivarfs entries immutable by default Matt Fleming
2016-02-25 21:02 ` [PATCH 6/7] efi: Add pstore variables to the deletion whitelist Matt Fleming
2016-02-25 21:02 ` [PATCH 7/7] lib/ucs2_string: Correct ucs2 -> utf8 conversion Matt Fleming
  -- strict thread matches above, loose matches on Subject: below --
2016-03-10 14:05 [PATCH 0/7] make efivarfs files immutable by default (for 3.10 and 3.14) Matt Fleming
2016-03-10 14:05 ` [PATCH 2/7] efi: Use ucs2_as_utf8 in efivarfs instead of open coding a bad version Matt Fleming

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160310140635.GD15775@codeblueprint.co.uk \
    --to=matt@codeblueprint.co.uk \
    --cc=ard.biesheuvel@linaro.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=jlee@suse.com \
    --cc=mjg59@coreos.com \
    --cc=mjg59@srcf.ucam.org \
    --cc=pjones@redhat.com \
    --cc=stable@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.