Re: [patch] encapsulate uevent()/add_uevent_var() buffer handling

2007-08-17 Thread Cornelia Huck
On Tue, 14 Aug 2007 15:15:12 +0200, Kay Sievers <[EMAIL PROTECTED]> wrote: > From: Kay Sievers <[EMAIL PROTECTED]> > Subject: Driver core: change add_uevent_var to use a struct This still needs some (trivial) s390 fixes: Signed-off-by: Cornelia Huck <[EMAIL PROTECTED]> --- drivers/s390/cio/dev

Re: [patch] encapsulate uevent()/add_uevent_var() buffer handling

2007-08-13 Thread Greg KH
On Mon, Aug 13, 2007 at 04:37:11PM +0200, Kay Sievers wrote: > Hi, > this changes the uevent buffer stuff to use a struct instead > of tons of parameters. It does no longer require the caller to > do the proper buffer termination and size accounting, which is > currently wrong in a lot of places. >

Re: [patch] encapsulate uevent()/add_uevent_var() buffer handling

2007-08-13 Thread Kay Sievers
On Mon, 2007-08-13 at 19:30 +0200, Cornelia Huck wrote: > On Mon, 13 Aug 2007 16:37:11 +0200, > Kay Sievers <[EMAIL PROTECTED]> wrote: > > this changes the uevent buffer stuff to use a struct instead > > of tons of parameters. It does no longer require the caller to > > do the proper buffer termin

Re: [patch] encapsulate uevent()/add_uevent_var() buffer handling

2007-08-13 Thread Cornelia Huck
On Mon, 13 Aug 2007 16:37:11 +0200, Kay Sievers <[EMAIL PROTECTED]> wrote: > Hi, > this changes the uevent buffer stuff to use a struct instead > of tons of parameters. It does no longer require the caller to > do the proper buffer termination and size accounting, which is > currently wrong in a l