From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752573AbdLFRUY (ORCPT ); Wed, 6 Dec 2017 12:20:24 -0500 Received: from mail-wm0-f66.google.com ([74.125.82.66]:42968 "EHLO mail-wm0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751964AbdLFRUX (ORCPT ); Wed, 6 Dec 2017 12:20:23 -0500 X-Google-Smtp-Source: AGs4zMagxkJnYIAjpMG+bQilkUOTqR2E773jnJpQsKVZwSir/BnC0oYAiW9jQkhTRI05ad6tQMaBEg== Date: Wed, 6 Dec 2017 18:20:19 +0100 From: Ingo Molnar To: Ard Biesheuvel Cc: linux-efi@vger.kernel.org, Thomas Gleixner , "H . Peter Anvin" , linux-kernel@vger.kernel.org, Dave Young , Greg Kroah-Hartman , Linus Torvalds , Matt Fleming , Pan Bian Subject: Re: [GIT PULL 0/3] EFI fixes for v4.15 Message-ID: <20171206172019.j7rfcw32oloigul5@gmail.com> References: <20171206095010.24170-1-ard.biesheuvel@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171206095010.24170-1-ard.biesheuvel@linaro.org> User-Agent: NeoMutt/20170609 (1.8.3) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Ard Biesheuvel wrote: > The following changes since commit ae64f9bd1d3621b5e60d7363bc20afb46aede215: > > Linux 4.15-rc2 (2017-12-03 11:01:47 -0500) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git efi-urgent > > for you to fetch changes up to bfe89df500c99e29fbd0fd6f18e396f1625efcee: > > efi: add comment to avoid future expanding of sysfs systab (2017-12-05 18:11:36 +0000) > > ---------------------------------------------------------------- > A couple of fixes for v4.15: > - limit the permissions of EFI related sysfs nodes to 0400 > - use memunmap not kfree for a mapping created with memremap > - add a comment to the code that produces the contents of > /sys/firmware/efi/systab that it already violates policy, and > no new entries should be added to it > > ---------------------------------------------------------------- > Dave Young (1): > efi: add comment to avoid future expanding of sysfs systab > > Greg Kroah-Hartman (1): > efi: move some sysfs files to be read-only by root > > Pan Bian (1): > efi/esrt: use memunmap rather kfree to free the remapping > > drivers/firmware/efi/efi.c | 5 +++-- > drivers/firmware/efi/esrt.c | 17 +++++++---------- > drivers/firmware/efi/runtime-map.c | 10 +++++----- > include/linux/sysfs.h | 6 ++++++ > 4 files changed, 21 insertions(+), 17 deletions(-) Applied, thanks Ard! Ingo From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ingo Molnar Subject: Re: [GIT PULL 0/3] EFI fixes for v4.15 Date: Wed, 6 Dec 2017 18:20:19 +0100 Message-ID: <20171206172019.j7rfcw32oloigul5@gmail.com> References: <20171206095010.24170-1-ard.biesheuvel@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20171206095010.24170-1-ard.biesheuvel-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> Sender: linux-efi-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Ard Biesheuvel Cc: linux-efi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Thomas Gleixner , "H . Peter Anvin" , linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Dave Young , Greg Kroah-Hartman , Linus Torvalds , Matt Fleming , Pan Bian List-Id: linux-efi@vger.kernel.org * Ard Biesheuvel wrote: > The following changes since commit ae64f9bd1d3621b5e60d7363bc20afb46aede215: > > Linux 4.15-rc2 (2017-12-03 11:01:47 -0500) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git efi-urgent > > for you to fetch changes up to bfe89df500c99e29fbd0fd6f18e396f1625efcee: > > efi: add comment to avoid future expanding of sysfs systab (2017-12-05 18:11:36 +0000) > > ---------------------------------------------------------------- > A couple of fixes for v4.15: > - limit the permissions of EFI related sysfs nodes to 0400 > - use memunmap not kfree for a mapping created with memremap > - add a comment to the code that produces the contents of > /sys/firmware/efi/systab that it already violates policy, and > no new entries should be added to it > > ---------------------------------------------------------------- > Dave Young (1): > efi: add comment to avoid future expanding of sysfs systab > > Greg Kroah-Hartman (1): > efi: move some sysfs files to be read-only by root > > Pan Bian (1): > efi/esrt: use memunmap rather kfree to free the remapping > > drivers/firmware/efi/efi.c | 5 +++-- > drivers/firmware/efi/esrt.c | 17 +++++++---------- > drivers/firmware/efi/runtime-map.c | 10 +++++----- > include/linux/sysfs.h | 6 ++++++ > 4 files changed, 21 insertions(+), 17 deletions(-) Applied, thanks Ard! Ingo