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  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 25 Sep 2017 17:46:54 +0000
From:   <Mario.Limonciello@...l.com>
To:     <andy.shevchenko@...il.com>, <pali.rohar@...il.com>
CC:     <dvhart@...radead.org>, <linux-kernel@...r.kernel.org>,
        <platform-driver-x86@...r.kernel.org>, <quasisec@...gle.com>
Subject: RE: [PATCH 11/12] platform/x86: dell-wmi-smbios: introduce character
 device for userspace

> -----Original Message-----
> From: Andy Shevchenko [mailto:andy.shevchenko@...il.com]
> Sent: Monday, September 25, 2017 12:58 PM
> To: Pali Rohár <pali.rohar@...il.com>
> Cc: Limonciello, Mario <Mario_Limonciello@...l.com>; dvhart@...radead.org;
> LKML <linux-kernel@...r.kernel.org>; Platform Driver <platform-driver-
> x86@...r.kernel.org>; quasisec@...gle.com
> Subject: Re: [PATCH 11/12] platform/x86: dell-wmi-smbios: introduce character
> device for userspace
> 
> On Mon, Sep 25, 2017 at 7:31 PM, Pali Rohár <pali.rohar@...il.com> wrote:
> > On Thursday 21 September 2017 08:57:16 Mario Limonciello wrote:
> >> This userspace character device will be used to perform SMBIOS calls
> >> from any applications sending a properly formatted 4k calling interface
> >> buffer.
> >>
> >> This character device is intended to deprecate the dcdbas kernel module
> >> and the interface that it provides to userspace.
> >>
> >> It's important for the driver to provide a R/W ioctl to ensure that
> >> two competing userspace processes don't race to provide or read each
> >> others data.
> 
> >> +What:                /dev/wmi-dell-wmi-smbios
> >
> > What about just /dev/dell-smbios? IOCTL provided here is just SMBIOS
> > related and I think userspace does not have to care if it is via WMI or
> > direct SMM mode... Important is that it provides character device for
> > SMBIOS API and not how it is implemented.
> >
> > Anyway, Darren, Andy, do we have some convention for naming platform
> > character devices?
> 
> For me, looking to this case, seems better to expose a folder like
> /dev/smbios/
> with actual vendor device nodes inside like
> /dev/smbios/dell

I disagree with this.  Dell exposes smbios calling in this kernel interface but
other vendor drivers may also expose different methods for character devices
that are not SMBIOS.

I'm envisioning that this is just the first kernel module that will use a WMI
character device to userspace.  That's why I wanted to use a generic namespace.

I would say it could be /dev/wmi-$GUID or /dev/wmi/$driver-$GUID if you want 
something more generic.
As long as it's discovereable from uevent that's fine to me.

> 
> Darren?
> 
> P.S. Interestingly I wasn't in Cc list for this series at all.

Sorry, my mistake in gitconfig.  I'll add you in next version submission.


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ