Re: [PATCH 01/61] Rules on how to use sysfs in userspace programs

2007-07-12 Thread Greg KH
On Fri, Jul 13, 2007 at 12:41:14AM +0200, Pavel Machek wrote: > Hi! > > > > > +The kernel exported sysfs exports internal kernel > > > > implementation-details > > > > +and depends on internal kernel structures and layout. It is agreed upon > > > > +by the kernel developers that the Linux kernel

Re: [PATCH 01/61] Rules on how to use sysfs in userspace programs

2007-07-12 Thread Pavel Machek
Hi! > > > +The kernel exported sysfs exports internal kernel implementation-details > > > +and depends on internal kernel structures and layout. It is agreed upon > > > +by the kernel developers that the Linux kernel does not provide a stable > > > +internal API. As sysfs is a direct export of

Re: [PATCH 01/61] Rules on how to use sysfs in userspace programs

2007-07-12 Thread Greg KH
On Thu, Jul 12, 2007 at 10:48:46AM +0200, Pavel Machek wrote: > On Wed 2007-07-11 16:31:20, Greg Kroah-Hartman wrote: > > From: Kay Sievers <[EMAIL PROTECTED]> > > > > Here's a document to help clear things up. > > > > Signed-off-by: Kay Sievers <[EMAIL PROTECTED]> > > Signed-off-by: Greg

Re: [PATCH 01/61] Rules on how to use sysfs in userspace programs

2007-07-12 Thread Kay Sievers
On Thu, 2007-07-12 at 10:48 +0200, Pavel Machek wrote: > On Wed 2007-07-11 16:31:20, Greg Kroah-Hartman wrote: > > From: Kay Sievers <[EMAIL PROTECTED]> > > > > Here's a document to help clear things up. > > > > Signed-off-by: Kay Sievers <[EMAIL PROTECTED]> > > Signed-off-by: Greg Kroah-Hartman

Re: [PATCH 01/61] Rules on how to use sysfs in userspace programs

2007-07-12 Thread Pavel Machek
On Wed 2007-07-11 16:31:20, Greg Kroah-Hartman wrote: > From: Kay Sievers <[EMAIL PROTECTED]> > > Here's a document to help clear things up. > > Signed-off-by: Kay Sievers <[EMAIL PROTECTED]> > Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> > --- > Documentation/sysfs-rules.txt | 166 >

Re: [PATCH 01/61] Rules on how to use sysfs in userspace programs

2007-07-12 Thread Rene Herman
On 07/12/2007 01:43 AM, Greg KH wrote: Patches for grammer are always accepted :) --- a 2007-07-12 12:36:42.0 +0200 +++ b 2007-07-12 12:36:48.0 +0200 @@ -1 +1 @@ -Patches for grammer are always accepted :) +Patches for grammar are always accepted :) Rene. - To

Re: [PATCH 01/61] Rules on how to use sysfs in userspace programs

2007-07-12 Thread Rene Herman
On 07/12/2007 01:43 AM, Greg KH wrote: Patches for grammer are always accepted :) --- a 2007-07-12 12:36:42.0 +0200 +++ b 2007-07-12 12:36:48.0 +0200 @@ -1 +1 @@ -Patches for grammer are always accepted :) +Patches for grammar are always accepted :) Rene. - To

Re: [PATCH 01/61] Rules on how to use sysfs in userspace programs

2007-07-12 Thread Pavel Machek
On Wed 2007-07-11 16:31:20, Greg Kroah-Hartman wrote: From: Kay Sievers [EMAIL PROTECTED] Here's a document to help clear things up. Signed-off-by: Kay Sievers [EMAIL PROTECTED] Signed-off-by: Greg Kroah-Hartman [EMAIL PROTECTED] --- Documentation/sysfs-rules.txt | 166

Re: [PATCH 01/61] Rules on how to use sysfs in userspace programs

2007-07-12 Thread Kay Sievers
On Thu, 2007-07-12 at 10:48 +0200, Pavel Machek wrote: On Wed 2007-07-11 16:31:20, Greg Kroah-Hartman wrote: From: Kay Sievers [EMAIL PROTECTED] Here's a document to help clear things up. Signed-off-by: Kay Sievers [EMAIL PROTECTED] Signed-off-by: Greg Kroah-Hartman [EMAIL

Re: [PATCH 01/61] Rules on how to use sysfs in userspace programs

2007-07-12 Thread Greg KH
On Thu, Jul 12, 2007 at 10:48:46AM +0200, Pavel Machek wrote: On Wed 2007-07-11 16:31:20, Greg Kroah-Hartman wrote: From: Kay Sievers [EMAIL PROTECTED] Here's a document to help clear things up. Signed-off-by: Kay Sievers [EMAIL PROTECTED] Signed-off-by: Greg Kroah-Hartman [EMAIL

Re: [PATCH 01/61] Rules on how to use sysfs in userspace programs

2007-07-12 Thread Pavel Machek
Hi! +The kernel exported sysfs exports internal kernel implementation-details +and depends on internal kernel structures and layout. It is agreed upon +by the kernel developers that the Linux kernel does not provide a stable +internal API. As sysfs is a direct export of kernel

Re: [PATCH 01/61] Rules on how to use sysfs in userspace programs

2007-07-12 Thread Greg KH
On Fri, Jul 13, 2007 at 12:41:14AM +0200, Pavel Machek wrote: Hi! +The kernel exported sysfs exports internal kernel implementation-details +and depends on internal kernel structures and layout. It is agreed upon +by the kernel developers that the Linux kernel does not provide

Re: [PATCH 01/61] Rules on how to use sysfs in userspace programs

2007-07-11 Thread Greg KH
On Wed, Jul 11, 2007 at 07:38:59PM -0400, Robert P. J. Day wrote: > On Wed, 11 Jul 2007, Greg Kroah-Hartman wrote: > > > From: Kay Sievers <[EMAIL PROTECTED]> > > > > Here's a document to help clear things up. > > > > Signed-off-by: Kay Sievers <[EMAIL PROTECTED]> > > Signed-off-by: Greg

Re: [PATCH 01/61] Rules on how to use sysfs in userspace programs

2007-07-11 Thread Robert P. J. Day
On Wed, 11 Jul 2007, Greg Kroah-Hartman wrote: > From: Kay Sievers <[EMAIL PROTECTED]> > > Here's a document to help clear things up. > > Signed-off-by: Kay Sievers <[EMAIL PROTECTED]> > Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> > --- > Documentation/sysfs-rules.txt | 166 >

[PATCH 01/61] Rules on how to use sysfs in userspace programs

2007-07-11 Thread Greg Kroah-Hartman
From: Kay Sievers <[EMAIL PROTECTED]> Here's a document to help clear things up. Signed-off-by: Kay Sievers <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> --- Documentation/sysfs-rules.txt | 166 + 1 files changed, 166

[PATCH 01/61] Rules on how to use sysfs in userspace programs

2007-07-11 Thread Greg Kroah-Hartman
From: Kay Sievers [EMAIL PROTECTED] Here's a document to help clear things up. Signed-off-by: Kay Sievers [EMAIL PROTECTED] Signed-off-by: Greg Kroah-Hartman [EMAIL PROTECTED] --- Documentation/sysfs-rules.txt | 166 + 1 files changed, 166 insertions(+),

Re: [PATCH 01/61] Rules on how to use sysfs in userspace programs

2007-07-11 Thread Robert P. J. Day
On Wed, 11 Jul 2007, Greg Kroah-Hartman wrote: From: Kay Sievers [EMAIL PROTECTED] Here's a document to help clear things up. Signed-off-by: Kay Sievers [EMAIL PROTECTED] Signed-off-by: Greg Kroah-Hartman [EMAIL PROTECTED] --- Documentation/sysfs-rules.txt | 166

Re: [PATCH 01/61] Rules on how to use sysfs in userspace programs

2007-07-11 Thread Greg KH
On Wed, Jul 11, 2007 at 07:38:59PM -0400, Robert P. J. Day wrote: On Wed, 11 Jul 2007, Greg Kroah-Hartman wrote: From: Kay Sievers [EMAIL PROTECTED] Here's a document to help clear things up. Signed-off-by: Kay Sievers [EMAIL PROTECTED] Signed-off-by: Greg Kroah-Hartman [EMAIL