lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Wed, 6 Oct 2021 19:46:08 -0700 From: Florian Fainelli <f.fainelli@...il.com> To: Zev Weiss <zev@...ilderbeest.net>, openbmc@...ts.ozlabs.org Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>, Jeremy Kerr <jk@...econstruct.com.au>, Joel Stanley <joel@....id.au>, Rob Herring <robh+dt@...nel.org>, devicetree@...r.kernel.org, Andrew Jeffery <andrew@...id.au>, Frank Rowand <frowand.list@...il.com>, "Rafael J. Wysocki" <rafael@...nel.org>, Andy Shevchenko <andy@...nel.org>, Andrew Morton <akpm@...ux-foundation.org>, Francis Laniel <laniel_francis@...vacyrequired.com>, Kees Cook <keescook@...omium.org>, Andrey Konovalov <andreyknvl@...il.com>, Jonathan Cameron <Jonathan.Cameron@...wei.com>, Daniel Axtens <dja@...ens.net>, Alexey Dobriyan <adobriyan@...il.com>, Dan Williams <dan.j.williams@...el.com>, Daniel Vetter <daniel.vetter@...ll.ch>, Krzysztof WilczyĆski <kw@...ux.com>, Heiner Kallweit <hkallweit1@...il.com>, Nick Desaulniers <ndesaulniers@...gle.com>, linux-kernel@...r.kernel.org, linux-arm-kernel@...ts.infradead.org, linux-aspeed@...ts.ozlabs.org Subject: Re: [PATCH 0/9] Dynamic DT device nodes On 10/6/2021 5:09 PM, Zev Weiss wrote: > Hello, > > This patch series is in some ways kind of a v2 for the "Dynamic > aspeed-smc flash chips via 'reserved' DT status" series I posted > previously [0], but takes a fairly different approach suggested by Rob > Herring [1] and doesn't actually touch the aspeed-smc driver or > anything in the MTD subsystem, so I haven't marked it as such. > > To recap a bit of the context from that series, in OpenBMC there's a > need for certain devices (described by device-tree nodes) to be able > to be attached and detached at runtime (for example the SPI flash for > the host's firmware, which is shared between the BMC and the host but > can only be accessed by one or the other at a time). To provide that > ability, this series adds support for a new common device-tree > property, a boolean "dynamic" that indicates that the device may come > and go at runtime. When present on a node, the sysfs file for that > node's "status" property is made writable, allowing userspace to do > things like: > > $ echo okay > /sys/firmware/devicetree/.../status > $ echo reserved > /sys/firmware/devicetree/.../status > > to activate and deactivate a dynamic device. This is a completely drive by comment here, but cannot you already achieve what you want today by making the SPI-NOR to be loaded as a module, probe it when you need it from the BMC, and unbind or rmmod the drive when you need it on the server/host attached to the BMC? Looking at [0] there appears to be enough signaling visible by the BMC's user-space that it ought to be possible? Assuming that there may be multiple flash chips and you somehow need to access one in order to complete the BMC device boot, but not the other one(s), you could imagine unbinding the spi-nor driver from the ones you don't want to drive and wait until you have appropriate signaling made available to your or is there a risk of racing with the host in doing so? -- Florian
Powered by blists - more mailing lists