Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755390AbbFON1O (ORCPT ); Mon, 15 Jun 2015 09:27:14 -0400 Received: from mail-wg0-f42.google.com ([74.125.82.42]:36065 "EHLO mail-wg0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754671AbbFON1H convert rfc822-to-8bit (ORCPT ); Mon, 15 Jun 2015 09:27:07 -0400 Subject: Re: [PATCH v4 4/4] Documentation: ABI: /sys/firmware/devicetree/overlays Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2098\)) Content-Type: text/plain; charset=utf-8 From: Pantelis Antoniou In-Reply-To: Date: Mon, 15 Jun 2015 16:26:57 +0300 Cc: Grant Likely , Andrew Morton , Matt Porter , Koen Kooi , Guenter Roeck , Greg Kroah-Hartman , "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "linux-api@vger.kernel.org" Content-Transfer-Encoding: 8BIT Message-Id: References: <1434137896-13806-1-git-send-email-pantelis.antoniou@konsulko.com> <1434137896-13806-5-git-send-email-pantelis.antoniou@konsulko.com> To: Rob Herring X-Mailer: Apple Mail (2.2098) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 3299 Lines: 83 Hi Rob, > On Jun 15, 2015, at 16:24 , Rob Herring wrote: > > On Fri, Jun 12, 2015 at 2:38 PM, Pantelis Antoniou > wrote: >> Documentation ABI entry for overlays sysfs entries. >> >> Signed-off-by: Pantelis Antoniou >> --- >> .../ABI/testing/sysfs-firmware-devicetree-overlays | 35 ++++++++++++++++++++++ >> 1 file changed, 35 insertions(+) >> create mode 100644 Documentation/ABI/testing/sysfs-firmware-devicetree-overlays >> >> diff --git a/Documentation/ABI/testing/sysfs-firmware-devicetree-overlays b/Documentation/ABI/testing/sysfs-firmware-devicetree-overlays >> new file mode 100644 >> index 0000000..be2d28b >> --- /dev/null >> +++ b/Documentation/ABI/testing/sysfs-firmware-devicetree-overlays >> @@ -0,0 +1,35 @@ >> +What: /sys/firmware/devicetree/overlays/ >> +Date: March 2015 >> +Contact: Pantelis Antoniou >> +Description: >> + This directory contains the applied device tree overlays of >> + the running system, as directories of the overlay id. >> + >> + enable: The master enable switch, by default is 1, and when >> + set to 0 it cannot be re-enabled for security reasons. >> + >> +What: /sys/firmware/devicetree/overlays/ >> +Date: March 2015 >> +Contact: Pantelis Antoniou >> +Description: >> + Each directory represents an applied overlay, containing >> + the following attribute files. >> + >> + The discussion about this switch takes place in: >> + http://comments.gmane.org/gmane.linux.drivers.devicetree/101871 >> + >> + Kees Cook: >> + "Coming from the perspective of drawing a bright line between >> + kernel and the root user (which tends to start with disabling >> + kernel module loading), I would say that there at least needs >> + to be a high-level one-way "off" switch for the interface so >> + that systems that have this interface can choose to turn it off >> + during initial boot, etc." > > Doesn't this below up above with "enable”? Ugh I guess so. > >> + >> + targets: A file containing the list of targets of each overlay >> + with each line containing a target. > > We have OF nodes in sysfs now. Would it be more useful if we created > links to the target nodes instead of having a list of names? > Probably, this interface is merely informational; things get complicated by the fact that there can be more than one target in each overlay. >> + >> + can_remove: The attribute set to 1 means that the overlay can >> + be removed, while 0 means that the overlay is being >> + overlapped therefore removal is prohibited. >> + >> -- >> 1.7.12 >> Regards — Pantelis -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/