[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20200120132607.GB24951@lxhi-065.adit-jv.com>
Date: Mon, 20 Jan 2020 14:26:07 +0100
From: Eugeniu Rosca <erosca@...adit-jv.com>
To: Geert Uytterhoeven <geert+renesas@...der.be>
CC: Linus Walleij <linus.walleij@...aro.org>,
Bartosz Golaszewski <bgolaszewski@...libre.com>,
Jonathan Corbet <corbet@....net>,
Harish Jenny K N <harish_kandiga@...tor.com>,
Eugeniu Rosca <erosca@...adit-jv.com>,
Alexander Graf <graf@...zon.com>,
Peter Maydell <peter.maydell@...aro.org>,
Paolo Bonzini <pbonzini@...hat.com>,
Phil Reid <preid@...ctromag.com.au>,
Marc Zyngier <marc.zyngier@....com>,
Christoffer Dall <christoffer.dall@....com>,
Magnus Damm <magnus.damm@...il.com>,
Rob Herring <robh+dt@...nel.org>,
Mark Rutland <mark.rutland@....com>,
<linux-gpio@...r.kernel.org>, <linux-doc@...r.kernel.org>,
<linux-renesas-soc@...r.kernel.org>,
<linux-kernel@...r.kernel.org>, <qemu-devel@...gnu.org>,
Eugeniu Rosca <roscaeugeniu@...il.com>
Subject: Re: [PATCH v4 0/5] gpio: Add GPIO Aggregator
Hi Geert,
On Wed, Jan 15, 2020 at 07:15:18PM +0100, Geert Uytterhoeven wrote:
> Hi all,
>
> GPIO controllers are exported to userspace using /dev/gpiochip*
> character devices. Access control to these devices is provided by
> standard UNIX file system permissions, on an all-or-nothing basis:
> either a GPIO controller is accessible for a user, or it is not.
> Currently no mechanism exists to control access to individual GPIOs.
>
> Hence this adds a GPIO driver to aggregate existing GPIOs, and expose
> them as a new gpiochip. This is useful for implementing access control,
> and assigning a set of GPIOs to a specific user. Furthermore, this
> simplifies and hardens exporting GPIOs to a virtual machine, as the VM
> can just grab the full GPIO controller, and no longer needs to care
> about which GPIOs to grab and which not, reducing the attack surface.
>
> Recently, other use cases have been discovered[1]:
> - Describing simple GPIO-operated devices in DT, and using the GPIO
> Aggregator as a generic GPIO driver for userspace, which is useful
> for industrial control.
As per comments and test results in [*] (accidentally attached to v3):
Reviewed-by: Eugeniu Rosca <erosca@...adit-jv.com>
Tested-by: Eugeniu Rosca <erosca@...adit-jv.com>
[*] https://lore.kernel.org/linux-renesas-soc/20200120121439.GA24951@lxhi-065.adit-jv.com/
("Re: [PATCH v3 0/7] gpio: Add GPIO Aggregator/Repeater")
--
Best Regards,
Eugeniu Rosca
Powered by blists - more mailing lists