Re: [PATCH 1/3] ibmvsci: make parameters max_id and max_channel read-only

2015-11-02 Thread Martin K. Petersen
> "Laurent" == Laurent Vivier writes: Laurent> Ping ? >> this series has been reviewed and ack'ed, as SCSI maintainer, could >> you take it ? My mailbox doesn't reach quite far enough back in time to pick this up and I'd rather not have to deal with mail archive-mangled versions. Please

Re: [PATCH 1/3] ibmvsci: make parameters max_id and max_channel read-only

2015-11-02 Thread Martin K. Petersen
> "Laurent" == Laurent Vivier writes: Laurent> Ping ? >> this series has been reviewed and ack'ed, as SCSI maintainer, could >> you take it ? My mailbox doesn't reach quite far enough back in time to pick this up and I'd rather not have to deal with mail archive-mangled

Re: [PATCH 1/3] ibmvsci: make parameters max_id and max_channel read-only

2015-10-27 Thread Laurent Vivier
Ping ? On 13/10/2015 23:23, Laurent Vivier wrote: > James, > > this series has been reviewed and ack'ed, > as SCSI maintainer, could you take it ? > > Laurent > > On 10/09/2015 11:23, Laurent Vivier wrote: >> The value of the parameter is never re-read by the driver, >> so a new value is

Re: [PATCH 1/3] ibmvsci: make parameters max_id and max_channel read-only

2015-10-27 Thread Laurent Vivier
Ping ? On 13/10/2015 23:23, Laurent Vivier wrote: > James, > > this series has been reviewed and ack'ed, > as SCSI maintainer, could you take it ? > > Laurent > > On 10/09/2015 11:23, Laurent Vivier wrote: >> The value of the parameter is never re-read by the driver, >> so a new value is

Re: [PATCH 1/3] ibmvsci: make parameters max_id and max_channel read-only

2015-10-13 Thread Laurent Vivier
James, this series has been reviewed and ack'ed, as SCSI maintainer, could you take it ? Laurent On 10/09/2015 11:23, Laurent Vivier wrote: > The value of the parameter is never re-read by the driver, > so a new value is ignored. Let know the user he > can't modify it by removing writable

Re: [PATCH 1/3] ibmvsci: make parameters max_id and max_channel read-only

2015-10-13 Thread Laurent Vivier
James, this series has been reviewed and ack'ed, as SCSI maintainer, could you take it ? Laurent On 10/09/2015 11:23, Laurent Vivier wrote: > The value of the parameter is never re-read by the driver, > so a new value is ignored. Let know the user he > can't modify it by removing writable

Re: [PATCH 1/3] ibmvsci: make parameters max_id and max_channel read-only

2015-09-28 Thread Tyrel Datwyler
On 09/10/2015 02:23 AM, Laurent Vivier wrote: > The value of the parameter is never re-read by the driver, > so a new value is ignored. Let know the user he > can't modify it by removing writable attribute. > > Signed-off-by: Laurent Vivier Acked-by: Tyrel Datwyler > --- > I resend this patch

Re: [PATCH 1/3] ibmvsci: make parameters max_id and max_channel read-only

2015-09-28 Thread Tyrel Datwyler
On 09/10/2015 02:23 AM, Laurent Vivier wrote: > The value of the parameter is never re-read by the driver, > so a new value is ignored. Let know the user he > can't modify it by removing writable attribute. > > Signed-off-by: Laurent Vivier Acked-by: Tyrel Datwyler

Re: [PATCH 1/3] ibmvsci: make parameters max_id and max_channel read-only

2015-09-24 Thread Brian King
Reviewed-by: Brian King -- Brian King Power Linux I/O IBM Linux Technology Center -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the

Re: [PATCH 1/3] ibmvsci: make parameters max_id and max_channel read-only

2015-09-24 Thread Laurent Vivier
Ping ? On 10/09/2015 11:23, Laurent Vivier wrote: > The value of the parameter is never re-read by the driver, > so a new value is ignored. Let know the user he > can't modify it by removing writable attribute. > > Signed-off-by: Laurent Vivier > --- > I resend this patch as James was not

Re: [PATCH 1/3] ibmvsci: make parameters max_id and max_channel read-only

2015-09-24 Thread Laurent Vivier
Ping ? On 10/09/2015 11:23, Laurent Vivier wrote: > The value of the parameter is never re-read by the driver, > so a new value is ignored. Let know the user he > can't modify it by removing writable attribute. > > Signed-off-by: Laurent Vivier > --- > I resend this patch as

Re: [PATCH 1/3] ibmvsci: make parameters max_id and max_channel read-only

2015-09-24 Thread Brian King
Reviewed-by: Brian King -- Brian King Power Linux I/O IBM Linux Technology Center -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at

Re: [PATCH 1/3] ibmvsci: make parameters max_id and max_channel read-only

2015-09-10 Thread David Gibson
On Thu, 10 Sep 2015 11:23:12 +0200 Laurent Vivier wrote: > The value of the parameter is never re-read by the driver, > so a new value is ignored. Let know the user he > can't modify it by removing writable attribute. > > Signed-off-by: Laurent Vivier Reviewed-by: David Gibson > --- > I

[PATCH 1/3] ibmvsci: make parameters max_id and max_channel read-only

2015-09-10 Thread Laurent Vivier
The value of the parameter is never re-read by the driver, so a new value is ignored. Let know the user he can't modify it by removing writable attribute. Signed-off-by: Laurent Vivier --- I resend this patch as James was not cc'ed. drivers/scsi/ibmvscsi/ibmvscsi.c | 4 ++-- 1 file changed, 2

[PATCH 1/3] ibmvsci: make parameters max_id and max_channel read-only

2015-09-10 Thread Laurent Vivier
The value of the parameter is never re-read by the driver, so a new value is ignored. Let know the user he can't modify it by removing writable attribute. Signed-off-by: Laurent Vivier --- I resend this patch as James was not cc'ed. drivers/scsi/ibmvscsi/ibmvscsi.c | 4 ++--

Re: [PATCH 1/3] ibmvsci: make parameters max_id and max_channel read-only

2015-09-10 Thread David Gibson
On Thu, 10 Sep 2015 11:23:12 +0200 Laurent Vivier wrote: > The value of the parameter is never re-read by the driver, > so a new value is ignored. Let know the user he > can't modify it by removing writable attribute. > > Signed-off-by: Laurent Vivier