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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 27 Apr 2011 08:33:35 -0700
From:	Greg KH <gregkh@...e.de>
To:	Randy Dunlap <randy.dunlap@...cle.com>
Cc:	Oren Weil <oren.jer.weil@...el.com>, devel@...verdev.osuosl.org,
	linux-kernel@...r.kernel.org, alan@...ux.intel.com,
	david@...dhou.se
Subject: Re: [PATCH 6/8] staging/mei: Header file contain the Userland API,
 (IOCTL and its struct)

On Wed, Apr 27, 2011 at 08:15:41AM -0700, Randy Dunlap wrote:
> On Wed, 27 Apr 2011 13:27:35 +0300 Oren Weil wrote:
> 
> 
> > +/*
> > + * This IOCTL is used to associate the current file descriptor with a
> > + * FW Client (given by UUID). This opens a communication channel
> > + * between a host client and a FW client. From this point every read and write
> > + * will communicate with the associated FW client.
> > + * Only in close() (file_operation release()) the communication between
> > + * the clients is disconnected
> > + *
> > + * The IOCTL argument is a struct with a union the contains
> > + * the input parameter and the output parameter for this IOCTL.
> > + *
> > + * The input parameter is UUID of the FW Client.
> > + * The output parameter is the properties of the FW client
> > + * (FW protocol version and max message size).
> > + *
> > + */
> > +#define IOCTL_MEI_CONNECT_CLIENT \
> > +	_IOWR('H' , 0x01, struct mei_connect_client_data)
> 
> 
> Please update Documentation/ioctl/ioctl-number.txt.

Not yet, this code might get that ioctl removed before it gets merged
into the main part of the kernel.

Or at least I can hope :)

thanks,

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ