Re: [PATCH 0/8] misc: remove boundary checks from bin attr users

2015-08-08 Thread Wolfram Sang
On Sat, Aug 08, 2015 at 03:51:54PM +0300, Vladimir Zapolskiy wrote: > Hi Wolfram, > > On 08.08.2015 01:34, Wolfram Sang wrote: > > > >> if we're talking about this particular series, you should have them in > >> your mailbox, since you have them applied in wsa/i2c/for-next: > > > > Those are alr

Re: [PATCH 0/8] misc: remove boundary checks from bin attr users

2015-08-08 Thread Vladimir Zapolskiy
Hi Wolfram, On 08.08.2015 01:34, Wolfram Sang wrote: > >> if we're talking about this particular series, you should have them in >> your mailbox, since you have them applied in wsa/i2c/for-next: > > Those are already in linus tree. I mean all drivers which use struct > i2c_driver. Or do you pref

Re: [PATCH 0/8] misc: remove boundary checks from bin attr users

2015-08-07 Thread Wolfram Sang
> if we're talking about this particular series, you should have them in > your mailbox, since you have them applied in wsa/i2c/for-next: Those are already in linus tree. I mean all drivers which use struct i2c_driver. Or do you prefer they go via Greg? I am fine with both. signature.asc Descr

Re: [PATCH 0/8] misc: remove boundary checks from bin attr users

2015-08-07 Thread Vladimir Zapolskiy
Hi Wolfram, On 07.08.2015 19:10, Wolfram Sang wrote: > Vladimir, > > On Mon, Jul 27, 2015 at 12:18:22AM +0300, Vladimir Zapolskiy wrote: >> This change removes a number of redundant checks on bin attribute >> client's side, the same checks are done by sysfs_kf_bin_read() or >> sysfs_kf_bin_write(

Re: [PATCH 0/8] misc: remove boundary checks from bin attr users

2015-08-07 Thread Wolfram Sang
Vladimir, On Mon, Jul 27, 2015 at 12:18:22AM +0300, Vladimir Zapolskiy wrote: > This change removes a number of redundant checks on bin attribute > client's side, the same checks are done by sysfs_kf_bin_read() or > sysfs_kf_bin_write() caller from fs/sysfs/file.c. > > Note, drivers/misc/pch_phub

[PATCH 0/8] misc: remove boundary checks from bin attr users

2015-07-26 Thread Vladimir Zapolskiy
This change removes a number of redundant checks on bin attribute client's side, the same checks are done by sysfs_kf_bin_read() or sysfs_kf_bin_write() caller from fs/sysfs/file.c. Note, drivers/misc/pch_phub.c and drivers/misc/c2port/core.c may be updated in a similar way, however this task is n