Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753281AbdLEKQS (ORCPT ); Tue, 5 Dec 2017 05:16:18 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:57254 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753120AbdLEKQP (ORCPT ); Tue, 5 Dec 2017 05:16:15 -0500 Date: Tue, 5 Dec 2017 11:16:22 +0100 From: Greg KH To: Dave Young Cc: Ard Biesheuvel , Matt Fleming , linux-efi@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] efi: add comment to avoid future expanding of sysfs systab Message-ID: <20171205101622.GA7816@kroah.com> References: <20171205094227.GA16630@dhcp-128-65.nay.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171205094227.GA16630@dhcp-128-65.nay.redhat.com> User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 415 Lines: 9 On Tue, Dec 05, 2017 at 05:42:27PM +0800, Dave Young wrote: > /sys/firmware/efi/systab shows several different values, it breaks sysfs > one file one value design. But since there are already userspace tools > depend on it eg. kexec-tools so add code comment to alert future expanding > of this file. > > Signed-off-by: Dave Young Reviewed-by: Greg Kroah-Hartman