From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Thu, 7 Mar 2013 08:56:01 -0600 From: Seth Forshee To: Matt Fleming Cc: linux-kernel@vger.kernel.org, linux-efi@vger.kernel.org, stable@vger.kernel.org Subject: Problem mounting efivarfs in 3.9 Message-ID: <20130307145601.GA24233@thinkpad-t410> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: Hi Matt, I found myself unable to mount efivarfs on one of my machines in 3.9. This is due to your patch to be more aggressive about validating filenames. This machine had some crash dumps from pstore, which start with "dump-type". However now efivars expects the guid to follow the first '-' character, despite the fact that the efivars pstore code is creating the file names starting with dump-type. Since these names fail the validation the mount fails. These changes are now in some of the stable releases as well (3.8.x at minumum). Thanks, Seth